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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
92db5ffa11b04c4cb908b5dce8c61febb171885a | 88ab83270d3f8fe9d21142c8dd592b1cb6b9701c | /2.JavaCore/src/com/javarush/task/task17/task1710/Solution.java | fe101c8f6dc101c918acfa871ccf583f4f962391 | [] | no_license | AZorenkoV/JavaRushTasks | bd8463d46874f98c017347190df641be247235be | b788091cb4af2f348ec7e428c49ef3cc7f9b5a64 | refs/heads/master | 2021-07-12T09:20:00.604535 | 2021-04-09T08:25:01 | 2021-04-09T08:25:01 | 100,695,523 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,293 | java | package com.javarush.task.task17.task1710;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.*;
/*
CRUD
*/
public class Solution {
public static List<Person> allPeople = new ArrayList<Person>();
static {
allPeople.add(Person.createMale("Иванов Иван", new Date()));... | [
"azorenko@gmail.com"
] | azorenko@gmail.com |
49b211fbc921f10152998656c8765add8cbaa472 | 07bf9e1ef3559811804eb146032a61f6f5215c5e | /src/shy/teamcook/appffix/user/entity/PrivateUserEntity.java | 845faaa755d72cb36f290fad7f61d1300e115384 | [] | no_license | bje0716/vod | 8271d6d6bf1a5daff8af8652307b7797ef2fd934 | 57ce95e03334592a6654f4e4250d217e8acfbba8 | refs/heads/master | 2023-08-17T16:42:28.314541 | 2021-10-08T09:10:14 | 2021-10-08T09:10:14 | 414,695,140 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,377 | java | package shy.teamcook.appffix.user.entity;
public class PrivateUserEntity extends UserEntity {
private String personalNumber; // (주민번호 / 912333-*******)
private String favoriteDirector; // (선호하는 감독 / 봉준호)
private String favoriteGenre; // (선호하는 장르 / 액션)
PrivateUserEntity() {}
PrivateUser... | [
"byon0716@gmail.com"
] | byon0716@gmail.com |
49441393d0ddbd4ad076a9caa09a0b539e3c9760 | e0c8b073bb0deef25ec5cf3e845626c13a01d39a | /app/src/main/java/com/codepath/apps/restclienttemplate/TwitterClient.java | e4cb25ba3e9c8ab4bf8eccc36c3d18a3e1323627 | [
"MIT",
"Apache-2.0"
] | permissive | shravya-95/SimpleTweetShravya | 42919ef8eef8d641393d2189879316f324c0e0c4 | 11ff2528221b3195f927b77b5b3a07cbc57904e9 | refs/heads/master | 2023-01-02T23:33:11.626066 | 2020-10-17T23:05:31 | 2020-10-17T23:05:31 | 304,839,185 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,579 | java | package com.codepath.apps.restclienttemplate;
import android.content.Context;
import com.codepath.oauth.OAuthBaseClient;
import com.github.scribejava.apis.FlickrApi;
import com.github.scribejava.apis.TwitterApi;
import com.github.scribejava.core.builder.api.BaseApi;
import com.loopj.android.http.AsyncHttpResponseHand... | [
"gk.shravya@gmail.com"
] | gk.shravya@gmail.com |
fb43ec1fc530b9536f30374153ba7fc2b3e5253f | 696d71e17fd1201312473771d22cdda3df81b077 | /dynamic/src/main/java/com/mika/dynamic/log/Logger.java | 07fc2db40b3929a5216ec8c978d9917906d8ec25 | [] | no_license | troy-sxj/PluginProject | ebb683d578ae9ef059c6d26dce5db73bfee36813 | 305a4382cf5499a5401da93e213f39c5e6ffa0a5 | refs/heads/master | 2020-04-06T22:30:45.489273 | 2019-01-02T06:54:17 | 2019-01-02T06:54:17 | 157,838,247 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,147 | java | package com.mika.dynamic.log;
/**
* Logger.
*
* @author 12075179
* @date 2017/1/5
*/
public interface Logger {
/**
* @return is debug or not.
*/
boolean isDebug();
/**
* @param msg
*/
void v(String msg);
/**
* @param tag
* @param msg
*/
void v(String t... | [
"troyshangxj@gmail.com"
] | troyshangxj@gmail.com |
ff04282b65f701c19de1b8e1a0ad580364bd557b | 7826588e64bb04dfb79c8262bad01235eb409b3d | /src/test/java/com/microsoft/bingads/v13/api/test/entities/ad_extension/disclaimer/write/BulkDisclaimerAdExtensionWriteToValuesPopupTextTest.java | be750134baba528d4163b3bfba091bb684888b74 | [
"MIT"
] | permissive | BingAds/BingAds-Java-SDK | dcd43e5a1beeab0b59c1679da1151d7dd1658d50 | a3d904bbf93a0a93d9c117bfff40f6911ad71d2f | refs/heads/main | 2023-08-28T13:48:34.535773 | 2023-08-18T06:41:51 | 2023-08-18T06:41:51 | 29,510,248 | 33 | 44 | NOASSERTION | 2023-08-23T01:29:18 | 2015-01-20T03:40:03 | Java | UTF-8 | Java | false | false | 1,259 | java | package com.microsoft.bingads.v13.api.test.entities.ad_extension.disclaimer.write;
import java.util.Arrays;
import java.util.Collection;
import org.junit.Test;
import org.junit.runners.Parameterized.Parameter;
import org.junit.runners.Parameterized.Parameters;
import com.microsoft.bingads.internal.functionalinterfac... | [
"qitia@microsoft.com"
] | qitia@microsoft.com |
f05409282a7a184d50ff5c1f12ac756f7d8ff857 | 7fca4e645f24880ab75f644f03d227aa5688749d | /p3/patterns/memento/src/memento/Originator.java | 88604c9203b5e26f3dc8af0d4b99b713a2b02081 | [] | no_license | jcarlosadm/classes | 95e687f8ec6e4c1f405442de86c0dffc588f0f2e | 9658b1b0805647f64d02c4b760d81d26943ec6da | refs/heads/master | 2021-05-15T02:18:30.318844 | 2018-07-24T15:29:20 | 2018-07-24T15:29:20 | 24,521,175 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 570 | java | package memento;
public class Originator {
private String state;
public void setState(String state) {
System.out.println("Originator: Setting state to: "+state);
this.state = state;
}
public Memento saveToMemento(){
System.out.println("Originator: Saving to Memento.");... | [
"carlosmaster10@gmail.com"
] | carlosmaster10@gmail.com |
c845aa0f6b93f7443f31a7d5608d798e6c7396b1 | 69011b4a6233db48e56db40bc8a140f0dd721d62 | /src/com/jshx/aqscsgyhpc/web/AqscsgyhpcAction.java | d3d71e80ca609f63351171eb8e172a702f994248 | [] | no_license | gechenrun/scysuper | bc5397e5220ee42dae5012a0efd23397c8c5cda0 | e706d287700ff11d289c16f118ce7e47f7f9b154 | refs/heads/master | 2020-03-23T19:06:43.185061 | 2018-06-10T07:51:18 | 2018-06-10T07:51:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,822 | java | package com.jshx.aqscsgyhpc.web;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.sql.Blob;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Date;
import java.uti... | [
"shellchange@sina.com"
] | shellchange@sina.com |
f3d07ae17c82525b33ad9b6dc381832948818a85 | 79050113b98c5479bc49499a22da1a25909d937b | /sk/src/main/java/sk/game/mock/PlayerCharacter.java | 6a6903b5adc863a9cb1416e15c35cbe67a0609cb | [] | no_license | HamptonJ/Learning_Java | 5f0c9412176a7b2178e8ffc13be1f437de036a2c | f946500cd322542e9fb94c087913da6392b09899 | refs/heads/master | 2021-01-02T08:48:01.542793 | 2017-08-02T04:09:44 | 2017-08-02T04:09:44 | 99,062,834 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 405 | java | /**
* $BATTELLE_CONTRACT_DISCLAIMER$
*/
package sk.game.mock;
import sk.game.character.GameCharacter;
/**
* @author Jhampton
*
*/
public class PlayerCharacter implements GameCharacter {
/* (non-Javadoc)
* @see sk.game.character.GameCharacter#move(java.lang.String)
*/
@Override
publi... | [
"jhampton@champtc.com"
] | jhampton@champtc.com |
9c04869a862189dd8ebb82d49caa91b845755984 | bbc0b2e507fd81afd11aa26b2d180912ed2f1927 | /app/src/main/java/com/kapici/kapici/Adapters/SearchRecyclerAdapter.java | 6439debeffa481e554f4aa53499fd4b04a57299e | [] | no_license | doukurt/tasarim | 84b8cb5eaa429dabdcb870c074128f1506859e25 | 01792bb9aa85bb93170fd2adafab64105fd9b55f | refs/heads/master | 2023-05-29T02:45:49.621148 | 2021-06-10T10:06:59 | 2021-06-10T10:06:59 | 329,975,492 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,727 | java | package com.kapici.kapici.Adapters;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ImageView;
import android.widget.TextView;
import android.widget.Toast;
import androidx.annotation.NonNul... | [
"d.kurt_07@hotmail.com"
] | d.kurt_07@hotmail.com |
eb2c20aa32904d0f8f47fe4afb671addcd506fb4 | 75f99df486fd3794af193cfaabb7ab8c2d2e2d00 | /fatec-museu/MASProject/jfreechart-1.0.19/source/org/jfree/chart/plot/dial/ArcDialFrame.java | d80b7a4176d41c9f0eafb1fd6cffa4c4cbfda297 | [
"LGPL-3.0-only",
"GPL-3.0-only",
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"MIT"
] | permissive | Koynonia/fatec-campeonato | 1f7c1199154361ea96ffc07a3b205915f9b3f653 | f5506319ffb76eda4f67e0cf905653039d082bf7 | refs/heads/master | 2022-12-20T04:48:11.338940 | 2020-06-22T00:29:45 | 2020-06-22T00:29:45 | 273,974,445 | 0 | 0 | MIT | 2020-10-13T22:58:35 | 2020-06-21T19:57:12 | Java | UTF-8 | Java | false | false | 16,061 | java | /* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2013, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreech... | [
"denys.wyliam@gmail.com"
] | denys.wyliam@gmail.com |
3724a72219d9664755106f19d638082e5bc918f5 | c34ac07ccd06a2e88e5282fd26ac94c144a533e1 | /src/main/java/cat/udl/cig/structures/builder/GroupElementBuilder.java | b4adab533a5a340d06122fbd85fc9209145097f7 | [
"MIT"
] | permissive | Oriolac/cig-lib | b9d03695acf67c2f079808fbfbdf8ddd131b009e | 1bf29a9e749e85400f2349767fa312f7e6c0980e | refs/heads/master | 2021-11-19T22:04:53.153010 | 2021-09-30T14:19:52 | 2021-09-30T14:19:52 | 222,956,242 | 1 | 0 | MIT | 2021-09-06T07:20:16 | 2019-11-20T14:29:40 | Java | UTF-8 | Java | false | false | 203 | java | package cat.udl.cig.structures.builder;
import cat.udl.cig.structures.GroupElement;
import java.util.Optional;
public interface GroupElementBuilder {
Optional<? extends GroupElement> build();
}
| [
"oriolalascercos@gmail.com"
] | oriolalascercos@gmail.com |
bd0f7831e914afeac96d7ca06face95cfc35029c | 1157ddeba3a715637d131a03820236ba072c48b3 | /api/src/main/java/org/openmrs/module/drugshistory/DrugsHistory.java | a4b7bc8955bfec186e23b38b058f1c6ebe00023c | [] | no_license | Guerschon/drugshistory | 0baf8f46e900d62cbeb66153969d6e25d13ef8de | e0e88d97d27dcc2a0a7eea3209223d41d037909f | refs/heads/master | 2020-07-07T01:53:16.153019 | 2016-09-16T16:13:07 | 2016-09-16T16:13:07 | 67,516,071 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,085 | java | /**
* The contents of this file are subject to the OpenMRS Public License
* Version 1.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://license.openmrs.org
*
* Software distributed under the License is distributed on an "AS IS"
... | [
"francois_guerschon@yahoo.fr"
] | francois_guerschon@yahoo.fr |
e8c212e90051bedce084c148acbf0b059c11c58c | ef0952749946e230110b4e5b9055094398c0a01e | /JAVA/WebExample/ArrayZ.java | e9fb3e8c083ac4159cc8f9bda228d84a936f0e04 | [] | no_license | lees86209/Tatung_High_School-Coding | f3f6c31fa3ef25a7a3757d4a42cd219261d36d5f | f6601bd915d084ddbe8c341e50b71903108e2c1e | refs/heads/master | 2022-03-27T09:27:09.106731 | 2019-12-12T08:41:11 | 2019-12-12T08:41:11 | null | 0 | 0 | null | null | null | null | BIG5 | Java | false | false | 1,464 | java |
public class ArrayZ implements ArrayInterface {// implements ArrayInterface
public int[][] CreateRandomArray(int rowSize, int columSize) {// 產生亂數row*colum矩陣
int[][] randomArray = new int[rowSize][columSize];// 產生一個陣列空間size依照引數
for (int i = 0; i < rowSize; i++) {// 依序將亂數填入矩陣
for (int j = 0; j < columSize... | [
"noreply@github.com"
] | lees86209.noreply@github.com |
0427a9010c89653665d40d8ab9b1eb0cf929e61c | 77f3f5e1d9c8d6560bb4697b57c28c14404b55aa | /erpwell/erpwell/trunk/SourceCode/Client/com.graly.erp.inv/src/com/graly/erp/inv/material/online/QueryDialog.java | 4d7e5ad599ca9e341457801950a2d6058ce9cea7 | [
"Apache-2.0"
] | permissive | liulong02/ERPL | b1871a1836c8e25af6a18d184b2f68f1b1bfdc5e | c8db598a3f762b357ae986050066098ce62bed44 | refs/heads/master | 2020-03-21T22:26:06.459293 | 2018-06-30T14:55:48 | 2018-06-30T14:55:48 | 139,126,269 | 0 | 0 | null | 2018-06-29T13:59:15 | 2018-06-29T08:57:20 | null | GB18030 | Java | false | false | 9,593 | java | package com.graly.erp.inv.material.online;
import java.util.HashMap;
import java.util.List;
import org.eclipse.swt.SWT;
import org.eclipse.swt.layout.GridData;
import org.eclipse.swt.layout.GridLayout;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Control;
import org.eclipse.swt.widgets.Lab... | [
"529409301@qq.com"
] | 529409301@qq.com |
3794801319a65d5d6da49033fbddbb356bce7911 | 9e2b5b96aefa05233dfd74397a8497744674176e | /rehlatMobileApp_Automation/src/test/java/com/automation/rehlat/tests/testCases/VerifyUserIsAbleToSeeTheUpComingAndCompletedTripsSuccessfully.java | 24c9a6c742b98352033be5c579a2b6534c8453a2 | [] | no_license | BijjamSuresh/RehlatAutomation | 77f3d8e66eba7a2f35a51b7fc71b2d1703a60d13 | 09952fc923c04f2894f291d875e534528b15686c | refs/heads/master | 2020-03-25T23:45:13.188682 | 2018-09-05T14:59:50 | 2018-09-05T14:59:50 | 144,290,943 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,561 | java | package com.automation.rehlat.tests.testCases;
import com.automation.rehlat.Labels;
import com.automation.rehlat.libCommon.Logger;
import com.automation.rehlat.tests.BaseTest;
import org.junit.Test;
public class VerifyUserIsAbleToSeeTheUpComingAndCompletedTripsSuccessfully extends BaseTest {
@Test
public void... | [
"praneeth.gurajala@rehlat.com"
] | praneeth.gurajala@rehlat.com |
d7d59b4f4888d55b764b2c5aa3f40b063f384439 | 0e7eaf3aea4e73c3ac0dbf56962b755dc1ef6d58 | /src/main/java/prosia/basarnas/model/TrapeziumArea.java | 17b6a980256b438b94fd24b6cc7f346f8ad2646b | [] | no_license | taufikbudianto/upload2 | c3b8fa6196d843d2bb77c77ac37dbc8c1298c7b8 | c0651f2bb01d4d7c49804079e97e138268a28784 | refs/heads/master | 2020-03-30T14:49:03.911083 | 2018-10-02T16:34:18 | 2018-10-02T16:34:18 | 151,337,272 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,571 | 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 prosia.basarnas.model;
import java.io.Serializable;
import java.util.Date;
import java.util.TimeZone;
import javax.persistence... | [
"taufikagusbudiyanto@gmail.com"
] | taufikagusbudiyanto@gmail.com |
9631b008646686e3acd5dff0af667e5763911ea9 | e24f64cb65c22ce6463f1077faf18d61b6579638 | /Sample/src/leetcode/AllOoneDataStructure_432.java | 2719b8099b7ca0b3bf4cb85e2b667f0df81aaf86 | [] | no_license | Anvesh-Patlolla/CompetitiveProgramming | 1b7587758caec953a455d2852b7f7d0ff0b8dc06 | 0f9d21ea4db8407b1bb4e8bf8e0afc737078c378 | refs/heads/master | 2021-01-17T07:09:50.467600 | 2019-10-08T04:23:11 | 2019-10-08T04:23:11 | 49,544,638 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,888 | java | package leetcode;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Map.Entry;
import java.util.Set;
import java.util.TreeMap;
public class AllOoneDataStructure_432 {
HashMap<String, Integer> dataMap = null;
TreeMap<Integer, Set<String>> ascendingValueMap = null;
/** ... | [
"apatlol2@ncsu.edu"
] | apatlol2@ncsu.edu |
afc516c08a5ea6abc7a193d33d24bd08a57662a7 | 4f5d41b2de7121fed2406910fe4f23caf067836a | /app/src/main/java/edu/utdallas/lsj150230/theia/CustomNestedScrollView.java | 3516165a85a880cdde0510d9c263f9747c24f4a9 | [] | no_license | ags160230/Theia | 806ef53ba65d2271ee26e58e6bbd56eb9259b88f | 5cd59d0959df3d75283bb0c1f6aa1d0949e27986 | refs/heads/master | 2020-06-06T19:10:37.653720 | 2019-06-20T02:02:19 | 2019-06-20T02:02:19 | 192,830,941 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,638 | java | package edu.utdallas.lsj150230.theia;
import android.content.Context;
import android.support.v4.widget.NestedScrollView;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.View;
/**
* A NestedScrollView with our custom nested scrolling behavior.
... | [
"36864414+ags160230@users.noreply.github.com"
] | 36864414+ags160230@users.noreply.github.com |
9ea777f8fc8d297a6c0ff9782cfcd5fb017d0147 | 83b51a424be5dbae89a000b5c95b23b687ff76b2 | /app/src/main/java/com/luobo/gallery/PhotoListAdapter.java | c5d44979d81d091d28ca738ae36b6c44be3b7811 | [] | no_license | ALuoBo/Gallery-Java | cbca2994c0488ebb4f508ab3f6c71d4b27ee57ac | ad346ad5b99a81487aebb1965927f599c81bce4a | refs/heads/master | 2022-12-08T15:29:13.814623 | 2020-09-15T09:15:42 | 2020-09-15T09:15:42 | 292,530,248 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,678 | java | package com.luobo.gallery;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.DiffUtil;
import androidx.recyclerview.widget.ListAdapter;
im... | [
"aluobobo@outlook.com"
] | aluobobo@outlook.com |
090c56b5aee8dd3049712db557ebc8720440984c | ca7e64d552ee310ec50c30659c3e9d035878b839 | /RegistrationService/src/main/java/com/crotontech/RegistrationService/controllers/IndexController.java | 4f15636405e3e9fb877418f8eb61dc1cc9c1a3f7 | [] | no_license | maina/microservices | a38ad244cfaed5fafaf4d40c092bbbdbadef0eba | e6e09bcd3f920d8f1c83f385185c1f968b0e1002 | refs/heads/master | 2021-06-11T22:59:54.795776 | 2021-06-04T04:39:43 | 2021-06-04T04:39:43 | 177,458,521 | 0 | 0 | null | 2021-06-04T04:39:43 | 2019-03-24T19:19:56 | Java | UTF-8 | Java | false | false | 961 | java | package com.crotontech.RegistrationService.controllers;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springfr... | [
"james.bugara@mastercard.com"
] | james.bugara@mastercard.com |
79469ec5841479295419699be52b8bc4b9f438bc | 9c7d4d579c79631c894412c5d5e9c0e7eebf7827 | /src/two/Vjezba2.java | 5b1e0335d9a3c1715d5438cafeb6d0bda870e186 | [] | no_license | harunBucalovicITA2020/JavaCoreProgramming | 0cb8e25c9d24c91a131fc54b05bb143638ad8ee4 | 9074b5ea7ca456b3ecc845691699c6db685dbc43 | refs/heads/master | 2023-02-03T17:21:53.557726 | 2020-12-21T09:54:54 | 2020-12-21T09:54:54 | 323,289,077 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 371 | java | package two;
public class Vjezba2 {
public static void main(String[] args) {
int a = 2, b = 3;
// add (a,b++); public private void add
System.out.println();
boolean isBeter = !!!!!true;
System.out.println(isBeter);
System.out.println(a++);
//System.out.println... | [
"harun.bucalovic@gmail.com"
] | harun.bucalovic@gmail.com |
842d175db02cef26e8b67084d4a682f805acad02 | 63084827a13bebf6bd97d392ac5c0ca05cd37a91 | /yycg-main-ee37/yycg-dao-ee37/src/main/java/cn/itcast/yycg/system/dao/impl/SysConfDaoImpl.java | c5b4ba73f541df126693ef6f103d39f159ea650b | [] | no_license | 57ggfk/ssh-yycg | 3fbefbbef737413a1641cc5ed9416ba5eb4b7344 | 83da123c77e8dd04ba31d19be7c57aef8b30adf3 | refs/heads/master | 2020-12-24T20:24:24.514786 | 2017-03-26T16:32:14 | 2017-03-26T16:32:14 | 86,246,371 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,251 | java | package cn.itcast.yycg.system.dao.impl;
import java.util.List;
import org.hibernate.criterion.DetachedCriteria;
import org.hibernate.criterion.Projections;
import org.springframework.stereotype.Repository;
import cn.itcast.yycg.base.dao.impl.BaseDaoImpl;
import cn.itcast.yycg.domain.po.SysConf;
import cn.itcast.yycg... | [
"57ggfk@163.com"
] | 57ggfk@163.com |
4f7bda14147a3b8ba8680ae467a4b2cf42c70dfc | f405015899c77fc7ffcc1fac262fbf0b6d396842 | /sec2-keyserver/sec2-frontend/src/test/java/org/sec2/frontend/exceptions/FrontendExceptionsTestSuite.java | e1bfa433aec15e44e1dddc2625ac5fd3b1fc36ab | [] | no_license | OniXinO/Sec2 | a10ac99dd3fbd563288b8d21806afd949aea4f76 | d0a4ed1ac97673239a8615a7ddac1d0fc0a1e988 | refs/heads/master | 2022-05-01T18:43:42.532093 | 2016-01-18T19:28:20 | 2016-01-18T19:28:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,449 | java | /*
* Copyright 2012 Ruhr-University Bochum, Chair for Network and Data Security
*
* This source code is part of the "Sec2" project and as this remains property
* of the project partners. Content and concepts have to be treated as
* CONFIDENTIAL. Publication or partly disclosure without explicit
* written permissi... | [
"developer@developer-VirtualBox"
] | developer@developer-VirtualBox |
a5df8229b803da738165e98ed6378f4d255581e2 | 52374e2b3da33b9ad1eaad2515f6b8812d03fa64 | /ServiceDX_Base/servicedx-beans/src/main/java/org/servicedx/bean/model/CommonModeBean.java | 539c9f9319f779557daade25bb643de1b238c142 | [] | no_license | tagananth/sdx_base | ce9820d5fa2962e0fdf4a2838216d63f2212c179 | 2ef37bc3c3334ba1d173d90072fbde90be60e3f2 | refs/heads/master | 2020-05-30T11:52:16.554090 | 2019-06-01T09:54:29 | 2019-06-01T09:54:29 | 189,716,235 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 720 | java | package org.servicedx.bean.model;
import javax.persistence.Column;
import javax.persistence.MappedSuperclass;
@MappedSuperclass
public abstract class CommonModeBean extends CommonBeanFields implements ICommonModeBean
{
private static final long serialVersionUID = -9011290790620223523L;
protected boolean ... | [
"tag.ananth@gmail.com"
] | tag.ananth@gmail.com |
b0ffb82c495445d31244e977ec1fd8204a6150c3 | b003b1eaf3a8e6d38503f6c480e31d6592acd724 | /framework/com/boidea/framework/core/orm/xibatis/sqlmap/engine/type/SqlTimeTypeHandler.java | f6e33d8ac5c53590ed36c3beceadbfff416cac77 | [] | no_license | havies/web3d | 61e29faef943c12b10db6d6619ff66ff32679f28 | ec774e9924728e4bfda207b3af7f1987520f7e2e | refs/heads/master | 2021-01-01T04:29:16.534884 | 2016-05-04T15:45:10 | 2016-05-04T15:45:10 | 58,063,019 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,240 | java | package com.boidea.framework.core.orm.xibatis.sqlmap.engine.type;
import java.sql.CallableStatement;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
/**
* SQL time implementation of TypeHandler
*/
public class SqlTimeTypeHandler extends BaseTypeHandler implements TypeHand... | [
"final_2008@hotmail.com"
] | final_2008@hotmail.com |
3bc36ab5b70aef287bf64fe22e7a41492357a015 | 6c94ec66e87a810714c679aed5c5c39156d80d0b | /src/com/ding/ui/AdminAddUI.java | 18fdc1d82841c30fa8fd8347bdc6237b25099204 | [] | no_license | rplalala/StudentManagerSystem_JavaBase | e253860c45a106710ee7d7e248181feeafe26db3 | 19c2836922e90a4d6aca29f7f205c95603da0ea7 | refs/heads/master | 2023-05-11T20:07:22.763274 | 2021-06-05T06:28:56 | 2021-06-05T06:28:56 | 370,895,028 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,142 | java | package com.ding.ui;
import java.awt.Font;
import java.awt.Toolkit;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.JTextField;
import javax.swing.border.EmptyBorder;
import com.ding.dao.impl.AdminDaoImpl;... | [
"705220170@qq.com"
] | 705220170@qq.com |
223eafc1654083d4563dadc8b68837db199f3166 | 26b7f30c6640b8017a06786e4a2414ad8a4d71dd | /src/number_of_direct_superinterfaces/i42243.java | 878c3dda4aa01548f2222798b19fca592749ffe6 | [] | no_license | vincentclee/jvm-limits | b72a2f2dcc18caa458f1e77924221d585f23316b | 2fd1c26d1f7984ea8163bc103ad14b6d72282281 | refs/heads/master | 2020-05-18T11:18:41.711400 | 2014-09-14T04:25:18 | 2014-09-14T04:25:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 69 | java | package number_of_direct_superinterfaces;
public interface i42243 {} | [
"vincentlee.dolbydigital@yahoo.com"
] | vincentlee.dolbydigital@yahoo.com |
92d562041eb722598d03717854be017ab32c3d5a | 00ccc55950782514335fb66d1b04328ea2f9688e | /Leet/331_VerifyPreorderSerializationOfABinaryTree.java | 8f42b1c00516fe75a7ff46596fd7750e464eb9ae | [] | no_license | manishsat/geeks | 4676e887a89ca63f1a031f5ba2473913634e17b7 | 5f01f5cc2b59bd3dd71823e73358919f49d0260b | refs/heads/master | 2022-11-05T09:16:01.628668 | 2020-06-13T04:15:41 | 2020-06-13T04:15:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,094 | java | /*
In/Out degree approach: consider null as leaves, then
1. each non-null node provides 2 outdegree and 1 indegree (2 children and 1 parent), except root (pure outdegree)
2. each null node provides 0 outdegree and 1 indegree (0 child and 1 parent).
3. record diff = outdegree - indegree
valid check: diff >= 0 during tra... | [
"iceman.dophin@gmail.com"
] | iceman.dophin@gmail.com |
54a87f0540c580d8d7c852bb34f4856620f5f1b9 | cb1d0d6e246668603cf815c32183b88af849643f | /cse241/sac320chebruch/sac320/store_order.java | 5014b87f496ed1810bc6a5501420b14c87af8de9 | [] | no_license | schebruch/Enterprise_Database_Project | 2a22dc56b90058ed748cc4c9efbef6551a53a7e1 | 77bb6354a32335c1ecb5f88b0f9df81cce7cc035 | refs/heads/master | 2020-03-21T08:08:46.995507 | 2018-08-22T22:39:57 | 2018-08-22T22:39:57 | 138,323,634 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,666 | java | /*
Sam Chebruch
Spring 2018
CSE 241
Final Project
*/
import java.sql.*;
import java.util.Scanner;
import java.util.ArrayList;
/**A class that represents a store order, whether it is a restock or triggered by a customer order*/
public class store_order
{
private int Loc_id;
private int order_num;
private Str... | [
"schebruch@gmail.com"
] | schebruch@gmail.com |
d6bb290cdb01e782b16e870bb56c77bb84e8ec55 | a21d95f02ffb86eb48f0032fd31c1b3b03764732 | /src/main/sevenstar_new/webframework/org/sevenstar/web/cfg/model/GlobalResultsModel.java | b8a3d9aff4cbfd06f3965094f334aeb457dc3662 | [] | no_license | maojimin/code-libray | af409954b402637bf3c7d86b13ac79b018d7b7bb | db8d8b33280feeb94e01fd74e65066b5b3f59d7d | refs/heads/master | 2021-01-10T22:07:17.544448 | 2014-08-01T15:37:55 | 2014-08-01T15:37:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 546 | java | package org.sevenstar.web.cfg.model;
import java.util.ArrayList;
import java.util.List;
public class GlobalResultsModel
{
private List resultModelList;
public void addResultModel(GlobalResultModel resultModel) {
if (this.resultModelList == null) {
this.resultModelList = new ArrayList();
}
ge... | [
"maojimin8888@163.com"
] | maojimin8888@163.com |
8305958c2dce78545c002b7f44e56e635504f758 | fe1ee556fb8fff262336eaaecc5c6cb30c805e67 | /src/main/java/com/eva/model/person/applicant/application/ResumeTextFileGenerator.java | ff05b7414a8b79ea3b1b673b30cead36d3bfce19 | [
"MIT"
] | permissive | AY2021S1-CS2103T-W13-1/tp | 9cec3340988934345edad74053ef2e10164a7b1d | 75c53893a54b059b9f271f39146b02617354f7c5 | refs/heads/master | 2023-01-18T23:29:19.203796 | 2020-11-13T15:09:31 | 2020-11-13T15:09:31 | 293,289,659 | 2 | 5 | NOASSERTION | 2020-11-13T02:23:05 | 2020-09-06T14:07:54 | Java | UTF-8 | Java | false | false | 1,523 | java | package com.eva.model.person.applicant.application;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
/**
* A class used to generate a sample resume text file for reference.
*/
public class ResumeTextFileGenerator {
/**
* Generates a sample resume text file in the same directory.... | [
"royce963@gmail.com"
] | royce963@gmail.com |
70ee817a6547ee6301b5154775f21212fcd8e2cc | 14f4f0722a00129ec04581a823d09fe8c4475588 | /mp03/UF5/Pt2/src/apartado4/EscribeStreamObjecte.java | 6cf796e3d8671526bab0becf3e80daa6b227478d | [] | no_license | mirokshi/ProjectsJava | 1eecd25eec15538138b6f431ec3d3a2045110af5 | d40497696f82b4436cc2ab015eafd97d2f41060c | refs/heads/master | 2020-03-31T18:26:44.086388 | 2019-06-01T07:58:48 | 2019-06-01T07:58:48 | 152,459,032 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,877 | 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 apartado4;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectOutputStream... | [
"rojasdiazmirokshi@gmail.com"
] | rojasdiazmirokshi@gmail.com |
03ecfd94b5fcb169acb37b69040974ab48e8e624 | d63238380662f4742cb74606d26992250003ae12 | /app/src/main/java/com/example/vikas/loginsqlitedata/Search_Item/SearchinProductFragment.java | 1b9fdcb54468c79d19a45602fc0583bde75c5f4b | [] | no_license | VikasNVCchauhan/E-commerce-Android-App-Project | 9c54faa54dcc2d2ba68c0d7d0f665a1e1989fe32 | 84ee3968417a9eefd7e6b797e5269671d7a25403 | refs/heads/master | 2020-09-04T00:05:59.292715 | 2019-11-05T10:19:46 | 2019-11-05T10:19:46 | 219,612,210 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,861 | java | package com.example.vikas.loginsqlitedata.Search_Item;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.Snackbar;
import android.support.v4.app.Fragment;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widg... | [
"57370271+VikasNVCchauhan@users.noreply.github.com"
] | 57370271+VikasNVCchauhan@users.noreply.github.com |
17b32a501e875823717096dfecb24e772a47d19f | cc70f0eac152553f0744954a1c4da8af67faa5ab | /PPA/src/examples/AllCodeSnippets/class_49.java | 6ba7fba45ee7530753995c4928f16884cf05aa2a | [] | no_license | islamazhar/Detecting-Insecure-Implementation-code-snippets | b49b418e637a2098027e6ce70c0ddf93bc31643b | af62bef28783c922a8627c62c700ef54028b3253 | refs/heads/master | 2023-02-01T10:48:31.815921 | 2020-12-11T00:21:40 | 2020-12-11T00:21:40 | 307,543,127 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,132 | java | package examples.AllCodeSnippets;
public class class_49 extends SSLSocketFactory {
SSLContext sslContext = SSLContext.getInstance("TLS");
public MySSLSocketFactory(KeyStore truststore) throws NoSuchAlgorithmException, KeyManagementException, KeyStoreException, UnrecoverableKeyException {
super(trustst... | [
"mislam9@wisc.edu"
] | mislam9@wisc.edu |
3a84271197d9380fd786f06663d6f528d34c8e2b | a8477115d2f70a54b8b07b704fcea2c0cc85326c | /08Days_HandlerMapping_SimplerURLHandlerMapping/src/main/java/com/controller/OneController.java | 5523758f6b10632d85e7af0700c95b7be4266cdf | [] | no_license | peteryoon11/spring_training | 23dac64cfb1ddd3247a8e6ee284212966fa38a7c | 723e24104ab9a9fafd2129d07a4ca18e028a3795 | refs/heads/master | 2021-01-19T14:18:36.429217 | 2017-05-09T02:36:54 | 2017-05-09T02:36:54 | 88,142,199 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 551 | java | package com.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class OneController {
@RequestMapping("/one/list")
public String bbbb() {
System.out.printl... | [
"yjisub11@gmail.com"
] | yjisub11@gmail.com |
afd4973b17621ee030bbe058afa6d06bceef6f5f | 7fad1c85fc725b0b593ffc919d5bf1960e22f859 | /src/com/example/helloworld/ArrayExperiment.java | 03547ca91720e843bf3dfc0a8c075f7bacc52e5b | [] | no_license | ahorseisananimal/Playground | 5bd8eb01acd5cae4cfe97a40d833073fd52c9d07 | 3275f2d30b8f2fa7e28630cec1a341c1c14f76eb | refs/heads/master | 2021-01-22T10:01:49.462597 | 2017-10-10T18:46:38 | 2017-10-10T18:46:38 | 68,647,215 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,103 | java | package com.example.helloworld;
public class ArrayExperiment {
public static final int EXPEREMENTS_COUNT = 1000;
public static final int MAX_ELEMENTS = 100;
public static void main(String[] args) {
int[] massive = new int[5];
int i = 0;
int globalCount = 0;
int unsortedArr... | [
"ahorseisananimall@gmail.com"
] | ahorseisananimall@gmail.com |
7cb395b50f57fe17cc00f546bc1d9fddebfe5ca9 | a2c03b5483a8db9a8350de992460a1efb7b76ce8 | /duola-framework/src/main/java/com/xul/duola/framework/shiro/web/filter/online/OnlineSessionFilter.java | e563d2c8a1b977d7fc7ced4f26b8e2fcf4c5daf0 | [] | no_license | GodKerwin/duola | f40fa460658cab8e79641fab623e91755b2756ab | fd9699398cd6ca574f3796f4ae8b6ed081f31fbe | refs/heads/master | 2020-05-31T13:39:43.351612 | 2019-06-05T02:17:56 | 2019-06-05T02:17:56 | 190,310,839 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,406 | java | package com.xul.duola.framework.shiro.web.filter.online;
import com.xul.duola.common.constant.ShiroConstants;
import com.xul.duola.common.enums.OnlineStatus;
import com.xul.duola.framework.shiro.session.OnlineSession;
import com.xul.duola.framework.shiro.session.OnlineSessionDAO;
import com.xul.duola.framework.util.Sh... | [
"513624876@qq.com"
] | 513624876@qq.com |
e43443fe9de33a60f4c1b8179adc1162daa37707 | 0191ea20fd576a59ab07e4bf3322d4117e87f8bb | /src/gfg/PancakeSorting.java | e672b4ae299646e6ccdd905b8edbabd4cfc3d5d9 | [] | no_license | hitesh-kumar-mahour/CodingProblems | b22b1312b2a4168a37aabbdbe36d155d860793f6 | 5db7199b9bd43d54e6a586e6bca990d8c490ec10 | refs/heads/master | 2023-07-23T12:11:48.987419 | 2023-07-14T16:38:11 | 2023-07-14T16:38:11 | 321,714,931 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 678 | java | package gfg;
import java.util.Arrays;
public class PancakeSorting {
// https://www.youtube.com/watch?v=AFtXLUn_TZg&ab_channel=KnowledgeCenter
private static void reverse(int [] a, int k){
if(k>=a.length)
return;
for(int i=0;i<=k/2;i++) {
int c = a[i];
a[i]=a[k-i];
a[k-i]=c;
}
}
private s... | [
"hkhiteshm@gmail.com"
] | hkhiteshm@gmail.com |
598303a142985147161e35f23443f82dc91b5513 | 801775fafc28ca91a0d3831863da05cf45a9dde4 | /hrms/src/main/java/kodlamaio/hrms/core/utilites/results/ErrorDataResult.java | e0f67900b862dedbac59fbc9ccdafed839dfbda8 | [] | no_license | MuhammetSaitAkgunes/HRMS_new | 486bcc70581d491e5834e90f3cf32a7994410811 | 6aa021bae15de074efd60192913f297bed7741d9 | refs/heads/main | 2023-06-01T21:22:44.958489 | 2021-06-13T15:37:52 | 2021-06-13T15:37:52 | 371,183,536 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 375 | java | package kodlamaio.hrms.core.utilites.results;
public class ErrorDataResult<T> extends DataResult<T> {
public ErrorDataResult(T data,String message) {
super(data,false,message);
}
public ErrorDataResult(T data) {
super(data,false);
}
public ErrorDataResult(String message) {
super(null,false,message);
}
... | [
"msakgunes.3@gmail.com"
] | msakgunes.3@gmail.com |
beb73ecdac434344f061075e1c79a6032cfa1573 | bcda8e393039636a6cd21f78361815f79f2c4f75 | /src/main/java/com/game/sdk/dolls/request/payorder/PayOrderReq.java | ac6da27c6c141e884d861c1ebb97b2e6307b6117 | [
"Apache-2.0"
] | permissive | lqwluckyer/dolls | 289ab4931cc251fcc735ff623501888fa2c8852d | 7488f64959c1979989450f8700af2b7e87201ba0 | refs/heads/master | 2020-05-16T23:52:58.315847 | 2019-04-28T07:39:39 | 2019-04-28T07:39:39 | 183,380,817 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,224 | java | package com.game.sdk.dolls.request.payorder;
public class PayOrderReq {
// 系统用户ID
private Long userId;
//当前商品ID
private String productId;
private String productName;
private String productDesc;
//支付总金额,单位 分
private Integer money;
// 物品单价,单位 分
private Integer price;
// 购买... | [
"840131665@qq.com"
] | 840131665@qq.com |
9fa7125557da5a70f60360b9d8671c8fc965b194 | b2dc53e01d7056b1de94c38127a1afd7c4febf36 | /src/com/weavernorth/util/SelectUtil.java | 77d53bedfbdd1a1f106b6cc788acaf7e67fc27e2 | [] | no_license | QingShuiSuYi/Dylan | 63318e7e74e4e771861ec6a2572fb8c7f6e0196f | b028ca5ecfea7025ae0e8cca66a27c9c88bb673e | refs/heads/master | 2021-05-14T14:39:40.467510 | 2018-02-11T08:11:12 | 2018-02-11T08:11:15 | 115,975,809 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 173 | java | package com.weavernorth.util;
import weaver.conn.RecordSet;
import weaver.general.Util;
public class SelectUtil {
public static void main(String[] args) {
}
}
| [
"344625445@qq.com"
] | 344625445@qq.com |
4a704e9250ac4502fda5dc6c0a9039e80b043116 | 1c25675d9533ef7834ed490a144a76f67e82603c | /unit9/src/TestDialogFrame/ButtonPanel.java | e26f05e99914f8eee1fe0c10e9f39a9b8b716528 | [] | no_license | Cowin1997/JAVA | bb2d200f76aeca269d9a69b8e5ccc63e15c64dae | 0c17ce9090f80e83a7de9ded58e2224bb95b4c46 | refs/heads/master | 2021-04-18T22:48:14.135278 | 2018-03-24T04:18:00 | 2018-03-24T04:18:00 | 126,503,921 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 659 | java | package TestDialogFrame;
import javax.swing.*;
public class ButtonPanel extends JPanel{
private ButtonGroup group;
public ButtonPanel(String title,String[]options) {
this.setBorder(BorderFactory.createTitledBorder(BorderFactory.createEtchedBorder(),title));
this.setLayout(new BoxLayout(this,BoxLayout.Y_AXIS))... | [
"Cow_1997@163.com"
] | Cow_1997@163.com |
b5860392f42d59103bbf6a78005667ca4ca8566a | deb9e5d21dacb07498d180a924a84d94f8c6b782 | /19.7.9/SSMDemoFinal/src/main/java/com/ming/po/ItemsCustom.java | 32b79015456f7ef4829a59a7b68b9662d520d2af | [] | no_license | LeBronJJJ/mydocument | c4043c394c0af707ef9bd559a5612dd4cb0ff9ec | 69a8f83720b34f13deef203901db58db207db9cb | refs/heads/master | 2022-12-22T23:24:25.548766 | 2019-09-14T16:02:23 | 2019-09-14T16:02:23 | 152,721,976 | 0 | 0 | null | 2022-12-16T04:50:13 | 2018-10-12T08:52:18 | Java | UTF-8 | Java | false | false | 87 | java | package com.ming.po;
/**
* 扩展类
*/
public class ItemsCustom extends Items
{
}
| [
"243177325@qq.com"
] | 243177325@qq.com |
5b75b4c4a365903dc56d85a708fb1f6ee9fc36d5 | d8f33e3f86feba283790046dca3aac7fd205233d | /app/src/main/java/com/perawat/yacob/perawat/PengkajianAwalActivity3.java | 02935f34f3099ab3ae364f3cd9aa12999901d663 | [] | no_license | yacob21/Perawat | cdc0ec2751133b9e359eb0b9e1881302f7762e0c | 85a418e1dd405fc5223bbc16015f797f60464c1b | refs/heads/master | 2020-03-25T04:54:19.813767 | 2018-08-03T11:30:39 | 2018-08-03T11:30:39 | 143,419,434 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 62,274 | java | package com.perawat.yacob.perawat;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.Html;
import android.view.View;
import andr... | [
"yacob21@yahoo.com"
] | yacob21@yahoo.com |
99d56f3d8262ac2df071252a03f68952d409dc0a | e977c424543422f49a25695665eb85bfc0700784 | /benchmark/icse15/1539360/buggy-version/lucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/handler/admin/CoreAdminHandler.java | a30248491e5e9cf2239a9bed2639575700c2ad54 | [] | no_license | amir9979/pattern-detector-experiment | 17fcb8934cef379fb96002450d11fac62e002dd3 | db67691e536e1550245e76d7d1c8dced181df496 | refs/heads/master | 2022-02-18T10:24:32.235975 | 2019-09-13T15:42:55 | 2019-09-13T15:42:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 40,287 | java | Merged /lucene/dev/trunk/solr/core/src/test/org/apache/solr/core/TestConfig.java:r1539343
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF ... | [
"durieuxthomas@hotmail.com"
] | durieuxthomas@hotmail.com |
85a2b5aec351df61ebd4e6a66d4df8b5be70b4fd | 874a4b7f45a1a8ca6b25e06a35a67eb2bc8c8a75 | /src/main/java/com/li/experience/common/aop/WebLogAspect.java | f1c5aa66ff3d7635af48a32b74d8cf41ea5fb052 | [] | no_license | liw66/Experience | 71474c7b202b34ebad08481f1931108ef1680bed | afe7eeed3c4e723d2d891cb10c8739f13ff9bbe8 | refs/heads/master | 2022-10-24T14:26:27.339902 | 2020-02-06T09:20:30 | 2020-02-06T09:20:30 | 215,746,846 | 0 | 0 | null | 2022-09-01T23:14:18 | 2019-10-17T08:54:25 | Java | UTF-8 | Java | false | false | 2,292 | java | package com.li.experience.common.aop;
import com.alibaba.druid.support.json.JSONUtils;
import com.li.experience.common.utils.HttpUtils;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.*;
import org.aspectj.lang.reflect.MethodSignature;
import o... | [
"noreply@github.com"
] | liw66.noreply@github.com |
ce2c5a898812e0fd4ec71d9aa24fb574d1d2fca7 | bb4563af60c9fb77dfc591e9f989acdc98a8a364 | /test/model/PersonTest.java | 7840af83cffd13d12d7722ec1acbd3b108b4b0f8 | [] | no_license | PhilippFuraev/FamilyTree | 59e6a491f9b5363ec84b9d144d014e404d634158 | fc91c405d477fbbd9b0bb22ee2381a71074e3f5d | refs/heads/master | 2020-03-14T23:07:59.970519 | 2018-05-02T10:52:49 | 2018-05-02T10:52:49 | 131,837,683 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,107 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package model;
import java.util.LinkedList;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.j... | [
"furaev.philipp@gmail.com"
] | furaev.philipp@gmail.com |
96639d2efa898798e207210eaa961c522896ec6e | c2e669e0aa092562ef240f28e9411f34a7690f92 | /backend/src/main/java/com/wz/GubeeTecnologia/resources/ProductResource.java | 2e3fe870a59ed299202527bedf9c0c1f67d8f93d | [] | no_license | WelingtonZanon/GubeeTecnologia | 705060752cc9250011d53be174e4056174a32951 | cb924721d424cdc3631906a85b6a807bca2d9efd | refs/heads/main | 2023-08-11T09:34:09.210335 | 2021-10-06T07:37:35 | 2021-10-06T07:37:35 | 412,488,328 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,406 | java | package com.wz.GubeeTecnologia.resources;
import java.net.URI;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetM... | [
"welington_zanon@hotmail.com"
] | welington_zanon@hotmail.com |
4763303241cba17549107a205d3919f891467fb7 | 227c895b7cb0bf7e9f2e4bdc190460b191e8daef | /src/com/sourceit/homework/andrey01/tasc11/Encryption.java | 9b70a3daf238e3be34887255edbb402c254958b0 | [] | no_license | Andrey3007/homeTask | 2d191935886d9efd55c77b53f9e100221e2ec1b4 | f248dc62a60f804c56408d3a2de14b73de193d60 | refs/heads/master | 2020-06-09T05:31:39.119349 | 2015-03-28T08:13:48 | 2015-03-28T08:13:48 | 30,258,200 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,427 | java | package com.sourceit.homework.andrey01.tasc11;
import static java.lang.Integer.toUnsignedString;
/**
* Created by Андрей on 11.02.2015.
* • Создать класс, который будет хранить в одной целочисленной переменной несколько значений меньшей длины.
* Например, возраст, вес, рост и год рождения. Добавить методы получени... | [
"kuznecov_95@mail.ua"
] | kuznecov_95@mail.ua |
a6bba4ae3494ec469cc758cccb31a8c6ca24a69b | bb544736bc4267412bf7e774dd1601371fb0b91d | /kie-server-parent/kie-server-api/src/main/java/org/kie/server/api/model/Severity.java | 365e71cf0f39c7997cfc10b516b7ae3818d928db | [
"Apache-2.0"
] | permissive | domhanak/droolsjbpm-integration | b807ded5c600e0a335bbd340ede855ca5911ff33 | 62ca32b448401fc3b287bd28b99531540a85782f | refs/heads/master | 2022-04-30T08:11:52.809050 | 2019-04-03T11:54:50 | 2019-04-03T11:54:50 | 88,586,866 | 1 | 0 | Apache-2.0 | 2021-05-05T11:43:34 | 2017-04-18T05:50:01 | Java | UTF-8 | Java | false | false | 662 | java | /*
* Copyright 2016 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, softw... | [
"christian.sadilek@gmail.com"
] | christian.sadilek@gmail.com |
80f8a66b72019a13bbe24c0c52a2110f8cf836b4 | 815107352520ed77e7d5da88e1c8c37fe20c7a00 | /src/com/intuitive/yummy/models/OrderItem.java | 342be088b101f9cf6b4085d56531f70a81dd1d6e | [] | no_license | Intuitive/YummyAndroid | a2d58a30939290610b4d914cb6ee76213ac95255 | 1f4d6eb42f972e9ebe7790c9f29dc7749033ce4e | refs/heads/master | 2021-03-12T22:55:03.332387 | 2013-06-02T14:43:40 | 2013-06-02T14:43:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,406 | java | package com.intuitive.yummy.models;
import java.util.HashMap;
import org.json.JSONException;
import org.json.JSONObject;
import android.os.Parcel;
import android.os.Parcelable;
import android.util.Log;
//includes menu item information, includes their ingredients' information
public class OrderItem implements Model ... | [
"eapaz14@gmail.com"
] | eapaz14@gmail.com |
e027fa4abe574509b6bf93177035a5c275bf303f | 2a36ec5de99236c5604b5ebe98862d3764647deb | /SeguroDeVida.java | 50c63f1c385aa6737a5111fa231460f419990eb9 | [] | no_license | erikkaueusp/Alura-java | a24a628d4ee579c43e915560edbc77fe395c26c9 | b8164947aa02d00e6dc76e87a4296d17a7068fba | refs/heads/main | 2023-03-24T06:37:14.999270 | 2021-03-19T19:42:07 | 2021-03-19T19:42:07 | 349,188,701 | 0 | 0 | null | 2021-03-18T19:50:32 | 2021-03-18T19:06:33 | null | UTF-8 | Java | false | false | 151 | java | package com.company;
public class SeguroDeVida implements Tributavel{
@Override
public double getValorImposto() {
return 42;
}
}
| [
"erik.silva@maps.com.br"
] | erik.silva@maps.com.br |
ba81ab2a50e2fb0db5bc538d2836720f0307c9eb | 36211cbfdceca0cf40f1774037556d032bc759a2 | /hapi-fhir-structures-dstu3/src/main/java/org/hl7/fhir/dstu3/model/codesystems/SystemVersionProcessingModeEnumFactory.java | c519aa07b16a9a75c2c14a271bd799f57d0daad9 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | VincentZhangy/hapi-fhir | 284e1e16873f7f3e55f004d156f0329d9ac8f9cf | 2fa7aedf63e0e071e1ecbc39455d8dc1a2789dc0 | refs/heads/master | 2021-01-22T05:46:52.270334 | 2017-05-25T23:47:09 | 2017-05-25T23:47:09 | 92,494,591 | 1 | 0 | null | 2017-05-26T09:24:58 | 2017-05-26T09:24:58 | null | UTF-8 | Java | false | false | 2,835 | java | package org.hl7.fhir.dstu3.model.codesystems;
/*
Copyright (c) 2011+, HL7, Inc.
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... | [
"jamesagnew@gmail.com"
] | jamesagnew@gmail.com |
7bcd7f5bc7d46575073e199e2b11591179311231 | f136e7ecff66580c6bb361733f6aa63dd9a83998 | /eml-api/src/main/jaxb/au/org/ecoinformatics/eml/jaxb/eml/LengthUnits.java | aaa01b4eb56051d57081aeffb9cd53aaddb728ff | [] | no_license | francis-vaughan/ecoinf-dataone | cc59cfbe2e4a27661ed4929d9b9803ea191d94af | 0648bf163f2deae56a7037cdb2c2f1fff9d10fc3 | refs/heads/master | 2021-01-12T22:22:55.568720 | 2015-11-27T01:25:59 | 2015-11-27T01:25:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,644 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.02.19 at 11:10:1... | [
"tom.saleeba@gmail.com"
] | tom.saleeba@gmail.com |
a05cc48bbcb215a63b50ea1cb4f51010f7b6f813 | 5841ebcb90abaad976c31e1929f72de86a30397b | /likp_ai/trunk/pc/src/main/java/com/lkp/service/SYSUPloadService.java | e890106982db89d75a2a986af1b3a923a8e13a10 | [] | no_license | JustForMyDream/lkp_ai | 4e95a375f07449221ef0111e5cfa787d93800bfc | 96f8b24abe9fc6f67814a7eab2a139677df952e0 | refs/heads/master | 2021-07-09T12:24:47.790259 | 2017-10-08T08:57:29 | 2017-10-08T08:57:29 | 106,161,465 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 279 | java | package com.lkp.service;
import org.springframework.stereotype.Service;
import java.io.Serializable;
/**
*
* 摄影师上传业务
*/
public interface SYSUPloadService {
Serializable uploadYingji(String orderid, String title, String des, String music, String[] pic);
}
| [
"2589475332@qq.com"
] | 2589475332@qq.com |
8acd2316845e830bfd2c719a1c3a3822f4b446d1 | 9354accc36606e2191e12ca926becb498bbfd257 | /src/main/java/eu/hansolo/steelseries/gauges/DisplayRectangular.java | a67f5960378f1507ef31f760bf558cdb6ada46ba | [
"BSD-3-Clause"
] | permissive | wolfgangreder/SteelSeries-Swing | cfcc4240803efdff1741ad15427ee35c1c01700b | 388ad1cf0173d220324d3a79218c6565c5342756 | refs/heads/master | 2020-09-16T09:34:00.880128 | 2019-11-24T21:37:43 | 2019-11-24T21:37:43 | 223,728,646 | 0 | 0 | BSD-3-Clause | 2019-11-24T10:47:24 | 2019-11-24T10:47:23 | null | UTF-8 | Java | false | false | 10,616 | java | /*
* Copyright (c) 2012, Gerrit Grunwald
* 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, this
* list of condition... | [
"han.solo@muenster.de"
] | han.solo@muenster.de |
90ea1f85b7ecb635bc57b041e002d7427dc27bd2 | c086d9b3393883af961e21c9366a5a1433e26846 | /app/src/main/java/com/ifanjszalukhu/databindinggdk19/MainActivity.java | 56895ce47b3b3e1ae86b28e24fd1a558bfae6bf8 | [] | no_license | ifanzalukhu97/data-binding-gdk19 | c8a327b27566e49203e6fa8fdb78c9c7422937fe | b475aad09102d1a335d71497c5b64dbda2ff91b6 | refs/heads/master | 2020-06-24T17:59:42.579008 | 2019-07-28T07:52:21 | 2019-07-28T07:52:21 | 199,038,937 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,077 | java | package com.ifanjszalukhu.databindinggdk19;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.databinding.DataBindingUtil;
import com.ifanjszalukhu.databindinggdk19.databinding.ActivityMainBinding;
public class MainActivity extends AppCompatActivity {
@Override
prot... | [
"ivan.zalukhu97@gmail.com"
] | ivan.zalukhu97@gmail.com |
739e34cca5d81c83291bd6238ce4fe060e713b12 | 4ba6a1d32a21d8bec9f56ca4223d478f3c2f42de | /Calculation.java | c5ddea38d6e8b00489fbb0ac65f8c2a763e843a6 | [] | no_license | P98-clt/java-code | ba904227c37dac942673089cc695b1e72639ede4 | f08e2b593de229cb1a228b07f8a0e269fc58fa3a | refs/heads/main | 2023-01-21T11:02:22.691607 | 2020-12-03T07:33:49 | 2020-12-03T07:33:49 | 318,117,220 | 1 | 0 | null | 2020-12-03T07:55:39 | 2020-12-03T07:55:39 | null | UTF-8 | Java | false | false | 1,043 | java | import java.util.*;
class Cal{
int a,b,sum,subs,mul,div;
Scanner sc=new Scanner(System.in);
void put_data(){
System.out.print("Enter your first number: ");
a=sc.nextInt();
System.out.print("Enter your second number: ");
b=sc.nextInt();
su... | [
"noreply@github.com"
] | P98-clt.noreply@github.com |
4063bb90e1511beaf33c939599de12f60fe42dcd | eef2f3c97d017a9fc5583ba8f3ddd7245fd0a863 | /restful_demo/src/main/java/com/framework/model/User.java | f0a0677decbd041e2035d9c74ee76ca812bbe96a | [
"Apache-2.0"
] | permissive | liuxiangyi86/frameworkAggregate | f3ecc32b181a739ec94d348ecb6e5703540a8b35 | 0565c13d00663df8430630a9a907b9ee0744b222 | refs/heads/master | 2020-04-24T08:27:04.206254 | 2017-09-04T08:47:59 | 2017-09-04T08:47:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 739 | java | package com.framework.model;
public class User {
private String name;
private String sex;
private Integer age;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getSex() {
return sex;
}
public void setSex(String sex) {
this.sex = sex;
... | [
"908716835@qq.com"
] | 908716835@qq.com |
7c3e1dd7321f8c78b596a98569533e13aaf1f8c5 | 3fb35f05d5a23bc8cec6f8c137f269786d619497 | /Honours Project/src/honours/project/PrimeCheck.java | fb8283276676c020ee8d61a226e41412f4635d6d | [] | no_license | donciavukas/Honours-Project | 46b322b884e2b2d08b8f73671cc32494c9d659a0 | a7cf2497adb5960ee638ef794df23397a4933f5d | refs/heads/master | 2020-03-19T02:04:36.770453 | 2018-05-31T14:49:29 | 2018-05-31T14:49:29 | 135,596,964 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,847 | 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 honours.project;
import java.math.BigInteger;
/**
*
* @author Donatas
* The class that is used for input varia... | [
"noreply@github.com"
] | donciavukas.noreply@github.com |
4263eac62bb359c3efa6a7ce7a681bd8ae77b250 | 880d4fe98b81f82ea8db075fa78dfc3fe8daf1c1 | /FilterApplication/src/com/servlet/HelloServlet.java | 683579b3ef4ce1dd8011c20d4a8ec21f023b9f11 | [] | no_license | personalcodingwork/WebFilter | ae0a587466df0de3d3945d4c4c07c56ea29bccf8 | 8111e69b66f76ce655fa0afcceafc51c02b25fb8 | refs/heads/master | 2020-05-18T23:20:13.038224 | 2019-05-06T05:24:19 | 2019-05-06T05:24:19 | 184,709,879 | 2 | 0 | null | 2019-05-06T05:00:00 | 2019-05-03T06:40:22 | Java | UTF-8 | Java | false | false | 548 | java | package com.servlet;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.*;
public class HelloServlet extends HttpServlet {
public void doGet(HttpServletRequest request, HttpServletResponse response)
throws... | [
"noreply@github.com"
] | personalcodingwork.noreply@github.com |
a9cd75e9421194ec230343e7e796f38c54dd99e0 | a675b580476a34b3cd20e65efef95bffae060e90 | /core/src/com/sunday/engine/environment/time/TimerSignal.java | b81b3b9a641d2993574369976c61d08d5e91b2fd | [] | no_license | tuk2000/sundaygame | 730f3eea9c2793c9a12ea8456f1bdf77bf248603 | 9cd7840dfc614f3922b19479ba44001a09532a31 | refs/heads/master | 2021-09-12T23:59:13.241276 | 2018-04-20T21:47:43 | 2018-04-20T21:47:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 183 | java | package com.sunday.engine.environment.time;
import com.sunday.engine.common.signal.SpecificSignal;
public enum TimerSignal implements SpecificSignal {
None, Update, Triggered
}
| [
"youngandwell@163.com"
] | youngandwell@163.com |
b2701c89f8ddbfcc0f38772d7def478dfee56a85 | fec20ae9d6ecb892df2e35698305e9698a8ee152 | /spring-boot-learning-validation/src/main/java/com/spring/boot/domian/Person.java | fc71c9ca679c5f9873436095ea9b605dcf4d484a | [] | no_license | lianpeng0011/spring-boot-learning-example | aa7cdc1d8bf32fc9263cd7792f29a13a96f7493a | bd4459e9da92e65fad0762e716d7dfc27cbeab95 | refs/heads/master | 2020-04-11T12:51:31.816377 | 2019-01-25T10:07:45 | 2019-01-25T10:07:45 | 161,794,616 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,063 | java | package com.spring.boot.domian;
import com.spring.boot.bean.validation.constraints.PersonNamePrefix;
import javax.validation.constraints.*;
import java.util.ArrayList;
import java.util.List;
/**
* @author lianp
* @date 2019/1/3 16:13
* @since
**/
public class Person {
@NotNull
private String id;
@P... | [
"173008335@qq.com"
] | 173008335@qq.com |
a1870c23c71f6df7e17bae4e84b547a548f62a83 | 1d319a61a98a834565198d8011908a22269c0a50 | /src/com/happytap/bangbang/GameActivity.java | 8494028e53694233ad11b1f8697055fa50576545 | [] | no_license | snooplsm/bang | fe43fb254abf91cf24696dd82aa6cc232f849d91 | 7284672460e6b5ab7b5b368e99e992c0524c4688 | refs/heads/master | 2020-05-25T10:01:51.939378 | 2011-04-06T12:45:39 | 2011-04-06T12:45:39 | 1,355,637 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,808 | java | package com.happytap.bangbang;
import java.io.IOException;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
import java.util.Random;
import java.util.Timer;
import java.util.TimerTask;
import android.content.Context;
import android.graphics.Color;
import android.hardware.Sensor;
import and... | [
"="
] | = |
bc5c2e0d7ff802d741f8b88f1a4ea581cf3dfa68 | 69168a52b6731ded89f9e801ab327e30ddd327ae | /Test Cases/Testing/TestPuzzle.java | 20d5c7bcf6f2098045b36a465503e64143fd5f1f | [] | no_license | naomitharrison/DoubleSidedPuzzleApplication | 9b68ba22a1364dbc8c0129986aac31dc2db1083c | a645b9b714cc9ec32611fbc17a1145a97e3c5bc8 | refs/heads/master | 2020-09-02T10:09:17.998750 | 2019-11-11T17:54:23 | 2019-11-11T17:54:23 | 219,198,143 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,154 | java | package Testing;
import static org.junit.jupiter.api.Assertions.*;
import java.awt.Rectangle;
import java.util.ArrayList;
import org.junit.jupiter.api.Test;
import starter.entity.Puzzle;
import starter.entity.Tile;
import starter.entity.TileSet;
class TestPuzzle {
@Test
void testWinFalse1() {
... | [
"ntharrison@wpi.edu"
] | ntharrison@wpi.edu |
cf9e428282710945708cd2672286eeb1f9db2e48 | 02e47eb5de572493b2260cf204782b8791bcf968 | /src/test/ca/ubc/cs/cpsc210/translink/tests/model/RoutePatternTest.java | f745c071ad8198c2a51b56741be5dd3092e64730 | [] | no_license | nikkimoteva/BussesAreUs | 234c386344f516c42f69708ad53ab6083afe3957 | 1cf26dc9761a25741180b2c6e9d164d73b1eb423 | refs/heads/master | 2020-04-20T04:24:23.874492 | 2019-02-01T02:08:19 | 2019-02-01T02:08:19 | 168,626,306 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,435 | java | package ca.ubc.cs.cpsc210.translink.tests.model;
import ca.ubc.cs.cpsc210.translink.model.Route;
import ca.ubc.cs.cpsc210.translink.model.RoutePattern;
import ca.ubc.cs.cpsc210.translink.util.LatLon;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.util.ArrayList;
import java.ut... | [
"noreply@github.com"
] | nikkimoteva.noreply@github.com |
277c48916620cd9c4d69730c822974428cb4f2e9 | 4eefccd03b49ed93f9aaa497a3a9aadb5968900e | /src/main/java/spring/study/day01/ex03/LgTV.java | 1b41d8defdf43eea4ea6446ca0da728155240ecb | [] | no_license | joeunseong/spring-study | 8e35a208919c74dcfd5d36515083a90d6119546a | 12b6a56c09bbae1e7f6eca25636d42ed809f8f15 | refs/heads/master | 2022-06-06T06:00:43.448492 | 2020-04-18T07:55:52 | 2020-04-18T07:55:52 | 256,688,269 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 431 | java | package spring.study.day01.ex03;
public class LgTV implements TV {
@Override
public void powerOn() {
System.out.println("LgTV :: powerOn()");
}
@Override
public void powerOff() {
System.out.println("LgTV :: powerOff()");
}
@Override
public void volumeUp() {
System.out.println("LgTV :: vol... | [
"euns29@naver.com"
] | euns29@naver.com |
cba5055d6165d92c5f926c94f0806e2004fe387c | 8bbe6f527c8529c445afca2f165f255a75f3beff | /NatureSpotVersaoEntrega/NatureSpot_/app/src/main/java/ua/pt/naturespot/Activities/MapsActivity.java | c3b91897dd9f689592008ac1501267d75e2bcd18 | [] | no_license | lucasaas98/icm2018Animals | c1651f2cc5461eee9a92876076c42c9cd3819018 | 8437d8d058862821501e88303aa92bed00394121 | refs/heads/master | 2020-04-05T08:42:40.412222 | 2019-01-02T12:44:42 | 2019-01-02T12:44:42 | 156,726,048 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,734 | java | package ua.pt.naturespot.Activities;
import android.content.Intent;
import android.support.v4.app.FragmentActivity;
import android.os.Bundle;
import com.google.android.gms.maps.CameraUpdateFactory;
import com.google.android.gms.maps.GoogleMap;
import com.google.android.gms.maps.OnMapReadyCallback;
import com.google.a... | [
"lucasaquilino@ua.pt"
] | lucasaquilino@ua.pt |
4e81de5e82d031381f77f869eccc0800fccf0b10 | e16a23fa9263cbb1b6603c4e372c1165b6976a25 | /app/src/main/java/com/komshuu/komshuuandroidfrontend/models/UserOrderList.java | 7d7c5a8ebdf4cbcc154b9e0d50c5eef749b4ceb9 | [] | no_license | KomsHuuApp/KomsHuuAndroidFrontend | 8fb6aba8888186289ab6c5ad89eca1f924d4d7a9 | f66cbe5fda6ce4f91e79add7bf166ac31c03c0a0 | refs/heads/master | 2020-04-17T02:01:24.415156 | 2019-03-23T00:25:14 | 2019-03-23T00:25:14 | 166,088,132 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 944 | java | package com.komshuu.komshuuandroidfrontend.models;
public class UserOrderList {
private String flatNumber;
private String order;
private int orderId;
private long apartmentId;
public UserOrderList() {
}
public UserOrderList(String flatnumber, String str) {
flatNumber = flatnum... | [
"ardaarslan064@gmail.com"
] | ardaarslan064@gmail.com |
0843e9a47776b69a8140e41dbf3180192f5123a0 | 5ce9526df236f8b2fcffef62718a9f0119ec16e3 | /JavaApplication24/src/condicionais/CondicionaisCompostos.java | bd85e45bb0d596e58c74ac337022e380e3bcccb7 | [] | no_license | Guuisr07/Java | e6d0c53b6709b133cd0a9eab3d797382ec046463 | 32f3184b3b3b5451705714a89220a3b476c372ca | refs/heads/master | 2020-06-19T00:35:07.571479 | 2019-08-09T00:19:22 | 2019-08-09T00:19:22 | 196,506,301 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 806 | 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 condicionais;
import java.util.Scanner;
/**
*
* @author Guilherme
*/
public class CondicionaisCompostos {
/**
* ... | [
"guisantana0204@gmail.com"
] | guisantana0204@gmail.com |
c4c0f76944b819d89cfdb2cedeca44eebce772fb | 7fa9c6b0fa1d0726ae1cda0199716c811a1ea01b | /Crawler/data/HasValueEnumTypeHandler.java | b2d98a7a628a3bea7a08f38e6b41719d6ea0fdd5 | [] | no_license | NayrozD/DD2476-Project | b0ca75799793d8ced8d4d3ba3c43c79bb84a72c0 | 94dfb3c0a470527b069e2e0fd9ee375787ee5532 | refs/heads/master | 2023-03-18T04:04:59.111664 | 2021-03-10T15:03:07 | 2021-03-10T15:03:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,103 | java | 15
https://raw.githubusercontent.com/zjjxxlgb/mybatis2sql/master/src/test/java/org/apache/ibatis/submitted/enum_interface_type_handler/HasValueEnumTypeHandler.java
/**
* Copyright ${license.git.copyrightYears} the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
... | [
"veronika.cucorova@gmail.com"
] | veronika.cucorova@gmail.com |
893cd25cacdf85207d1a56c72de8f45ab16a3c63 | 1ce6f9deac932e27a977558345d0df7202c20503 | /javase_prj/src/kr/co/sist/memo/run/RunJavaMemo.java | b3485757c5faaba02b1da12c15134c652bfca56a | [] | no_license | minj0i/sist-java | 3782bfaa6e0561ae2160bab4202f405c324c1894 | e7c800c8433434617f564d905207f49cbac7733f | refs/heads/master | 2020-04-09T12:00:15.732203 | 2019-04-22T08:11:22 | 2019-04-22T08:11:22 | 160,332,230 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,446 | java | package kr.co.sist.memo.run;
import java.awt.Font;
import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.FileReader;
import java.io.IOException;
import java.io.ObjectInputStream;
import kr.co.sist.memo.view.JavaMemo;
/**
* 메모장 클래스를 실행하는 일.
* @author owner
*/
public class RunJavaMemo {
//... | [
"h_hoh@naver.com"
] | h_hoh@naver.com |
599005b888b003082623f26603c0b870a311162e | cd2593a706c4dcca11fdc31eea5109a16e6535e8 | /src/main/java/app/springframework/joke/sfjokeapp/config/ChuckConriguration.java | 8430a16a94812f0b89f0a720104fe4375e03d036 | [] | no_license | NishantKatoch/sf-jokeapp | 53b2512ef935da97deaec4cf09a3137da30e15d2 | b3014be67cdc34889b1ced6a7a04c4392b4be810 | refs/heads/master | 2022-12-06T17:48:13.607326 | 2020-08-25T09:45:00 | 2020-08-25T09:45:00 | 290,172,494 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 391 | java | package app.springframework.joke.sfjokeapp.config;
import guru.springframework.norris.chuck.ChuckNorrisQuotes;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
//@Configuration
public class ChuckConriguration {
// @Bean
public ChuckNorrisQuotes c... | [
"nkatoch3@gmail.com"
] | nkatoch3@gmail.com |
a2e0e473b3aa0f1e6e05ce2dcfe462394ba8b626 | 1163394bf18e8671506fe1d45db8decb1d8938bd | /src/main/java/com/grudnik/dto/ProfileDTO.java | 758596598ef264e03ea243a5c3ef6a729ff562a6 | [] | no_license | MrKyrtap/JAVASpringForum | f3e1b8c4c78b7caa565952aee7caa2b51c5504c8 | 272e2ec6a0b0f37cd2b50f9631f3b286a420a06e | refs/heads/master | 2021-01-20T08:20:38.186700 | 2017-08-27T10:42:08 | 2017-08-27T10:42:08 | 90,132,853 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,003 | java | package com.grudnik.dto;
import com.grudnik.entities.Post;
import com.grudnik.entities.User;
/**
* Created by PatrykGrudnik on 30/07/2017.
*/
public class ProfileDTO {
User user;
int postsCount;
int topicCount;
Post lastPost;
int userAge;
public int getUserAge() {
return userAge;
... | [
"pacy04@gmail.com"
] | pacy04@gmail.com |
3516f1675cfc7453be5d993af79fc8036b849c56 | 7a6c87f6be1e68bbb662bb4cd4092fadaf748d0d | /src1/test/TestXML2JSON.java | d7b2f4f7b454fa9cb9e354f1677949008032b229 | [] | no_license | vnamboo/LearnJava | 5feead0976c4bb29b7e4633d3cd63c326cefe1e6 | a14e61bc0ad780b8794377d1bc7530a36df13fbe | refs/heads/master | 2020-09-13T08:42:01.115300 | 2014-08-22T15:06:56 | 2014-08-22T15:06:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,428 | java | package test;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.nio.CharBuffer;
import java.util.HashMap;
import javax.script.Compilable;
import javax.script.CompiledScript;
import javax... | [
"vnamboo@.(none)"
] | vnamboo@.(none) |
d1d41adc6c821e5f27ae839891fff74e4cee09c3 | ebd0bcf2a5dd9edfab82ff30ca2b952e21dfee88 | /src/org/jglrxavpok/blocky/ui/UIConfirmMenu.java | 4291021f89dabd4d750532f8c13d9cde96ec48c6 | [] | no_license | OurCraft/Blocky | 044c9f18f9532539e8e663e182a17532b987111f | 3d4d8e6e00cf1aab5a2952f75134c73f81b9d7a2 | refs/heads/master | 2016-09-05T15:46:51.633864 | 2014-10-22T19:51:04 | 2014-10-22T19:51:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,293 | java | package org.jglrxavpok.blocky.ui;
import org.jglrxavpok.blocky.ui.UILabel.LabelAlignment;
import org.jglrxavpok.blocky.utils.Lang;
public class UIConfirmMenu extends UIMenu
{
private int color;
private String text;
private UIMenu noMenu;
private UIMenu yesMenu;
private UIButton yesButton;
private UIButton noBu... | [
"jglrxavpok@gmail.com"
] | jglrxavpok@gmail.com |
1063d4ed56e0f0f07c17f19ac2b1576a14731c5d | 080276f4a3e5f4510e6f77a6633b2427c5583ead | /src/main/java/pl/czyzniek/openfdareader/drugrecordapplication/fda/DrugRecordApplicationStore.java | 9a38a4cc16f2c87766f872c5cf4c7b953333be59 | [] | no_license | czyzniek/openfda-reader | 97f9ba00f0a8562874b2d3dc87103e1abeb7dbb7 | 1b576fb160ba58d175028ed81f488ca49d4b9b2d | refs/heads/master | 2023-06-27T22:25:35.375308 | 2021-08-01T10:32:59 | 2021-08-01T10:37:00 | 391,585,321 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 438 | java | package pl.czyzniek.openfdareader.drugrecordapplication.fda;
import io.vavr.control.Either;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import pl.czyzniek.openfdareader.error.StructuredError;
interface DrugRecordApplicationStore {
Either<StructuredError, ? extends... | [
"kamil.czyznielewski@gmail.com"
] | kamil.czyznielewski@gmail.com |
1ca223a9438673eb415e45b9a26e59fbc61e8f71 | dc2219ac7ba5267100e9af284bf3f0aa8a15fdac | /app/src/main/java/fr/enssat/caronnantel/algorithm/PredictionResult.java | b72cc6f8d44a0bf3422b9004164dcb9296caaa7c | [] | no_license | MHelenaneves/Pain-Detector-App | 45c19acc97358a492a0642625009c505a28b2a7f | eef3fd9e567b915abed6c5ed51375c2bee394d5b | refs/heads/main | 2023-04-21T03:26:09.374431 | 2021-05-07T09:32:25 | 2021-05-07T09:32:25 | 365,182,829 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 781 | java | package fr.enssat.caronnantel.algorithm;
//import fr.enssat.caronnantel.model.IrisClass;
import fr.enssat.caronnantel.model.PainNopain;
public class PredictionResult {
private PainNopain expected;
private PainNopain predicted;
public PredictionResult(PainNopain expected, PainNopain predicted) {
... | [
"s193743@student.dtu.dk"
] | s193743@student.dtu.dk |
be140e29168946000ed8ece52abe40f14b74627a | 7edebe7b68879e40e2df9dfe120f3195cab5a8a8 | /SDM1/src/com/balu/curd/domain/Student.java | b0f2c5b404c4919a5f1c249bd0a5312885578e88 | [] | no_license | baluv/Student-database-management-System | 89f054b0b1353a23a3ffd22b6028c0355d8da0a9 | 938af8bcee1d58cd5d9ad76bc399c10d2612924d | refs/heads/master | 2016-08-11T22:17:44.120810 | 2015-12-07T08:28:39 | 2015-12-07T08:28:39 | 47,538,469 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,405 | java | /**
*
*/
package com.balu.curd.domain;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
/**
* @author bmv00_000
*
*/
@SuppressWarnings("serial")
... | [
"Balu@192.168.1.195"
] | Balu@192.168.1.195 |
f909e584f3ae50291e864262e0f0f1fa5fe15df6 | cd5428d1e04113576d3dd5359dd01ecd8992f360 | /JavaLearn/src/com/inheritance/EngineType.java | 2ae7eb040dd9ac6c481515dffb9fc44638dc3d70 | [] | no_license | EduardVad/Java | 3fce839b2171d1aaabfd885d1dcbb60097ded917 | 7dccebfe3dbdf021b2ced79334f5ecfc4440eea9 | refs/heads/master | 2020-05-04T23:20:13.290872 | 2019-04-04T17:31:50 | 2019-04-04T17:31:50 | 179,540,486 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 78 | java | package com.inheritance;
public enum EngineType {
GAS, DIESEL, ELECTRIC;
}
| [
"eduardvad@gmail.com"
] | eduardvad@gmail.com |
02b1ce81e97a4392053549c61778d6c49e93e23f | a02dbba3425763cade7b0c23e3b1c23d064aa569 | /Lab13_ListaDoble/src/CASTRO_TOCAFFONDI/ListaDoble.java | d421dc8d966ceb60cae471ec4b43a32358d75a92 | [
"MIT"
] | permissive | Alexander-CT/LABORATORIO_13 | 692e27a3a71e3618dfe87245d210bf29c4fd0237 | 49ab5e3c1770e669d9a35388032341777a364db2 | refs/heads/master | 2020-03-21T21:54:10.492326 | 2018-06-29T03:24:36 | 2018-06-29T03:24:36 | 139,092,048 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,628 | java | package CASTRO_TOCAFFONDI;
//Autor: CASTRO TOCAFFONDI
public class ListaDoble{
private Nodo primero;
private Nodo ultimo;
public ListaDoble(){
primero=null;
ultimo=null;
}
public boolean esVacia(){
return primero==null;
}
public void insertarFina... | [
"alexanderpierocastrotocaffondi@hotmail.com"
] | alexanderpierocastrotocaffondi@hotmail.com |
4318d36a0d00c06fffbb50f08a40b3549cd9ceb6 | 5cc47bb914bb8a93a1f128ba16546933f00487da | /src/test/java/com/so/Test40.java | 97fb0bb033aa14a52dac4e9fe7e90f0b98c6b114 | [
"MIT"
] | permissive | MartinDong/SwordOffer | 853ee07c11e05f835bdb224a01ff1344df8d942b | 37986acf4394c1afac5acd45f97fff7e1654d05b | refs/heads/master | 2021-06-30T02:24:55.316273 | 2021-04-16T06:57:01 | 2021-04-16T06:57:01 | 227,557,794 | 1 | 0 | MIT | 2020-10-13T18:10:13 | 2019-12-12T08:32:52 | Java | UTF-8 | Java | false | false | 513 | java | package com.so;
import org.junit.Test;
import java.util.Arrays;
/**
* 第40题
* 一个整型数组里除了两个数字之外,其他的数字都出现了两次,找出这两个只出现了一次的数字
*
* @author qgl
* @date 2019/03/26
*/
public class Test40 {
@Test
public void test40() throws Exception {
int[] array = {4, 6, 7, 4, 9, 8, 6, 8};
System.out.println("只... | [
"1031819389@qq.com"
] | 1031819389@qq.com |
5314015a8d7e76285158b3dc84c20b265e6e472d | 95e06e0dbb44bcd3e5158c58ccf8da8e86c4cb4f | /business/src/main/java/com/wyfx/business/controller/commons/SafetyHatException.java | 66fc6d74882969ddaf64e132b89d57212b6770f5 | [] | no_license | muyongliang/safety_hat | 1b7604bf76e493ce2b93e276a6ffba7c7c3e1334 | a4c4cca9eb15d7eb2f5c6da7a7c0cb1b05d5d663 | refs/heads/master | 2023-02-24T11:08:25.195984 | 2021-01-30T11:21:15 | 2021-01-30T11:21:15 | 323,253,868 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 284 | java | package com.wyfx.business.controller.commons;
/**
* @author johnson liu
* @date 2019/11/2
* @description 自定义系统内部异常类
*/
public class SafetyHatException extends RuntimeException {
public SafetyHatException(String message) {
super(message);
}
}
| [
"m18161254878@aliyun.com"
] | m18161254878@aliyun.com |
8eb0ae061db81429a04dcc444aa91240c676d760 | d43b1cb3c37a7aed947e7d99d97fdea5f25a24f4 | /org.ualerts.fixed/org.ualerts.fixed.service/src/test/java/org/ualerts/fixed/service/commands/FindAllActiveBuildingsCommandTest.java | 6eb03dd9f72a8c4090c3c3992fc4dfef7e1ebe7f | [
"Apache-2.0"
] | permissive | mukpal/ualerts-server | 088dbb6ae6f3faaff69e04dedb6f6bc0b682393c | 58e921d9251e548e86e84b8041df17f64e746bc2 | refs/heads/master | 2020-12-31T06:32:28.561201 | 2013-10-21T14:42:16 | 2013-10-21T14:42:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,124 | java | /*
* File created on Oct 9, 2013
*
* Copyright 2008-2011 Virginia Polytechnic Institute and State University
*
* 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... | [
"mikesir87@gmail.com"
] | mikesir87@gmail.com |
d56d14cdaa400366544c8a17f0d47fe6e293b065 | 14e8cfd10ea780a3a0941683719d5fcf7242447f | /JavaGame/src/Game/Game.java | cff885197d1b0674f1805148418bb3a93100536f | [] | no_license | ankix86/SpaceWar_Game-Java-Edition- | 3851262ae2d410e35e9f88f9c217abdaa82b5b7a | 4ff57cd95932f0a67e4ac72bf291b4a739825f6f | refs/heads/master | 2020-07-30T06:41:32.311450 | 2019-09-22T09:31:45 | 2019-09-22T09:31:45 | 210,121,589 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,678 | java | package Game;
import java.awt.Canvas;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.event.KeyEvent;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.awt.image.BufferStrategy;
import java.awt.image.BufferedImage;
import java.io.I... | [
"noreply@github.com"
] | ankix86.noreply@github.com |
a9a9fe3b3d327ea1453637d371fdbf76ae5208c9 | 8d5f1dd03e11c394b0898f2bb0f00933b795aee8 | /app/src/main/java/de/egi/geofence/geozone/bt/MainEgiGeoZone.java | 34af374b569efb25261f00315555c498fc16953a | [] | no_license | egmontr/EgiGeoZoneBT | 79e8b949bf8c20bff36bc2824c6376d4adf35c7c | db64ff2ffaa4cecd1ec81d3f12d186167ad87348 | refs/heads/master | 2021-06-18T18:01:55.281349 | 2021-01-07T18:18:22 | 2021-01-07T18:18:22 | 139,263,441 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 61,083 | java | package de.egi.geofence.geozone.bt;
import android.Manifest;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.Dialog;
import android.app.DialogFragment;
import android.bluetooth.BluetoothDevice;
import android.content.BroadcastReceiver;
import android.content.Context;
import andr... | [
"armino2001"
] | armino2001 |
f47ca0ef78ba758caaa5669339936eaf2d158aed | d9d26915b60f569cf438bd657d98082bf48e621b | /src/main/java/kaptainwutax/featureutils/decorator/ore/overworld/AndesiteOre.java | d8b676440ad909a7921442943fc87a2ab47cd808 | [
"MIT"
] | permissive | KaptainWutax/FeatureUtils | 42711e63c34c2c8a981c6f25e8bd79a1d64be697 | a271711f58e283547634ca31e466b9b8b0e5d825 | refs/heads/master | 2023-04-25T18:10:33.349979 | 2022-08-17T20:59:19 | 2022-08-17T20:59:19 | 268,331,926 | 30 | 23 | MIT | 2023-06-30T21:04:32 | 2020-05-31T17:42:37 | Java | UTF-8 | Java | false | false | 1,106 | java | package kaptainwutax.featureutils.decorator.ore.overworld;
import kaptainwutax.featureutils.decorator.ore.HeightProvider;
import kaptainwutax.featureutils.decorator.ore.RegularOreDecorator;
import kaptainwutax.mcutils.block.Blocks;
import kaptainwutax.mcutils.version.MCVersion;
import kaptainwutax.mcutils.version.Vers... | [
"noreply@github.com"
] | KaptainWutax.noreply@github.com |
8fe5e292bd960036c754abdc3842e6b59fd39b68 | d224a60a6bb72701a9f24387c1d6bfdf95a4f08e | /Liang/Chapter6/Question6_39.java | af3b5d0f63e349556fd65ba941a7c9fd5735aa92 | [
"MIT"
] | permissive | akinfotech19/IntroductionToJavaProgramming | 34501122994f24f5fda02efcc47938ec57671e26 | 5006fe23a05658a42c08eb114d62e63c1a107cf4 | refs/heads/master | 2022-01-10T23:00:13.181918 | 2019-07-01T15:13:09 | 2019-07-01T15:13:09 | 266,969,874 | 1 | 0 | MIT | 2020-05-26T07:07:46 | 2020-05-26T07:07:45 | null | UTF-8 | Java | false | false | 2,029 | java | import java.util.Scanner;
public class Question6_39 {
public static double crossProduct(double x0, double y0, double x1, double y1, double x2, double y2) {
return (x1 - x0) * (y2 - y0) - (y1 - y0) * (x2 - x0);
}
public static boolean leftOfTheLine(double x0, double y0, double x1, double y1, double x2, double y2)... | [
"subham.satyajeet1994@gmail.com"
] | subham.satyajeet1994@gmail.com |
dba7d70a8d5be8889dae8b10e2387eff25d50f74 | ce31f8de02cfa09892e676a11efb349d3ec9b470 | /weibo/lib-weibo-sina/src/main/java/weibo4j/examples/timeline/GetMentions.java | 023490ede4b19ed902a2affa0572d2755fa0c602 | [] | no_license | yingrui/websiteschema | 2582a62701b218a6ccbe889dbd3639a4e9dfed75 | 329ff626a2331b140ccd97c1c728d76fbfb51dc8 | refs/heads/master | 2021-01-16T21:16:18.161400 | 2015-01-21T10:35:09 | 2015-01-21T10:35:28 | 28,562,587 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 635 | java | package weibo4j.examples.timeline;
import java.util.List;
import weibo4j.Timeline;
import weibo4j.Weibo;
import weibo4j.examples.Log;
import weibo4j.model.Status;
import weibo4j.model.WeiboException;
public class GetMentions {
/**
* @param args
*/
public static void main(String[] args) {
Str... | [
"yingrui.f@gmail.com"
] | yingrui.f@gmail.com |
28d63b1da23325861e8f17a95d8ef9b1b7d5eae2 | 50995ba7e56c7ee7f379a02ed78274ad690a46d4 | /app/src/main/java/com/example/shreyaprabhu/contactsapp/Realm/RealmRecyclerViewAdapater.java | 59e90af6fdcea15a562bf418c3f39d57c3167370 | [] | no_license | ShreyaPrabhu/ContactsApp | 210178c0803e1efb7209834279befeb6c1048360 | 13f73ba3cf7fe6116b725cddebae0cbdebbab829 | refs/heads/master | 2020-06-02T22:46:55.324366 | 2017-06-22T17:18:41 | 2017-06-22T17:18:41 | 94,109,888 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 676 | java | package com.example.shreyaprabhu.contactsapp.Realm;
import android.support.v7.widget.RecyclerView;
import io.realm.RealmBaseAdapter;
import io.realm.RealmObject;
/**
* Created by ShreyaPrabhu on 10-06-2017.
*/
public abstract class RealmRecyclerViewAdapater<T extends RealmObject> extends RecyclerView.Adapter {
... | [
"shreyaprabhu96@gmail.com"
] | shreyaprabhu96@gmail.com |
fe98ad4a4efffc989c6694ec38cd8b1d5697a4b9 | 63ec88ab4254c47d49e18dbdb9bd1f9215ed6352 | /src/main/java/com/java/foruforme/services/UserService.java | bbdc92a8f3238c2a09f18594aa16bdf00eedb1fb | [] | no_license | jcasorla/ForUForMe | 0f85501c8665267561bc64bbc78033ab1733b902 | 5ddfcdee0ccadc056ba9c8b871b53f3956715d29 | refs/heads/master | 2020-08-23T17:53:20.112562 | 2019-10-25T01:38:40 | 2019-10-25T01:38:40 | 216,676,234 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,432 | java | package com.java.foruforme.services;
import java.util.Optional;
import org.mindrot.jbcrypt.BCrypt;
import org.springframework.stereotype.Service;
import com.java.foruforme.models.User;
import com.java.foruforme.repositories.UserRepository;
@Service
public class UserService {
private final UserRepository userR... | [
"laura.franco.f@gmail.com"
] | laura.franco.f@gmail.com |
79761406b1a7bb3c20fd457c04509d2f69562f76 | 70d9a8991685c51d4e5756b0b0ffe292d1483577 | /pathfinding/src/hr/fer/zemris/zavrsni/rts/pathfinding/SearchResult.java | 24a7755c03b26f71060b9f04a3318e3de9da26ca | [] | no_license | LeonLuttenberger/Thesis-RTS | 9f5e7e5751fb2e51be1c7fc321aca810dcd44d97 | 44427debc30213b450048f434ca59af97eb5ecf5 | refs/heads/master | 2021-03-27T09:45:16.485192 | 2017-07-07T08:56:32 | 2017-07-07T08:56:32 | 86,237,917 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 780 | java | package hr.fer.zemris.zavrsni.rts.pathfinding;
import java.util.Map;
import java.util.Queue;
public class SearchResult<T> {
private final Queue<SearchNode<T>> statesQueue;
private final Map<T, Double> closedMap;
private final Queue<SearchNode<T>> frontierQueue;
public SearchResult(Queue<SearchNode<T... | [
"luttenberger.leon@gmail.com"
] | luttenberger.leon@gmail.com |
208b18f5b6cfa43ed235b374f66c946a316bd2bd | 899924418ccf8a6ce123d2d25cc28c2acfc64e81 | /src/main/java/com/linkinstars/Converter.java | 0bd226e0d1be15aa17a29aab63c66d1f96197390 | [] | no_license | admin862/http-helper | eca1e61088c8e1bbc4b27ffd2612f6b4c2eaa2c0 | e09725e3cd94de3d9e4222fcd0da4699f4f51a62 | refs/heads/master | 2020-03-28T22:27:33.450078 | 2018-09-17T09:31:57 | 2018-09-17T09:31:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,403 | java | package com.linkinstars;
import com.alibaba.fastjson.JSONObject;
import okhttp3.FormBody;
import okhttp3.MediaType;
import okhttp3.RequestBody;
import java.util.Map;
/**
* 转换器
* @author LinkinStar
*/
public class Converter {
/** json MediaType **/
private static final MediaType JSON_TYPE = MediaType.pars... | [
"linkinstar@foxmail.com"
] | linkinstar@foxmail.com |
8af08656fc392ba33f9456fd4c16fbf3b02a5251 | bf12f960dd796527cd92257c1f2bf7a6d5a2bac6 | /src/main/java/com/oa/authority/service/IRoleService.java | d1c7be0cea2190fe39e0ce221691f97b9cb7f7fa | [] | no_license | lucky-plus/OA-System | 0b8b4ed76ce2198cc1613b424ac77de95bb4a3a5 | 22a7abc8329a5b72dcae09f549a6196f95f3c009 | refs/heads/master | 2021-09-15T02:06:42.635837 | 2018-05-24T02:33:00 | 2018-05-24T02:33:00 | 104,549,599 | 0 | 3 | null | 2017-10-09T06:18:03 | 2017-09-23T07:25:35 | JavaScript | UTF-8 | Java | false | false | 535 | java | package com.oa.authority.service;
import java.util.List;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import com.oa.authority.entity.Role;
import com.oa.authority.entity.dto.RoleDTO;
public interface IRoleService {
public void save(RoleDTO dto);
publi... | [
"598959863@qq.com"
] | 598959863@qq.com |
94119ff26ddb59495f1dcdb316891bec5d33a1cb | a34c4241c73b75bd10c99ce97a4b575c3e165c10 | /persistence-modules/spring-jpa/src/main/java/org/baeldung/inmemory/persistence/model/KVTag.java | ba0071e37b120f004cd50f296ad63a73978e8ec9 | [
"MIT"
] | permissive | Mengbuxiu/tutorials | cf86ca582896563ab0b75178a2628c24982f64d3 | 3380dba316dc4b2a66796a7be7d98cc7686f12ad | refs/heads/master | 2020-07-01T00:45:38.551964 | 2018-03-10T20:56:29 | 2018-03-10T20:56:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 576 | java | package org.baeldung.inmemory.persistence.model;
import javax.persistence.Embeddable;
@Embeddable
public class KVTag {
private String key;
private String value;
public KVTag(){}
public KVTag(String key, String value) {
super();
this.key = key;
this.value = value;
}
p... | [
"chris.franklin@inin.com"
] | chris.franklin@inin.com |
48b2381d4a29ef0399da068a075eee78c95900a7 | 9b42c11c3756a784e3e2746b5d2adaab9285ab6f | /Common/src/main/java/uk/jamierocks/saturn/common/mixin/command/MixinCommandHandler.java | 2d4af5edf14ba1d8b8ceee6d465443ddcbb3cf53 | [
"MIT"
] | permissive | Lexteam/Saturn | 8a753845fdf9092531d3ccf7790fafbbf075ea06 | ca543bc91084986168608599330165ef96c686f5 | refs/heads/master | 2021-01-10T16:57:58.264496 | 2015-10-23T21:03:56 | 2015-10-23T21:03:56 | 44,772,832 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,012 | java | /*
* This file is part of Saturn, licensed under the MIT License (MIT).
*
* Copyright (c) 2015, Jamie Mansfield <https://github.com/jamierocks>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the... | [
"malgm@lapis.blue"
] | malgm@lapis.blue |
78de68788d88b4c60269841ec92a0b274028473e | d6b46381b4303bb696f3c4e54434c3907ad6957d | /src/main/java/io/jsonwebtoken/impl/JwtMap.java | 0d000fc4bfa40f89939b8bc950aa61be05028133 | [] | no_license | Noguik06/ECO-SAT-BACKEND | a1eaa4425cc04b7015901ceb014215fe7cd7be5b | 9902fd7a6e9486aa0322ee3ff1ab56ea31a7db5f | refs/heads/master | 2021-01-20T21:13:13.297096 | 2016-11-29T20:54:59 | 2016-11-29T20:54:59 | 65,094,889 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,720 | java | /*
* Copyright (C) 2014 jsonwebtoken.io
*
* 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 ag... | [
"Admin123"
] | Admin123 |
e63f610cb365416fe3f75181eb8dea7f537965a6 | f630160b0fe64d9af851b54d368ef1b54207ca6e | /spring-boot-10-elasticsearch/src/main/java/cn/edu/ustc/springboot/bean/Book.java | 15034535729752c2c6442203da6c0ec76a8f664d | [] | no_license | NextSemester/SpringBoot_demo | b77727a18f464bc2600721a66093ce6220d22f01 | 8e2be6c6e31e1aa897d337518183096788554a53 | refs/heads/master | 2023-03-16T00:27:41.896282 | 2020-10-03T04:46:34 | 2020-10-03T04:46:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 894 | java | package cn.edu.ustc.springboot.bean;
import org.springframework.data.elasticsearch.annotations.Document;
@Document(indexName = "store",type = "book")
public class Book {
private Integer id;
private String bookName;
private String author;
public Integer getId() {
return id;
}
public v... | [
"hongshengmo@163.com"
] | hongshengmo@163.com |
6cbe6824fa7b8341b4fedcbe81b993d13820949e | e55c26af9ef6da50538e4ba9631910a366de1e41 | /src/main/java/com/upupuup/adapter/demo2/TencentProgrammer.java | 2cfd382eae4b1f37162f935513690d62c394c18e | [] | no_license | upupuup/design_pattern | e4134f73e1efb0859e4109ae4fda98ec75767cc6 | 229400d845ce010b1fca89a3b0a064bcc96a759c | refs/heads/master | 2020-06-19T19:23:23.757133 | 2019-07-28T14:22:46 | 2019-07-28T14:22:46 | 196,841,336 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 343 | java | package com.upupuup.adapter.demo2;
/**
* @Author:upupupuup
* @Date:2019/7/28 12:31 PM
* @Version 1.0
* @Description:[一句话描述该类的功能]
*/
public class TencentProgrammer implements IProgrammer {
/**
* 腾讯程序员写代码
* @return
*/
public String program() {
return "写代码";
}
}
| [
"woyaojiayou_a@163.com"
] | woyaojiayou_a@163.com |
9722d0148e3260bd68a2f164fcd2d8ad166fccaf | 4b0e08adf554204c952217529885306c36f2678e | /src/com/uncc/gameday/activities/parking/LotViewFragment.java | 40ed8ab1babffaf403d2ed29fd0a04c8a6fea598 | [] | no_license | bspeice/UNCCGameDay | fed7a47e2c41914d233e8d52bc215d2f02a255c4 | 85d33578a7b62b81349855b28854db52ddd01730 | refs/heads/master | 2021-01-21T01:35:10.688674 | 2013-12-09T08:51:17 | 2013-12-09T08:51:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,733 | java | package com.uncc.gameday.activities.parking;
import android.app.DialogFragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.widget.ProgressBar;
import android.widget.SeekBar;
im... | [
"bspeice@uncc.edu"
] | bspeice@uncc.edu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.