blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
35e6fabb3892f91b599737328bfb531874fbdc81 | 0c86373f4e1d2d6be389ecde55a9aa5e299ca26e | /src/main/java/fr/docapost/powwow/api/entities/IEnable.java | 44de5fa927c7b07cbded809063964bc4fbfd7d5b | [] | no_license | BacemKannou/powwow-team-back | 616817fc0b905903c3b1ca3b2e72c1edaca7e044 | e9af0c736eee6c2f07db085e53ccb619cc268f55 | refs/heads/main | 2023-06-24T19:22:48.985342 | 2021-07-26T12:06:07 | 2021-07-26T12:06:07 | 342,574,121 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 133 | java | package fr.docapost.powwow.api.entities;
public interface IEnable {
boolean isDisabled();
void setDisabled(boolean var1);
} | [
"bacem.kannou3@docaposte.fr"
] | bacem.kannou3@docaposte.fr |
34e200b73c317a31645c3c694a3248c0a3860d3f | ecd444441c2280b8449220e9d04cbd1d8f51cb20 | /shop/shop-common/src/main/java/com/lrving/App.java | a27959314d798da6ee8fb66944a92d6782620cec | [] | no_license | lrvinghang/shop | 4498ea4ebd37486fbdc1a70703f57f91d287ddf0 | 5e944c5794f97adeba0c8fdb1ccb95b1a7b09e03 | refs/heads/master | 2023-01-30T03:23:06.687853 | 2020-12-01T13:41:34 | 2020-12-01T13:41:34 | 317,495,348 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 173 | java | package com.lrving;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
| [
"Qq1157026884"
] | Qq1157026884 |
94b598353e1c19ba6398ace57f3aef03d8ffc91d | cd44caad4aeec098a53c19f35bb46490ee45dac9 | /src/main/java/org/github/erolon/model/Matrix.java | 091e9e2a4b14a68c83e653b96cd7b5c88492f960 | [] | no_license | ESegundoRolon/ms-mutants-ml | 994511ea2a350eb70e6801498eb7ecb477117ccf | 06df6f650204c817358c579c1f2ccd32f7505f9e | refs/heads/master | 2021-05-09T11:33:47.317236 | 2018-10-29T20:34:01 | 2018-10-29T20:34:01 | 118,991,890 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,538 | java | package org.github.erolon.model;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.stream.IntStream;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class Matrix {
private static final Logger LOGGER = LoggerFactory.getLogger(Matrix.class);
private char dat... | [
"esegundorolon@prismamp.com"
] | esegundorolon@prismamp.com |
2e1e551d2dacb51bc87e300f26c0d96735babea9 | f219be2e958d0619fc0b0ccb5534a9d4989dfbba | /src/main/java/com/blame/googleearthnavigation/bean/SpotCoordinates.java | 8d1e93b4a84bde706cf2b8ca4e97dd3af6e0c216 | [] | no_license | pabloblazq/GoogleEarthNavigation | 6c170c571fb77c1d499e4bc0e8000951fed32e56 | 96239fba030734ea882c2c46ff8fb656e05c56de | refs/heads/master | 2022-05-29T23:21:39.959093 | 2019-10-09T06:34:26 | 2019-10-09T06:34:26 | 212,313,983 | 0 | 0 | null | 2022-05-20T21:10:53 | 2019-10-02T10:45:47 | Java | UTF-8 | Java | false | false | 546 | java | package com.blame.googleearthnavigation.bean;
public class SpotCoordinates extends Coordinates {
protected int groundAltitude;
public SpotCoordinates(double latitude, double longitude, int groundAltitude) {
super(latitude, longitude);
this.groundAltitude = groundAltitude;
}
public int getGroundA... | [
"pablo_blazq@yahoo.es"
] | pablo_blazq@yahoo.es |
183ced1e743087ab9d8f9caebfb363a34c09e9c6 | c7c714709a0b780d95d3d8a63fbfe66f50aae942 | /test/NullPointer_Demo.java | b5db6d800051b01d33a717df9afb757cfc1986ff | [] | no_license | mayurpawar0809/Edac_may2021 | 5f952fc1a90a4f1915e78c8ec4ec2dc0287dcf2c | 70846cbf5b49329ede3447dc3ec1ef8f31e720f7 | refs/heads/main | 2023-05-08T12:51:29.349777 | 2021-05-31T10:08:30 | 2021-05-31T10:08:30 | 365,246,189 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 356 | java |
/Java program to demonstrate NullPointerException
class NullPointer_Demo
{
public static void main(String args[])
{
try {
String a = null; //null value
System.out.println(a.charAt(0));
} catch(NullPointerException e) {
System.out.println("NullPointe... | [
"noreply@github.com"
] | noreply@github.com |
dedf8954c4f7ba5f77c38cba1eee8ab917a655bd | f9d8b48eed19569d478bbce70eee2eeb544d8cf6 | /ripple-bouncycastle/src/main/java/org/ripple/bouncycastle/pqc/crypto/rainbow/RainbowKeyParameters.java | 33005bf62dda182396fa972f3d9f94db9317c859 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | moorecoin/MooreClient | 52e3e822f65d93fc4c7f817a936416bfdf060000 | 68949cf6d1a650dd8dd878f619a874888b201a70 | refs/heads/master | 2021-01-10T06:06:26.239954 | 2015-11-14T15:39:44 | 2015-11-14T15:39:44 | 46,180,336 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 529 | java | package org.ripple.bouncycastle.pqc.crypto.rainbow;
import org.ripple.bouncycastle.crypto.params.asymmetrickeyparameter;
public class rainbowkeyparameters
extends asymmetrickeyparameter
{
private int doclength;
public rainbowkeyparameters(
boolean isprivate,
int ... | [
"mooreccc@foxmail.com"
] | mooreccc@foxmail.com |
fd8489170521d679ce477e013591056f03160250 | 125464573b769e9ad7ab2cf18e7fb8554187937d | /src/d16127504_CA3/Config/Constants.java | c5233afb8efbef1251cebf0efbd424a21b6e3063 | [] | no_license | toporny/Ae_Department | 66fa26f94d70a2e94a68a08473d537d0e9dbfa9e | 80a0ea260cdf41f7841d0512bd5fc856c803db68 | refs/heads/master | 2022-12-02T17:29:45.272872 | 2020-08-07T13:23:24 | 2020-08-07T13:23:24 | 113,877,953 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | package d16127504_CA3.Config;
public class Constants {
public final class Limits {
public static final int LIMIT_BIG = 1000;
public static final int LIMIT_SMALL = 20;
}
public final class DB {
public static final String AE_DEPARTAMENT_FILE = "ae_departament.sqlite";
}
... | [
"toporny@tlen.pl"
] | toporny@tlen.pl |
b97d25a274ce37a7b0fe8e85e0ecb8ff16556961 | 50e691c96a76226f9f14544be7c3797ee784ee1e | /project/src/helper/ConfirmDialogHelper.java | c15a6b156f9b06dfcde8de7ee6f03f34b9f4a7f1 | [] | no_license | nhidh99/uitOOAD | e573e3c20d25b70a9b0bf09b5ede754cff67746d | fe78a6e8304016801caffad5ad094aa2fe832dba | refs/heads/master | 2023-05-26T08:19:19.236440 | 2019-12-10T22:57:12 | 2019-12-10T22:57:12 | 212,252,982 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,103 | java | package helper;
import java.util.Optional;
import javafx.scene.control.Alert;
import javafx.scene.control.ButtonType;
import javafx.scene.control.Alert.AlertType;
public class ConfirmDialogHelper {
public static boolean confirm(String header) {
Alert dialog = new Alert(AlertType.CONFIRMATION);
dialog.setTitle(... | [
"nhidh99@gmail.com"
] | nhidh99@gmail.com |
6826e9915a718f2ba63ed04a10e7b93257bb196e | d2c4eaeac525966f09518727819bfac9dd219dc3 | /033_1_sharedpreferences/src/main/java/com/merdeev/sharedpreferences/MainActivity.java | 041e77c9a82145f72e4aeaa0fea9876846a19b04 | [] | no_license | RuslanMerdeev/StartAndroid | 92066646a605e94e22e06af55e1e0779587eeecf | 2bbf9cff3c6398b955711e6f22c647773e1f4d9f | refs/heads/master | 2021-01-20T21:08:48.628939 | 2017-09-18T11:30:20 | 2017-09-18T11:30:20 | 101,752,178 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,819 | java | package com.merdeev.sharedpreferences;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.w... | [
"rz.merdeev@itelma.su"
] | rz.merdeev@itelma.su |
6977a3699b3e96c13b13ca9c7082c3c88a9e94f0 | 8ebc8f0d21d900c066350055a34c3e482c447b46 | /src/test/java/core/Promise.java | 894d3729207b75cad0456a7c8f0d97caf5dbaf9b | [] | no_license | EugenVideos/TestVideo | 7ee2020eafc63e5cebb6aa2d0c16c9d8db55ac4e | bb2a54d08f11c5f7439a5a005fe7b15e77d5cecb | refs/heads/master | 2020-03-12T12:19:18.060049 | 2018-04-22T23:11:53 | 2018-04-22T23:11:53 | 130,615,637 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 258 | java | package core;
import org.openqa.selenium.WebDriver;
public class Promise {
private final WebDriver driver;
Promise(WebDriver driver) {
this.driver = driver;
}
public Promise Error() {
return new Promise(driver);
}
}
| [
"Eugene.Safonov.95@yandex.ru"
] | Eugene.Safonov.95@yandex.ru |
fba0913ea4825b6f5e1b270905008b927515df85 | c78b2de53978f3d244cb87f54fafc4115755c98b | /src/main/java/org/atos/epi/example/processors/PreProcessValidator.java | fe515fa1b4d9706f095edf7a2ac3958fa9497a3d | [] | no_license | belphegor666/wildfly-camel-template | 099ab086e0b7de3f5d8579c927e970f5d2771847 | 6cde89b2ddfa7aba54f5f1bfd18dfa5c581a5b4e | refs/heads/master | 2020-12-24T06:42:00.423811 | 2016-07-23T05:55:38 | 2016-07-23T05:55:38 | 64,001,265 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,287 | java | package org.atos.epi.example.processors;
import org.apache.camel.Exchange;
import org.apache.camel.Processor;
import org.apache.camel.ValidationException;
public class PreProcessValidator implements Processor {
@Override
public void process(Exchange exchange) throws Exception {
final String HEADER_DATA = "data";... | [
"the_luggage@bigfoot.com"
] | the_luggage@bigfoot.com |
b7b3dbc1ef1996da670382332139f1827f3c9116 | 77c2be2c6c51e08a583d92afb9486c100256ac10 | /app/src/main/java/com/example/abhilash/jsonfetching/MainActivity.java | 50077003258b455875b966c2cbee67bdc7062204 | [] | no_license | AbhiCS002/jsonfetching | 950b7939ae55c2c712c089f1eefbf414dec6ef43 | bc74725def17b286e44a15c819a6facfcd333eb8 | refs/heads/master | 2020-03-10T00:19:37.174231 | 2018-04-11T10:52:45 | 2018-04-11T10:52:45 | 129,079,234 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,380 | java | package com.example.abhilash.jsonfetching;
/**
* Created by abhilash on 10/4/18.
*/
import android.app.ListActivity;
import android.app.ProgressDialog;
import android.os.Bundle;
import android.widget.Toast;
import java.util.List;
public class MainActivity extends ListActivity implements FetchDataListener{
priv... | [
"4su14cs002"
] | 4su14cs002 |
b6bf4f10fccd3f20da05644363c8de3c22107a32 | 62b604d6da105a2b802d012208755b2454fe5d70 | /AlgorithmSimulator/src/algorithm/ExplorationWallerType3.java | 2e1548a5ef437428ee2ba17b2bcbe2e9c89cef0a | [] | no_license | shaojieyew/MDP_Simulator | edbed8bbbf586c082713cb34836bea9e9eee55ef | 5b458081d11f53282ac43a36fb6e176fc5ec224a | refs/heads/master | 2021-07-22T04:14:20.877081 | 2017-11-02T17:22:55 | 2017-11-02T17:22:55 | 102,107,184 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 35,056 | java | package algorithm;
/*follow left wall, with minimum rotation*/
import java.awt.List;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.Queue;
import java.util.Stack;
import Data.Map;
import Data.MapListener;
import Data.Position;
import Data.Robot;
import Data.RobotListener;
im... | [
"shaojieyew@gmail.com"
] | shaojieyew@gmail.com |
9a13d88d0cdd449c54a6c9dca25552ff8f362368 | 2e35704669539202c1adcafa26b3d510fad08220 | /projewski-exchange-binance/src/main/java/pl/projewski/bitcoin/exchange/binance/api/v1/MaxNumOrdersFilter.java | a24125d6c95cc6741a05bb2ff6713c7a91cf1db9 | [
"MIT"
] | permissive | rojekabc/projewski-bitcoin | 760c56642e74622a35ba6b5c6c258afae511bd34 | 35cce313d26d9074138e70870c109f32ca4043f0 | refs/heads/master | 2022-11-25T01:27:26.586592 | 2022-05-23T19:02:26 | 2022-05-23T19:02:26 | 116,667,279 | 2 | 1 | MIT | 2022-11-16T01:59:42 | 2018-01-08T11:16:41 | Java | UTF-8 | Java | false | false | 310 | java | package pl.projewski.bitcoin.exchange.binance.api.v1;
import lombok.Data;
import lombok.EqualsAndHashCode;
@Data
@EqualsAndHashCode(callSuper = true)
public class MaxNumOrdersFilter extends Filter {
private long limit;
public MaxNumOrdersFilter() {
super(FilterType.MAX_NUM_ORDERS);
}
}
| [
"rojek_abc@o2.pl"
] | rojek_abc@o2.pl |
edf00391b4d0f1a7bf3b29beb3e27c5710dd16c2 | 01df6a626cc4de3461d3554e2895df9fdda15d03 | /src/Chapter6/P6.java | d65f9bf4151a7a476f3386c3ae288ae6212a013f | [] | no_license | Vivanio/JavaProgrammingOne | b3b076c5f529a8203167fd1ea47d0c43e32d62ae | 66439813ab06b91bef1cf75b10ee98568985fb07 | refs/heads/master | 2021-05-13T11:47:26.007662 | 2018-01-16T18:53:55 | 2018-01-16T18:53:55 | 117,139,854 | 0 | 0 | null | 2018-01-16T18:53:56 | 2018-01-11T18:52:16 | Java | UTF-8 | Java | false | false | 3,478 | java | package Chapter6;
import java.util.Scanner;
//import java.lang.Character;
/**
*
* Converting the prices of money
*
* @author Donavon Mithchell
*/
public class P6 {
/**
* Main Method
*
* @param args arguments from command line prompt
*/
public static void main(String... | [
"dm0971102@RK03-B1225-10.francistuttle.edu"
] | dm0971102@RK03-B1225-10.francistuttle.edu |
8943666ab9cf3dc7d80b599188db8e4ecf6b602f | 3b3c922225e688b2ab9340f337e1a4a94c98a5c4 | /src/main/java/eon/hg/fileserver/controller/ManageController.java | 5af9fc19ec0ab95f10c6b15594553951351f2dba | [] | no_license | aeonj/eon-fileserver | 0e5d6d71424d0686f386e242d9896aaadede85f4 | ed9b279c4d7761603bbcea3815f8edefd9455f80 | refs/heads/master | 2022-12-11T01:43:08.334451 | 2020-05-09T02:12:55 | 2020-05-09T02:12:55 | 232,266,315 | 0 | 0 | null | 2022-12-06T00:41:11 | 2020-01-07T07:18:59 | JavaScript | UTF-8 | Java | false | false | 4,977 | java | package eon.hg.fileserver.controller;
import eon.hg.fileserver.authorization.annotation.Authorization;
import eon.hg.fileserver.model.App;
import eon.hg.fileserver.model.WarningData;
import eon.hg.fileserver.model.WarningUser;
import eon.hg.fileserver.service.ManageService;
import eon.hg.fileserver.util.body.PageBody;... | [
"aeonj@163.com"
] | aeonj@163.com |
9be61dbc78001935787b7ed394b81da0f7f374ec | 923886346a534a8ae1f92d54b44a462d9ddae1d4 | /tenant-app/src/main/java/com/krushidj/tenantapp/controller/AdminController.java | efc8851379dd23a3bb57cfce9df8f86316cb5c10 | [] | no_license | kd-api/tenant-api | c1ad7f7671aa9b39d38d6732a3f1a2889b5db799 | bb2b4e2bde21c83bb7061a6dc75a167493b76f94 | refs/heads/master | 2020-06-19T10:59:18.666076 | 2019-07-28T23:39:31 | 2019-07-28T23:39:31 | 196,685,287 | 0 | 0 | null | 2019-07-28T23:45:27 | 2019-07-13T06:09:00 | Java | UTF-8 | Java | false | false | 2,414 | java | package com.krushidj.tenantapp.controller;
import com.krushidj.tenantapp.entity.LoginEntity;
import com.krushidj.tenantapp.entity.Product;
import com.krushidj.tenantapp.entity.ProductTypeDesc;
import com.krushidj.tenantapp.service.AdminService;
import org.springframework.beans.factory.annotation.Autowired;
import org.... | [
"anil.ingale@weboniselab.com"
] | anil.ingale@weboniselab.com |
fa68cad5ebca98f56f36bb36c733caa854cc12bb | a4835aa8e975e5f671df2391069a5f3608456a6b | /app/src/main/java/com/shailesh/mybusappdagger2/ui/splash/Splash_Activity.java | 9c7b63aa31f53962577736e134f70cc0cacb44bc | [] | no_license | Shailesh2323Patil/MyBusApp | 3a333ee96bbb80077ddad2582bd4b462ef27c77c | 57c86f2aa8e5b4271dd8fdc80a2bcc00a405716c | refs/heads/master | 2023-03-31T09:33:10.542249 | 2021-04-01T10:00:56 | 2021-04-01T10:00:56 | 353,653,412 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,054 | java | package com.shailesh.mybusappdagger2.ui.splash;
import androidx.databinding.DataBindingUtil;
import androidx.lifecycle.Observer;
import androidx.lifecycle.ViewModelProvider;
import dagger.android.support.DaggerAppCompatActivity;
import android.app.Dialog;
import android.content.Context;
import android.content.Intent;... | [
"shailesh2323.patil@gmail.com"
] | shailesh2323.patil@gmail.com |
037b7b0df339d95443c7dc3e3d2c4588c432b4e4 | f2360d8132bdc4e8c2863f3a7f3ea18989538ee8 | /src/day50_inheritance03/FullTimeEmployee.java | 51ec547a0c01bcb2823c0f4635c4a26bad183beb | [] | no_license | SungHunBaek/java-project | 1d176184fc72e472661923a859f31766968fbe28 | cc720d79e559dc32a1c613afab9e9d4fb5e36834 | refs/heads/master | 2020-05-27T02:50:25.693321 | 2019-06-29T21:28:02 | 2019-06-29T21:28:02 | 188,456,995 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 246 | java | package day50_inheritance03;
public class FullTimeEmployee extends Employee{
@Override
public void calculatePay(int hours, double rate) {
double total = (hours*rate) * 1.05;
System.out.println("FullTimeEmployee total pay: " + total);
}
}
| [
"nicebsh93@gmail.com"
] | nicebsh93@gmail.com |
9f2b67a35f82d7121d3dac1ef6c72dd204830c7e | f6cb132b079e1d17c61c4999afdf5dd6fd183479 | /src/main/java/com/zking/erp/base/controller/ReturnorderdetailController.java | a91f4ed34f1355bb382e6a269402b001d8471deb | [] | no_license | 1729979349/erp | e8812d92f04fb1b7eb2776a6d47de98ce6654edd | 7e5351b256848672129217eaf6519f8cfb503ce0 | refs/heads/master | 2023-02-22T09:32:49.323136 | 2021-01-20T13:31:38 | 2021-01-20T13:31:38 | 328,337,278 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 249 | java | package com.zking.erp.base.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
@RequestMapping("/returnorderdetail")
public class ReturnorderdetailController {
}
| [
"1729979349@qq.com"
] | 1729979349@qq.com |
6daca2716047ee6789b94a10750a5243dc489f27 | ab52bb58aab8104c26db2a6690ec1986ac37dd62 | /main6/envoy/src/java/com/globalsight/everest/request/reimport/ReimporterException.java | e7cc8de22211d9f06b67a830fe734dd951438a60 | [] | no_license | tingley/globalsight | 32ae49ac08c671d9166bd0d6cdaa349d9e6b4438 | 47d95929f4e9939ba8bbbcb5544de357fef9aa8c | refs/heads/master | 2021-01-19T07:23:33.073276 | 2020-10-19T19:42:22 | 2020-10-19T19:42:22 | 14,053,692 | 7 | 6 | null | null | null | null | UTF-8 | Java | false | false | 3,103 | java | /**
* Copyright 2009 Welocalize, 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 l... | [
"kenny.jiang@welocalize.com"
] | kenny.jiang@welocalize.com |
0e9c254d173411aef9e32295987918dbc0f3500a | 89f04a8514ebd1d577deba5cb282b38fecbe01c6 | /library/src/main/java/com/mendeley/api/callbacks/folder/GetFoldersCallback.java | 1fa0efcda3b3a26dd6008a6a518ed196aa50cdcd | [
"Apache-2.0"
] | permissive | thirdiron/mendeley-android-sdk | c41b012dea0b4fa1fefda6caec14306a32a5712b | 16a79cca2afe84544f16f56baf709ba1fdf18b0b | refs/heads/master | 2021-01-15T21:07:38.665693 | 2016-01-07T22:57:05 | 2016-01-07T22:57:05 | 31,038,580 | 0 | 0 | null | 2015-02-19T21:45:28 | 2015-02-19T21:45:28 | null | UTF-8 | Java | false | false | 381 | java | package com.mendeley.api.callbacks.folder;
import com.mendeley.api.exceptions.MendeleyException;
import com.mendeley.api.model.Folder;
import com.mendeley.api.params.Page;
import java.util.List;
public interface GetFoldersCallback {
public void onFoldersReceived(List<Folder> folders, Page next);
public void ... | [
"david.ingram@mendeley.com"
] | david.ingram@mendeley.com |
d8277c7ce5f7669779de31fb3036a012ddd00a81 | 26ba1561e1804f90752535a7d5b498570312ed55 | /src/regex/bdNameFormat.java | ceb7db5e56b2b571187f653db04723e212bfaa0c | [] | no_license | nazrul-avash/JavaSE-Practise | 2ec84e0af492a315ddbbf168757d607038247e80 | 7ebe2c9ac033779efed6f52e693015c4b152aa38 | refs/heads/master | 2020-07-28T21:47:52.341769 | 2019-09-19T12:33:34 | 2019-09-19T12:33:34 | 209,549,243 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 653 | 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 prac;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
*
* @author Lenovo
*/
public class... | [
"nazrulavash@gmail.com"
] | nazrulavash@gmail.com |
90f6c8d5fd3c2cc74b0267ff313ff1d2dd75ecf6 | 3192b7a984ed59da652221d11bc2bdfaa1aede00 | /code/src/main/java/com/cmcu/mcc/five/dto/FiveOaRulelawexamineDto.java | d5ad62506ac274d45a4119c4adbcb4f0d1559c4e | [] | no_license | shanghaif/-wz- | e6f5eca1511f6d68c0cd6eb3c0f118e340d9ff50 | c7d6e8a000fbc4b6d8fed44cd5ffe483be45440c | refs/heads/main | 2023-06-08T22:35:30.125549 | 2021-04-30T07:03:21 | 2021-04-30T07:03:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 612 | java | package com.cmcu.mcc.five.dto;
import com.cmcu.mcc.five.entity.FiveOaRulelawexamine;
import lombok.Getter;
import lombok.Setter;
import org.springframework.beans.BeanUtils;
@Getter
@Setter
public class FiveOaRulelawexamineDto extends FiveOaRulelawexamine {
private String processName;
private String operateUse... | [
"1129913541@qq.com"
] | 1129913541@qq.com |
feb057e78df69f4e98ce37371b62655217214160 | ff14516865af602115f8366aad2913945fd60bf1 | /src/main/java/com/dithec/workshopmongo/domain/Post.java | 1c04fe27cb78c5729877722feac37dacb0a5b8e4 | [] | no_license | DinaelMiranda/spring-boot-mongodb | 9998d53e867f68fe31a1769767e0bcf153377c96 | be24d2cc922f7af484bb3149f9622b7608ef6b76 | refs/heads/master | 2023-03-24T00:09:41.567910 | 2021-03-29T19:15:37 | 2021-03-29T19:15:37 | 351,857,844 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,093 | java | package com.dithec.workshopmongo.domain;
import com.dithec.workshopmongo.dto.AuthorDTO;
import com.dithec.workshopmongo.dto.CommentDTO;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import javax.xml.crypto.Data;
import javax.xml.stream.events.Comment;
im... | [
"tadsdinael@gmail.com"
] | tadsdinael@gmail.com |
7dc8de239ce5502d50a9d24a54f3f08cf19121bc | a4a0979dd18d16d9a53d7f26f39044dda2a48f78 | /app/src/main/java/com/example/apple/lingyongqian/xianjindai/activity/WebViewActivity.java | e49ced0bd62575727dc0e3f95a84b03819f38c06 | [] | no_license | doubletan/51lingyongqian | 29ba57467c2cbd6820ae0eabcfeabae6415c7bd8 | 6c7e5301eafa1aaf7aa2333577a0e42a49999032 | refs/heads/master | 2021-08-22T13:49:46.949842 | 2017-11-30T10:30:48 | 2017-11-30T10:30:48 | 112,590,955 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,850 | java | package com.example.apple.lingyongqian.xianjindai.activity;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.View;
import android.view.Window;
... | [
"tantan19900701@163.com"
] | tantan19900701@163.com |
dcb2b83d6a1201c9affda2097ff0729611722ea9 | 7df40f6ea2209b7d48979465fd8081ec2ad198cc | /TOOLS/server/com/sun/xml/bind/v2/model/core/LeafInfo.java | 20c18e41e2d50de047c165c48569d57fb58a6be6 | [
"IJG"
] | permissive | warchiefmarkus/WurmServerModLauncher-0.43 | d513810045c7f9aebbf2ec3ee38fc94ccdadd6db | 3e9d624577178cd4a5c159e8f61a1dd33d9463f6 | refs/heads/master | 2021-09-27T10:11:56.037815 | 2021-09-19T16:23:45 | 2021-09-19T16:23:45 | 252,689,028 | 0 | 0 | null | 2021-09-19T16:53:10 | 2020-04-03T09:33:50 | Java | UTF-8 | Java | false | false | 280 | java | package com.sun.xml.bind.v2.model.core;
public interface LeafInfo<T, C> extends MaybeElement<T, C> {}
/* Location: C:\Users\leo\Desktop\server.jar!\com\sun\xml\bind\v2\model\core\LeafInfo.class
* Java compiler version: 5 (49.0)
* JD-Core Version: 1.1.3
*/ | [
"warchiefmarkus@gmail.com"
] | warchiefmarkus@gmail.com |
f2ae1f8ae9516916b861a0c0cc8ed1c352fd3a8b | 58fd1157f6a79613fad78f474ac6d0f8db871af9 | /packages/furo-specs/build/java/taskmanager/UpdateExperimentServiceRequestOrBuilder.java | 97abb10658e70befd62ce3926f427b0721348424 | [
"MIT"
] | permissive | btopro/FuroBaseComponents | 2118939cd22c11bff319d37e74515082e360dc82 | 264b24209f2c65a6a269c50625938e78f83e5cae | refs/heads/master | 2022-03-22T15:22:08.251192 | 2019-11-13T12:19:02 | 2019-11-13T12:19:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | true | 846 | java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: __bundled/BundledService.proto
package taskmanager;
public interface UpdateExperimentServiceRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:taskmanager.UpdateExperimentServiceRequest)
com.google.protobuf.MessageOrBui... | [
"veithz@gmail.com"
] | veithz@gmail.com |
49b725d63bdf478a33de2b6114f2f36a49ccdc40 | f4b08701ccf4acd17b09ec429452100d4977ce18 | /antlr3/gunit/target/generated-sources/antlr3/org/antlr/gunit/swingui/parsers/StGUnitParser.java | 20877a839eb353154abec6bedd95425012d8f8b4 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-3-Clause"
] | permissive | rhacking/antlr3-haxe | 139fb2d3decd2a1aeccc256dc1a64d304b1ec9e6 | 08ea8a8caafe4b2aa2cf8bcdaffb5899bd11e72e | refs/heads/master | 2020-06-26T14:34:38.760084 | 2017-07-12T21:15:06 | 2017-07-12T21:15:06 | 97,026,169 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,543 | java | // $ANTLR 3.5.3-SNAPSHOT org/antlr/gunit/swingui/parsers/StGUnit.g 2017-06-11 18:43:44
package org.antlr.gunit.swingui.parsers;
import org.antlr.gunit.swingui.model.*;
import org.antlr.gunit.swingui.runner.*;
import org.antlr.runtime.*;
import java.util.Stack;
import java.util.List;
import java.util.ArrayList;
@Sup... | [
"roel.hacking@gmail.com"
] | roel.hacking@gmail.com |
7e6be4ca69d8bf79997a0cafb17dfd1860b02a8e | e26451c8da43b9cc40a0a66f2b8614f30e8290df | /FindMyOrderCourier/app/src/androidTest/java/com/example/stahi/findmyordercourier/ExampleInstrumentedTest.java | fdb27a00ea484f4264c6af2acfede80332300fed | [] | no_license | AlexandruStahie/FindMyOrder | a1d1a9692b5cf97c4d2f399d6ee044bd2017006f | 1e1af55bbfb3e3b51a8859aafe6859e785e87bb2 | refs/heads/master | 2020-05-02T15:43:54.386321 | 2019-03-27T18:24:56 | 2019-03-27T18:24:56 | 177,622,824 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 756 | java | package com.example.stahi.findmyordercourier;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute ... | [
"stahie.alexandru@gmail.com"
] | stahie.alexandru@gmail.com |
bd297dccaeaace5a778056b6ae5e8eb384e13854 | 8f9a26c52b8a073e882a9169639a441379dd6162 | /app/src/main/java/com/guoxun/pajs/widget/BaseEditText.java | 324e4f7748873def7245111156f49f5b0721068c | [] | no_license | JayGengi/quick_coding | 7043686d2fdd3daa49d86cda10c7c9d527530e8b | 20e535d129b85cb68506c9269cd5846985463e2e | refs/heads/master | 2021-07-18T03:36:26.964367 | 2020-05-25T03:09:06 | 2020-05-25T03:09:06 | 159,299,147 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,568 | java | package com.guoxun.pajs.widget;
import android.content.Context;
import android.graphics.Rect;
import android.graphics.Typeface;
import android.graphics.drawable.Drawable;
import android.os.Build;
import android.text.Editable;
import android.text.TextWatcher;
import android.util.AttributeSet;
import android.view.Motion... | [
"jaygengi@163.com"
] | jaygengi@163.com |
f504212f74ab35e98b493d4aac8b4707f4c2d85a | 180e78725121de49801e34de358c32cf7148b0a2 | /dataset/protocol1/jdbi/testing/137/LoggableSetObjectArgument.java | 5c62b1de69dc40d1f009eafb6fea74a352992aac | [] | no_license | ASSERT-KTH/synthetic-checkstyle-error-dataset | 40e8d1e0a7ebe7f7711def96a390891a6922f7bd | 40c057e1669584bfc6fecf789b5b2854660222f3 | refs/heads/master | 2023-03-18T12:50:55.410343 | 2019-01-25T09:54:39 | 2019-01-25T09:54:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,380 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | [
"bloriot97@gmail.com"
] | bloriot97@gmail.com |
f12273d4a9b42019a9bcd3296513c24a30a06eb5 | 83b3391975c4f673cb39e4486ce4abf07e2fb7ac | /Spring4MVC/src/main/java/com/websystique/springmvc/dao/CoursesDao.java | 4efc5e662080b6471520249928a6f8329dcb02e0 | [
"Apache-2.0"
] | permissive | ReaKar/Thesis-Spring4MVC | b6258e5ed22d3e441779ca67592eef302b5d7577 | 26cd5fa6a894c08e2f6b975e0076a38a0d8970f6 | refs/heads/master | 2021-05-07T06:23:22.945615 | 2017-11-22T23:20:58 | 2017-11-22T23:20:58 | 111,748,613 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 417 | java | package com.websystique.springmvc.dao;
import java.util.List;
import com.websystique.springmvc.model.Courses;
public interface CoursesDao {
Courses findById(int idCourse);
Courses findByTitle(String title);
void save(Courses course);
void deleteById(int idCourse);
void activeCourse(int idCourse);
Li... | [
"rea.karousou@gmail.com"
] | rea.karousou@gmail.com |
dc5bba513f6e2a27bbcb1094461fba478434199c | f0d067319947746e76a39cc2b1deee1ac989224e | /FinalTest/src/FrontController/BoardFrontController.java | 1d53245fd3bec941e9ac98977c822769d5a1018b | [] | no_license | gudals6676/Jsp-Servlet | bec5f0d27eed6cfc82129b34cba149906e9355d0 | 1cd92b75d591b1af75c6d12702fa9a2b63889fb8 | refs/heads/main | 2023-05-31T10:56:11.452612 | 2021-07-02T00:09:18 | 2021-07-02T00:09:18 | 368,399,764 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,889 | java | package FrontController;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import model.LoginDAOMybatis;
import w... | [
"noreply@github.com"
] | noreply@github.com |
ba2e906a223bfa551244bfedc2091ea7184f921c | 10dce27ab81a96732ae53ae12477f347fa2dc59a | /src/main/java/program/DrawUtils.java | 53aa341f5b40ec13a1df1fc4d2b854e92961504c | [] | no_license | mrkobold/puzzlesolver | 7c18fb551aa9e7f948458851704c5c200f6696d6 | 8a4585bc775d391f11769b63a46764d26996ec93 | refs/heads/master | 2022-09-30T14:14:19.622820 | 2020-06-08T12:29:00 | 2020-06-08T12:29:00 | 258,164,531 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 934 | java | package program;
import javax.swing.JFrame;
import javax.swing.WindowConstants;
import java.awt.Color;
import java.awt.Graphics;
public class DrawUtils {
static void showImage(int[][] pixels) throws InterruptedException {
int height = pixels.length;
int width = pixels[0].length;
JFrame fr... | [
"kovacsboldizsar@gmail.com"
] | kovacsboldizsar@gmail.com |
0bbc104ff918b2318a4f3a00a5feac315b941d39 | b755a269f733bc56f511bac6feb20992a1626d70 | /qiyun-user/user-mapper/src/main/java/com/qiyun/mapper2/Member2Mapper.java | 7ecdfd762ee820ffcad9966b3d4348ac7e1f6f83 | [] | no_license | yysStar/dubbo-zookeeper-SSM | 55df313b58c78ab2eaa3d021e5bb201f3eee6235 | e3f85dea824159fb4c29207cc5c9ccaecf381516 | refs/heads/master | 2022-12-21T22:50:33.405116 | 2020-05-09T09:20:41 | 2020-05-09T09:20:41 | 125,301,362 | 2 | 0 | null | 2022-12-16T10:51:09 | 2018-03-15T02:27:17 | Java | UTF-8 | Java | false | false | 6,272 | java | package com.qiyun.mapper2;
import com.qiyun.common.GoldCard2;
import com.qiyun.dto.MemberWalletLine2DTO;
import com.qiyun.dto.SuperGodDTO;
import com.qiyun.model.MemberWalletLine;
import com.qiyun.model.PayMember;
import com.qiyun.model2.*;
import java.math.BigDecimal;
import java.util.Date;
import java.util.List;
im... | [
"qawsed1231010@126.com"
] | qawsed1231010@126.com |
83ca8d3301fbb98d16ddbb7df479527d0dde6c75 | 855b4041b6a7928988a41a5f3f7e7c7ae39565e4 | /hk-core/src/main/java/com/hk/svr/pub/BatchIdx.java | e5ed8c23f56ea5a06be59df11e2051d054a32bdf | [] | no_license | mestatrit/newbyakwei | 60dca96c4c21ae5fcf6477d4627a0eac0f76df35 | ea9a112ac6fcbc2a51dbdc79f417a1d918aa4067 | refs/heads/master | 2021-01-10T06:29:50.466856 | 2013-03-07T08:09:58 | 2013-03-07T08:09:58 | 36,559,185 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 166 | java | package com.hk.svr.pub;
import org.apache.lucene.document.Document;
public interface BatchIdx {
public int getSize();
public Document getDocument(int i);
} | [
"ak478288@gmail.com"
] | ak478288@gmail.com |
750056bd1aeb7b0883dd8704026e1a159f0a0237 | 6b6f7ef9e654f722fe1fe4196b4997262ee40f5f | /frameworks/base/core/java/android/content/ContentProvider.java | e654f007a2d3c60e71f1d426e358d73b2e8e75cb | [] | no_license | lilang-wu/P3Android | b0b02c55790ce57fbe99c6dbe3f7f151764b465e | 6c120a98920136beb0bfbfaef3ef51a1b429afb4 | refs/heads/master | 2021-09-24T21:41:21.510166 | 2018-10-15T05:47:05 | 2018-10-15T05:47:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 84,149 | java | /*
* Copyright (C) 2006 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"dianshanglian@sina.com"
] | dianshanglian@sina.com |
fde9cb4eb6d76f18a5e6a95e1533a1d40ccc0359 | edb6910171402be6db714fa7a702aceeb80779bb | /src-test/src/org/openbravo/test/pricelist/data/PriceListTestData7.java | a982f430ebb3c8658730cb8127ce388a26f6f054 | [
"Apache-2.0"
] | permissive | eid101/InjazErp | 2e87b9f0f66fcb5c8b3db251496968f9029c6b7f | 6d7c69a9d3a6023e093ab0d7b356983fdee1e4c8 | refs/heads/master | 2021-05-09T20:04:10.687300 | 2018-01-24T01:39:46 | 2018-01-24T01:39:46 | 118,670,797 | 0 | 0 | Apache-2.0 | 2018-08-29T03:51:21 | 2018-01-23T21:15:39 | Java | UTF-8 | Java | false | false | 3,418 | java | /*
*************************************************************************
* The contents of this file are subject to the Openbravo Public License
* Version 1.1 (the "License"), being the Mozilla Public License
* Version 1.1 with a permitted attribution clause; you may not use this
* file except in... | [
"eid.almutari@gmail.com"
] | eid.almutari@gmail.com |
aff7d4ce42deaf3ab670d7039bc1b444da23609a | 47665b453015388da7f2336d95bc08c48f567252 | /InterfaceA.java | e3e3eb12c5d78c86c738914744e9efd752cfbccc | [] | no_license | JasonLi2/ReflectiveSerialization | 786c10d5d9a8074b40d4bbc3489752afc804b596 | fcba618dfddfd16537eade189d333f37b2de5a5b | refs/heads/main | 2023-02-05T17:18:37.970935 | 2020-12-14T21:38:38 | 2020-12-14T21:38:38 | 321,479,135 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 239 | java | public interface InterfaceA extends InterfaceB {
public void func1(int a, double b, boolean c, String s) throws Exception;
public int func2(String s) throws Exception, ArithmeticException, IllegalMonitorStateException;
}
| [
"noreply@github.com"
] | noreply@github.com |
be46d7c98ae287102cbb9b6cab86543dc06033b9 | 883b7801d828a0994cae7367a7097000f2d2e06a | /python/experiments/projects/benetech-ServiceNet/real_error_dataset/1/22/OrganizationRepository.java | ed70e522562fa6702439681cebcb0568ad3fee4b | [] | no_license | pombredanne/styler | 9c423917619912789289fe2f8982d9c0b331654b | f3d752d2785c2ab76bacbe5793bd8306ac7961a1 | refs/heads/master | 2023-07-08T05:55:18.284539 | 2020-11-06T05:09:47 | 2020-11-06T05:09:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,303 | java | package org.benetech.servicenet.repository;
import org.benetech.servicenet.domain.Organization;
import org.benetech.servicenet.domain.UserProfile;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
import org.sprin... | [
"fer.madeiral@gmail.com"
] | fer.madeiral@gmail.com |
f94e6d5e44432de5b172ced8113828ff2bdcf668 | ba780d92d577527fdf370e656b70b2bf29c220e8 | /src/main/java/part2/Client.java | 71303a6284c3a2cadfeb2a25e049fdd7d516c220 | [] | no_license | ShuLi1023/TP2_RMI | 6d3d44e64d9eaf3b207037546469d6c338d5993d | 348fd574f351f0b010a426f0e655cbd6050e090e | refs/heads/master | 2023-01-08T05:03:17.441638 | 2020-11-03T11:39:12 | 2020-11-03T11:39:12 | 306,367,953 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,591 | java | package part2;
import part2.entity.Exam;
import part2.entity.Student;
import java.rmi.NotBoundException;
import java.rmi.RemoteException;
import java.rmi.registry.LocateRegistry;
import java.rmi.registry.Registry;
public class Client {
public static void main(String[] args) {
try{
Registry r... | [
"shuli.sue1023@gmail.com"
] | shuli.sue1023@gmail.com |
d55ccf2309c619ef8c787d16db1c1ca955e39ca4 | af90f8f0a96944c76b0c3b040ddd6318e0bbbb9e | /app/src/main/java/pondthaitay/googlemapapi/exercises/template/frangment/CustomPresenter.java | e3f97fcdb6ff6aad73b73d3b2b367f559c2bcc4d | [] | no_license | jedsada-gh/GoogleMapAPI-Exercises | 5f32548382e47e29859dbe26ce4d8e4a5ae6a5cd | 9ec12320694660f509e40e48d18ba86d9cea41e9 | refs/heads/master | 2023-05-25T03:00:48.985934 | 2017-05-25T13:41:07 | 2017-05-25T13:41:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 552 | java | package pondthaitay.googlemapapi.exercises.template.frangment;
import javax.inject.Inject;
import pondthaitay.googlemapapi.exercises.ui.base.BasePresenter;
class CustomPresenter extends BasePresenter<CustomInterface.View>
implements CustomInterface.Presenter {
@Inject
CustomPresenter() {
sup... | [
"jt@20scoops.com"
] | jt@20scoops.com |
0c96b6841212a142823db4b5af2ef9c2c9406f40 | 33cdce4283fac44f5faccd16e840633995b8b6e1 | /app/src/main/java/com/apps/realtimetrackersample/LocationTracker.java | 598c7ee897eec8b94f0599e5088044b974e8c66b | [] | no_license | SaumyaSNayak/RealTimeTrackerSample | 9bac8878aad04f1dc2fccc7e6ce9a04e2aac262f | 5642c27931c7f58ae5fd77b422c73efba2bbe6f6 | refs/heads/master | 2020-03-18T18:11:35.120959 | 2018-05-27T19:43:13 | 2018-05-27T19:43:13 | 135,076,339 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,067 | java | package com.apps.realtimetrackersample;
import android.Manifest;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.location.LocationManager;
impor... | [
"saumya.nayak@actcorp.local"
] | saumya.nayak@actcorp.local |
dcef8f80ee3b42d53005e57a971fe3f86ce32ec6 | 4b21fdfbf29aad643285b7167058d42dbfc576a4 | /xiao_AI_intelligent/framework/it/sauronsoftware/jave/Encoder.java | 5999cd729518aaad77ca928010e1bcb00c731339 | [] | no_license | KB-ROBOT/kb-robot | ff249ec9b9f3ba63db338cafa20db9e2c1cb2f93 | 3227cfebdd7530d4d009626dc9d7a1636c4544e6 | refs/heads/master | 2020-05-21T20:06:56.746789 | 2017-03-27T09:53:02 | 2017-03-27T09:53:02 | 64,918,724 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 29,495 | java | /*
* JAVE - A Java Audio/Video Encoder (based on FFMPEG)
*
* Copyright (C) 2008-2009 Carlo Pelliccia (www.sauronsoftware.it)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, eit... | [
"booltrue@163.com"
] | booltrue@163.com |
f162967eee3a0a90e986378dee2cb98302ddc756 | 0b73edba1f99524694d1514d49dca1065cbd8cee | /ProjectEx03/src/main/java/com/csm/customer/service/BestMBoardService.java | ef3ddf06b02bc67c0425bc1039ddd9fad8e1d26b | [] | no_license | TeamCSM/CSM | 72169ae885c3c7b6c0171932ecdf8439d9d28e0e | 92d6d3e328815d287ce5c2008cdb43a29f8d4318 | refs/heads/master | 2021-05-15T04:27:40.986208 | 2018-03-22T10:31:37 | 2018-03-22T10:31:37 | 119,650,282 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 897 | java | package com.csm.customer.service;
import java.util.List;
import com.csm.customer.domain.BestMVO;
import com.csm.customer.domain.BestQVO;
import com.csm.customer.domain.Criteria;
import com.csm.customer.domain.SearchCriteria;
import com.csm.user.domain.UserVO;
public interface BestMBoardService {
public void regis... | [
"sungpyo7014@naver.com"
] | sungpyo7014@naver.com |
49a57efae0292607318cce9360f9e52191f7b4f9 | 9760f7b54d77cf937e2ebaf78f1036c5d29247d3 | /src/main/java/cz/martlin/cp/serializer/BaseSerializer.java | c379ff2fd197348f5858d02fe9baa214909dac3d | [] | no_license | martlin2cz/ConstantsProvider | c2048a373c1e2c879ce8d5ba62e21afb17836ae5 | 1b5cf512bbd72ea2d1e51f963165395a5bf6577b | refs/heads/master | 2021-01-10T07:19:14.082180 | 2016-03-07T00:20:08 | 2016-03-07T00:20:08 | 53,260,816 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 600 | java | package cz.martlin.cp.serializer;
/**
* Serializes and deserializes value of one type. Which and how - that's the
* question.
*
* @author martlin
*
* @param <T>
*/
public interface BaseSerializer<T> {
/**
* Parses value from given string.
*
* @param type
* @param value
* @return
* @throws Excepti... | [
"martlin2cz@gmail.com"
] | martlin2cz@gmail.com |
3d2b8cb68ce0cf97914316d6d0358b12e4c455ed | e3e17f440c7c1e27be41f7d634af0da5369486d4 | /NewTestAutomationFramework/src/lesson3/part1/additional/Task8.java | 531f6568a0daecdeca052182458c0a57c97e0f82 | [] | no_license | AllaShechovtsova/TestAutomationLessons | 41815aa37d5f4e9dec4ff0ef1b261f73dc18b6ee | 1bb013267ddfc9acae67842c0c86a381e3ee48b8 | refs/heads/master | 2021-06-16T12:04:58.308961 | 2017-03-13T17:09:07 | 2017-03-13T17:09:07 | 73,172,160 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 503 | java | package lesson3.part1.additional;
public class Task8 {
public String showCombination(String myWord, int myNumber){
String myCombination="";
for (int i=myNumber;i>=1; i--){
myCombination=myCombination+myWord.substring(0,i);
}
return myCombination;
}
public static void main(String[] args... | [
"alusik82@gmail.com"
] | alusik82@gmail.com |
625bd6769c40a4fe15f00a23b24b933baf841bc6 | 8342246e1920ee930aa337b7e89c7fd0d20fc839 | /기초5_2_문자열/src/_1131_문자출력하기.java | c770efd760d756b2612377402f3f0152268ed2e8 | [] | no_license | sujinkim123/CodeUp | 5945945e6ff06bb696032123af9c874bf8d61b34 | 663be91d8a559d72af2447df8f3956a8c2287244 | refs/heads/master | 2023-06-05T10:02:44.234854 | 2021-06-27T15:06:06 | 2021-06-27T15:06:06 | 378,378,916 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 216 | java | import java.util.Scanner;
public class _1131_문자출력하기 {
public static void main(String[] args) {
Scanner stdIn = new Scanner(System.in);
char c = stdIn.next().charAt(0);
System.out.println(c);
}
}
| [
"alicekim0429@naver.com"
] | alicekim0429@naver.com |
bb64e741ccf07bdac9347f467cfa2031937df3b8 | 4fcf2a9bff70aa293e02bf4df1a6f4d4e67ad6b2 | /atm_system/src/atm_system/FastCash.java | cd549e277f139606435fc6f05acfd0f86fcf1dde | [] | no_license | yuktachadha/ATM_Simulator_System | 00efeeb223d698aa9350003d0b91880cf3b1e66a | d29d9d1181ee1f4f106487e98bf0831010a28ea4 | refs/heads/master | 2023-01-31T01:23:29.986683 | 2020-12-16T06:02:07 | 2020-12-16T06:02:07 | 321,882,924 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,466 | java | package atm_system;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.sql.*;
import java.util.*;
public class FastCash extends JFrame implements ActionListener{
JLabel l1,l2;
JButton b1,b2,b3,b4,b5,b6,b7,b8;
JTextField t1;
FastCash(){
setFont(new Font... | [
"acer@LAPTOP-785GIK4B"
] | acer@LAPTOP-785GIK4B |
60b0049ab453651fe754c6a7e103d08160db4c1d | 06a89ad43f85232f7fd710eb78d16b3804318a91 | /src/main/java/com/naif/tools/dbffile/DBFFile.java | 4612fc35082ad5b1ae63c2db5de23dc15131f648 | [] | no_license | nelsonjava/naif | 40d08e644750bfa60a618ab4390180764e9e5fea | af1ee95ed44aff5e9b25c05b0c57bccd61eccad7 | refs/heads/master | 2020-06-04T17:07:49.631807 | 2014-07-08T04:29:56 | 2014-07-08T04:29:56 | 21,189,854 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,085 | java | package com.naif.tools.dbffile;
import java.util.ArrayList;
/**
* This class will be the container for a
* .DBF file, designed for legacy system
* database.
*
* @author Nelson Ivan Fernandez Suarez
*/
public final class DBFFile {
/** DBF File header. */
private DBFHeader header;
/** DBF File fields desc... | [
"nelsonjava@gmail.com"
] | nelsonjava@gmail.com |
b0dd1024907c6f6a44ef01184be8bedf9465118b | ca2a8c739d937da64d6e0a5fecef68542cca7d7d | /service-core/src/main/java/com/delesio/exception/MemberIdTakenException.java | 7c4a0b64acaac69129178748123bce5dabbb487f | [] | no_license | tdelesio/framework | ff02996b39c361a572f6e76368deaa31d35657ff | 1f6a3aa89c0b3b8918e68bb653f8ce51cca0803d | refs/heads/master | 2021-01-22T01:04:32.943996 | 2014-05-29T18:04:36 | 2014-05-29T18:04:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 91 | java | package com.delesio.exception;
public class MemberIdTakenException extends Exception {
}
| [
"tdelesio@gmail.com"
] | tdelesio@gmail.com |
13de41c316ab8d606fe809807aaeca355c9b1805 | 52898aaddd0c4da32c468d56eeeab39d40472db7 | /djmall_admin/src/main/java/com/dj/mall/admin/web/dict/pro_sku/ProSkuPageController.java | 91faded96ecb1ad7481bd03dd392dda42e0b17bf | [] | no_license | hmm17713260527/djmall | 1ffdfc8735df65d0ab4424b367b1e18713bc3600 | c6ea6bd8c5d314d03151bd0278514a15b27ac7b2 | refs/heads/master | 2022-07-16T11:06:56.086918 | 2020-08-23T12:45:13 | 2020-08-23T12:45:13 | 251,302,809 | 0 | 0 | null | 2022-06-21T03:06:01 | 2020-03-30T12:49:37 | HTML | UTF-8 | Java | false | false | 1,546 | java | package com.dj.mall.admin.web.dict.pro_sku;
import com.alibaba.dubbo.config.annotation.Reference;
import com.dj.mall.api.dict.pro_sku.ProSkuApi;
import com.dj.mall.model.base.SystemConstant;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.stereotype.Controller;
import org.sprin... | [
"hmm17713260527@163.com"
] | hmm17713260527@163.com |
00e29b4a6e6c3acfbf7d3cc45d7b64dd3d17747c | fe124cc2871b2bf9c77ba1827d3018555e89e8eb | /app/src/main/java/com/example/faldifavian/lat1_akb11_10116493_faldifavian/FormActivity.java | 0bf6a7aa2454025586817a35018c668059597648 | [] | no_license | faldifavian/Lat1_AKB11_10116493_FaldiFavian | 5fc672dea60421fe8e80a9c0eef9ac384a7baeb4 | 6b99dbaa906f0a17a7ee5c4441671454950eb6ec | refs/heads/master | 2020-05-05T08:31:10.194079 | 2019-04-07T00:55:13 | 2019-04-07T00:55:13 | 179,867,229 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,668 | java | package com.example.faldifavian.lat1_akb11_10116493_faldifavian;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
public class FormActivity ex... | [
"faldifavian9@gmail.com"
] | faldifavian9@gmail.com |
4d26211c08e9b20d5144df941033d64163702dfa | 092e1409d88257b5a5c2896f24ebc6ff64042290 | /src/KIDS_CONTROLLER/Mediaplay.java | 79e8a95ed2375d78f1a9096869ff9289fff1dba4 | [] | no_license | clasypukka/JavaFx-Projects | 8648711b216280be88982451b7736a3ad070bb25 | 5cfd17691bcea58324190a948cb2bacafd2ac49a | refs/heads/master | 2023-07-21T20:36:34.930044 | 2021-09-08T14:31:15 | 2021-09-08T14:31:15 | 404,372,344 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 271 | 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 KIDS_CONTROLLER;
/**
*
* @author philip Agbor
*/
class Mediaplay {
}
| [
"clasypukka@gamil.com"
] | clasypukka@gamil.com |
7a5d5e770250a57cfb77897519fbccc396cd4b1c | fea870234301ad5c25f808b17461215ef68a321e | /src/main/java/IP/arraySorting/ArrayInterval.java | 671a90bd6742086b3586cffbb0127990170d61fc | [
"Apache-2.0"
] | permissive | soumya1984/coding-interview-prep-today | f06eb41abb9f6e9ccf3c377b0d29024474281796 | 6b1b63d9c0a83734ba7d52a440ff821998ac878f | refs/heads/master | 2023-07-31T11:02:21.032509 | 2021-05-22T19:37:57 | 2021-05-22T19:37:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 785 | java | package main.java.IP.arraySorting;
import java.util.HashSet;
public class ArrayInterval {
public static HashSet<Integer> mergeInterval(int[] a1, int[] a2) {
HashSet<Integer> result = new HashSet<Integer>();
int i = 0, j = 0;
while (i <= a1.length - 1 && j <= a2.length - 1) {
... | [
"cse.soumya@gmail.com"
] | cse.soumya@gmail.com |
860798a152c922d00cd5eaeddb9802817043f8f4 | 1aeee3c69cb7ab9831995b4ce1b8572533a3a5e3 | /src/battleship/Winner.java | a42a210182f2449678984873434425b7a461359b | [] | no_license | Galina655/BattleShip | df906611727599a5c510b51306b6ab73d64e8c21 | 564b6a6c62077f204c72b71a64658c438b752af9 | refs/heads/master | 2020-09-14T23:23:06.375401 | 2020-08-02T17:03:17 | 2020-08-02T17:03:17 | 223,291,908 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 280 | 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 battleship;
/**
*
* @author Galina
*/
public enum Winner {
Computer, Player;
}
| [
"galka9408@gmail.com"
] | galka9408@gmail.com |
de4e8645d8d92de22392f863fd29d5367f0aa86f | 87cb078d0d8c6dc53ae39249245bf5926960d990 | /src/exercises_03_01_2021/Pattern15.java | d0921d25ab54afd10cd8f19d2c294f825b5873ae | [] | no_license | JackRacher/Exercises | b217563f72244fe625a0603edf0dac867bfed4c4 | c06250aafacf53ac2143e6fc2293885137c7925d | refs/heads/master | 2023-04-03T17:50:24.707393 | 2021-03-22T09:47:36 | 2021-03-22T09:47:36 | 350,286,075 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 448 | java | package exercises_03_01_2021;
public class Pattern15
{
public static void main(String[] args)
{
String res = "";
for (int rows = 1; rows <= 5; rows++)
{
for (int columns = 1; columns <=5 ; columns++)
{
if(rows == 1 || rows == 5 || columns == 1 || columns == 5)
{
res += "*... | [
"pb21071@OJAS-DD402.corp.ojas-it.com"
] | pb21071@OJAS-DD402.corp.ojas-it.com |
5aa38102fbef2a6133e8c4bf00f50006d3c844db | 91ae8f5c4adcdc57267a3783fa034ec9b4525c45 | /Guiao8/src/g8/SimpleServerWithWorkers.java | aaa76fff32e14b7c4af4cfa11d93023ce5d51a37 | [] | no_license | Miguel-Neiva/SD | ce3053316f3e19f3b53209f0689a9d65162bd8da | 4b193172008d169251db68d5dce5a538094f543f | refs/heads/main | 2023-03-16T07:00:45.399191 | 2020-12-18T14:35:51 | 2020-12-18T14:35:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 967 | java | package g8;
import java.net.ServerSocket;
import java.net.Socket;
// import static g8.TaggedConnection.Frame;
public class SimpleServerWithWorkers {
final static int WORKERS_PER_CONNECTION = 3;
public static void main(String[] args) throws Exception {
ServerSocket ss = new ServerSocket(12345);
... | [
"sofiarsantos31@gmail.com"
] | sofiarsantos31@gmail.com |
aec4fff35bffd1904743f8f4d68e0a118afb8761 | 9713d2403e100e8574bd85530ab83e3d57b86235 | /front/src/kz/maks/realestate/front/services/asyncs/DomSaleAsync.java | 2e2e1d0975402e8ac42371ee0eb47aa57afbfd22 | [] | no_license | nusip/RealEstate | 468f435fbe1a09c4dca7020f83e3a8df181933d8 | 7c39917c1a8f71c4be37c3f6f3fdd557ce3863dd | refs/heads/master | 2021-03-19T07:39:10.155419 | 2016-09-03T13:34:23 | 2016-09-03T13:34:23 | 94,367,297 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 471 | java | package kz.maks.realestate.front.services.asyncs;
import kz.maks.core.front.services.Callback;
import kz.maks.core.front.services.asyncs.ICRUDAsync;
import kz.maks.realestate.shared.dtos.dom.DomSaleDto;
import kz.maks.realestate.shared.dtos.params.DomSaleSearchParams;
import java.util.List;
public interface DomSaleA... | [
"nusip.maks@gmail.com"
] | nusip.maks@gmail.com |
77a6ab48deef705e8e4314a3389e7b10acfdce36 | c1a05f4f654c3413218350305394d080ace59ae5 | /Quanlikhachhang/QLKH.java | 68834546389de76f17e6d51237ee1f94ea28679f | [] | no_license | khanhtrong1999/opp-java | 825e79422dd17921449450a362cc75a47e2b4cd6 | 9b3833e13d3ccaeeb907a94f09347ef78aed9ffd | refs/heads/master | 2020-03-10T13:51:08.921196 | 2018-04-13T14:12:09 | 2018-04-13T14:12:09 | 129,410,151 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,048 | java | package quanlikhachhang;
import java.util.ArrayList;
import java.util.Scanner;
public class QLKH {
public static void main(String[] args) {
int[] Array;
int n;
ArrayList<Khachhang> danhsach = new ArrayList();
int luachon; //so luong khach hang
System.out.println("=====================");
Syst... | [
"noreply@github.com"
] | noreply@github.com |
d022352c6202145ad748561aacb903f7bd2ae840 | b079af8eac12694b28de15677322ac3f7a3fd86b | /src/main/java/com/aunfried/challenge/business/consumer/dto/ConsumerCreateUpdateDTO.java | 58780637beb239899776aa7632df41855c00e576 | [] | no_license | alexandreunfried/challenge | 384dc57908f34eda1f4f99c539bada5b00457613 | 2b4c732ff33b75d99070b920ff50279436b32ad1 | refs/heads/master | 2020-09-27T03:56:49.759496 | 2019-12-12T01:26:47 | 2019-12-12T01:26:47 | 226,423,606 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 294 | java | package com.aunfried.challenge.business.consumer.dto;
import javax.validation.constraints.NotBlank;
import lombok.Data;
@Data
public class ConsumerCreateUpdateDTO {
@NotBlank
private String name;
@NotBlank
private String phone;
@NotBlank
private String email;
}
| [
"alexandreunfried@gmail.com"
] | alexandreunfried@gmail.com |
577f36dc044ef666270d0c08c29a7da954042a58 | dde19b2a7639b3640dd1060034d9cfc7522fa8d5 | /src/main/java/com/threadpool/NetJavaThreadPool.java | a391ecfe9cdc3b25d5b91eca3f2408ca40d82868 | [] | no_license | dongfucai/dongpractice | 6578d4cc3fed2f6c908b60df3205262382405c56 | 1f69a899a3e35553901664042eced8ee3bf67933 | refs/heads/master | 2022-12-23T19:28:03.449994 | 2019-05-28T13:36:54 | 2019-05-28T13:36:54 | 146,291,555 | 0 | 0 | null | 2022-12-16T04:31:55 | 2018-08-27T12:01:40 | Java | UTF-8 | Java | false | false | 2,786 | java | package com.threadpool;
/**
* @Package Name : ${PACKAG_NAME}
* @Author : dongfucai@meituan.com
* @Creation Date : 2019年02月13日下午9:39
* @Function : todo
*/
import java.util.LinkedList;
public class NetJavaThreadPool {
private final int initThreadCount;
private final PoolWorker[] threadPool;
private fi... | [
"dongfucai@dongfucaideMacBook-Pro.local"
] | dongfucai@dongfucaideMacBook-Pro.local |
85e7a73adbb21d35edbeac5fc4545d5e5bef0b7f | ffbf4d160366b25501db42387b040c36a6e3f2db | /coral-shop-core/src/main/java/com/dookay/coral/shop/goods/service/impl/GoodsSkinServiceImpl.java | 9793f4a44de894cd9858534a95a93f2cb5393838 | [] | no_license | github2sean/coral-shop-shiatzy | 367cdee058a6adc856f8a7264a9e12dfee83a583 | 559aee541c93af6bd9f02a9abceb29f2ccb5ba2b | refs/heads/master | 2021-01-01T04:36:17.708953 | 2017-07-14T08:56:21 | 2017-07-14T08:56:21 | 97,202,815 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 766 | java | package com.dookay.coral.shop.goods.service.impl;
import com.dookay.coral.common.service.impl.BaseServiceImpl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.dookay.coral.shop.goods.mapper.GoodsSkinMapper;
import com.dookay.coral.shop.goods.do... | [
"luxor@dookay.com"
] | luxor@dookay.com |
d42a5b0de8b663f80fe58847d1f1251eaf15366d | a0ef84ec48003b967505b4e5d445de160730101d | /mapReduce/Proj1.java | 8cfb098f9bac61f9ed90695a78618c45a5669a21 | [] | no_license | danielzhangyihao/myProjects | e12db54c97883e1ac3ee64c5e5b5516264dd82e0 | af6a0d967bdfbb6c2e990ebcf541c15a748d4d8d | refs/heads/master | 2020-04-05T23:20:38.745624 | 2014-03-11T20:16:58 | 2014-03-11T20:16:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,477 | java | import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
import java.util.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import java.lang.Math;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.conf.Configuration;
import org.a... | [
"zhangyihao1009@gmail.com"
] | zhangyihao1009@gmail.com |
7e081017e79b4101301847c91d22850dad0f8208 | c301f99ea936c663c8676e127e0a4e1e71e44a99 | /src/GuitarEnum/GuitarType.java | a9554f40c09a69417735d401fd49724586a957f2 | [] | no_license | molata/molata-codeShop | 970bebddb56eedd1030d80380342e4bd222f95fc | 2c11e6103b9c9db01dd63667f15a789a7fd8ad12 | refs/heads/master | 2021-01-10T06:46:41.993557 | 2015-10-15T08:13:20 | 2015-10-15T08:13:20 | 44,290,597 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 79 | java | package GuitarEnum;
public enum GuitarType {
CLASSIC, FOLK, ELECTRIC;
}
| [
"expect923371272@163.com"
] | expect923371272@163.com |
36da5536e2e75c856ae7a8ad464018db7283009d | c5c28ab83aed29d6b1f7770b318f904addff30cf | /springboot_thymeleaf/src/main/java/springboot_thymeleaf/domain/Blog.java | f0e0215a6bafdbe627cdce9932fb5022066b4110 | [] | no_license | mystdeim/performance_rnd | f0b59901b6306d1ac4ff79a5f5cafb1776a3422c | f88fc776d2783ed45eba50afe5bcdce8b4ab04c4 | refs/heads/master | 2020-12-02T16:25:32.252913 | 2017-07-08T11:40:57 | 2017-07-08T11:40:57 | 96,550,101 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 557 | java | package springboot_thymeleaf.domain;
/**
* @author <a href="mailto:rnovikov@wiley.com">Roman Novikov</a>
*/
public class Blog {
private String title;
private String body;
public Blog(String title, String body) {
this.title = title;
this.body = body;
}
public String getTitle() {... | [
"rnovikov@wiley.com"
] | rnovikov@wiley.com |
fb6ae426f3af8fc446e84f956b0e142da8d1a03e | 42d7de1cfa26d11870ac875b39d50adc35790c9f | /motech-diagnostics/src/main/java/org/motechproject/diagnostics/response/ServiceResult.java | 39d11b08b1debf5d0aaf172c12e7d2fe323cc4c6 | [] | no_license | mkustusz/motech-contrib | 53cfdcb70d3bb5973152f22f8cf5bb3d871b56ca | 4aea48345b69501745cc58694265ef2c5403629c | refs/heads/master | 2021-01-16T22:49:59.938034 | 2014-08-21T08:32:10 | 2014-08-21T08:32:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 586 | java | package org.motechproject.diagnostics.response;
import java.util.List;
public class ServiceResult {
private String serviceName;
private List<DiagnosticsResult> results;
public ServiceResult(String serviceName, List<DiagnosticsResult> results) {
this.serviceName = serviceName;
this.result... | [
"vishal@vishal.corporate.thoughtworks.com"
] | vishal@vishal.corporate.thoughtworks.com |
e36bb5d7395503fd538878907f1b43d4457ef8ac | 83d638be043d92aad2af51f7e9dd06f2a0d3ec17 | /src/main/java/com/xoriant/xorpay/repo/PaymentBatchAckDetailsRepo.java | a82c078ca2e1291535b769fa8194858c0cac1f2e | [] | no_license | lakshsharma07/XorProces | 78848341fa8d009ef23781d0c1e634aa87ac70f1 | 0ca710dba7551f7e2ec8dbfbafcc8f15f98492d6 | refs/heads/master | 2023-08-12T12:21:58.942299 | 2021-10-14T06:42:08 | 2021-10-14T06:42:08 | 416,510,442 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 520 | java | package com.xoriant.xorpay.repo;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;
import com.xoriant.xorpay.entity.PaymentBatchAksDetailEntity;
@Repository
@Transact... | [
"sharma1997lak@gmail.com"
] | sharma1997lak@gmail.com |
e559d93ee7c1cc8f87aedc3bd9237010e53d72b2 | 28a0d4ab82a7d95df269369dfe164fd02a2a6bba | /src/main/java/by/akimova/CartAPI/security/jwt/JwtConfigurer.java | 2031d1189289d6c20173b93a65d10a9b67c8e8c5 | [] | no_license | anastasiaakimova/CartAPI | 763faacfebd295e560956036a40fb1b27198934c | ecbfbca021c1291784829f7aaacde560e9b2cc97 | refs/heads/master | 2023-08-13T11:08:23.196799 | 2021-09-21T12:50:33 | 2021-09-21T12:50:33 | 399,020,382 | 0 | 0 | null | 2021-09-21T11:18:02 | 2021-08-23T08:00:03 | Java | UTF-8 | Java | false | false | 1,103 | java | package by.akimova.CartAPI.security.jwt;
import org.springframework.security.config.annotation.SecurityConfigurerAdapter;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.web.DefaultSecurityFilterChain;
import org.springframework.security.web.authenti... | [
"anastasiyaaki171@gmail.com"
] | anastasiyaaki171@gmail.com |
efcb81ec33aecab2ca77be112162e1e293a6fe1a | 06abac4354af4707927b045bd023fc6982b5153b | /app/src/main/java/digua/rxlearn/fragment/c_Filtering_Observables/C9_Fragment.java | 3a36c9b399960dc960e8a20cca8688234e6d61c9 | [] | no_license | diguachaoren/RxLearn | ac8ab877979d35691e38ce7250f54641f92f6a11 | 062e77b254ae45395dbb5f996aa927317f568898 | refs/heads/master | 2021-01-22T08:29:12.422214 | 2017-02-14T06:09:03 | 2017-02-14T06:09:03 | 81,906,023 | 125 | 7 | null | null | null | null | UTF-8 | Java | false | false | 2,463 | java | package digua.rxlearn.fragment.c_Filtering_Observables;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
i... | [
"diguachaoren@126.com"
] | diguachaoren@126.com |
bec0c02306655dbacdad008fccfb5a6fc000858f | 7bed9d17365793e906de0e05725971d8e9fc3a84 | /app/src/main/java/com/sheikh/alotrial/CheckLogin.java | fe7723dd6a103653ff4f766dd0d5c0d07e914a88 | [] | no_license | A1uBhorta/Alo | 4e7f6c7fffc8a2efc757bb39970c5ea64f61ab09 | 4a4986b42a6da375e9d3467a488fa424728debeb | refs/heads/master | 2021-05-20T21:44:27.750500 | 2020-04-02T10:45:24 | 2020-04-02T10:45:24 | 225,066,849 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 642 | java | package com.sheikh.alotrial;
import android.app.Application;
import android.content.Intent;
import com.google.firebase.auth.FirebaseAuth;
import com.google.firebase.auth.FirebaseUser;
public class CheckLogin extends Application {
@Override
public void onCreate() {
super.onCreate();
FirebaseA... | [
"sk.abdulalim171@gmail.com"
] | sk.abdulalim171@gmail.com |
3be80098ac816d9bf81749b7bc40647816a5674a | 503cad992252c2213ef2bc4261fdb294fb979a1c | /src/String/Opinion.java | abcfd04abd589e0bd6a7640108ecac14b8933b58 | [] | no_license | paradiseyxx/YXX2 | 1a12477f22334df1c15dda567498e63d97e3dee0 | 02ac87047b03114855bb312eac1720c39f4450d2 | refs/heads/master | 2020-08-10T17:57:14.108900 | 2020-08-04T03:41:20 | 2020-08-04T03:41:20 | 214,390,645 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 403 | java | package String;
//ÅжÏ×Ö·û´®ÊÇ·ñÏàµÈ
public class Opinion {
public static void main(String args[]){
String s1 = new String("abc");
String s2 = new String("ABC");
boolean b1 = s1.equals(s2);
boolean b2 = s1.equalsIgnoreCase(s2);
System.out.println(s1+"equals"+s2+":"+b1);
... | [
"yangxiaoxi5@163.com"
] | yangxiaoxi5@163.com |
a34ecb09ff2c3bef834cddba4b45287c314ef8a6 | c885ef92397be9d54b87741f01557f61d3f794f3 | /results/Jsoup-92/org.jsoup.parser.ParseSettings/BBC-F0-opt-70/tests/24/org/jsoup/parser/ParseSettings_ESTest_scaffolding.java | a981a153094bd09479efbb56b919c5e4a37dbbbf | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 6,471 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Fri Oct 22 18:00:05 GMT 2021
*/
package org.jsoup.parser;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
imp... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
6ab28e26808b5474abdd05557eb96fbf59c3096c | 1dde92e620bbf06f339c925307d9db217786c726 | /GpsProject/src/GIS/MetaDataGroup.java | 49f9f86b3e7c4edd9bf9ba2c90fd7d2419ffb064 | [] | no_license | orh92/GpsGoogleEarth | bb15a9cc63f8096f96860a016d4eb6d58e42c443 | c8d72d3a20aacaab5e4717aa6f8652037e428cbd | refs/heads/master | 2020-04-08T23:56:55.393403 | 2018-11-30T16:02:16 | 2018-11-30T16:02:16 | 159,844,762 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 396 | java | package GIS;
import java.util.Date;
import Geom.Point3D;
public class MetaDataGroup implements Meta_data {
private long UTC;
public MetaDataGroup() {
Date date = new Date();
UTC = date.getTime();
}
@Override
public long getUTC() {
return UTC;
}
@Override
public Point3D get_Orientation() {
return null;
... | [
"orh92@walla.co.il"
] | orh92@walla.co.il |
def71383aa3c1ffa998dc5902a321edffaeec19a | 1912a42c5f86e05ed159379b094e187cd44b8274 | /Native/Android/LunarConsole/lunarConsole/src/main/java/spacemadness/com/lunarconsole/dependency/DispatchQueueProvider.java | 9d8175698a8f7692e135c2c0ad2afe391295046f | [
"Apache-2.0"
] | permissive | Horror666zd/lunar-unity-console | 49df9e1d107bca7814bf859b1ccc3480516cf1b4 | 67f0e241a243024b572dd9d53a4e1d5e9cdab967 | refs/heads/master | 2023-08-31T08:44:47.654891 | 2021-10-23T01:55:20 | 2021-10-23T01:55:20 | 587,416,089 | 2 | 0 | NOASSERTION | 2023-01-10T17:46:20 | 2023-01-10T17:46:19 | null | UTF-8 | Java | false | false | 1,054 | java | //
// DispatchQueueProvider.java
//
// Lunar Unity Mobile Console
// https://github.com/SpaceMadness/lunar-unity-console
//
// Copyright 2015-2021 Alex Lementuev, SpaceMadness.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.... | [
"a.lementuev@gmail.com"
] | a.lementuev@gmail.com |
64747a27b2d1e04d98e003d5a3d3c11bb2ca5260 | 4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849 | /aliyun-java-sdk-das/src/main/java/com/aliyuncs/das/model/v20200116/GetInstanceSqlOptimizeStatisticRequest.java | c73e8159b531b0ec6039b7d6c3aee63059bc0019 | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-java-sdk | a263fa08e261f12d45586d1b3ad8a6609bba0e91 | e19239808ad2298d32dda77db29a6d809e4f7add | refs/heads/master | 2023-09-03T12:28:09.765286 | 2023-09-01T09:03:00 | 2023-09-01T09:03:00 | 39,555,898 | 1,542 | 1,317 | NOASSERTION | 2023-09-14T07:27:05 | 2015-07-23T08:41:13 | Java | UTF-8 | Java | false | false | 3,220 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
35097c44a003076d1fd63319df00a404dc216888 | de26350302845489b5f94cd7d672953e8911705a | /ui/databinding/api/src/main/java/org/treblereel/gwt/crysknife/databinding/client/api/handler/list/ItemAddedAtHandler.java | afdd7a2833ea56efd65e22721d1cd0244174e8a9 | [] | no_license | rob5n/crysknife | 43b6d0b410a22cdd3ce1ffaf25335bd869f3df3c | 225866c3c88fc17fcb5597619863779db501cfaa | refs/heads/master | 2021-01-04T04:27:11.838277 | 2020-02-13T09:38:21 | 2020-02-13T09:38:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,293 | java | /**
* Copyright (C) 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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | [
"chani@me.com"
] | chani@me.com |
ce25d6feb188d6166adad68c67e49e432f630c05 | 38e8bef690487abc3db8de3f138fbd7f72f7935b | /CODE/app/src/main/java/com/gtech/fishbangla/MODEL/User/Send_Reference.java | 4c0f52e65ab74ff1542eee5d1ad450f61efc9243 | [] | no_license | Muhaiminur/FISHBANGLA_ECOMMERCE_ANDROID | 2b8be6288a581ee5905fc5bb0bee0471d3b5a07e | b034f2259c25e5ad2f7c4292abb38602e3200ece | refs/heads/main | 2023-01-19T02:58:03.373087 | 2020-11-29T08:22:59 | 2020-11-29T08:22:59 | 316,906,394 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 718 | java | package com.gtech.fishbangla.MODEL.User;
public class Send_Reference {
String phone;
String userId;
public Send_Reference(String phone, String userId) {
this.phone = phone;
this.userId = userId;
}
public String getPhone() {
return this.phone;
}
public void setPh... | [
"muhaiminur.rahman@gtechcp.com"
] | muhaiminur.rahman@gtechcp.com |
f89b83d4056494442592fab35f41c7a2e7a54723 | 79f21932ca7c531027cce24cda50ad3422dfc5b9 | /1906101019+贾佳/src/edu/sctu/java/day1027/TaskOne.java | 92c5df0606d36f19751b5f714d0f94b67a732536 | [] | no_license | gschen/sctu-java-2020 | 7647e810ac62893acaee8d9e37e48409380ad036 | 2fe56b7d55190b9e1cec92c247d5cd8bbcf7ed7a | refs/heads/master | 2023-01-06T00:04:10.153478 | 2020-11-03T02:25:58 | 2020-11-03T02:25:58 | 279,159,552 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 542 | java | package edu.sctu.java.day1027;
public class TaskOne implements Runnable{
int start;
int end;
void setN(int v){
this.start = v;
}
TaskOne(){
}
TaskOne(int v,int e){
this.start = v;
this.end = e;
}
@Override
public void run() {
for (int i = start... | [
"541554971@qq.com"
] | 541554971@qq.com |
31ca799a0b3876fdbcf3ffbedbf38cc7fe7b7d64 | 1181b3a0748661bab8230079995bf58e3852385c | /程序/HttpSessionDemo/src/com/test/Test.java | b43dd05e61923f4e35327bc72112a1433ef0a495 | [] | no_license | CKB0001/javaEE | 179478e9151631dd4e0f5cf53b4d56b3fa4c80a7 | 2c8ab0688ddf03fbaf9dc8a8dfbe78d071c2388d | refs/heads/master | 2022-04-11T18:45:43.768147 | 2020-02-28T11:05:57 | 2020-02-28T11:05:57 | 241,580,632 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 361 | java | package com.test;
import java.util.List;
import com.bookBean.Book;
import com.bookDOM.BookDao;
public class Test {
public static void main(String[] args) {
// TODO Auto-generated method stub
BookDao book=new BookDao();
List<Book> book1=null;
book1=book.searchALLShopping();
for(Book c:book1)
{
Sys... | [
"287989137@qq.com"
] | 287989137@qq.com |
5fdd21898915bfbaa5440070193b90945003309d | 5e7749a5a9d1440f7ee0f0226f6a2be366f73a4c | /app/src/main/java/com/ozturkburak/itbookssearchapp/Utils.java | e16b992e2345ab41d76059eac33bbfe5a3f45c07 | [] | no_license | burakztrk/ItBooksSearchApp | aec507e3018fc8d499a705ab47886d7d4379dc77 | e74da72b040eae34e1fd39faa516cbb94d8ca6d3 | refs/heads/master | 2021-01-20T20:57:35.666079 | 2017-05-10T22:03:21 | 2017-05-10T22:03:21 | 62,324,161 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,550 | java | package com.ozturkburak.itbookssearchapp;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Color;
import android.net.Uri;
import android.support.customtabs.CustomTabsIntent;
import ... | [
"burak@ozturkburak.com"
] | burak@ozturkburak.com |
c76507ca3407abb06d14657426069f5c13633c37 | 5a7d59c765502fab90456d7b7a47153088c499fe | /app/src/main/java/net/simplifiedcoding/androidpagingexample/ItemViewModel.java | aa070d2f06747b2e8b114336ff6c68ec511d0f8e | [] | no_license | mohamedebrahim96/android-paging-library-example-master | 3f30649fef9869f75e61d2ea543aa642d1820104 | c3e5c963e991ad4b527d5375fab1d796a14594d3 | refs/heads/master | 2020-05-02T19:39:05.298978 | 2019-03-17T09:41:03 | 2019-03-17T09:41:03 | 178,164,793 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 957 | java | package net.simplifiedcoding.androidpagingexample;
import android.arch.lifecycle.LiveData;
import android.arch.lifecycle.ViewModel;
import android.arch.paging.LivePagedListBuilder;
import android.arch.paging.PageKeyedDataSource;
import android.arch.paging.PagedList;
public class ItemViewModel extends ViewModel {
... | [
"ebrahimm131@gmail.com"
] | ebrahimm131@gmail.com |
7eaa6f6cd7aacb63d541b154291982a58ed67ceb | 6e0fe0c6b38e4647172259d6c65c2e2c829cdbc5 | /modules/desktop/desktop-util-awt/src/main/java/com/intellij/openapi/util/ColoredItem.java | 821f20a02fddd487b3de37e7827dbd9c219007a5 | [
"Apache-2.0",
"LicenseRef-scancode-jgraph"
] | permissive | TCROC/consulo | 3f9a6df84e0fbf2b6211457b8a5f5857303b3fa6 | cda24a03912102f916dc06ffce052892a83dd5a7 | refs/heads/master | 2023-01-30T13:19:04.216407 | 2020-12-06T16:57:00 | 2020-12-06T16:57:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 323 | java | // Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.openapi.util;
import javax.annotation.Nullable;
import java.awt.*;
/**
* @author gregsh
*/
public interface ColoredItem {
@Nullable
Color getColor();... | [
"vistall.valeriy@gmail.com"
] | vistall.valeriy@gmail.com |
6404381b138115f519c5f27565923f315cc5b5a1 | 00e3d3386496339950258f807101d9cc91a179cc | /src/main/java/coffeemachine/view/IssueScene.java | d16fa661be20891a0ddab611c4291e8b45d6c222 | [] | no_license | elliass/coffee-machine-gui | 2b59e345c7c0627b9da08f1d613b15660c2e8e23 | acdf1b55e54769cded5beed671231976065a72d3 | refs/heads/master | 2023-08-03T22:25:27.502664 | 2021-09-12T20:30:11 | 2021-09-12T20:30:11 | 400,745,543 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 297 | java | package coffeemachine.view;
import coffeemachine.view.issue.IssuePane;
import javafx.scene.Scene;
public class IssueScene extends Scene {
public IssueScene() {
super(new IssuePane());
this.getStylesheets().add(getClass().getResource("/style.css").toExternalForm());
}
}
| [
"rachidi.elliass@gmail.com"
] | rachidi.elliass@gmail.com |
33b4aa773149e250d23fe6140ac16344265d5293 | 2588cc3e2476198959e506541797e041b1413837 | /src/main/java/fr/miage/bibaldenis/config/liquibase/package-info.java | 1c7cf93fb00febf772ef8ebc0ec54a6fcbb9a887 | [
"MIT"
] | permissive | BulkSecurityGeneratorProject/fuzzy-happiness | 23f950975ed18bc9fa9ec8eceb2615d1a437ea88 | 45a4ab11677401110bc354ec716cb037183b2b14 | refs/heads/master | 2022-12-14T19:11:12.524814 | 2016-11-07T14:47:25 | 2016-11-07T14:47:25 | 296,668,423 | 0 | 0 | MIT | 2020-09-18T16:04:10 | 2020-09-18T16:04:09 | null | UTF-8 | Java | false | false | 82 | java | /**
* Liquibase specific code.
*/
package fr.miage.bibaldenis.config.liquibase;
| [
"denisgme@gmail.com"
] | denisgme@gmail.com |
3f629e84956b7d0a0dd1aff9a4b375843633c20d | 63a2162cc89e61ce276420488c7115df239b9b15 | /TestWeb/src/example/taglib/BodyTagSample.java | 76e4331dbaba5f500e438086eaf77801559f5baf | [] | no_license | anabasis/eclipse | 1840cf7e43a0561dafced2afc07e0934697de6fb | 58cb2400941fd6859294b0be2193d3add2038581 | refs/heads/master | 2022-09-13T13:07:07.061110 | 2021-01-07T08:15:58 | 2021-01-07T08:15:58 | 17,169,636 | 0 | 0 | null | 2022-09-08T01:13:30 | 2014-02-25T10:39:06 | HTML | UHC | Java | false | false | 827 | java | package example.taglib;
import java.io.IOException;
import java.io.StringWriter;
import javax.servlet.jsp.JspException;
import javax.servlet.jsp.tagext.SimpleTagSupport;
public class BodyTagSample extends SimpleTagSupport {
StringWriter sw = new StringWriter();
public void doTag() throws JspException, IOExcepti... | [
"anabasis01@gmail.com"
] | anabasis01@gmail.com |
d94b4bc005e632e8feeb7d39180e2d352d1c8918 | 878ea136e3ae64a5d2a5dea11163bf923484b95d | /car_system/src/main/java/xyz/jfshare/car/system/entity/User.java | 9a966e9d29dae7d8d4e702f63077047416e9d556 | [] | no_license | zhouxinyi201607340/ZhouXinYiOfficialVehicleSystem | 5df5058e90e17b9599e3461fc60d499816cac324 | f21e24bfbdbb1f237c1b556f5470b9df39c14a39 | refs/heads/master | 2022-12-26T12:48:03.472394 | 2020-05-26T08:36:52 | 2020-05-26T08:36:52 | 248,507,097 | 0 | 1 | null | 2022-12-16T04:24:06 | 2020-03-19T13:13:44 | JavaScript | UTF-8 | Java | false | false | 1,395 | java | package xyz.jfshare.car.system.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
import java.io.Serializable;
import java.sql.Ti... | [
"910248461@qq.com"
] | 910248461@qq.com |
e9b7bcf14f5c1b2e3b1d07b856daa88b60545b35 | b7df4c7f2d4029cbd2ebd03c6bad62854ee95358 | /src/main/java/one/digitalinnovation/statics/Dog.java | 0b23ecea3a994a9544a59a3a27325133b1efaeda | [] | no_license | Ricky-Bustillos-Study/java-features-part-1 | 4e93983f630f6f77ff7d68aa969bad48d972312a | c07d13ceb5baf5546679f8cc5fdd0677c2c77502 | refs/heads/master | 2023-06-27T02:15:56.999825 | 2021-08-02T19:51:22 | 2021-08-02T19:51:22 | 392,075,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 251 | java | package one.digitalinnovation.statics;
public class Dog {
public String zoology = "Quadruped"; // a instance
//public static String zoology = "Quadruped"; // all instances
public static String bark() {
return "Au! Au!";
}
}
| [
"henrique.ssbl@hotmail.com"
] | henrique.ssbl@hotmail.com |
09c5d2ca4f2e2d63b38b3d5e2ea3a2fe97ddf709 | 958686722dfc58ea022354a1e4f72dd4971af42d | /COMP1006/tester.java | 435ac04738394e30b24fe42823434d11264a916e | [
"MIT"
] | permissive | cal-smith/Class | 449e43abdda9126db5530d3e23ce5b7ae51e51a1 | cf05e0aad68ccc53311cda2c945b6ac5cd5faf2b | refs/heads/master | 2021-06-03T20:24:29.143739 | 2015-09-11T23:49:30 | 2015-09-11T23:49:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 74 | java | public class tester extends test {
public tester() {
this.a = "b";
}
} | [
"callum1234moo@gmail.com"
] | callum1234moo@gmail.com |
e3959e236f5f4f2b03a9148108db02abb52d5ef8 | d3041165f4f39de38d4fc668fa6a2b202125dded | /src/main/java/com/example/redisdemo/repository/RedisRepositoryImpl.java | 573b8abeba85fe4254cab8c5cc584c7a1b91f3a9 | [] | no_license | javasam/redis | e80d8c0a01fc99acd94b69c52a34cfede95a47e5 | c298a527413352c32cdd5d5f5428eea078a24439 | refs/heads/master | 2023-01-23T08:29:53.770974 | 2020-11-25T13:44:14 | 2020-11-25T13:44:14 | 313,323,609 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,497 | java | package com.example.redisdemo.repository;
import com.example.redisdemo.model.Movie;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.HashOperations;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.stereotype.Repository;
impo... | [
"shmoxandco@mail.ru"
] | shmoxandco@mail.ru |
60c8aba173324198abbecd55eb3f33b6bf774684 | 1bfef594f6c8c63a3f7a408f88ec8b04761c2564 | /Bircle_04241/app/src/main/java/com/bookkos/bircle/InactivityTimer.java | 7825d0371728f822a502b4f74ae348cb58412122 | [] | no_license | birclep/buppinn | bf8c08ce432553ae197f93bf00081a0dcceeb263 | 34fc404827f4017cfe18d985cf496318a2b26865 | refs/heads/master | 2021-01-10T14:13:53.843327 | 2016-01-16T08:41:08 | 2016-01-16T08:41:08 | 36,778,671 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,356 | java | /*
* Copyright (C) 2010 ZXing authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | [
"zhangzhao290@gmail.com"
] | zhangzhao290@gmail.com |
3d92ebdce05bc1a60a3cb523b835129570ca9c61 | e1ca32ff178c7fccfef026d689cd1fcb0832576b | /src/Frame/Adminİslemleri.java | a0a157d2444a3c7de6754462faf20da7271eff48 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | alparslankorkutata/Kutuphane-Otomasyonu | 4d8afe1b023df3b12aa4a85c9adce61e068fe5af | 89c76d9c42c75489f57cfbbb96665fb4b74e32d0 | refs/heads/master | 2023-03-01T08:21:06.012808 | 2021-01-31T21:26:27 | 2021-01-31T21:26:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,866 | 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 Frame;
import java.awt.BorderLayout;
import java.awt.Frame;
import java.awt.Panel;
import java.sql.ResultSet;
import javax.swin... | [
"noreply@github.com"
] | noreply@github.com |
759c8612103f3c04e506aa5663973d98fcc44d43 | 40f3c748a78ce3b007d554087d6ba0a44351bea2 | /src/main/java/com/astontech/hr/rest/EmployeeRest.java | 2b2e7f463686306ec6967ceca18a22a6d49a13b6 | [] | no_license | TuckerNemcek/SOARest_finalProject | cccf3e4428fb1efba225f11d03f4ec707692c1d0 | fcfd12b17615ca0b8c63471035f67b27b799271f | refs/heads/master | 2020-12-22T14:21:46.756382 | 2020-01-31T20:24:48 | 2020-01-31T20:24:48 | 236,820,491 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,400 | java | package com.astontech.hr.rest;
import com.astontech.hr.domain.Employee;
import com.astontech.hr.services.EmployeeService;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
@RestController
@RequestMapping("/api/employee")
p... | [
"tuckernemcek21@gmail.com"
] | tuckernemcek21@gmail.com |
72f3dcbe4aa45f70244de36a4e46c1c732e79bd6 | 8a42be3f930d8a215394a96ad2e91c95c3b7ff86 | /Source/JRecord_RE/src/net/sf/JRecord/IO/MicroFocusLineWriter.java | fc7f48f40d3e717e9201783d95b8479059fe84a0 | [] | no_license | java-tools/jrec | 742e741418c987baa4350390d126d74c0d7c4689 | 9ece143cdd52832804eca6f3fb4a1490e2a6f891 | refs/heads/master | 2021-09-27T19:24:11.979955 | 2017-11-18T06:35:31 | 2017-11-18T06:35:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,697 | java | /* -------------------------------------------------------------------------
*
* Sub-Project: RecordEditor's version of JRecord
*
* Sub-Project purpose: Low-level IO and record translation
* code + Cobol Copybook Translation
*
* Author: Bruce Marti... | [
"bruce_a_martin@b856f413-25aa-4700-8b60-b3441822b2ec"
] | bruce_a_martin@b856f413-25aa-4700-8b60-b3441822b2ec |
0f8637cd69bbe5ac71286d8cb62bc6b4e19ea4ed | b50e289aafb8298e9ade06c0a718e9e1b1587923 | /app/src/main/java/com/test/kmlparser/DataListener.java | fe10865c9dc8f1c5c7d4f6fe3a8cc27a459119ca | [] | no_license | ViktorYastrebov/agrimotor_tracker | 15d1cf68ccde6ea5d15567809fbfd5c7b489a1bc | 5d0edaaff14cb0182de08fc5987d468cc6696b48 | refs/heads/master | 2020-03-24T18:42:54.155980 | 2018-08-18T18:15:48 | 2018-08-18T18:15:48 | 142,897,863 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,720 | java | package com.test.kmlparser;
import android.content.Context;
import com.google.android.gms.maps.model.LatLng;
import com.test.kmlparser.GRPMC.*;
import android.os.Handler;
public class DataListener implements Runnable {
//private Context m_contex;
private Handler m_handler;
private GPRMCFileP... | [
"v.yastrebov90@gmail.com"
] | v.yastrebov90@gmail.com |
12d6e6fe06d7c0a2fe829acb757731b5907a4823 | 1554a26a5479e62bc347eee4dcfeb8c97e058525 | /app/src/main/java/net/december1900/douby/common/model/Comment.java | 8d02397d27dce2f4714fa5c774e6b80b0b325da1 | [] | no_license | December1900/Douby | 02d753b826c5986e1882473a0239376a7cef43fe | bcb9e9d27d6c5ea2b30c43b808d727b432dfc710 | refs/heads/master | 2021-01-19T13:57:06.070966 | 2017-11-17T15:08:37 | 2017-11-17T15:08:37 | 100,867,429 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,035 | java | package net.december1900.douby.common.model;
/**
* Created by december on 22/10/2017.
*/
public class Comment {
/**
* comment :
又看《霸王别姬》,不一样的环境,一样的感动。
有几大矛盾对象:
程蝶衣与段小楼
蝶衣从最开始近京剧班,就与小楼有着很深厚的感情。我们可以看到许多感人的画面:小楼受罚,黑夜冬天在院子了跪着,蝶衣则隔着窗子心疼地看着他,等小楼回来后则自己光着身子,却把被子给小楼裹上。接着那个他们依偎在一起睡觉的场面大家一定很难忘记,... | [
"522376693@qq.com"
] | 522376693@qq.com |
bff4c566f9a4e66f5437728f923bd8db6798a7fb | d498f45b10dd974dd8ce63b3711b43e43a3b1474 | /src/test/java/BookingTest.java | de2165002f351e58d0d7a5333ac907f25c266405 | [] | no_license | akcshing/java-codeclan-towers-multiple-classes-hashmaps-lab | 664913a7b0bf9ba6f56bc020731d8eac5438a278 | a5f5fd0b805599ceb1d3348923fb239d41c7027f | refs/heads/master | 2020-05-02T14:50:51.220184 | 2019-03-27T15:20:16 | 2019-03-27T15:20:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 658 | java | import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class BookingTest {
Booking booking1;
Hotel hotel;
Bedroom bedroom1;
@Before
public void before() {
bedroom1 = new Bedroom(3, 1, "single", 69.99);
booking1 = new Booking(bedroom1, ... | [
"aaronmcfaull@gmail.com"
] | aaronmcfaull@gmail.com |
ad5940daec1aa757dd23ebde9a2853c9f3588ebf | 35e7c94143d0f19d22b278b3e77095e9c0e4ec0a | /src/com/virtualclassrooms/services/NewsServicesImpl.java | eff1629017b4124b6ccfeb7dc4b62b12a9eab4ce | [] | no_license | NikhilAnumandla79/VirtualClassroom | 934e7a377cb13ed02c6f8c9780804f630785eea9 | b6ca4775433abee13930ab8b26bdf6d3f6dad2d7 | refs/heads/master | 2023-04-23T20:00:39.514909 | 2021-04-20T03:21:14 | 2021-04-20T03:21:14 | 358,587,908 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 290 | java | package com.virtualclassrooms.services;
import java.util.List;
import com.virtualclassrooms.dao.NewsDaoImpl;
import com.virtualclassrooms.model.News;
public class NewsServicesImpl{
public List<News> getNews() {
List<News> topnews=new NewsDaoImpl().fetchNews();
return topnews;
}
}
| [
"nikhil1025312@gmai.com"
] | nikhil1025312@gmai.com |
b62521d79a140097eeb4137263e3f9c829923b6e | ddb43578326eb5f24b594323f7539a7f06d08c76 | /contentSale-manager/contentSale-manager-web/src/main/java/com/contentsale/controller/AccountController.java | 989cb41e8c99f83c4bdddf28b258253ead0b1137 | [] | no_license | Yinqingseu/com.contentSale | cbf0127cbbec39c105099ea6a7c46e69736a0d10 | dcd66fb04e45249c32503f389021593b3ef2a728 | refs/heads/master | 2021-04-27T07:54:24.295630 | 2018-03-06T14:36:44 | 2018-03-06T14:36:44 | 122,641,966 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,359 | java | package com.contentsale.controller;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annot... | [
"220150763@seu.edu.cn"
] | 220150763@seu.edu.cn |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.