blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2bb305edd4d9e8d03aa121755113e106ba979191 | 4603098a03b049a9aca6951d5c5fd776aaaf3826 | /src/main/java/com/leetcode/algorithms/cache/LRUCache.java | 37c247b3b1dafa199d28b277b25026bc26b737f8 | [] | no_license | shenxiangshx/leecodeProblem | 982b31f7007628883416fe1814230e46fed048e6 | bda6125cad74bd2eeccd967c8d3d55d097a50759 | refs/heads/master | 2022-06-26T07:24:49.531493 | 2019-08-27T02:38:42 | 2019-08-27T02:38:42 | 142,537,829 | 0 | 0 | null | 2022-06-17T01:45:34 | 2018-07-27T06:36:28 | Java | UTF-8 | Java | false | false | 1,989 | java | package com.leetcode.algorithms.cache;
import com.leetcode.bean.LRUNode;
import java.util.HashMap;
public class LRUCache<T,E> {
private LRUNode<T,E> head;
private LRUNode<T,E> end;
private int capacity;
private HashMap<T, LRUNode<T,E>> cacheMap;
public LRUCache(int capacity){
this.capa... | [
"mac@MACdeMacBook-Pro.local"
] | mac@MACdeMacBook-Pro.local |
75e1c7e97b1ec893cccd0d5816f5c5648362f5b2 | 8844df73f5e0a666850ea22bdc7439ac6f284db8 | /hisDomestic/Hospital/src/main/java/com/hisd/domestic/databean/TenderCorrigendumDocumentDtBean.java | cc3f61f015527a11884ebc09a33eefeb4933c22b | [] | no_license | HELLYVIHAANINDIA/his_domestic | ffa15f8c7f057bd8210302c0de7ac2165e57b0e4 | f59528917d265b0678ab89bf01950a846a848d40 | refs/heads/master | 2021-01-22T23:53:44.325720 | 2017-09-22T11:20:50 | 2017-09-22T11:20:50 | 85,677,899 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,510 | java | package com.hisd.domestic.databean;
/**
*/
public class TenderCorrigendumDocumentDtBean {
private int officerDocMappingId;
private String docName;
private String description;
private String fileSize;
private String mappedOn;
private String cstatus;
private St... | [
"harsh@webstrikers.com"
] | harsh@webstrikers.com |
42d7145d101f995be4d44fec13818262237782f2 | da889968b2cc15fc27f974e30254c7103dc4c67e | /Optimization Algorithm_GUI/src/Algorithm_Carpool/NSDE_POP/U_Individual.java | 95bc2c3f699370988616c953472e0a5269aeb9ff | [] | no_license | say88888/My_Project_thesis | fcd4d96b34de8627fa054146eb6164b7c3636344 | 04908ea3ed6b7a9c1939a5d8e16dfc65d66437f4 | refs/heads/master | 2020-04-10T08:32:37.106239 | 2018-12-08T05:52:44 | 2018-12-08T05:52:44 | 160,908,221 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,000 | java | package Algorithm_Carpool.NSDE_POP;
import java.util.Random;
public class U_Individual extends NSDE_POP{
static int defaultGeneLengthX = Xsize;
private double[] Ux = new double[defaultGeneLengthX];
private int[] binaryUx = new int[defaultGeneLengthX];
static int defaultGeneLengthY = Ysize;
private double[] Uy... | [
"gtvsta99@gmail.com"
] | gtvsta99@gmail.com |
c33ac387f63bfe3174f2562d39b493685b6d204c | d076be4549302da9401c1af122b150b65b1f6c4f | /Hackarejo/app/src/main/java/io/github/hackarejo/equipe9/ShopActivity.java | 38e4dfd7a272af515c5ac817459e10855142d651 | [] | no_license | jltafarel/hackarejo | 827ef0845a888f4f7d75bc2be54eca16736ab9ba | ce90090d66d86391200a65aab7853d2baf6ad0fe | refs/heads/master | 2016-09-12T22:22:26.779571 | 2016-04-17T10:35:03 | 2016-04-17T10:35:03 | 56,383,054 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,472 | java | package io.github.hackarejo.equipe9;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.MenuItem;
import android.view.View;
imp... | [
"jltafarel@gmail.com"
] | jltafarel@gmail.com |
75cfe6ff47078cd26aae1d49f0a708b1e54ceb72 | a34e27929947e7051150a5169d1694daea4cf33a | /src/br/integrado/jnpereira/nutrimix/modelo/Funcionario.java | f4b76ad7b6e3be6f4e939866374aa7782a43a529 | [] | no_license | joseviniciusnunes/sisgecom | d7021ddc1356bb5529545b9782cd670a32b62c3a | 17c7d4f63779dcb20610ae8c8ba944a6a5495c7f | refs/heads/master | 2022-08-18T23:17:11.725325 | 2017-12-06T22:55:57 | 2017-12-06T22:55:57 | 102,540,805 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,143 | java | package br.integrado.jnpereira.nutrimix.modelo;
import br.integrado.jnpereira.nutrimix.dao.AutoIncrement;
import br.integrado.jnpereira.nutrimix.dao.Coluna;
import br.integrado.jnpereira.nutrimix.dao.Id;
import br.integrado.jnpereira.nutrimix.dao.Tabela;
import java.util.Date;
@Tabela(nome = "funcionario")
public cla... | [
"josevini29@hotmail.com"
] | josevini29@hotmail.com |
6dfb3112a31bee7e11a00c844522704610a2ab8c | 2eb6afc1a5c4c43258132b2a81747da008915dde | /src/tk/mwacha/abstractfactory/factories/BoatTransport.java | 9be7901e5aba37f40954fdd80c190b7ea3d72bbb | [] | no_license | mwacha/design_patterns | 7412e6f6311604fe78d3d89a3b8e9c0db64681f8 | 62112ad28e702724530afff2f94aa2ce348eabdf | refs/heads/main | 2023-07-26T11:10:28.348791 | 2021-09-05T23:11:20 | 2021-09-05T23:11:20 | 403,429,837 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 703 | java | package tk.mwacha.abstractfactory.factories;
import tk.mwacha.abstractfactory.aircraft.Airplane;
import tk.mwacha.abstractfactory.aircraft.IAircraft;
import tk.mwacha.abstractfactory.boats.Boat;
import tk.mwacha.abstractfactory.boats.IBoat;
import tk.mwacha.abstractfactory.landvehicles.Car;
import tk.mwacha.abstractfa... | [
"marcelowacha@gmail.com"
] | marcelowacha@gmail.com |
d6d98db4e6cd43f6cff01594b09674d4099b8446 | bc583f93bd407c2ed91262f5c2ddcc46c9d875f2 | /World Editor 2/src/CSprite.java | 28d3b2e813f865229a07b25028fe33c37bd917e1 | [] | no_license | kumorikarasu/Java_Master_Exploder | cfce87cf1f90d38989d9ff332395f5ee2c2dce05 | 7d09adf5d2835166c979969d409885ae8af938fe | refs/heads/master | 2021-01-10T07:57:01.686915 | 2010-07-26T12:13:08 | 2010-07-26T12:13:08 | 55,943,281 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,477 | java | import java.awt.Color;
import java.awt.Image;
import java.awt.Toolkit;
import java.awt.image.FilteredImageSource;
import java.awt.image.ImageFilter;
import java.awt.image.ImageObserver;
import java.awt.image.ImageProducer;
import java.awt.image.RGBImageFilter;
import javax.swing.ImageIcon;
class CSprite {
... | [
"Sean Stacey@localhost"
] | Sean Stacey@localhost |
b5eef3e0e20182c0dcd206244bf8e5215f8c2315 | d63baac4f7548a1eb7dad8d9ac924f28ea8e63b9 | /src/it/algos/vaadbio/liste/ListaAntroponimo.java | d6936b4ba3e38347ebbf6add0695aa240e884fcf | [] | no_license | GuidoCeresa/vaadbio | 1ec023555ad069825c81cf661426d74fb56c8b56 | 0286830c0bd49367d7757027c6628afef773bd4a | refs/heads/master | 2020-04-16T23:45:29.259482 | 2018-02-08T12:40:23 | 2018-02-08T12:40:23 | 46,733,460 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,449 | java | package it.algos.vaadbio.liste;
import it.algos.vaadbio.bio.Bio;
import it.algos.vaadbio.lib.CostBio;
import it.algos.vaadbio.lib.LibBio;
import it.algos.webbase.domain.pref.Pref;
/**
* Created by gac on 31 ott 2016.
* <p>
* Crea la lista antroponima
* <p>
* Crea la lista dei nomi e la carica sul server wiki
* ... | [
"gac@algos.it"
] | gac@algos.it |
197343b04befd3cdc068894221b0a0e8fb58cc6f | c6a265de454037535828cbb57730391982117c38 | /Canting/src/main/java/cn/caimatou/canting/utils/GLEditTextUtil.java | d8337517afbc9ae723bc7919f2704329c3d26cf3 | [] | no_license | huluhaziqi/Canting | 0c418c98b8bd64c58683217d9e2fbd62ea696e13 | cf6ee129e3b59477a244c56c247a66a99de1ae56 | refs/heads/master | 2016-09-06T01:16:02.837402 | 2015-09-10T12:22:46 | 2015-09-10T12:22:46 | 42,242,802 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,028 | java | package cn.caimatou.canting.utils;
import android.widget.EditText;
import cn.caimatou.canting.common.GLConst;
/**
* Description:
* <br/><br/>Created by Fausgoal on 15/9/8.
* <br/><br/>
*/
public class GLEditTextUtil {
private GLEditTextUtil() {
}
/**
* 将光标移动到指定的EditText中
*
* @param ed... | [
"huluhaziqi@gmail.com"
] | huluhaziqi@gmail.com |
83d652b717fb0eef13c74d03f2dfb182292b190e | 23c0515cd00423acb364c633c46702b21c0c1ce5 | /src/gossipingAppendOnlyLogs/models/FrontierItem.java | 27c93c7bee1222975a3492ad2e0784f28595ca90 | [] | no_license | davidezanella/DS2-GossipingAppendOnlyLogs | ea4713ac6ab8cf4fac63bb89c5bd84b05f121467 | 5185eefd8b943ee5b80269750bec4b08da3c3651 | refs/heads/master | 2023-02-12T13:36:12.733097 | 2021-01-04T08:48:13 | 2021-01-04T08:48:13 | 318,483,047 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 222 | java | package gossipingAppendOnlyLogs.models;
public class FrontierItem {
public final PersonPublicKey id;
public final int last;
public FrontierItem(PersonPublicKey id, int last) {
this.id = id;
this.last = last;
}
}
| [
"davide.zanella10@gmail.com"
] | davide.zanella10@gmail.com |
9adc48d9203bf09309f8dfbabfb368e4a0791d30 | 5a532918fc9662f44e4bf44d66b77e650685ecd5 | /src/shaders/StaticShader.java | 2a22b6984cd75810dd22f6d7dfb3122cacc84569 | [] | no_license | ransomx/LTE_LWJGL | c1088b4758831936d303856fa6596e3a4f782884 | d7c5f123b8c82e871ddd33a9e0f1606e4e513554 | refs/heads/master | 2021-01-23T03:59:46.364530 | 2015-05-03T13:18:49 | 2015-05-03T13:18:49 | 34,984,945 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,251 | 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 shaders;
import Entities.Camera;
import Entities.Light;
import java.util.List;
import org.lwjgl.util.vector.Matrix4f;
import o... | [
"xransomx@gmail.com"
] | xransomx@gmail.com |
4d901f86e04b9ce62a4ebd1ed464550b6e39acce | c8e897afbb493483ddb5b98d8ee4d90ed34288be | /src/main/java/org/mimos/gateway/security/jwt/JWTFilter.java | c61157cee7c68dfa26646afa4e70895678ae7c4f | [] | no_license | mohannaidu/gateway | 44d03dd72c7491417ef1906e25be789672e4b416 | 06aabb9d69142d15f74a4975371d5217d1038c0f | refs/heads/master | 2021-04-27T00:12:04.531778 | 2018-04-11T03:16:40 | 2018-04-11T03:16:40 | 123,769,002 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,959 | java | package org.mimos.gateway.security.jwt;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.util.StringUtils;
import org.springframework.web.filter.GenericFilterBean;
import javax.servlet.FilterChain;
import javax.... | [
"mohan.perumal@NPTPM-0188.mimos.local"
] | mohan.perumal@NPTPM-0188.mimos.local |
44f0ab94ba70d2c068c46aa6bbca646ef31cda16 | 92200837f52030018044ffd03acf49357e8735d5 | /src/main/java/fr/kervegan/vues/HelloAction.java | bda43148dc009bdb73d1995ab105dc946efdd4f4 | [] | no_license | aureliad22/HuilesEssentielles | 7ccc849a94132b2ecfcb8533f74443c003ba179b | 889f8b24a35dc17c97fb624dc9a42cdf34c5fc15 | refs/heads/master | 2021-05-07T07:47:10.005985 | 2017-12-20T20:09:59 | 2017-12-20T20:09:59 | 109,266,640 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,224 | java | package fr.kervegan.vues;
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;
/**
* Servlet implementation class HelloAction
... | [
"aurelia.delaune@gmail.com"
] | aurelia.delaune@gmail.com |
cbfeed7d8021d09110e5169e9393c2485201e068 | 6e83d4f8962f5e0d2ea5b7d189b2781728b00de9 | /spring-web-boot-demo2/src/main/java/com/wellsfargo/fsd/swbd/SpringWebBootDemo2Application.java | 25d0310b4e2df84c4285fecf34fe65cea55435a0 | [] | no_license | Amir-Git7861/hibernate1 | 77c91925d2e5c8be75a485400e492e80fab6b576 | 811b3a397b80efbeef8ba2f0bdff05d40b1ccf29 | refs/heads/main | 2023-02-05T13:09:56.705740 | 2020-12-27T12:20:34 | 2020-12-27T12:20:34 | 324,750,593 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 340 | java | package com.wellsfargo.fsd.swbd;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SpringWebBootDemo2Application {
public static void main(String[] args) {
SpringApplication.run(SpringWebBootDemo2Application.... | [
"amirsaheb2018@gmail.com"
] | amirsaheb2018@gmail.com |
8e6978c99efbdd9f33d2ea77d3f477bef1cfb093 | 56fc2a51a5f3d0e79fefedb665ea32416b0fab01 | /app/src/main/java/max/jy/hzl/newgeeknews/mokuai/wechat/serchfragment/SearchM.java | ce262c5966fbe112b60769f75ba35f344521ded1 | [] | no_license | HaoZhiLin/NewGeekNews | f52a609965b2525028c9def3cfa60eea475c321c | def2c56a654aca4f92dec8f858a0bafdb7463d58 | refs/heads/master | 2020-06-07T21:35:56.127211 | 2019-06-21T12:54:51 | 2019-06-21T12:54:51 | 193,097,904 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,421 | java | package max.jy.hzl.newgeeknews.mokuai.wechat.serchfragment;
import io.reactivex.Observable;
import io.reactivex.disposables.Disposable;
import max.jy.hzl.newgeeknews.api.ApiService;
import max.jy.hzl.newgeeknews.base.BaseCallback;
import max.jy.hzl.newgeeknews.base.BaseModel;
import max.jy.hzl.newgeeknews.net.BaseObse... | [
"17696080526@163.com"
] | 17696080526@163.com |
73b43593e2e1a074e995eecf4bbc14d5ec31c4c3 | 3110616c435d1f12417e378406a41eac2a53bbdd | /p1_vaje02/SteviloStevk.java | fce715a89bd1979b8116cbcab333e95f42a8c7a6 | [] | no_license | DrejcPesjak/Programming1-class | 6e616e296a1cfd8eaaf4aaadb307e76d8389089f | b44ed2cbd08b81466fb0883e13097ffbbc2ee883 | refs/heads/master | 2020-06-15T16:52:04.395558 | 2019-07-05T06:14:23 | 2019-07-05T06:14:23 | 195,345,844 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 429 | java | import java.util.Scanner;
public class SteviloStevk {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int stevilo = sc.nextInt();
int stStevk = 0;
while(stevilo>0) {
stevilo /= 10;
stStevk++;
}
System.out.println(stStevk);
... | [
"drejcpesjak.pesjak@gmail.com"
] | drejcpesjak.pesjak@gmail.com |
566f36ced0272a62ed929300c9d1aca9027be39e | 0cd1c40780ad98442422e40afe3030fe049660f9 | /app/src/main/java/com/vij/devicectrl/Ui/LoginPage.java | 106258cbfe9b3d151bde05a8471e7bb5ae7e0c96 | [] | no_license | vijayarajsekar/DeviceCtrlPubDemo | 4863337ab89a7b94ac0043ab8419c6b26d9c16f9 | 40283d761c7920eeba16b08b624d20df0155dfa9 | refs/heads/master | 2021-01-01T05:10:38.412183 | 2016-11-18T11:32:34 | 2016-11-18T11:32:34 | 57,272,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,158 | java | package com.vij.devicectrl.Ui;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import com.vij.devicectrl.R;
public class LoginPage extends ActionBarActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
... | [
"s.vijayaraj@mundio.com"
] | s.vijayaraj@mundio.com |
4f3744ea17c96d2ee36e22605c72e5c6875e751c | 4bae3208f7365cea15acf3fb359207226d1f64bb | /modeshape-jcr/src/main/java/org/modeshape/jcr/TimeoutException.java | de22467975203c83648587cec78e2135cef03f7c | [
"Apache-2.0"
] | permissive | teiid/teiid-modeshape | ad4c7622d4c7f8297684600177334ef8af66c397 | 8dffe84d2cc7d8b7e48f84efc49a1b0a5e46faa6 | refs/heads/master | 2023-09-01T07:34:07.609074 | 2019-07-26T16:57:25 | 2019-07-26T16:57:25 | 114,037,491 | 0 | 6 | Apache-2.0 | 2022-06-21T01:23:43 | 2017-12-12T20:46:38 | Java | UTF-8 | Java | false | false | 1,550 | java | /*
* ModeShape (http://www.modeshape.org)
*
* 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 o... | [
"shawkins@redhat.com"
] | shawkins@redhat.com |
5483dec304251269596237307c8cfe1e0bbea1e2 | f456d7825b53836bfc5e2e66e7201d38a64010f0 | /readHTU21DF/src/Main.java | 62b320771e4e84a2dcde816fb018e74d4f0fefc9 | [] | no_license | alapisco/IoT_Environmental_Monitoring_Device | 375d43b6e9a2ab553ca3e1f3f0f29e6ed1f891bd | 12a5081f17cad5b19933ee337aa27d809c19c259 | refs/heads/master | 2021-06-08T15:53:51.389753 | 2016-09-28T21:31:03 | 2016-09-28T21:31:03 | 49,120,354 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,265 | java |
import i2c.HTU21DF;
import java.text.DecimalFormat;
import utils.FileUtils;
import utils.M2X;
import utils.PropertyFileReader;
public class Main {
public static void main(String[] args) {
// Read property file
PropertyFileReader reader = new PropertyFileReader("sensors.properties");
int ... | [
"eduardo.alapisco@oracle.com"
] | eduardo.alapisco@oracle.com |
21220176e43979143c57655594f12578ba10dd9b | ef0e3bfeb7e33151fcf239e6e11d13c16611a698 | /src/main/java/br/com/frwk/redesocial/repository/UsuarioRepository.java | efdb1dc2fe9aae84b196f181674e51c00db948f6 | [] | no_license | Luciano2380/redesocial-api | 899fd30f9ae7dbd4d2d4787b03f85bfca6d22a13 | d6b2c1bce1c60bfa0a6de9615135c5432ce51bfc | refs/heads/master | 2022-11-28T23:34:18.098993 | 2020-07-27T01:24:02 | 2020-07-27T01:24:02 | 282,121,299 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 330 | java | package br.com.frwk.redesocial.repository;
import br.com.frwk.redesocial.domain.Usuario;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface UsuarioRepository extends JpaRepository<Usuario,Long> {
Usuario findByLogin(String ... | [
"lucianopaulaornelas@gmail.com"
] | lucianopaulaornelas@gmail.com |
ecf520d57d60087ece36e0905051bb6db78db35b | 76c528c7ee1f094a032dd474fbdb6f7fb29a0b3a | /src/main/java/jpabook/jpashop/domain/item/Album.java | 75a380acbbef46819c5eede59c2c50533e704029 | [] | no_license | wxxsoo/jpashop | bb3a5f386a3d0f8e621045af391e78b3b247f541 | 8274246f16504696d906029c87b662ee1cd02498 | refs/heads/master | 2021-04-04T08:27:44.598438 | 2020-03-19T07:48:11 | 2020-03-19T07:48:11 | 248,440,990 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 351 | java | package jpabook.jpashop.domain.item;
import lombok.Getter;
import lombok.Setter;
import javax.persistence.DiscriminatorValue;
import javax.persistence.Entity;
/**
* Created by wansoo.
* User: accomplishlee
*/
@Entity
@DiscriminatorValue("A")
@Getter
@Setter
public class Album extends Item {
private String art... | [
"accomplishlee@hanwha.com"
] | accomplishlee@hanwha.com |
1dc5c8031c97b07f9e8acfa921e7b66f9e6820f2 | 0205c7a1e9d64cea74b8d9308a42a73bff30d9d2 | /COCOON-2217/cocoon-2.2.0/pipeline-impl/src/org/apache/cocoon/reading/ServiceableReader.java | 39a983313102f8c52446b0ba00ba80fe0e983adc | [
"Apache-2.0"
] | permissive | ZhuofuChen/Apache_Contribution | 329de187c3a9ed0b158f7b06da0b2b4174aaabb2 | cedf844b4df218cbf0519972ab2d2902f3945f4a | refs/heads/master | 2021-08-26T06:40:45.363568 | 2017-11-21T23:25:16 | 2017-11-21T23:25:16 | 110,313,367 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,676 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... | [
"chenzhuofusean@gmail.com"
] | chenzhuofusean@gmail.com |
f430698280f73b8e073f639c0ddf2e2e5b1e2ad7 | 2e7e27b6bfad4abda62ea7f7b1fffa764723ec0e | /src/be/intecbrussel/nature/plants/Plant.java | 0034b5e257ee0b4702b1d264d18d35509f8c1f69 | [] | no_license | aliGanuz/FundamentalsTest | 340a6a15b17f01e50968bcc5751b74b97b73c74a | 3d608aa8d47545d880b586f8cb69101ad39298a0 | refs/heads/master | 2023-02-14T13:37:23.567993 | 2021-01-04T15:12:13 | 2021-01-04T15:12:13 | 326,721,725 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 491 | java | package be.intecbrussel.nature.plants;
public class Plant {
private String name;
private double height;
public Plant(String name) {
this.name = name;
}
public Plant(String name, double height) {
this.name = name;
this.height = height;
}
public String getName() {
... | [
"eceozturk2@gmail.com"
] | eceozturk2@gmail.com |
84be20dfe74424722e964deacf479c424178e4fd | ce49ecc2ce97f25466bb203c8918d042459904ef | /app/src/main/java/com/example/tb/xiaomiweather/Weather.java | a32686dcaa430d49795e85614a45b44041778f18 | [] | no_license | binbinqq86/XiaoMiWeather | d38a54e4effa62f0f55255f1f230ad0483aad2a3 | 92c2d6a88c2278df4a161834f09710293bba44d4 | refs/heads/master | 2021-01-21T18:34:34.242838 | 2017-05-25T09:00:29 | 2017-05-25T09:00:29 | 92,063,086 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,103 | java | package com.example.tb.xiaomiweather;
/**
* Created by tb on 2017/5/22.
*/
public class Weather {
/**
* 周几
*/
private String week;
/**
* 日期
*/
private String date;
/**
* 白天天气
*/
private String weatherDay;
/**
* 晚上天气
*/
private String weatherNig... | [
"624715451@qq.com"
] | 624715451@qq.com |
47c7d2dfd43509de0d37780db2a91e08b4617fc7 | 8d189e38290edb1f818d8083a7127441d92f1a9e | /serratec.desenvolvimentoAPI-Restful/workspaceDesenvolvimentoApiRestful/biblioteca/src/main/java/com/residencia/biblioteca/biblioteca/services/LivrosService.java | 4b61767d396885fa053b01564589fb9cc2eff192 | [] | no_license | marcosbarker/serratec.residencia | 4b52fb9c74a7583340c6716415c4154b1b45ca54 | 5a513b19e04e793656ce5baf2f5b615e296b95a7 | refs/heads/main | 2023-07-04T21:57:28.852631 | 2021-08-15T15:04:19 | 2021-08-15T15:04:19 | 358,917,430 | 4 | 0 | null | 2021-06-22T04:25:32 | 2021-04-17T15:40:52 | PLpgSQL | UTF-8 | Java | false | false | 1,179 | java | package com.residencia.biblioteca.biblioteca.services;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.residencia.biblioteca.biblioteca.entities.Livros;
import com.residencia.biblioteca.biblioteca.repositories.LivrosRepos... | [
"marcos_barker@hotmail.com"
] | marcos_barker@hotmail.com |
088c158ff8778f5629023e7a419530c8766b1dbc | 2dd4e24c2aad045b1fba2772a570e30235cc0ba4 | /environment/src/main/java/org/jpwh/env/DatabaseProduct.java | 7a91d935c35a1fbece152371eb9239081bf03080 | [] | no_license | press0/hibernate-examples | fc39bafa3e5815afff25b94a150d9f3b4a4e4b73 | 9ff1a103cc9ff752d44eabea3800516c1bdf0202 | refs/heads/master | 2022-07-15T07:03:20.399246 | 2022-06-21T04:35:52 | 2022-06-21T04:35:52 | 33,089,205 | 4 | 3 | null | 2022-06-21T04:35:53 | 2015-03-29T21:01:52 | Java | UTF-8 | Java | false | false | 4,318 | java | package org.jpwh.env;
import bitronix.tm.resource.jdbc.PoolingDataSource;
import java.util.Properties;
public enum DatabaseProduct {
H2(
new DataSourceConfiguration() {
@Override
public void configure(PoolingDataSource ds, String connectionURL) {
ds.setClassName("... | [
"press0@gmail.com"
] | press0@gmail.com |
521d9e5ef80cab051748d888d89b52ada487adab | 03600b4ca86f491279465c02a8c1077abfe70809 | /src/entities/Jogador.java | ced5070f4185305cbc68a2decb090c51be9d472d | [] | no_license | MatheusTrinca/campeonato | e0a448283430a943454f6716bf242ae1b9c22ed1 | b0f4c2b1e5422d55ca0f2a5561874b502be4909e | refs/heads/master | 2022-10-10T01:09:17.193398 | 2020-06-05T01:02:54 | 2020-06-05T01:02:54 | 269,498,136 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 397 | java | package entities;
import java.util.Date;
public class Jogador {
private String nome;
private Date nascimento;
private char genero;
private Double altura;
public Jogador() {
}
public String getNome() {
return nome;
}
public Date getNascimento() {
return nascimento;
}
public char getGenero() {
... | [
"matheusfelipetrinca@gmail.com"
] | matheusfelipetrinca@gmail.com |
36bc3659d920309c3b47fce0f8a50a1a13b3137c | 81941ad872aa450aaa0d9e5cec5b84bafa931129 | /lib_utils/src/main/java/com/mb/android/utils/NetworkHelper.java | 9a86a411629da4aa31144d71c70d8d4a3aaad528 | [] | no_license | cgy529387306/AiShangYi | b6fc5c1c62e89813916399fdffa5aeaeb11a35be | 6363540293b67b84f640698a51196d899b9cc1e0 | refs/heads/master | 2020-04-26T03:17:06.607710 | 2019-04-01T11:21:24 | 2019-04-01T11:21:24 | 173,262,143 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,173 | java | package com.mb.android.utils;
import android.app.Activity;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.Build;
import android.provider.Settings;
import java.net.Inet4Addres... | [
"661005@nd.com"
] | 661005@nd.com |
3b2ff1aed89d2c40210a16f452bc67d79e656fcf | fa05bb85eddf05d592dd6636e7e7dfc5217135bd | /src/main/java/controller/ProductController.java | ad9873aa7bc2fe544c5eec05a532e626ff9cb92a | [] | no_license | MTLDDB/springmvc | e301256595501ede94eb263bccfc12deb83a9d48 | adecd022be2cb5f710c1251da5ef6138a4e01deb | refs/heads/master | 2022-12-22T18:42:38.684010 | 2019-08-23T08:39:32 | 2019-08-23T08:39:32 | 203,083,426 | 0 | 0 | null | 2022-11-24T07:19:38 | 2019-08-19T02:24:03 | Java | UTF-8 | Java | false | false | 489 | java | package controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.servlet.ModelAndView;
import pojo.Product;
@Controller
public class ProductController {
@RequestMapping("/addProduct")
public ModelAndView add(Pr... | [
"291464854@qq.com"
] | 291464854@qq.com |
c137cbac553614f8bea78bb342ae0ade46f73323 | ba41d10e1478c91285ddfd968066d3ab2da4c09e | /app/src/main/java/tech/diggle/apps/bible/bhaibheridzvenemuchishona/home/devotional/Devotional.java | d064e2d7342975e315abd52fd9a275be9c89ecd3 | [] | no_license | Digolodollarz/android-bible | 302571cdc9c9a344525e02c7db19d1fb57fc64d9 | caf550bbcd07d5028926073c6d6e20a1454702c5 | refs/heads/master | 2021-04-09T15:46:09.234663 | 2018-03-17T18:19:14 | 2018-03-17T18:19:14 | 125,657,078 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 206 | java | package tech.diggle.apps.bible.bhaibheridzvenemuchishona.home.devotional;
/**
* Created by Diggle E. Gonese on 12/3/2018.
*/
public class Devotional {
public String title;
public String body;
}
| [
"eddie@diggle.tech"
] | eddie@diggle.tech |
d3b90e940d1e32c72837e400337590bc63aa6474 | 0a1d0458c115376de64eaac567699c48e67d21de | /src/java/controllers/VentaControllers.java | 98ade1cb4240d71f7def4ac0fa364b82a3b2b9b1 | [] | no_license | JDTORRES11/SampleSpringApplication | 935a213d0a8ddf0a78db8dc930b346d030dfafe2 | 2bbd2ec03af3894bf12a6aa122c96d034450349e | refs/heads/master | 2020-04-27T19:37:01.450555 | 2019-04-20T22:53:17 | 2019-04-20T22:53:17 | 174,626,327 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,187 | 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 controllers;
/**
*
* @author NixonD
*/
import co.edu.uniminuto.pa.DAOs.VentaDAO;
import co.edu.uniminuto.pa.DTOs.Venta;
im... | [
"48340358+JDTORRES11@users.noreply.github.com"
] | 48340358+JDTORRES11@users.noreply.github.com |
e1344cff78c843a2f3b675d06d4080aff887317a | 4ff22fdea05541fc6500a07b3d8e7ead85757526 | /Aulas Loiane/src/exeraula56/Teste.java | e8d3f7506f3726befa14f0dbf60bb330c37ad355 | [] | no_license | Tester1313/Java | 7708232b05150873aa92549885e605d539c5e166 | a31dfbbe82574dd137c58ecfc47a7f329cc4f8d4 | refs/heads/master | 2021-01-21T14:58:03.689972 | 2018-03-04T15:20:17 | 2018-03-04T15:20:17 | 95,366,105 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 448 | java | package exeraula56;
public class Teste {
public static void main(String[] args) {
System.out.println("Calculadora");
double x = 2.0;
double y = 3.0;
//Operacoes.values retorna todas as operações dentro do enumerador
for (Operacoes op: Operacoes.values()) {
System.out.print(x + " ");
System.o... | [
"thiagohs1996@gmail.com"
] | thiagohs1996@gmail.com |
330ba2c0c9d1e6d389cba1b154483d0c5337c931 | 9c2fe46e8b0d80f7105ab07eddabe72e2972cd69 | /app/src/main/java/com/kpdigital/mywallpaper/ImageModel.java | c5b6e6e2ec789485ec2abcfe73e85359bc991315 | [] | no_license | Purav22/wallpaper | 8dda4f83e9c2bf0a82fdfd156cab278675027eda | dd9a6d44ccaa5a5f08dc50daa3ebcdd84d78135f | refs/heads/master | 2023-08-11T21:51:20.598013 | 2021-09-22T12:25:09 | 2021-09-22T12:25:09 | 404,036,994 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 502 | java | package com.kpdigital.mywallpaper;
public class ImageModel {
private URLModel urls;
private userModel user;
public ImageModel(URLModel urls, userModel user) {
this.urls = urls;
this.user = user;
}
public userModel getUser() {
return user;
}
public void setUser(u... | [
"ppp22112000@gmail.com"
] | ppp22112000@gmail.com |
2ff94a98c0b646bf24eddcd2ead6b0a79077e5b0 | 2df4b6d634e785d0fc79b8f9e5e4fa7d511a5078 | /stu-spring-boot-rabbitmq/stu-spring-boot-rabbitmq-publisher/src/main/java/org/stu/spring/boot/rabbitmq/publisher/AmqpConfiguration.java | 026729cc3bc891c301c6fb89516cb26fdce77638 | [] | no_license | ksyingcos/stu | da7e39346e7f10143f2bd600c7d11721542388e5 | 53e3545b195aae814d3423d65650297e0c27429c | refs/heads/master | 2022-12-21T04:44:21.388529 | 2019-07-31T02:14:39 | 2019-07-31T02:14:39 | 88,019,868 | 0 | 0 | null | 2022-12-16T07:34:01 | 2017-04-12T06:55:54 | Java | UTF-8 | Java | false | false | 2,189 | java | package org.stu.spring.boot.rabbitmq.publisher;
import org.springframework.amqp.core.DirectExchange;
import org.springframework.amqp.core.TopicExchange;
import org.springframework.amqp.rabbit.connection.CachingConnectionFactory;
import org.springframework.amqp.rabbit.connection.ConnectionFactory;
import org.springfram... | [
"ShiYing.Ke@geely.com"
] | ShiYing.Ke@geely.com |
ebad62cc5715d7eae73ffea7c2d65015af702f9f | e4d6733730cf2cef7a9efb413d981417b0997b3d | /SE/BF/src/rmi/RemoteHelper.java | 9a7f5b101e6fb80fdf9c826558e247beb2b498ec | [] | no_license | Pypy233/IDE-Brainfuck-master | 66a9aec3dff359709f20cabe086db26bcb49636a | 64bba11e7bb7c8960f56e6657192bdefd283e536 | refs/heads/master | 2020-06-01T02:03:13.324041 | 2017-06-29T00:56:19 | 2017-06-29T00:56:19 | 94,058,698 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 638 | java | package rmi;
import java.rmi.Remote;
import service.IOService;
import service.UserService;
import service.ExecuteService;
public class RemoteHelper {
private Remote remote;
private static RemoteHelper remoteHelper = new RemoteHelper();
public static RemoteHelper getInstance(){
return remoteHelper;
}
private ... | [
"2529716798@qq.com"
] | 2529716798@qq.com |
4ccd51335d8c6ff40b3ec5ce17d72992231363d5 | ca3843d5328e7601038fb290a0c6b4cd7c81aa7c | /src/main/java/com/codeclan/example/CourseBooking/repositories/Courserepositories/CourseRepositoryImpl.java | 836c9d9e87ea02026979c0cf50f72eab51bed7d2 | [] | no_license | MrNobad/CourseBookingAppJava | bbe9fdaafda8951fd666e02146398d082780695b | 3c25750f5d236e63dd4004de6dc08a2399e7d0dc | refs/heads/master | 2020-09-26T01:04:24.714100 | 2019-12-05T14:37:43 | 2019-12-05T14:37:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 115 | java | package com.codeclan.example.CourseBooking.repositories.Courserepositories;
public class CourseRepositoryImpl {
}
| [
"iaintooley1@gmail.com"
] | iaintooley1@gmail.com |
c49f329a954f81a2808d0a66ea902dbb251e009f | 4ccf1aaa7438fb4c5ac74562315267f050e9e579 | /src/main/java/com/techgarden/tasks/tree/model/elements/Leaf.java | e3d5e899ffcb83ae6878701c1cddc2eb778542bc | [] | no_license | mmaszkie/techgarden | e106241e42475043b5fe90f54f16f6c8c11c1d2f | 4d70f99839adb3b5855d7a19b103e73732da59bc | refs/heads/master | 2021-01-25T00:57:34.665427 | 2017-06-25T22:19:59 | 2017-06-25T22:19:59 | 94,710,737 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 274 | java | package com.techgarden.tasks.tree.model.elements;
import com.techgarden.tasks.tree.model.actions.Grow;
public abstract class Leaf<Type> implements Grow {
public enum Color {
GREEN,
BROWN
}
public Color color;
public double diameter;
} | [
"mmaszkie@gmail.com"
] | mmaszkie@gmail.com |
161a01a2da07c969393ea403e841e73de5ffbae0 | 3845f55559aae3d29308367ef6c57a2c03083d88 | /src/ro/siit/algorithm/SmallestNumber.java | 46fdb77f425f5a46c3c48a41a891143f3f56b23c | [] | no_license | andreeas89/SIIT | 86d55cf6bf38ffcfd4a38949609771255fbd1158 | c71481d8a2c69eb97409ffa173bee5c6607ae9ac | refs/heads/master | 2021-05-04T21:05:41.085294 | 2018-03-02T20:40:57 | 2018-03-02T20:40:57 | 119,886,343 | 0 | 0 | null | 2018-02-02T12:13:53 | 2018-02-01T19:58:35 | Java | UTF-8 | Java | false | false | 657 | java | /*Homework week 1
*
* display the smallest number from an array of numbers
*
* @author Andreea Sinca
*/
package Algorithms;
public class SmallestNumber {
public static int smallNumber(int a[]) {
int min = a[0];// consider the first value like the smallest number for begining
for (int i = 1; i < a.length; ... | [
"andreea.sinca21@gmail.com"
] | andreea.sinca21@gmail.com |
3bb6620ac00a64026ac558eab6574801192d4c5a | d5264d69be648c5ed478a4d11c75c3862ddb8728 | /code_rhapsody/AppCitoyente/DefaultComponent/DefaultConfig/MainDefaultComponent.java | 7b31d533b844419e49b9a453f9b86ccaf902b20f | [
"MIT"
] | permissive | alwikah/nuitdelinfo | 17ae28dba27bc13f751eebc376e9dd38e43b28e1 | a859ee156f8b8fe0563d5f2da57aa8b911f746da | refs/heads/master | 2020-12-11T05:54:05.412236 | 2016-01-28T13:30:12 | 2016-01-28T13:30:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,424 | java | /*********************************************************************
Rhapsody : 8.1.1
Login : marckan
Component : DefaultComponent
Configuration : DefaultConfig
Model Element : DefaultConfig
//! Generated Date : Fri, 4, Dec 2015
File Path : DefaultComponent/DefaultConfig/MainDefaultComponent.java
***********... | [
"antoine.marck@ensta-bretagne.org"
] | antoine.marck@ensta-bretagne.org |
958c3bf14b43b2b8c1f680adb0917b3bb86741e9 | 360d05beaa7fb747393b5f061bee2078b6158864 | /Java/AgArayuzu.java | acba5cf04d06b43f4f74a90cfade2f295a914879 | [] | no_license | YasinUnall/SmartDeviceControlSimilator | a0dad5a6f5afa6d72bab9c47f0c4e4b5de81becf | c8ebdaf6a9021a86c93e1a90764e4bdaeb9cbe4b | refs/heads/master | 2023-08-11T12:12:44.465455 | 2021-09-24T15:07:42 | 2021-09-24T15:07:42 | 262,411,750 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,362 | java | package com.basepckg;
import java.sql.ResultSet;
import java.sql.Statement;
import java.util.SimpleTimeZone;
public class AgArayuzu implements IAgArayuzu{
enum Islemler {SOGUTUCU_AC, SOGUTUCU_KAPAT, ALGILAMA_BASLA, DURUM_GORUNTULE, CIKIS, ALGILAMA_BITIR}
private static IAnaAgSistemi anaAgSistemi;
private... | [
"yasinunalnn@gmail.com"
] | yasinunalnn@gmail.com |
47aac5cc91a18547f1439e2a6a63bd21d46609d2 | 729cd77044bd95bd0a2957c07d2224cacd2bd53b | /src/main/java/com/example/petclinicsf5/model/PetType.java | d6d93410b83e2d5eb237d65538da0b9cffb43835 | [] | no_license | FilipJ89/pet-clinic-sf5 | c5bc5f9c0481fd382f15ac1967f26c28ae5329c3 | 13bef57a9437d0600b73f95c50f5559382a6740d | refs/heads/master | 2021-11-22T19:07:14.245384 | 2021-10-16T17:57:47 | 2021-10-16T17:57:47 | 222,251,480 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 530 | java | package com.example.petclinicsf5.model;
import lombok.*;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Table;
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
@Builder
@Entity
@Table(name = "types")
public class PetType extends BaseEntity{
@Builder
public P... | [
"filip-jozwiakowski@wp.pl"
] | filip-jozwiakowski@wp.pl |
6bad389233a522f4d52b957e1ece24623ebf592e | 139960e2d7d55e71c15e6a63acb6609e142a2ace | /mobile_app1/module1063/src/main/java/module1063packageJava0/Foo4.java | 16a9f8d5c1d9488e3cd8af807b9ddfb56d16d38f | [
"Apache-2.0"
] | permissive | uber-common/android-build-eval | 448bfe141b6911ad8a99268378c75217d431766f | 7723bfd0b9b1056892cef1fef02314b435b086f2 | refs/heads/master | 2023-02-18T22:25:15.121902 | 2023-02-06T19:35:34 | 2023-02-06T19:35:34 | 294,831,672 | 83 | 7 | Apache-2.0 | 2021-09-24T08:55:30 | 2020-09-11T23:27:37 | Java | UTF-8 | Java | false | false | 549 | java | package module1063packageJava0;
import java.lang.Integer;
public class Foo4 {
Integer int0;
Integer int1;
public void foo0() {
new module1063packageJava0.Foo3().foo9();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
}
public voi... | [
"oliviern@uber.com"
] | oliviern@uber.com |
cd8f6cbd3e7df1940e4f05319a26e16e00e2858b | 8d983a7bbdaaabe7617c6cd4604916d6ee2598e4 | /genome-weaver/src/main/java/org/utgenome/weaver/cui/Copy.java | 2d2bfbb65b68692110d7194367253de9a0b838a4 | [
"Apache-2.0"
] | permissive | xerial/utgb | e8582cf0c2d6c72d9d0fd068dc0a32970de7106d | da55ba7629e44ce329b5ec11e209e448ecb41eac | refs/heads/master | 2023-06-25T19:13:52.058940 | 2012-12-11T06:48:55 | 2012-12-11T06:48:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,628 | java | /*--------------------------------------------------------------------------
* Copyright 2009 Taro L. Saito
*
* 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://ww... | [
"leo@xerial.org"
] | leo@xerial.org |
be53922a136cb679412d2105a565af96b88c86d2 | a78ebe7e2fd192f2ec265e7239a4bcd3db8295fe | /lab03/3001 Lab 3 code skeleton/TSP.java | faa5faa531506dea5ada370cd99f040e209f2699 | [] | no_license | jonathan9697/cits3001 | b6f39f9f1e21cfe068df6ec830e5554435cee7d0 | 68f4c63f4171e988451b1527f06b4c5c46d4699a | refs/heads/master | 2022-11-30T06:41:20.879115 | 2020-08-14T12:25:34 | 2020-08-14T12:25:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,214 | java | /**
* Implements various TSP algorithms for the given problem instance.
*/
import java.util.*;
public class TSP
{
// file containing this problem instance
private String filename;
// number of cities in this instance
private int n;
// coordinates of the cities
private double[][] cities;
... | [
"22737938@student.uwa.edu.au"
] | 22737938@student.uwa.edu.au |
bfa5de4baaa22b97566271b3210da3682b9d09a6 | 66bdd1151c3c70ccc49d64b25a699cf1943ab3ed | /job-scheduler-common/src/test/java/com/jd/framework/job/event/rdb/RdbJobEventStorageTest.java | 441b0991da11b4c42d53e9524546f7f7e78a754e | [] | no_license | NYACC/job-scheduler | 222e1f569ef0ec8239e3d1ff0bc6ab16bf9b5ba8 | fa74bfeb044b8cd781e21d319a1ca95c76796712 | refs/heads/master | 2020-05-07T17:36:44.004447 | 2018-10-09T03:11:29 | 2018-10-09T03:11:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,554 | java | /*
* Copyright (c) 2010-2020 Founder Ltd. All Rights Reserved.
*
* This software is the confidential and proprietary information of
* Founder. You shall not disclose such Confidential Information
* and shall use it only in accordance with the terms of the agreements
* you entered into with Found... | [
"ppjz.hr@gmail.com"
] | ppjz.hr@gmail.com |
f9ee0e6798dca3839114283f95b283e0f0b37c1d | a24ebf6e2f750266ed16203be384d105c11fcf3c | /gori-sys/src/main/java/cn/gori/service/impl/SysRoleMenuServiceImpl.java | b1f6d34037d5108faacadd39b24f633871e447e1 | [] | no_license | chuckma/gori | b548a5acde419b501940aaf92a76124fda4b20f3 | 0f8277f54dbc0a62c52052948d8eaef690cfdf2f | refs/heads/master | 2020-04-13T10:40:50.445613 | 2018-12-26T09:15:35 | 2018-12-26T09:15:35 | 163,148,954 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 481 | java | package cn.gori.service.impl;
import cn.gori.entity.SysRoleMenu;
import cn.gori.mapper.SysRoleMenuMapper;
import cn.gori.service.ISysRoleMenuService;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;
/**
* <p>
* 服务实现类
* </p>
*
* @author Ma
* @sin... | [
"robbincen@163.com"
] | robbincen@163.com |
be317354913ccfa948b64edb2998ec3e1f116941 | a6ecc37acbc458d521087c9bd8a46d9977beb970 | /core/java/android/content/AbstractTableMerger.java | e1a484e3363dae82ab8e6e15f533bbfcd99cddd0 | [
"Apache-2.0"
] | permissive | jsherman/platform_frameworks_base | 46f4336a8f774299f6520d9a481184331758062d | 9bdf576615231e4b9693f08bfe3dc886c2edf49e | refs/heads/master | 2021-01-18T09:21:28.294775 | 2009-01-02T23:55:15 | 2009-01-02T23:55:15 | 101,820 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 24,665 | 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... | [
"initial-contribution@android.com"
] | initial-contribution@android.com |
341cdefdc7252cbb2b2970d002396a9c8fccdb53 | 8d8f96bbbdd946a2b0889046d5dfd8630facb70b | /src/main/java/com/springsecurity/jwt/config/SpringSecurityConfig.java | 4ec144eac3f7da7b07ac08cc35620bc05ad4de00 | [] | no_license | ramesh96420/springsecurity-jwt-h2db | 5c762c3e98a57b69d4df45a8dbb69cc14e0b3337 | b71e688f0959a9d4413b3a772d0c761e553a02b7 | refs/heads/master | 2020-12-20T03:23:00.416721 | 2020-01-24T05:36:56 | 2020-01-24T05:36:56 | 235,946,203 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,269 | java | package com.springsecurity.jwt.config;
import com.springsecurity.jwt.filter.JwtFilter;
import com.springsecurity.jwt.service.CustomUserDetailsService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configu... | [
"crb96java@gmail.com"
] | crb96java@gmail.com |
8ff42c1a3e5136db72b82bc5229a9969064438c6 | 2c62f329512d3185a1989458cd5912ded131d8dc | /WebServer/src/main/java/com/oss/service/ForeCastService.java | 019b80b67889b266132b2e048c2a2bbf0f351c7d | [
"Apache-2.0"
] | permissive | kimkc/SmartHomeNotification | 51df3108057c07759b2bc0342e5081c10aa25db2 | 73a4075838f5355315d3e9073b7700e2ab4bc91c | refs/heads/master | 2022-12-26T01:15:09.822384 | 2020-12-12T10:46:23 | 2020-12-12T10:46:23 | 268,669,558 | 1 | 0 | Apache-2.0 | 2022-12-16T00:43:35 | 2020-06-02T01:13:19 | Java | UTF-8 | Java | false | false | 5,139 | java | package com.oss.service;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.HashMap;
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
import org.apache.http.client.ResponseHandler;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.clie... | [
"gc5215@nate.com"
] | gc5215@nate.com |
c7f2212f1a2d0949d7602553c463587387c6ab8d | 590b75b4fcaabef602d39f43daa11a3d79474548 | /Rock-Paper-Scissor/src/main/java/com/chris/interview/client/ropasci/factories/PlayerFactory.java | d14c58b2cbb428075ff0f8dd1c049c29727900d4 | [] | no_license | Christian-Achilli/ropasci | 812bf94f8a415c0fc79114946aa5a02fb9123d40 | 2d82f6dde748ae77869ad3031dcd378584b7276e | refs/heads/master | 2021-01-21T12:39:30.780835 | 2013-01-31T02:27:00 | 2013-01-31T02:27:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 608 | java | package com.chris.interview.client.ropasci.factories;
import java.util.ArrayList;
import java.util.List;
import com.chris.interview.client.ropasci.entities.Player;
import com.chris.interview.client.ropasci.exceptions.PlayerNameAlreadyInUse;
public class PlayerFactory {
private List<String> activePlayerNames;
publ... | [
"christianachilli@kubepartners.com"
] | christianachilli@kubepartners.com |
b3d7663c9eb9d2a7261aca6b165b1ec8556803c0 | dc1071c0e8b3f4cdd02eb2fd440844429f9f530b | /appLian/src/main/java/com/skynet/lian/models/NotificationFCM.java | baf554c63c33fa2fbd655d27a8d49666792e88d8 | [] | no_license | duongnv1996/lian-chat-implement | d6f5f4e658f5f18c46dac6760dd13d647cb5c607 | 62f915a242b82aed6877681240be9f9892fda1d9 | refs/heads/master | 2020-04-29T12:20:30.103539 | 2019-04-08T07:19:15 | 2019-04-08T07:19:15 | 176,133,283 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,766 | java | package com.skynet.lian.models;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class NotificationFCM {
@Expose
@SerializedName("type_noti")
private int type;
@Expose
@SerializedName("object")
private Message object;
@Expose
@Seria... | [
"duongnv1996@gmail.com"
] | duongnv1996@gmail.com |
77630c7fbc480faa0d154da9ab9419040fa7f6e1 | 26d43598ccbba6840a53cc069615edd7dcdf0ba3 | /Forelesning11/PlayingWithSQLiteLecture/app/src/main/java/com/example/perev/playingwithsqlitelecture/database/EpisodeTable.java | 573e10d70a8d9af3b6c5e331379d8378fe63bc3b | [] | no_license | perev/android_programmering_2016 | 7191ef9fa3f453c747fa29101d5f42fbeb0c9ee8 | e688a079c7257deed925e5d244b12746777c6175 | refs/heads/master | 2016-08-09T13:57:52.120552 | 2016-02-24T12:09:57 | 2016-02-24T12:09:57 | 49,580,249 | 1 | 5 | null | null | null | null | UTF-8 | Java | false | false | 1,376 | java | package com.example.perev.playingwithsqlitelecture.database;
import android.database.sqlite.SQLiteDatabase;
/**
* Created by perev on 17/02/2016.
*/
public class EpisodeTable {
public static final String TABLE_EPISODE = "episode";
public static final String COLUMN_ID = "_id";
public static final String ... | [
"pere.volla@gmail.com"
] | pere.volla@gmail.com |
438a282fc697ab9b82b3fbda42b46f9d00f30a6d | d5f09c7b0e954cd20dd613af600afd91b039c48a | /sources/kotlin/jvm/internal/ArrayIteratorKt.java | 3ac49f0f7c76facff193304be7d7ba8f7a936712 | [] | no_license | t0HiiBwn/CoolapkRelease | af5e00c701bf82c4e90b1033f5c5f9dc8526f4b3 | a6a2b03e32cde0e5163016e0078391271a8d33ab | refs/heads/main | 2022-07-29T23:28:35.867734 | 2021-03-26T11:41:18 | 2021-03-26T11:41:18 | 345,290,891 | 5 | 2 | null | null | null | null | UTF-8 | Java | false | false | 767 | java | package kotlin.jvm.internal;
import java.util.Iterator;
import kotlin.Metadata;
@Metadata(bv = {1, 0, 3}, d1 = {"\u0000\u0012\n\u0000\n\u0002\u0010(\n\u0002\b\u0002\n\u0002\u0010\u0011\n\u0002\b\u0002\u001a%\u0010\u0000\u001a\b\u0012\u0004\u0012\u0002H\u00020\u0001\"\u0004\b\u0000\u0010\u00022\f\u0010\u0003\u001a\b\u... | [
"test@gmail.com"
] | test@gmail.com |
2948b3b2c30f4eeed8e7fc2abd2c48eb83fda979 | b1960228690b60ce4a9681b7ea5a56507ad6fa56 | /src/me/chan/thread/multithread/CountDownLatchTest.java | acba698924604b05097023afb08a81f58e68f58d | [] | no_license | JanGin/MultiThreadDemo | b6d00c20ac7ca1fc45555bf70f5384f5d98c263d | 37aaf7052e53dd240f5e4d17d38f4f2178a72edf | refs/heads/master | 2020-05-20T11:45:37.209629 | 2019-05-24T08:58:19 | 2019-05-24T08:58:19 | 185,556,694 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 736 | java | package me.chan.thread.multithread;
import java.util.concurrent.CountDownLatch;
public class CountDownLatchTest {
private static CountDownLatch cdl = new CountDownLatch(10);
public static void main(String[] args) {
for (int i=0; i<10; i++) {
Thread testThread = new Thread(new TestThread(), ... | [
"progchen295@gmail.com"
] | progchen295@gmail.com |
dd9d42eaa4cd5a25b56199554872d8b2e7b20d32 | 5c29d6f509ef0f87f288afeb312cd1f126277457 | /src/java/nio/channels/spi/AbstractSelectionKey.java | 3cc7ee016a69319d64ac1e6d0553a2565df93d26 | [
"Apache-2.0"
] | permissive | Golde-nchow/jdk-1.7-annotated | d1c30cebbc0b968873b60e0a9cca3e1e85d17d42 | 726f675973e8498ea4afca13393f692e95255b94 | refs/heads/master | 2021-07-14T15:25:05.610358 | 2020-11-02T16:03:08 | 2020-11-02T16:03:08 | 221,722,100 | 0 | 0 | Apache-2.0 | 2019-11-14T14:53:58 | 2019-11-14T14:53:55 | null | UTF-8 | Java | false | false | 1,515 | java | /*
* Copyright (c) 2000, 2006, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package java.nio.channels.spi;
import java.nio.channels.*;
/**
* Base implementation class for sele... | [
"zhaoxina@gmail.com"
] | zhaoxina@gmail.com |
b62f608007ac6839a90faec79fa97fbc9a2c6754 | 5a8939b126f3436027ec17c81c121f9d68bd01bf | /projetDoki/src/test/java/formation/sopra/bu/projetDoki/ProjetDokiApplicationTests.java | 39b84fcb4c371f6152435128149db7fb3e6c8bc8 | [] | no_license | Eugirdory/projetFinal | 861de9d7c1d42c0a550bffa453383a2e0f942e75 | bac479bcb189d5238cb2ecc027b0a7431a3a704a | refs/heads/master | 2023-01-15T12:08:59.272399 | 2019-07-12T13:37:54 | 2019-07-12T13:37:54 | 195,799,866 | 0 | 0 | null | 2023-01-07T07:37:32 | 2019-07-08T11:37:34 | Java | UTF-8 | Java | false | false | 350 | java | package formation.sopra.bu.projetDoki;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class ProjetDokiApplicationTests {
@Test
publi... | [
"dlbsarah93@hotmail.fr"
] | dlbsarah93@hotmail.fr |
aacdd98994ce5542934e9863c3b31edc03be8221 | d4dda3bec7d925ba0999113d05fd2a8348980d06 | /MindControllerView/src/main/java/com/alchemy/wjk/mind/widget/WavechartView.java | b7f595b1958b3e1f708a5a735665ef8157801205 | [] | no_license | zhongkai886/Interactive_learning_technology_APP | dc48341e5d13ce3cfb2ba0b71938af2bb4435bfd | 4e3e13805d59ba22d74643a385238e6582e1f031 | refs/heads/master | 2021-05-18T10:43:08.130155 | 2020-10-06T09:07:36 | 2020-10-06T09:07:36 | 251,214,677 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,237 | java | package com.alchemy.wjk.mind.widget;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Paint.Align;
import android.graphics.Paint.Cap;
import android.graphics.PorterDuff;
import android.graphics.PorterDuffXfermode;
import android.graphics.Xfermode;
i... | [
"kenny06478@gmail.com"
] | kenny06478@gmail.com |
f5073d79e4780cdd8fdb495fdc9e7da841f7ec6e | d767f88d21f4ae72dc6fac1ca8811107bbae7b63 | /src/main/java/ru/kpfu/itis/pita/entity/Event.java | 109402a679c1c0647d5ca5dd952f42ce3b0940bd | [] | no_license | aekrylov/itis-pita | ece8685d775a5077f401be9ee35fd50c00f7ffbb | 069fbb580d9febdf724e4bf1d4c36877960b6e51 | refs/heads/master | 2021-01-21T10:41:52.868753 | 2017-05-13T10:02:37 | 2017-05-13T10:02:37 | 91,704,414 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,103 | java | package ru.kpfu.itis.pita.entity;
import javax.persistence.*;
import java.util.Collection;
import java.util.Date;
/**
* By Anton Krylov (anthony.kryloff@gmail.com)
* Date: 3/29/17 11:04 AM
*/
@Entity
@Table(name = "events")
@PrimaryKeyJoinColumn(name = "id")
public class Event extends Community {
@ManyToMany... | [
"anthony.kryloff@gmail.com"
] | anthony.kryloff@gmail.com |
2e8300c46b7a0e349b1caf0f3bb459e8a82409df | df1f980603fece6e8553261ba1d15cafbc39aff9 | /ndtp-user/src/main/java/ndtp/support/URLSupport.java | f477d63afa800eaef7406414f046b4009d0b24d0 | [] | no_license | chasimyeong/ndtp | 045e18f91bb2825e0a5d2293c224de34733c1e9d | afffc01b1e02f072982056a97083f05330dfa887 | refs/heads/master | 2021-04-10T19:00:37.131554 | 2020-02-04T08:42:52 | 2020-02-04T08:42:52 | 248,956,330 | 1 | 0 | null | 2020-03-21T10:50:02 | 2020-03-21T10:50:02 | null | UTF-8 | Java | false | false | 960 | java | package ndtp.support;
public class URLSupport {
public static final String SIGNIN_URL = "/sign/signin";
public static final String POPUP_SIGNIN_URL = "/sign/popup-signin";
public static final String POPUP_URL = "popup";
// login 의 경우 통과
public static final String[] EXCEPTION_URI = { "error", "sign", "/api/", "... | [
"jdcheon@gaia3d.com"
] | jdcheon@gaia3d.com |
c6287030ef3056c2f400fbf1a7442bfcbfa71f29 | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-new-fitness/results/MATH-40b-5-29-Single_Objective_GGA-IntegrationSingleObjective-BasicBlockCoverage/org/apache/commons/math/analysis/solvers/BracketingNthOrderBrentSolver_ESTest.java | b869e30cea5307a6c135a8ae6a9aafd7f477adf6 | [
"MIT",
"CC-BY-4.0"
] | permissive | STAMP-project/Botsing-basic-block-coverage-application | 6c1095c6be945adc0be2b63bbec44f0014972793 | 80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da | refs/heads/master | 2022-07-28T23:05:55.253779 | 2022-04-20T13:54:11 | 2022-04-20T13:54:11 | 285,771,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,699 | java | /*
* This file was automatically generated by EvoSuite
* Mon May 18 02:36:31 UTC 2020
*/
package org.apache.commons.math.analysis.solvers;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.shaded.org.mockito.Mockito.*;
import static org.evosuite.runtime.EvoAssertions.*;
import org... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
e2a7344e5eb9fb3e00b759272afcdeecf1c84efc | 5780ac85aec36c25b0a6db8f921107efdf9f3d06 | /pattern/src/main/java/cn/readsense/pattern/p2factory/method/LargeTruck.java | ba424588ce107dd2ef9d769ba1a6c156e73ec4af | [] | no_license | littledou/patterns | c00309659d8fe0a406e99c41c21e0db4a5dde03d | 59ed5c64c43427f8a6e3d105ef4b419206452881 | refs/heads/master | 2020-06-05T14:19:40.395187 | 2020-05-12T06:25:06 | 2020-05-12T06:25:06 | 192,457,852 | 1 | 0 | null | 2019-10-18T09:35:38 | 2019-06-18T03:23:08 | Java | UTF-8 | Java | false | false | 333 | java | package cn.readsense.pattern.p2factory.method;
import cn.readsense.pattern.p2factory.Vehicle;
public class LargeTruck extends Vehicle {
@Override
public Vehicle getInstance() {
return null;
}
@Override
public void testVehicle() {
}
@Override
public void setColor(String color... | [
"hongbin.dou@gmail.com"
] | hongbin.dou@gmail.com |
2950a3be162ede4942c9894289c76708210d2839 | c4bbb10ba8cc6dbc6e45f87b11840bd7621a5e76 | /Algorithm/src/com/jcip/examples/ProducerConsumer.java | 011fa1c40125727f197b772d383b7a9151ada09b | [] | no_license | Asbaharoon/Algorithm | dd69b28eb6235fb44edf1e2e36c5a627d6920e1b | 1cbfdd1ca6687c64825cfd85cebd1f76980fd00f | refs/heads/master | 2023-04-11T03:20:56.122959 | 2018-03-26T06:46:32 | 2018-03-26T06:46:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,742 | java | package com.jcip.examples;
import java.io.File;
import java.io.FileFilter;
import java.util.concurrent.*;
/**
* ProducerConsumer
* <p/>
* Producer and consumer tasks in a desktop search application
*
* @author Brian Goetz and Tim Peierls
*/
public class ProducerConsumer {
static class FileCrawler implements... | [
"einstatham@163.com"
] | einstatham@163.com |
ea183e3489c84a08c4c0dd81b2a63787f19e9326 | 551fb905f53ea32909cadafad81e46ec1c87bc89 | /app/src/main/java/details/hotel/app/fitiam/UI/Fragments/UpcomingBookingFragment.java | 8b50ae8ec7e48f14f4ba1e6acf031943a04be1c3 | [] | no_license | nisharzingo/Gyms | f254724c7838b5190f302d47cbe137a199d6b1f7 | ff89e868406b685a7daf4017042e1a02e127be45 | refs/heads/master | 2020-05-29T13:19:29.469216 | 2019-05-29T07:13:49 | 2019-05-29T07:13:49 | 189,157,222 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,618 | java | package details.hotel.app.fitiam.UI.Fragments;
import android.app.ProgressDialog;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Toast;
... | [
"nishar@zingohotels.com"
] | nishar@zingohotels.com |
ece6c30cc12ffcc9833ffa50b7946bdc4b4c52b4 | bd61f679b114c128f8b7c12d1e72f4f38d92c71e | /src/main/java/io/ebean/typequery/PFloat.java | 29f41a32e36f8c6d0c91ab14051a6eda55751220 | [
"Apache-2.0"
] | permissive | tobias-/ebean-querybean | 6e626e19576be1252ad98a1272d442d87ae4f176 | 2e12ff95a6259daa20c527f033d503aca19c6d2d | refs/heads/master | 2022-12-25T05:46:02.113122 | 2020-09-17T12:12:15 | 2020-09-17T12:12:15 | 301,950,023 | 0 | 0 | Apache-2.0 | 2020-10-07T12:21:59 | 2020-10-07T06:45:53 | null | UTF-8 | Java | false | false | 517 | java | package io.ebean.typequery;
/**
* Float property.
*
* @param <R> the root query bean type
*/
public class PFloat<R> extends PBaseNumber<R,Float> {
/**
* Construct with a property name and root instance.
*
* @param name property name
* @param root the root query bean instance
*/
public PFloat(St... | [
"robin.bygrave@gmail.com"
] | robin.bygrave@gmail.com |
24d667981412bd2eb362dc7a2d19078925be6572 | 0d4cb6b0110173d7d6a9aec6d29917e86d7dea16 | /VektorelErsan/src/com/iterator2/Lokanta.java | dac77ef7bc5571f9791af1b6da6f7b868619f5ff | [] | no_license | ersanoturakci/vektorelkodlar | 07b7dd14ab4a9fe1e30ff3a1113055349b519546 | 7cc265206b9402b450e7e39d5d4532e204a61c96 | refs/heads/master | 2021-01-19T17:41:25.147846 | 2017-04-29T10:13:33 | 2017-04-29T10:13:33 | 88,339,462 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 286 | java | package com.iterator2;
public class Lokanta {
String name;
String adres;
public Lokanta(String name, String adres) {
this.name=name;
this.adres=adres;
}
public String getAdres() {
return adres;
}
public String getName() {
return name;
}
}
| [
"vektorel@lab4-10"
] | vektorel@lab4-10 |
51a5ae52e8fdd7269673125c9c3ce519e5e4ae2a | f617d36dac6574029a52f2759fcdfea7f1621493 | /ogq-backgrounds-client/src/main/java/com/ogqcorp/bgh/fragment/explore/MainFragment.java | 57accbd452148e7cea810a6d89c0ac10bf7b4e2f | [] | no_license | vtt3-research/ogq | cb7b3e18cf7012222b06a3cba17b5487a4bdfe79 | 8ccdf1fc20264f956fc14354053737fba4f2f236 | refs/heads/master | 2022-12-20T13:22:07.735835 | 2019-12-18T22:46:20 | 2019-12-18T22:46:20 | 123,057,808 | 6 | 5 | null | 2022-12-16T09:00:56 | 2018-02-27T02:00:29 | JavaScript | UTF-8 | Java | false | false | 19,198 | java | package com.ogqcorp.bgh.fragment.explore;
import rx.Subscription;
import rx.functions.Action1;
import android.os.Build;
import android.os.Bundle;
import android.os.Parcel;
import android.os.Parcelable;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.annotation.RequiresApi;
imp... | [
"jjw@ogqcorp.com"
] | jjw@ogqcorp.com |
cd273a0c50f07ca71aaa06b0c218c79a3392212e | 84606d0fcd3c0b1114e0aa8797d3e5155de7ec9d | /src/me/minetime/MTS/exception/VerwendungsException.java | d6fa686075d849e905a14e15bd1ca9b9633ef658 | [] | no_license | Certox/MTS | f701803a166b5fc7b596f830fd0bc7466cfdbcd8 | 5683e083066ae638baeae6119eb3f01411803177 | refs/heads/master | 2020-05-30T16:05:39.256441 | 2013-02-18T19:06:07 | 2013-02-18T19:06:07 | 8,275,020 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 231 | java | package me.minetime.MTS.exception;
public class VerwendungsException extends Exception {
private static final long serialVersionUID = 5613051267449761984L;
public VerwendungsException(String msg) {
super(msg);
}
}
| [
"romankobosil@me.com"
] | romankobosil@me.com |
09b281c5a3f79b3aa9c4c99fac8f3ae6f60f799f | 04a64b581dde7501a38e01628cf51d6005fa7134 | /Question1.java | 2745a6585224f0492c89836bda0f3b0aa9cdc636 | [] | no_license | NelsonKadama/inheritance_and_polymorphism | 52c431e999d4669e5eaac423b7e0e5818d520d9f | b18dec65d225c6e19d311d7041d12b6bcaf15e29 | refs/heads/master | 2021-01-11T01:30:26.595734 | 2016-10-12T16:42:33 | 2016-10-12T16:42:33 | 70,697,974 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,461 | java | /**
* Driver class for question 1 provided to students
*
* created 10 August, 2013
* Last edited
**/
import java.util.*;
class Question1
{
public static void main ( String args [] )
{
Scanner input = new Scanner(System.in);
String owner; //name of the vehicle owner
String make; //make of the vehi... | [
"sskadama@gmail.com"
] | sskadama@gmail.com |
fbe5334f375488432b732dd6dc64b1fa39e65efa | 0a0cbe30a545ab35e2e0bf30f017cca02b222e20 | /src/main/java/com/bishe/bbs/pojo/TypeExample.java | 215a0e65ffd61ac1487b16dc263ad7cbaf10fdb8 | [] | no_license | 1579106394/ghl_bbs | 2caf25c24a06580e634cad206aea05fb7f2ce995 | 47acaecfa6bf0b5fd0bc65814038af3a39486384 | refs/heads/master | 2022-12-27T03:09:33.118962 | 2020-01-20T12:39:36 | 2020-01-20T12:39:36 | 235,098,414 | 0 | 0 | null | 2022-12-16T09:44:20 | 2020-01-20T12:39:24 | JavaScript | UTF-8 | Java | false | false | 13,759 | java | package com.bishe.bbs.pojo;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
public class TypeExample implements Serializable {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public TypeExample() {
oredCriter... | [
"1579106394@qq.com"
] | 1579106394@qq.com |
82de3b57b703b7f7dafc8af82089c24f521af4e4 | f20a338b4eb35f7351545198300424e8973f740f | /src/main/java/com/timer/ISpokesmanOfGod.java | 90dbfbd3302a3d4c3ee1f56e44008f84b3163790 | [] | no_license | Ariescat/common-timer | 09ba68092e93dc3f190815088f0b994633942a63 | 1f31f1145e573236cc464e37c9d9afe65ee465e7 | refs/heads/master | 2023-06-19T06:48:27.952226 | 2021-07-18T13:50:08 | 2021-07-18T13:50:08 | 219,464,195 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 511 | java | /*****************************
* Copyright 2018 360游戏艺术*
* **************************/
package com.timer;
/***
* 神的代言人,我是来接受上帝的委托,执行任务的
*
*/
public interface ISpokesmanOfGod extends Runnable {
/** 停止运行 */
public void stop();
/** 是否还在运行 */
public boolean isRunning();
/** 是否是常驻服务 */
public boolean isService(... | [
"1275563227@qq.com"
] | 1275563227@qq.com |
a1f1dc6370eabf09fb7987eb2a7a619d008961c8 | 6b2932d57204e5a8ce5430049e7f2df2f68f6039 | /mzdb-access/src/main/java/fr/profi/mzdb/db/table/SoftwareTable.java | b6f75dc4a3d33ff338bb8c76693a3f50becaf9a7 | [] | no_license | profiproteomics/mzdb | 3c0cbddfb92591d9dd4a70c44d10a4d976ac0c61 | 70126b347f9938f23132bdfed88d10ba83d5d464 | refs/heads/master | 2023-04-22T18:50:32.176604 | 2022-10-21T08:48:38 | 2022-10-21T08:48:38 | 222,645,480 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 434 | java | package fr.profi.mzdb.db.table;
public enum SoftwareTable {
ID("id"),
NAME("name"),
VERSION("version"),
PARAM_TREE("param_tree"),
SHARED_PARAM_TREE("shared_param_tree_id");
public static String tableName = "software";
private final String columnName;
private SoftwareTable(String col... | [
"David.Bouyssie@ipbs.fr"
] | David.Bouyssie@ipbs.fr |
4a0455d9fdb0fd4d66a9e6d145a2d21f48a09354 | 2898a9804db1c717a75f13252ed53421bb2d5c79 | /src/main/java/com/projects/breakingbook/persistence/repository/UserRepository.java | 508368dbe32e0270a64ad1d287e26658ef121b5e | [] | no_license | GwenRspl/breaking-book | 5073d4b4b4a77181d22f9c018b65155da381c4c7 | 31215b846c0a8f38866b83d8c818366aefaa0276 | refs/heads/master | 2023-01-07T18:54:52.621325 | 2019-09-25T16:26:43 | 2019-09-25T16:26:43 | 171,013,152 | 0 | 1 | null | 2023-01-07T10:04:57 | 2019-02-16T14:34:18 | Java | UTF-8 | Java | false | false | 574 | java | package com.projects.breakingbook.persistence.repository;
import com.projects.breakingbook.business.entity.User;
import java.util.List;
import java.util.Optional;
public interface UserRepository {
List<User> findAllUsers();
boolean createUser(User user);
Optional<User> findUserByUsername(String userna... | [
"gwenaelle.rispal@gmail.com"
] | gwenaelle.rispal@gmail.com |
cc40facaab4e93ea999e1c4c8b90cf8b20e1cfc4 | 822647817ef254115b65678f0d6aabbaa7235055 | /demos/flamingo-demo/src/main/java/org/pushingpixels/demo/flamingo/svg/filetypes/transcoded/ext_key.java | 3fe9581b7bc7210a2a5267d9c7d800c2ec8e4210 | [
"BSD-3-Clause"
] | permissive | dyorgio/radiance | 3117646c4630046ee7ceac5374f8c67b769bbe3b | 6a525917ba37cb137afa06ca827675a8b01e0852 | refs/heads/master | 2020-04-27T09:18:08.465188 | 2019-03-11T13:13:39 | 2019-03-11T13:13:39 | 174,209,062 | 0 | 0 | BSD-3-Clause | 2019-03-06T19:40:49 | 2019-03-06T19:40:49 | null | UTF-8 | Java | false | false | 13,830 | java | package org.pushingpixels.demo.flamingo.svg.filetypes.transcoded;
import java.awt.*;
import java.awt.geom.*;
import javax.swing.plaf.UIResource;
import org.pushingpixels.neon.icon.ResizableIcon;
import org.pushingpixels.neon.icon.ResizableIconUIResource;
/**
* This class has been automatically generated using <a
*... | [
"kirill.grouchnikov@gmail.com"
] | kirill.grouchnikov@gmail.com |
829586d1d66d635ef8df3e0a6842230a03f78360 | 9fc96b05390f7dad188e368e85744c1e2d8d711d | /src/main/java/com/aurospaces/neighbourhood/bean/StateBean.java | 01589a2691ea89bd4fce0c7bc400b7e990f56ca7 | [] | no_license | Sheikhsoft/Matrimony-1 | 3719e22f3ab617099420d6b4c82e2ba5006214b0 | c61cf5a4fec312bcb60d520748d23a102a61b0fd | refs/heads/master | 2021-08-30T06:21:29.865910 | 2017-12-16T12:49:17 | 2017-12-16T12:49:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 880 | java | package com.aurospaces.neighbourhood.bean;
import java.util.Date;
import org.hibernate.validator.constraints.NotEmpty;
public class StateBean {
private int id=0;
protected Date createdTime ;
protected Date updatedTime ;
@NotEmpty
private String name;
private String status;
public int getId() {
return id;
}... | [
"kotaiah.andraju@charvikent.com"
] | kotaiah.andraju@charvikent.com |
f2fa563a24ecbbe7229b547a3707070b0a932b6e | 862fd55fdf6da7a73c1f4d01af1ed55e00914799 | /src/main/java/com/joe007/practice/CombinationSum.java | e6e43d91ba6f859060382fe4eb61f7366ef26327 | [] | no_license | shuhuai007/leetcoder-pratice | 33511d87476e2ad40fff1bb2cb47f104541b506b | e5757ba199f22644196f6de81fa2660bcd4453e7 | refs/heads/master | 2020-04-16T01:18:34.878427 | 2016-09-05T15:23:06 | 2016-09-05T15:23:06 | 13,087,233 | 3 | 2 | null | null | null | null | UTF-8 | Java | false | false | 4,305 | java | package com.joe007.practice;
import java.util.ArrayList;
import java.util.Collections;
/**
* Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T.
The same repeated number may be chosen from C unlimited number of times.
Note:
All numb... | [
"jie_zhou@allyes.com"
] | jie_zhou@allyes.com |
0c6a5b9bb7a5524812cd126ca9bc32e59ae13032 | be2880dc353bb3cd3426cf057583dbac8f6728b7 | /org.nullbool.osgi.shell.api/src/main/java/org/nullbool/osgi/shell/api/ICommandHandler.java | 9f4c726b9a202978385dbc2338f7c0717b7201b4 | [] | no_license | t81lal/pi-rs-osgi | db9c412732cc57b07150ced1d1da16f3568d9775 | 1b68cca1aab10406e05fee494e2c497be4ac7904 | refs/heads/master | 2020-11-27T13:51:44.390125 | 2015-08-09T13:15:55 | 2015-08-09T13:15:55 | 229,470,161 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,806 | java | /************************************************************************************
* pi rs - a generic framework for loading Java Applets in a contained environment. *
* Copyright (C) 2015 NullBool *
* ... | [
"GenerallyCool@hotmail.com"
] | GenerallyCool@hotmail.com |
5712f3f641328c011fafca77c03dbd344228d6c8 | e9045e5fa2457a301fa0401d040b0aafb218f9ad | /src/edu/stanford/smi/protegex/owl/model/event/ProtegeClsListener.java | 17a268761b8fd7fe804c7c9bb9c4b8bd468c5897 | [] | no_license | ubbdst/protege-owl-plugin | 8441c5b3c04b37d6e76227c206a4ce9953d65992 | 55bf58bbeea18349581aae8883da25587b0adb6a | refs/heads/master | 2021-06-05T11:38:14.123125 | 2019-04-03T10:59:21 | 2019-04-03T10:59:21 | 83,047,190 | 1 | 0 | null | 2019-04-03T10:47:48 | 2017-02-24T14:04:41 | Java | UTF-8 | Java | false | false | 2,990 | java | /*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (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.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an ... | [
"hru066@ubbhf0225453.klientdrift.uib.no"
] | hru066@ubbhf0225453.klientdrift.uib.no |
3d4296a90ce4aa6724ae978ca3d0e90c781cc337 | 6fe3adc31e1c4e506fc51efe57cb6907f893df18 | /src/main/java/com/fiveone/edm/service/impl/SendEmailServiceImpl.java | 215e5109ea72fa11ed5655ea18d8618a1c21b132 | [] | no_license | imoosen/edmclient | 12ad995508154d77e8ac816be61362f14aa6d7b1 | 90e7ff4b210bd8b1dfd1b726aa0be36cd48633e0 | refs/heads/master | 2021-01-01T04:32:00.189817 | 2017-07-14T03:43:48 | 2017-07-14T03:43:48 | 97,189,427 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,714 | java | package com.fiveone.edm.service.impl;
import java.util.List;
import java.util.Random;
import org.apache.log4j.Logger;
import org.springframework.stereotype.Repository;
import org.springframework.stereotype.Service;
import com.fiveone.edm.database.entity.EmailProject;
import com.fiveone.edm.email.SendEmail;
import co... | [
"clovermmmm@163.com"
] | clovermmmm@163.com |
8601ad417a2d901fadf401dad2dfa36c8e57ee72 | d4830ed12eb5503303e432dc7cb871c05a1a042c | /Vtcyoutube/src/com/vtc/vtctube/FragmentNewfeed.java | a62f1a4b825de868d72f0efda93cd50eac803c2e | [] | no_license | chovaodi/vtctube-dev | 930a9096b3630cc5dab6af76afd38e3b1ba59224 | 4eb21cf7ee7d6b2a1ed48d3adea557d0ff61e66f | refs/heads/master | 2021-01-19T05:46:29.104141 | 2015-02-10T10:27:49 | 2015-02-10T10:27:49 | 32,126,208 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,726 | java | package com.vtc.vtctube;
import org.json.JSONObject;
import android.content.Context;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.webkit.JsResult;
import android.webkit.WebChrome... | [
"noinhatdi@gmail.com@1cc92bd5-39f6-e89d-d04f-bb92b908f1ea"
] | noinhatdi@gmail.com@1cc92bd5-39f6-e89d-d04f-bb92b908f1ea |
7f6dc28bb052736f96b47158a93d99e315372c3e | 7ec96d49158d6741dc30187eb28d0a554eaa9c3b | /src/main/java/com/docker/demo/web/controller/DockerDemoController.java | e20adeb83b00824fcb4f8e4d4864cedd457e05e2 | [] | no_license | duchong001/docker-demo | aa8d5042ba007ef18323a3033e5abb0b268088ca | a2a444dc1a6fe43dfc009c6d5f3e1cb77ca5d523 | refs/heads/master | 2022-12-13T18:14:47.497932 | 2020-09-02T15:41:36 | 2020-09-02T15:41:36 | 288,395,545 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 474 | java | package com.docker.demo.web.controller;
import lombok.extern.slf4j.Slf4j;
import lombok.extern.slf4j.XSlf4j;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* demo Controller
*
* @author DUCHONG
* @since 2020-08-18 14:53
**/
@Slf4j
@Re... | [
"duchong@yunjiacloud.com"
] | duchong@yunjiacloud.com |
2d3c5ebefee11e004ed53aa16dbebfb3508006f0 | 6fa701cdaa0d83caa0d3cbffe39b40e54bf3d386 | /google/cloud/datalabeling/v1beta1/google-cloud-datalabeling-v1beta1-java/proto-google-cloud-datalabeling-v1beta1-java/src/main/java/com/google/cloud/datalabeling/v1beta1/GcsFolderDestinationOrBuilder.java | a959b823ac352125bc37166cb853129553cbe095 | [
"Apache-2.0"
] | permissive | oltoco/googleapis-gen | bf40cfad61b4217aca07068bd4922a86e3bbd2d5 | 00ca50bdde80906d6f62314ef4f7630b8cdb6e15 | refs/heads/master | 2023-07-17T22:11:47.848185 | 2021-08-29T20:39:47 | 2021-08-29T20:39:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | true | 852 | java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/datalabeling/v1beta1/dataset.proto
package com.google.cloud.datalabeling.v1beta1;
public interface GcsFolderDestinationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.cloud.datalabeling.v1beta1.GcsFolderDest... | [
"bazel-bot-development[bot]@users.noreply.github.com"
] | bazel-bot-development[bot]@users.noreply.github.com |
a044303deb3a3bf68bb38c6466c026e5d84beedc | 2f70b681486b6b2ed0d7651b35dca7d94f67eb46 | /src/Oefen/oefen1.java | e336a1ea327d2fa919309dbadde816880abb29d4 | [] | no_license | D-Hildebrand/blok5_afvink | 6aab4b617be18ac224b29e738b270a21dcaff2ba | 44f0386fd4f438dcf4a5d18efa3653d0ff9664df | refs/heads/master | 2023-01-06T14:06:30.905234 | 2020-11-06T23:35:29 | 2020-11-06T23:35:29 | 297,341,523 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 508 | java | package Oefen;
public class oefen1 {
public static void main(String[] args) {
System.out.println("Hello");
int i;
i = 7;
System.out.println(i);
long y;
y = 78945318L;
int b;
double getal;
getal = 7.981756;
System.out.println(getal);
... | [
"dominicmrbrown@gmail.com"
] | dominicmrbrown@gmail.com |
39f77685e5c90aa7ffa799b5ebd4556491c0c46f | 5f9f33b8dcd327e9eb67e40c680fdb10eb61e14d | /1.JavaSyntax/src/com/javarush/task/task09/task0919/Solution.java | f5b305abcf3983cf0516cb0db2064bbcbc5f3a26 | [] | no_license | radiohate/JavaRushTasks | f6bf44939595936f7c24c9294b8a93459eeade82 | bab5ba239ffd5b4226c7f868bdbf34b4435db233 | refs/heads/master | 2023-05-17T03:15:22.467460 | 2021-06-12T11:57:16 | 2021-06-12T11:57:16 | 376,276,814 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 435 | java | package com.javarush.task.task09.task0919;
/*
Деление на ноль
*/
public class Solution {
public static void main(String[] args) {
try {
divideByZero();
} catch (Exception e){
//System.out.println();
e.printStackTrace();
}
}
public static void d... | [
"radiokate@icloud.com"
] | radiokate@icloud.com |
e55d8596996c29c9279595b5ba3a0fa873a79ce6 | b6e1e8d4c054d210ad40bf82c433c3a6bd174a49 | /src/main/java/kr/or/ddit/board/model/ComVo.java | ffd26c8107d825c31e1043f320f66b255d38ae6f | [] | no_license | jy2058/board | fe259442c5e38636f109a0ea6e3223508f710267 | 914ee19cf49693485435b152dc7b475b4002acd2 | refs/heads/master | 2020-04-23T00:24:21.220160 | 2019-02-28T09:41:51 | 2019-02-28T09:41:51 | 170,675,852 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,416 | java | package kr.or.ddit.board.model;
import java.util.Date;
public class ComVo {
private String com_num ; //댓글번호
private Date com_date ; //댓글작성일시
private String userId ; //댓글작성자
private String postNum ; //게시글번호
private String com_delinfo ; //삭제여부
private String com_contents; // 댓글내용
... | [
"jiy3285@gmail.com"
] | jiy3285@gmail.com |
595e7a191f0eb8948234f45e0056c5e50c7f940e | 358764409f1761f5516ffb313d151da080554a40 | /src/feedbackmaintainer2/login.java | 8409a22393d48df9fc2070c6c067fb8cc0564e7d | [] | no_license | chinmay367/feedback-maintainer | 0010dcc18bf0684fa5b5f83f23403c7aca92e152 | de659e6de63b25239a752c6355492214d2216af4 | refs/heads/master | 2020-03-16T04:30:45.477983 | 2019-11-27T06:42:10 | 2019-11-27T06:42:10 | 132,512,803 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,615 | 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 feedbackmaintainer2;
import java.sql.Connection;
import java.awt.Color;
import java.awt.Toolkit;
import java.sql.*;
import jav... | [
"chinmaychoudhary29@gmail.com"
] | chinmaychoudhary29@gmail.com |
25d14e67910f536bcc294f26d4af07ed1fbd8243 | d31fa7c14d898a590f364ef56fead01a6c4c1a66 | /src/main/java/Log.java | 6d84413b4301fd6739ad5f7ab67671ddf6513e27 | [] | no_license | nemosharma6/distributed-bellman-ford | 2f613b06c0703c5544c60e87bfb99c10e79dad1c | cb3b4804fb22f135e2b9d70630c9a7ddd7c7b375 | refs/heads/master | 2020-05-05T09:23:25.341700 | 2019-04-07T01:11:23 | 2019-04-07T01:11:23 | 179,902,334 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 908 | java | import java.io.FileWriter;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
class Log {
public static String logFile;
public static FileWriter fileWriter;
private static DateFormat dateTimeFormat = new SimpleDateFormat("yyyy-MM-dd_HH:mm:ss.SSS");
private static S... | [
"sharmanemo1994@gmail.com"
] | sharmanemo1994@gmail.com |
f3793c1dc9fb4b57a8658647290998a6d9abddcf | 0579649dd15c99472685b1e9b22c24742b85525c | /app/src/main/java/com/example/oud/user/fragments/premium/DownloadService.java | aca524449194fed3c3e054f9c7e8b8fdcf3438a2 | [
"MIT"
] | permissive | youssefEdrees/Oud-1 | 62445fe7475af009424078bcc06ffdff28bae8bf | fc013e81a16f140b90ca6d7a00f7174328223ac9 | refs/heads/master | 2023-06-26T02:57:18.686423 | 2021-07-31T16:36:09 | 2021-07-31T16:36:09 | 272,238,327 | 0 | 0 | MIT | 2021-07-31T16:36:10 | 2020-06-14T16:15:22 | Java | UTF-8 | Java | false | false | 13,249 | java | package com.example.oud.user.fragments.premium;
import android.app.DownloadManager;
import android.app.Service;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.database.Cursor;
import android.net.Uri;
import an... | [
"mahmoud_medhat.2008@yahoo.com"
] | mahmoud_medhat.2008@yahoo.com |
f0bf4796fd55e4f973554f22e4254a5774dd73ad | 69edc451cdb4bf23de322c9d8335af39d583cc82 | /UVa/010925.java | e812baf60b01d5a7a6e4bbfe6066e80f2334c05d | [] | no_license | jesusmoraleda/competitive-programming | cbd90384641565b651ac2694f98f5d10870b83a9 | 97511d4fd00e90fe6676bfd134c0eb56be3c7580 | refs/heads/master | 2020-09-04T17:09:37.607768 | 2017-08-13T10:06:04 | 2017-08-13T10:06:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 661 | java | import java.math.BigInteger;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int t = 1;
while (true) {
int N = sc.nextInt();
BigInteger F = sc.nextBigInteger();
if (N == 0 && Bi... | [
"hallaplay835@gmail.com"
] | hallaplay835@gmail.com |
77d7fcb0eb5f0709fe79377ff79dc68566e15b65 | 278a1c7d307f0a00f5b4f6f0f03efbb73bcd1380 | /breeze-core/src/test/java/com/weibo/breeze/BreezeRWTest.java | 4f9f8a524131ac64516e65745466c1215d0f286d | [
"Apache-2.0"
] | permissive | weibreeze/breeze | 8518a9ff898aed2eaacca3fcb0fec17678450909 | cf574e370c6d8c1994baf76c0511d96ec1972a3b | refs/heads/master | 2022-12-21T06:46:21.184389 | 2021-06-29T10:23:34 | 2021-06-29T10:23:34 | 179,437,672 | 4 | 1 | NOASSERTION | 2022-12-16T04:47:56 | 2019-04-04T06:43:30 | Java | UTF-8 | Java | false | false | 10,276 | java | package com.weibo.breeze;
import com.weibo.breeze.message.GenericMessage;
import com.weibo.breeze.message.Schema;
import com.weibo.breeze.serializer.CommonSerializer;
import com.weibo.breeze.serializer.Serializer;
import com.weibo.breeze.test.message.MyEnum;
import com.weibo.breeze.test.message.TestMsg;
import com.wei... | [
"zhanglei28@staff.weibo.com"
] | zhanglei28@staff.weibo.com |
08f257a75348caf4118a8e1f365899cf6395412d | 7ade5ea1c9d7c49c518cfc0e045bfd50a383f026 | /src/test/java/ProverTests.java | bb0571c5f51ab05f77d46cfc946ed32817fb7b78 | [] | no_license | stan-roelofs/masterproject | 8eb1b73c7f6770068f920fbeb4377b28077e731b | e1dc923bd9010144ddc4797b61de002df903d7ab | refs/heads/master | 2020-04-21T12:28:20.379889 | 2019-10-07T13:35:09 | 2019-10-07T13:35:09 | 169,563,226 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,938 | java | import core.*;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
public class ProverTests {
public void testInduction() {
Sort nat = new Sort("nat");
Function zero = new Function(nat, "0");
List<Sort> inputs = new ArrayList<>();
in... | [
"s.roelofs@student.tue.nl"
] | s.roelofs@student.tue.nl |
95cfe9be1a247db17a7091df90387049558fbc20 | 32244f6ff27b517f4fa42727a40496f2f15ea9bf | /src/main/java/com/example/demo/repository/BrandRepository.java | c650f91dc5a2d82433ce4c9e0f8b5e2773307d13 | [] | no_license | Grzybek-Pomarancza/Car-Rental | c0d18ffd3a02b2a3f34567d62698a0cf052f2c4c | b0a25929f3d5e30ac2f8cefd3aa56b8408b9ae50 | refs/heads/master | 2021-05-25T13:54:07.532955 | 2020-06-10T16:53:22 | 2020-06-10T16:53:22 | 253,779,343 | 0 | 0 | null | 2020-06-08T19:31:59 | 2020-04-07T11:58:02 | Java | UTF-8 | Java | false | false | 434 | java | package com.example.demo.repository;
import com.example.demo.model.Brand;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
import java.util.Optional;
@Repository
public interface BrandRepository extends JpaRepository<Brand, Long> {... | [
"48431054+dzienki@users.noreply.github.com"
] | 48431054+dzienki@users.noreply.github.com |
735a80cc967ca341ffb40cbf6d840c72d89da2c0 | 5ee5f8df8b1ef1b06957db7850c53e2bbdd832e2 | /app/src/main/java/com/example/plpp/SharedPrefManager1.java | c19e1a25ff280bcfccfe288055b15248956ba900 | [] | no_license | aishiteru98/febri | 99e878523c822a86dd183a3b1b3b9b8304c31711 | eef87ed1b05093ca0688d114219e3ee9b33004cc | refs/heads/master | 2023-03-10T08:59:43.305591 | 2021-02-19T07:42:22 | 2021-02-19T07:42:22 | 340,289,638 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,542 | java | package com.example.plpp;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
public class SharedPrefManager1 {
private static final String TAG_TOKEN = "tagtoken";
private static SharedPrefManager1 mInstance;
private static Context mCtx;
private sta... | [
"darmajayathebest123@gmail.com"
] | darmajayathebest123@gmail.com |
d2e5aad5b84f18f929e3e5683963a704aa2155b2 | ddc252a2277c299b1bf88b7e2336f1b43206b977 | /HLSchool/src/main/java/com/hl/web/rest/LessonResource.java | bf782c5187a8e8d3528e145cf3c971352576439d | [] | no_license | BulkSecurityGeneratorProject/HLSchool | a41ead9682fc3b638bfbe677a6f7c9cb70921023 | 6e1672802408c77ea0a675f941bf4b69379825ac | refs/heads/master | 2022-12-16T16:07:28.774814 | 2018-03-05T00:43:37 | 2018-03-05T00:43:37 | 296,613,450 | 0 | 0 | null | 2020-09-18T12:21:39 | 2020-09-18T12:21:39 | null | UTF-8 | Java | false | false | 6,395 | java | package com.hl.web.rest;
import com.codahale.metrics.annotation.Timed;
import com.hl.service.LessonService;
import com.hl.web.rest.errors.BadRequestAlertException;
import com.hl.web.rest.util.HeaderUtil;
import com.hl.web.rest.util.PaginationUtil;
import com.hl.service.dto.LessonDTO;
import io.github.jhipster.web.util... | [
"ngoalongtb001@gmail.com"
] | ngoalongtb001@gmail.com |
b0512b99b33c84fd3f5b728e4b1105ba06d3c3b3 | 88100154aa5a96fbcbda30f6b1c58018d76675de | /sectest/src/test/java/project/tests/Admin/Test19/Test19FromAdminMain7.java | 7aec92d760eff0314c095c9a70892d6c5d13c165 | [] | no_license | dexter0195/JWebUnit-Taint-Analisys | 54905d7e379ea37b010c87dc8d3d8a76e947acfa | 44a9f1ee5a9b9296a936f66a64f56d16d125c85b | refs/heads/master | 2020-04-10T12:33:34.392918 | 2019-07-13T09:34:48 | 2019-07-13T09:34:48 | 161,026,196 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,028 | java |
package project.tests.Admin.Test19;
import org.junit.*;
import static org.junit.Assert.*;
import project.tests.Admin.AdminBaseTest;
public class Test19FromAdminMain7 extends AdminBaseTest {
@Test
public void test() {
String taintedVar = "page2";
String targetForm = "addterm";
... | [
"alessio.trivisonno@gmail.com"
] | alessio.trivisonno@gmail.com |
313cc09c008aad165d5b543471dd5b534022124e | 6bd3dd58d70b76e415ca53ee91d28abd6fd10884 | /myordy-service/src/main/java/jrange/myordy/entity/OrdyStatus.java | 48eec854984cf59a458a9e9705bd9a299d84245c | [] | no_license | myordy/myordy | 65057e62114c45365c23537089998bc97153a768 | 1c5c317c71717751fdce760da89a795da043bc5c | refs/heads/master | 2021-07-21T11:58:53.214740 | 2017-11-01T08:27:56 | 2017-11-01T08:27:56 | 108,109,629 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 154 | java | package jrange.myordy.entity;
public enum OrdyStatus {
DRAFT, NEWORDY, CONFIRMED, IN_PROGRESS, READY_FOR_DELIVERY, PICKED_UP_FOR_DELIVERY, DELIVERED
}
| [
"shailesh4all@gmail.com"
] | shailesh4all@gmail.com |
e47d5b0adcea8377483c1b80e60a8e9bf809bfa0 | 91527f254152c405dea126c6d75b9538a3cdc9e6 | /strive-api/src/main/java/com/jacky/strive/api/controller/KeyValueController.java | 062d18ef3ae2320137d1d7923bf0aeb6541ffc1f | [] | no_license | jackyhuangc/instructure | c87e91efa02aa0894e5e244aec7206d0437bdac5 | d5f40b223b1ffcd8f28bd6d7de85d0d945f8b154 | refs/heads/master | 2022-12-20T23:19:18.637310 | 2019-05-28T14:43:06 | 2019-05-28T14:43:06 | 188,202,006 | 0 | 0 | null | 2022-12-10T05:39:35 | 2019-05-23T09:21:25 | Java | UTF-8 | Java | false | false | 1,950 | java | package com.jacky.strive.api.controller;
import com.github.pagehelper.PageInfo;
import com.jacky.common.util.AssertUtil;
import com.jacky.common.entity.result.ResResult;
import com.jacky.strive.dao.model.KeyValue;
import com.jacky.strive.service.KeyValueService;
import com.jacky.strive.service.dto.KeyValueQueryDto;
im... | [
"huangchao@kuainiugroup.com"
] | huangchao@kuainiugroup.com |
3c65200c444a8467fe23ac09304fb14c38b124e2 | 9144d176a3dbf57b88ece663a5afdf04f9a86f1e | /util/util/src/main/java/com/lippo/cms/util/Calculations.java | 752ebedc29a99b0464290843537ac2174ee3c960 | [] | no_license | chaturangalagama/clinic-cutomized-bussines-microservice | fdb7475473a4f7d6b9ec8f0036a6075bc90a0ef9 | 7077bc0e9b932ea3cded00d7de9cfa83b61fe066 | refs/heads/main | 2023-06-15T22:47:21.754037 | 2021-07-14T16:36:41 | 2021-07-14T16:36:41 | 384,223,490 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 884 | java | package com.lippo.cms.util;
import java.math.BigDecimal;
import java.math.RoundingMode;
public class Calculations {
public static final int SCALE = 2;
public static final BigDecimal DIVISOR = new BigDecimal(100.0f);
public static final RoundingMode ROUNDING_MODE = RoundingMode.HALF_UP;
public static... | [
"chaturangalagama@gmail.com"
] | chaturangalagama@gmail.com |
b2d680902d980f7c06580188e13c1358b3651370 | 487836cc286b2ff064d498e7af3ec6a99fddcd58 | /src/main/java/com/skysoft/services/IEquipoService.java | 3568504998ed9deb211435d2366b81af0aceee49 | [] | no_license | gplnet/suminstrosBackend | 553513bfb3320c09c5ed417e7c4eeb4b8bba4853 | 04ab19d2ca244268c4bf9cf56e45b675b0eb7b5a | refs/heads/master | 2020-12-31T11:08:04.428090 | 2020-03-04T03:31:17 | 2020-03-04T03:31:17 | 239,012,601 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 422 | java | package com.skysoft.services;
import java.util.List;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import com.skysoft.model.Equipo;
public interface IEquipoService {
int registrar(Equipo equipo);
int modificar(Equipo equipo);
void eliminar(Integer Eqp_Ide);
Equi... | [
"cberm3o@gmail.com"
] | cberm3o@gmail.com |
fe24d497b9cfbf64b4de7643252bab66ad96e3ac | 8621f87ca5b77c164cf5bcf78aa049b55f988b7e | /src/test/java/com/spring/city/connected/unit/CityConnectedTest.java | 42ec6d575ac559e2d70475688b1006a75de93bce | [] | no_license | palakjadav/SpringBoot_CityConnected | fe4d729aa3c0b0ff10d99ad12b7e1469642c4b74 | c96df35444ddbaf663aecc63e715ececf77a6632 | refs/heads/master | 2020-03-26T21:57:34.366392 | 2018-08-22T02:16:57 | 2018-08-22T02:16:57 | 145,421,132 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,429 | java | package com.spring.city.connected.unit;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import static org.junit.Assert.assertTrue;
import com.spring.city.connected.service.CityConnectedService;
public class CityConnectedTest {
@Autow... | [
"palaknjadav@gmail.com"
] | palaknjadav@gmail.com |
744f5f1ede7e42fd56bc1a1485ed48dd2a270f92 | 322eb034a673acde816dfc3d6cf6226bf1277ebc | /src/main/java/com/tumbleweed/test/base/iso8583/mac/ConvHelper.java | ecc81008a92dd080d256422123893a74898bebe0 | [] | no_license | wjp236/tumbleweed-test | 9ab9c24cf55ce12477f9f5b6d5a6daccbfe5d714 | 6a2d309998e522190d58a196b17e443c337fa7df | refs/heads/master | 2021-01-17T03:14:37.823359 | 2018-01-26T03:28:29 | 2018-01-26T03:28:29 | 50,014,433 | 1 | 2 | null | 2016-12-22T07:13:12 | 2016-01-20T08:01:05 | Java | UTF-8 | Java | false | false | 17,170 | java | package com.tumbleweed.test.base.iso8583.mac;
import org.apache.commons.codec.DecoderException;
import org.apache.commons.codec.binary.Hex;
import org.apache.commons.lang3.StringUtils;
import java.io.UnsupportedEncodingException;
import java.security.InvalidParameterException;
/**
* Copyright (C),1998 -- 2006 Hisun... | [
"wangjpb@ennew.cn"
] | wangjpb@ennew.cn |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.