blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1c3e9a6b0765d1c72df8e97be379243cd06c58c3 | 0fefc5f2b97bd957b069fdf63ad628c0ba1efdc9 | /华为机试/HJ5 进制转换.java | 9244c0ac80c29f68f1b413b002456b5691b19b50 | [] | no_license | AaronPhantomhive/Nowcoder | 16f1db2b74f8c0cbc0ab923dd5e67d2c941cfe65 | d255def37ac752b02a4f2417e4bbb63f331cd5fc | refs/heads/main | 2023-08-12T20:06:31.609934 | 2021-10-11T14:10:46 | 2021-10-11T14:10:46 | 399,739,868 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 336 | java | import java.util.Scanner;
public class Main{
public static void main(String arg[]) {
Scanner sc = new Scanner(System.in);
while (sc.hasNext()){
String str = sc.nextLine();
int result = Integer.parseInt(str.substring(2),16);
System.out.println(result);
... | [
"noreply@github.com"
] | AaronPhantomhive.noreply@github.com |
eb4de65663745a3baacae18458f2dd0cfdbf4835 | 5a97cf21d907b27e1fad652b8e94c6e4ed02ac30 | /petshop_ssm/src/main/java/com/petshop/dao/IPetstoreMapper.java | b354f8fe2d24eae8dc6ec37b2624dddc4e5f4227 | [] | no_license | yangshaguiyang/petshop_ssm | 92d89e5e84f2b0f23984507775d152bb8a20268c | f5821c8e0fa2591434f6e5c16d869768005250d3 | refs/heads/master | 2020-04-16T07:33:42.008508 | 2019-01-12T13:33:29 | 2019-01-12T13:33:29 | 165,391,557 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 502 | java | package com.petshop.dao;
import java.util.List;
import java.util.Map;
import com.petshop.model.Petstore;
public interface IPetstoreMapper {
int deleteByPrimaryKey(Integer id);
int insert(Petstore record);
int insertSelective(Petstore record);
Petstore selectByPrimaryKey(Integer id);
int updat... | [
"1931485283@qq.com"
] | 1931485283@qq.com |
ea9aa4cbd47b044f4c667cd4b55a73cccf3f5cbe | 075a0802606ea01493129c5128234eb49967218c | /chapter10/src/difault/CompleteCalc.java | 407368f10b50726e35d043aecd0a6d63a6c82d51 | [] | no_license | larryback/java | 64455433ef1aa17431230e9b1eecc6691c733840 | 61088c81776f6cad243dd8595509b0b7c4d6027b | refs/heads/master | 2020-05-30T20:43:02.782788 | 2019-10-29T12:57:30 | 2019-10-29T12:57:30 | 189,954,428 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 440 | java | package difault;
public class CompleteCalc extends Calculator {
@Override
public int times(int num1, int num2) {
return num1 * num2;
}
@Override
public int divide(int num1, int num2) {
if(num2 != 0 )
return num1/num2;
else
return Calc.ERROR;
}
public void showInfo(){
System.out.println("Cal... | [
"41230266+larryback@users.noreply.github.com"
] | 41230266+larryback@users.noreply.github.com |
80b2c9d6d8f20d9ea2cdedf6de2e6ee6cf86c072 | a695eac710fe15bb64c86869dcedfb8e402a5001 | /fluent-mybatis-processor/src/main/java/cn/org/atool/fluent/processor/mybatis/base/IProcessor.java | 4f27c2251a225195cbb5d8f9dc48c7dc0bb04699 | [
"Apache-2.0"
] | permissive | atool/fluent-mybatis | 33e6eb3dccac0db264fcb3c531005d7a28ab7d20 | 500522573c82d470d33a1f347903597edad4808d | refs/heads/master | 2023-06-22T13:50:12.298938 | 2022-12-22T11:04:06 | 2022-12-22T11:04:06 | 218,672,433 | 789 | 84 | Apache-2.0 | 2023-06-15T09:18:27 | 2019-10-31T02:57:34 | Java | UTF-8 | Java | false | false | 310 | java | package cn.org.atool.fluent.processor.mybatis.base;
import javax.annotation.processing.Messager;
/**
* 编译器相关类
*
* @author darui.wu
*/
@SuppressWarnings({"unused"})
public interface IProcessor {
/**
* 返回Messager
*
* @return Messager
*/
Messager getMessager();
} | [
"darui.wu@163.com"
] | darui.wu@163.com |
56f08df00c9358da8b4cfe95a8e238096f6db45e | d63bcd50e6b4fb15f5e8f5b28931cdbdae581eb3 | /Data/src/main/java/com/data/services/impl/ApplicationServiceImpl.java | 2a84c30a1c1d0928b09d46f13a0eef8d443c9928 | [] | no_license | suyognyati/OA_Cerebro | 46379b7c371875372e256b70e41ecba08b3c1779 | cfa8f24b5ff98cfd8431c777a688d3b2b167a8fa | refs/heads/master | 2021-04-28T06:57:15.502445 | 2018-05-31T17:57:38 | 2018-05-31T17:57:38 | 122,214,461 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,301 | java | package com.data.services.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.data.entities.College;
import com.data.entities.Application;
import com.data.entities.Student;
import com.data.poco.AppliedStudentPOCO;
impor... | [
"suyognyati@gmail.com"
] | suyognyati@gmail.com |
f9984626f1cb2ffe6427d5976bcf7b6874508d01 | f5d2095477c79e5cc9d2ad4e1d214300c842b32b | /src/main/java/org/lilu/sns/web/controller/LoginController.java | de43dd7ad2915fafd3d62a8951e8ffbd22302d58 | [] | no_license | llnancy/sns-project | a206070357d081f7ed415f4748300890ca70a61a | ebab8db54c23a2571562e7f0b91c06c67674fb23 | refs/heads/master | 2022-12-10T11:06:57.640487 | 2019-02-25T07:01:54 | 2019-02-25T07:01:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,280 | java | package org.lilu.sns.web.controller;
import org.hibernate.validator.constraints.Length;
import org.lilu.sns.exception.EntityUpdateException;
import org.lilu.sns.pojo.Result;
import org.lilu.sns.pojo.ResultCode;
import org.lilu.sns.pojo.User;
import org.lilu.sns.service.UserService;
import org.springframework.beans.fac... | [
"tclilu@lilu.org.cn"
] | tclilu@lilu.org.cn |
4400e475c9eaf955f29d4231d773201f5acc7d55 | 0f24f1133b44ee939fa9ce5ddad61f44a27dfcdd | /src/main/java/net/easyappsecurity/account/recovery/repository/PasswordResetTokenRepository.java | c60cd1059b4f605a2e00496a218195933f40acb0 | [] | no_license | Jzacha21/secure-account-recovery | 326aa2f976299e4b929d7c551f386d425a871af1 | 8fdeb163ab4660c75b33cdc2e81d6384fcf440d7 | refs/heads/master | 2022-01-06T20:08:03.074977 | 2018-05-14T15:09:45 | 2018-05-14T15:09:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 490 | java | package net.easyappsecurity.account.recovery.repository;
import net.easyappsecurity.account.recovery.domain.PasswordResetToken;
import java.util.Date;
public interface PasswordResetTokenRepository {
public PasswordResetToken save(PasswordResetToken token);
public PasswordResetToken update(PasswordResetToke... | [
"mikhail.complete@gmail.com"
] | mikhail.complete@gmail.com |
722e6404c7ddd2717de31e1e3bd5a6f6bdd4ad77 | b93c7ba15d27f384f06e7d57681f471f349d0ffc | /src/main/java/ru/k0r0tk0ff/sequence/processor/domain/SequenceImpl.java | f50ebeac4ee088c18cff9d842799ff54fa941339 | [] | no_license | k0r0tk0ff/SequenceProcessor | 4d7cf00862486cdc2b18c854f2615b56edc4219a | feaa116c015f25b8bb88e31cfef0e5ad36b527d7 | refs/heads/master | 2020-03-19T05:23:54.154191 | 2018-06-30T08:15:56 | 2018-06-30T08:15:56 | 135,926,764 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 349 | java | package ru.k0r0tk0ff.sequence.processor.domain;
import java.util.Collection;
public class SequenceImpl implements Sequence {
private Collection<Integer> collection;
public SequenceImpl(Collection<Integer> collection) {
this.collection = collection;
}
public Collection<Integer> get() {
... | [
"korotkov34reg@gmail.com"
] | korotkov34reg@gmail.com |
57e984133fda75f9da6c82dd4cf0a894250c3f16 | e170556250bc3b1e8707b0c26aa10b923e47adbb | /app/src/main/java/com/udacity/sandwichclub/DetailActivity.java | a05e2ff4fe8671b812d10f7adca9f2c7f4edcfd6 | [] | no_license | SCasandra/SandwichClub | 7bae281d335e29b21a5c30123c9180e28f694465 | ebcf0a1e5ed9647eefbdbd098b1c65246f1104c9 | refs/heads/master | 2021-04-28T13:31:17.535989 | 2018-02-19T19:10:27 | 2018-02-19T19:10:27 | 122,106,613 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,381 | java | package com.udacity.sandwichclub;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import android.widget.Toast;
import com.squareup.picasso.Picasso;
import com.udacity.sa... | [
"casandra_sucala@yahoo.com"
] | casandra_sucala@yahoo.com |
6a3df82738730090c60dd9ade6e1f3a83261b259 | 624d12a1ded529db68360a5e692d4346ad85ed30 | /guli-order/src/main/java/com/shui/gulimall/order/entity/MqMessageEntity.java | 8b56f3f5cecb1e2867478c06e2675cc75144bffa | [] | no_license | ShuiLinzi/gulimall | 87d93de59f5288425e7250100b67c76bf70a863e | 779fdf6f3d841efd1f7758885bb9f2c9994885ce | refs/heads/main | 2023-08-23T23:26:31.434396 | 2021-10-14T11:50:59 | 2021-10-14T11:50:59 | 409,246,176 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 883 | java | package com.shui.gulimall.order.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import java.io.Serializable;
import java.util.Date;
import lombok.Data;
/**
* @author lin
* @email shuilinzi@qq.com
* @date 2021-08-30 11:32:40
*/
@Data
@TableName("m... | [
"chenguoqinga@gmail.com"
] | chenguoqinga@gmail.com |
75e0d82fbc1584f9db7dbe9a79ddd692d100b1be | 1fe33cac3819ba7832c495677fa8d90ba51ca66c | /src/test/java/com/vc/web/rest/util/PaginationUtilUnitTest.java | e8424f32930c3166945ad122c8c9a95021eb55f7 | [] | no_license | valeriyc/ThreadNote | d353801d3b077084db2cf6d872115d53979e9a03 | dafbdc61c01ff5b29ba93a11cc0f02593df08a50 | refs/heads/master | 2021-01-16T17:55:13.449294 | 2017-08-11T11:06:16 | 2017-08-11T11:06:16 | 100,023,388 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,733 | java | package com.vc.web.rest.util;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import java.util.ArrayList;
import java.util.List;
import org.junit.Test;
import org.springframework.data.domain.Page;
import org.springframework.data.do... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
eef4ab74a34c106a81dff6a9cc82873b29fff1d7 | 98212db453a4937c7e16da68e701a6006cb0e1bf | /app/src/main/java/com/example/ryan/places/GetAllMarkers.java | f998d59b97b911ca969d45957b5beb4aa0a4d19f | [] | no_license | bradburyr1/db_android | 788afde0428969f0d09ea8ad628e9b8a58cadc10 | c97fb89c56aae58ef8430b6dd5cbc9532bcb809a | refs/heads/master | 2021-01-02T09:40:13.270721 | 2017-08-03T20:22:44 | 2017-08-03T20:22:44 | 99,270,295 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,949 | java | package com.example.ryan.places;
import android.app.ListActivity;
import android.app.ProgressDialog;
import android.net.Uri;
import android.os.AsyncTask;
import android.util.Log;
//import org.json.simple.parser.JSONParser;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
i... | [
"bradburyrp@gmail.com"
] | bradburyrp@gmail.com |
7b4ff48963aa97c5bff75a649996c37d529f79d3 | 74b47b895b2f739612371f871c7f940502e7165b | /aws-java-sdk-sagemaker/src/main/java/com/amazonaws/services/sagemaker/model/CreateNotebookInstanceResult.java | e73ceb59ff59bfc7eef5db8131dd515099e69a4f | [
"Apache-2.0"
] | permissive | baganda07/aws-sdk-java | fe1958ed679cd95b4c48f971393bf03eb5512799 | f19bdb30177106b5d6394223a40a382b87adf742 | refs/heads/master | 2022-11-09T21:55:43.857201 | 2022-10-24T21:08:19 | 2022-10-24T21:08:19 | 221,028,223 | 0 | 0 | Apache-2.0 | 2019-11-11T16:57:12 | 2019-11-11T16:57:11 | null | UTF-8 | Java | false | false | 4,169 | java | /*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
f0823035e932f2724ea4c783f9ed51d84bca496f | 6ed23b65cf677b6e0ddf97f2f75a810bc1a8b42c | /src/main/java/base/hw6/animals/Animal.java | 591bf785ff946090c055b3cbe1c4d0f8953898dc | [] | no_license | Nati098/geek-java-core | dc4c25d685aef0f0e30f8fdbd861ae16639934ec | 3391b716ac842361a1cd45e189f535a48ba7d590 | refs/heads/master | 2022-12-27T13:24:47.156460 | 2020-10-12T19:39:48 | 2020-10-12T19:39:48 | 280,247,869 | 0 | 0 | null | 2020-10-12T19:39:49 | 2020-07-16T20:07:37 | Java | UTF-8 | Java | false | false | 1,107 | java | package base.hw6.animals;
public abstract class Animal {
protected int runThreshold = 0;
protected int swimThreshold = 0;
protected String name;
protected int age;
public Animal(String name, int age) {
this.name = name;
this.age = age;
}
protected void setThresholds(int ... | [
"bogatyreva@bpcbt.com"
] | bogatyreva@bpcbt.com |
f425f77cfbd44974fbd0a3d5bb80636c7e49f1f5 | 1a54d4c45741998b0b66b921fc979c04a70e62ec | /src/main/java/com/example/tugas1/controller/PendudukController.java | 0f4d512e660aa4ee237e227051619a3c2fd4a8c7 | [] | no_license | apap-2017/tugas1_1506689383 | 9af720b4fd18a28ecbced32646b801784763b939 | 7b20656e357aa898b71609ddf888c22f5cd52a40 | refs/heads/master | 2021-07-15T01:02:41.842282 | 2017-10-22T16:43:01 | 2017-10-22T16:43:01 | 107,846,564 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,803 | java | package com.example.tugas1.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotatio... | [
"najwa.satirah@ui.ac.id"
] | najwa.satirah@ui.ac.id |
2f1c929e9bb81606c039b293e8d87d7a13d3e050 | 8494c17b608e144370ee5848756b7c6ae38e8046 | /gulimall-coupon/src/main/java/com/atguigu/gulimall/coupon/controller/SkuLadderController.java | 7b4a0c039c5206252115304f1ac2a56ac945e8ce | [
"Apache-2.0"
] | permissive | cchaoqun/SideProject1_GuliMall | b235ee01df30bc207c747cf281108006482a778a | aef4c26b7ed4b6d17f7dcadd62e725f5ee68b13e | refs/heads/main | 2023-06-11T02:23:28.729831 | 2021-07-07T11:56:13 | 2021-07-07T11:56:13 | 375,354,919 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,301 | java | package com.atguigu.gulimall.coupon.controller;
import java.util.Arrays;
import java.util.Map;
//import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind... | [
"chengchaoqun@hotmail.com"
] | chengchaoqun@hotmail.com |
615cc5768899a872991f07767a3b79b8c7ff80be | 0d4bc72155d0d35d55562c9ea986a3e930510499 | /src/org/traccar/model/SNSMessage.java | 0822767864e1a34f3cd7d3e514eb8309ac674229 | [
"Apache-2.0"
] | permissive | sparselabs/GpsDataServer | 2c927bc0a239ddd8ae8192e29e303a829a7fb987 | b4fb4ce9dc2c51e2cce062570bc56a5f381d4730 | refs/heads/master | 2020-04-05T22:59:09.427880 | 2017-02-06T14:44:49 | 2017-02-06T14:44:49 | 30,155,234 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,373 | java | package org.traccar.model;
import java.util.Date;
/**
* Created by pankaj on 3/3/16.
*
*/
public class SNSMessage {
private double latitude;
private double longitude;
private double altitude;
private double speed;
private double course;
private double bearing;
private double accuracy;
... | [
"pankajb@gmail.com"
] | pankajb@gmail.com |
2c918f165c33aab9b2692a73c9d4eb51809f8f20 | 4df7b310b3ef3ac1417cec656d0242dad8c3ff18 | /app/src/main/java/com/bme/shawn/wobble/Simon.java | 7e7e529d2bb8230e57c36fa1063160f42745ace9 | [] | no_license | svolpe43/Wobble | ce1804e2449223d1ce9e66e17c17d2b7ea0ed79c | 672bb421c3a7590b56e2e937868be6d3a75666f6 | refs/heads/master | 2016-09-02T02:29:41.830305 | 2015-04-14T04:23:47 | 2015-04-14T04:23:47 | 26,848,530 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,382 | java | package com.bme.shawn.wobble;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.RectF;
import android.util.Log;
import java.util.ArrayList;
import java.util.Random;
/**
* Created by shawn on 11/4/14.
*/
public class Simon {
// paints
private Paint mButtonPaint;
priva... | [
"svolpe43@gmail.com"
] | svolpe43@gmail.com |
3d4bcedb9e6489e3b4af57d1b0a59ccfa14ccef8 | aad637ff6b08065ba40937653bb071f97a971311 | /app/src/main/java/com/example/chatapplication/HomeFragment.java | 00f6d5a126825aea873ee61ffa8731e75a028810 | [] | no_license | MdGolam-Kibria/SocialMediaChatApplication | 46df2032bb8c9a08131fed5fce48cf6a5e923d1b | cf2b084f967ae7b0a609e23aa9063a7cf3a8c8ed | refs/heads/master | 2022-11-14T13:11:38.514638 | 2020-06-29T18:55:45 | 2020-06-29T18:55:45 | 266,576,270 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,474 | java | package com.example.chatapplication;
import android.content.Intent;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.appcompat.widget.SearchView;
import androidx.core.view.MenuItemCompat;
import androidx.fragment.app.Fragment;
import androidx.recyclerv... | [
"kibria92@gmail.com"
] | kibria92@gmail.com |
592c5580c6437e6e61d741c36cdc624b1acd54cf | 487635c4a74586f6ba507ce9220bf0d83cd68cdf | /src/main/java/com/b2w/planetas/api/PlanetasStarwarsApplication.java | 7d5ce318beb02acb36bd835859f2ecfb2c2f6a91 | [] | no_license | andpratesdev/StarWarsAPI | 7fae3f2fe616e62ef5f08c3abf8f4368a6696119 | 9aecf11ba133c63124482252e1882ba8b241b574 | refs/heads/master | 2021-03-05T18:06:50.860422 | 2020-03-09T21:50:20 | 2020-03-09T21:50:20 | 246,139,684 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 333 | java | package com.b2w.planetas.api;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class PlanetasStarwarsApplication {
public static void main(String[] args) {
SpringApplication.run(PlanetasStarwarsApplication.class, ... | [
"noreply@github.com"
] | andpratesdev.noreply@github.com |
eca23ccda46e661ef55587a93a70396f70acc35f | 2b5005fbc89fe6bde09d61600dd7252b31760396 | /Homework5/src/com/company/Main.java | bd57bdf121cf0dc6b8ec5752316fbc180469f2af | [] | no_license | tyssie/Projects | aa0516f293df1ce23a0c5eaf631e7ab07a9e5f77 | eb4d8696bfbb5237eafe17a0bda994aeef3168d4 | refs/heads/main | 2023-03-27T21:49:56.806710 | 2021-03-27T07:04:44 | 2021-03-27T07:04:44 | 343,953,718 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 893 | java | package com.company;
public abstract class Main {
public static void main(String[] args) {
Employee[] employees = new Employee[5];
employees[0] = new Employee("Jack Sparrow", "CEO", "jackSW@rambler.com", "15423221234", 300000, 42);
employees[1] = new Employee("Danny Beck", "Head of Logisti... | [
"lesha_25091995@mail.ru"
] | lesha_25091995@mail.ru |
f72f0b261bd09cb019c5d489499ce6f993d13b60 | fe81fc24c5a527d48e072fd40b231f8e516eda47 | /src/java/org/datanucleus/cache/ehcache/EhcacheLevel2Cache.java | cfaf4744069c24026170aed14525184375101cf4 | [
"Apache-2.0"
] | permissive | nbartels/datanucleus-cache | 5c05589be6eafbd6d6b39b677f0aa19721ddfd3d | c89b8daa3f9da27e6acca4494af90a4b4e5b8e9d | refs/heads/master | 2021-01-23T03:54:06.258092 | 2014-01-21T20:36:15 | 2014-01-21T20:36:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,273 | java | /**********************************************************************
Copyright (c) 2005 Erik Bengtson and others. All rights reserved.
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://w... | [
"andy@datanucleus.org"
] | andy@datanucleus.org |
5fcd0722649fc330c73c1997fca4da5a6cdeb7ef | bfac99890aad5f43f4d20f8737dd963b857814c2 | /reg4/v1/xwiki-platform-core/xwiki-platform-formula/xwiki-platform-formula-renderer/src/main/java/org/xwiki/formula/AbstractFormulaRenderer.java | 125ff5dcf9757065c293205221b3483c6cf61e9a | [] | no_license | STAMP-project/dbug | 3b3776b80517c47e5cac04664cc07112ea26b2a4 | 69830c00bba4d6b37ad649aa576f569df0965c72 | refs/heads/master | 2021-01-20T03:59:39.330218 | 2017-07-12T08:03:40 | 2017-07-12T08:03:40 | 89,613,961 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,046 | java | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | [
"caroline.landry@inria.fr"
] | caroline.landry@inria.fr |
bef6de46db914a350afb3570a7c44d12619552d6 | 9b0a4720febd145ee16eb06b735fc56dba569c6b | /JAVA/core-webservices/src/main/java/com/tmg/ebscorews/template/TemplateService.java | 7577a8259721f48a26da0f145ea2071eddb373e7 | [
"Apache-2.0"
] | permissive | govindrgaikwad/java_repo | 6c3865a3bf534447af668b987596348e9282626e | 19b25514ebf3063acf613bfe637285040396f4d0 | refs/heads/master | 2022-12-23T10:18:56.246620 | 2019-11-25T14:18:41 | 2019-11-25T14:18:41 | 19,309,946 | 0 | 0 | Apache-2.0 | 2022-12-16T01:58:08 | 2014-04-30T10:20:46 | Java | UTF-8 | Java | false | false | 13,381 | java | package com.tmg.ebscorews.template;
import java.util.List;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
import javax.jws.soap.SOAPBinding.ParameterStyle;
import javax.jws.soap.SOAPBinding.Style;
import jav... | [
"govindrgaikwad@gmail.com"
] | govindrgaikwad@gmail.com |
ba11b903adc7a69057f4397edc15a6127c23e236 | 49aef479b48ecaad839bbe293b75b07a9edda654 | /FormatCLASS/src/main/java/org/freeinternals/format/classfile/JavaSEVersion.java | 519e86e9c1320e7e191c5b1e79941a9821f772cf | [
"Apache-2.0"
] | permissive | george-latk/freeinternals | 1b774f75dd38c85359327a46d8c23e9d39ff17b9 | 344ea3793b47dfbce7dbfe7ce3a33bd6e325e35a | refs/heads/master | 2022-12-06T16:34:14.324430 | 2020-06-23T07:08:03 | 2020-06-23T07:08:03 | 272,042,231 | 0 | 0 | Apache-2.0 | 2020-06-13T16:08:20 | 2020-06-13T16:08:19 | null | UTF-8 | Java | false | false | 912 | java | /*
* JavaSEVersion.java June 4, 2019
*
* Copyright 2019, FreeInternals.org. All rights reserved.
* Use is subject to license terms.
*/
package org.freeinternals.format.classfile;
/**
* Java SE platform version.
*
* @see
* <a href="https://docs.oracle.com/javase/specs/jvms/se12/html/jvms-4.html#jvms-4.1">T... | [
"amosshi@users.noreply.github.com"
] | amosshi@users.noreply.github.com |
23a2a265b287b8eada70c6f908efd3a127d77d90 | 39bc4ae73f9599844ee83b58c3217f38f3009a8e | /app/src/main/java/in/pureway/cinemaflix/activity/privacysettings/PhotofitBadgeActivity.java | e0b86828ff2d9b430f4a15073bcfb46eaa3b752c | [] | no_license | Sagarinfosif/NaturalBornFool | 7c4e7f1b6cc630fd04aebad42a8f527a960c296f | 460a7864ed6f1360cb98a7b0750cf88a9b189814 | refs/heads/master | 2023-04-29T07:03:37.660322 | 2021-04-17T06:54:37 | 2021-04-17T06:54:37 | 358,805,905 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,179 | java | package in.pureway.cinemaflix.activity.privacysettings;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.RecyclerView;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import in.pureway.cinemaflix.R;
import in.pureway.cinemaflix.adapters.AdapterBadg... | [
"omninos@12345"
] | omninos@12345 |
346560ac3c6abb471b1809bd7428781ff88b1952 | ac9755d08b16d9a7ae3f7f97858889855068ad53 | /lang/lucene/src/main/java/org/carrot2/language/extras/BrazilianLanguageComponents.java | 85b5e25b595b5e809d12562fb78fe11abbcf495c | [
"LicenseRef-scancode-bsd-ack-carrot2",
"BSD-3-Clause",
"Apache-2.0"
] | permissive | rahulanishetty/carrot2 | febaddececa6c18f435645ae74438e89561ab0ae | cb4adcc3b4ea030f4b64e2d0b881f43b51a90ae6 | refs/heads/master | 2022-02-19T03:18:34.730395 | 2022-01-10T08:32:00 | 2022-01-10T08:32:04 | 91,449,061 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,665 | java | /*
* Carrot2 project.
*
* Copyright (C) 2002-2021, Dawid Weiss, Stanisław Osiński.
* All rights reserved.
*
* Refer to the full license file "carrot2.LICENSE"
* in the root folder of the repository checkout or at:
* https://www.carrot2.org/carrot2.LICENSE
*/
package org.carrot2.language.extras;
import java.ut... | [
"dawid.weiss@carrotsearch.com"
] | dawid.weiss@carrotsearch.com |
018088ea2a27ab068a2540a0bc63607a7b15fca2 | 9343da7645ad606f9498f5698280b626ad1a63ac | /spoj-solutions/TEST/TEST.java | 6f935f7d38446b3ac21f7a21e3cc79e48abd0530 | [] | no_license | goldenrati0/oj | 5a75bebba049c92fc320944b6d71a2f6a2427925 | 41be0004f2143bfbf0db3c66ab26b0f45e343059 | refs/heads/master | 2022-04-06T09:21:12.732290 | 2020-03-09T17:16:56 | 2020-03-09T17:16:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 331 | java | //Status: RE
import java.util.*;
import java.lang.*;
class TEST{
public static void main (String[] args) throws java.lang.Exception{
Scanner ana = new Scanner(System.in);
int x = 0;
while((x = ana.nextInt()) != 42){
System.out.println(x);
}
while(true){
ana.nextInt();
... | [
"tahmid.choyon@gmail.com"
] | tahmid.choyon@gmail.com |
cecfd8db9a485151ab451fb1d27f6741b3b08e56 | 585bcecfc968816e5382175328bf53ea9460f49f | /dao/src/main/java/com/biz/train/enumaration/CommonStatusEnum.java | 4f2e030391e9ff01642bf0414f3450577cb8ce9a | [] | no_license | qq505877100/train-app | 5d05642188cd151d1c6558ee1f250743048b8a70 | 4e6bc520edf5b7be17ea08762cb8d5c4db4e2f43 | refs/heads/master | 2021-08-14T09:50:15.929503 | 2017-11-15T08:39:56 | 2017-11-15T08:39:56 | 110,807,045 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 398 | java | package com.biz.train.enumaration;
/**
* @author fuxianhui
* @Description:
* @Date: create in 13:58 2017/11/15
*/
public enum CommonStatusEnum {
ENABLE(1),DISABLE(0);
private int value;
CommonStatusEnum(int value) {
this.value = value;
}
public int getValue() {
return value;
... | [
"xianhui_fu@163.com"
] | xianhui_fu@163.com |
ef6ab20ed60a3557c1ee59522e06c4c2b604b99f | 3ec2dd7eba10b0dfaaf5aa95252262cdaf3d7ef4 | /java/src/zuzu/compiler/ir/convert/LongToIntNode.java | 65bd2b2b284a95174906c39e2331421967495c2a | [] | no_license | hrskevin/zuzu | 5faa2666dc0a23d652bcbae8014388597731e9f3 | eebe6c4f276a56537b6ac088e290946a67f0413b | refs/heads/master | 2016-09-02T16:12:08.679666 | 2013-04-18T04:00:32 | 2013-04-18T04:00:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 608 | java | package zuzu.compiler.ir.convert;
import zuzu.compiler.ir.InterpreterState;
import zuzu.compiler.ir.constant.ConstantIntNode;
import zuzu.compiler.ir.node.LongNode;
import zuzu.compiler.ir.node.UnaryIntNode;
public class LongToIntNode extends UnaryIntNode<LongNode>
{
public LongToIntNode(LongNode input)
{
... | [
"Christopher.Barber@analog.com"
] | Christopher.Barber@analog.com |
b8f135077968364a7b24abd561f802144059bde9 | f96404883b26724bcd32911ad04d185cb3dd009c | /hxmzs-common/src/main/java/com/lockbur/book/common/utils/StringUtils.java | c20648b09384a1033835a03efc977c1a73019c61 | [] | no_license | hbs429469861/hxmzs | 024635eff8a3ae768681c6c774ff4442c0e125b6 | 09b21eb4974d54e23a629266b056f1c74b67658c | refs/heads/master | 2021-09-04T03:06:42.393958 | 2018-01-15T02:11:06 | 2018-01-15T02:11:06 | 112,173,592 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,421 | java | package com.lockbur.book.common.utils;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class StringUtils {
public static boolean isBlank(String str){
return str == null || str.trim().length()<=0;
}
public static boolean isBlank(Object object){
boolean flag = false;
if (null ==... | [
"429469861@qq.com"
] | 429469861@qq.com |
bdf47fb64f1265384768afd4b3f5f6d0997b5d3e | 7e1eee5e431a1a9f2236a39f40f943a0d089c331 | /src/Persistencia/Controller/ColorProductoJpaController.java | 488e5d9ac51a80f41e862e4aebaeae141fb5cb02 | [] | no_license | sebasmonca/Philae | 6b370d179b1279fcf096bbd5a7f0b704419b1a89 | 0bd8aa7ab6ec9c802cbf5ca2d802bf23a25fb22c | refs/heads/master | 2021-01-10T04:09:50.333185 | 2015-10-28T14:29:27 | 2015-10-28T14:29:27 | 43,270,159 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 10,168 | 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 Persistencia.Controller;
import Persistencia.Controller.exceptions.IllegalOrphanException;
import Persistencia.Control... | [
"Sebas@Sebastian"
] | Sebas@Sebastian |
1233d09d03b8cf033e25b9a7096623489d3eb0f3 | 5d5c0c358f764554edbc2cd57c46cfa353951acd | /cyf/src/main/java/com/cyf/model/UserExample.java | b2a42bf542491b82dcc86aa752ea6abc125546a2 | [] | no_license | zhanghc521/chengyifang | c3e74a60176a6f8625801b04e448a748c3ad497b | be5f9466eb6c7b36d438ecbf6aedff0ab4367e52 | refs/heads/master | 2020-05-25T00:09:38.359799 | 2017-07-12T14:14:49 | 2017-07-12T14:14:49 | 84,892,554 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 27,456 | java | package com.cyf.model;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class UserExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public UserExample() {
oredCriteria = new ArrayList<Criteria>();
... | [
"18600409059@163.com"
] | 18600409059@163.com |
577c73b6225aed5cada5b24aeb51270a2671fbce | d36e5733c987cfb17447e29f4153be49bc4868f6 | /src/org/usajusaj/jtex/items/TeXItemEnum.java | cf472c3f59b5db9a8a2f668d0e2a576133bd5eb6 | [] | no_license | Abnegazar/jtex | ec4e8566cc6d677175e8b986bc2aab82a8dbea3e | 8ce4e726b324d796049030adff96831b08c35244 | refs/heads/master | 2022-02-06T12:59:45.120864 | 2018-06-04T01:29:43 | 2018-06-04T01:29:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 796 | java | /*
* This file is created by jTeX library.
*
* jTeX is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* jTeX is distributed in... | [
"251601797@qq.com"
] | 251601797@qq.com |
cd540ce5e0fac1d7c9c20804c134477a500b6c13 | 3dbbfac39ac33d3fabec60b290118b361736f897 | /BOJ/9000/9011.java | c13845c4a16c9914ba26ab5bad04177ec3783cc7 | [] | no_license | joshua-qa/PS | 7e0a61f764f7746e6b3c693c103da06b845552b7 | c49c0b377f85c483b6d274806afb0cbc534500b7 | refs/heads/master | 2023-05-28T15:01:28.709522 | 2023-05-21T04:46:29 | 2023-05-21T04:46:29 | 77,836,098 | 7 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,599 | java | import java.io.*;
import java.util.*;
public class Main {
public static void main(String[] args) {
InputStream inputStream = System.in;
OutputStream outputStream = System.out;
InputReader in = new InputReader(inputStream);
PrintWriter out = new PrintWriter(outputStream);
Tas... | [
"jgchoi.qa@gmail.com"
] | jgchoi.qa@gmail.com |
d7802ec846adb5e598ddf42a79b9f5d955a30981 | 9d9d0b0b3d171dc764b9b7ebb31759c0a133adcc | /src/main/java/com/swvalerian/basepatterns/structural/facade/SongSingFacade.java | cfc6c35972726e801aced0bbcc38ee56e8253262 | [] | no_license | swvalerian/pattern | 71aec4bc7c29bec23713bc3026cc3c5a0dafc2bb | 10aeb551e9d3acae73e2c488243e0d3ab60d2221 | refs/heads/main | 2023-04-08T09:12:14.653538 | 2021-04-13T18:23:15 | 2021-04-13T18:23:15 | 356,013,810 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 344 | java | package main.java.com.swvalerian.basepatterns.structural.facade;
public class SongSingFacade {
Singer singer = new Singer();
Song song = new Song();
BugFanera bugFanera = new BugFanera();
public void singASong() {
bugFanera.singSong();
singer.singSongBeforeHoarse(bugFanera);
so... | [
"swvalerianJava@yandex.ru"
] | swvalerianJava@yandex.ru |
85169623a5d0c04baf0f7d6ec36251fa0cb0c0fe | 46720f0a11c8c51af0aa9c489f28d976f7d23e73 | /src/server/vm2/PiBeaconSoilSensor.java | ed669e48fad38ff1fd3d4cad956d15fd30981876 | [] | no_license | DuncanCragg/NetMash | ccc074e0fb8ac5948d392913d08d78334803f3af | 796afe69b3a93e428666874625e800222fa5ef99 | refs/heads/master | 2021-01-17T04:39:48.987740 | 2018-11-27T13:15:49 | 2018-11-27T13:15:49 | 1,354,571 | 10 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,718 | java |
import java.util.*;
import java.io.*;
import java.net.*;
import java.util.regex.*;
import java.nio.file.*;
import java.nio.charset.*;
import cyrus.platform.*;
import cyrus.forest.*;
import static cyrus.lib.Utils.*;
/** Class to fetch the soil moisture level detected by a sensor on a Raspberry Pi and broadcast its U... | [
"cyrus@cilux.org"
] | cyrus@cilux.org |
06a8209f26e2ce67bc59d84e8dd551e761cd652e | dfe052a4de503af20e10232f062df7d9a058f262 | /app/src/main/java/loise/kbc/ui/activity/InstagramFeed.java | 9137ef7869718d2629f8c3a474d4a43b26eacc7c | [] | no_license | Homeboyzandroid/KBC_APP | b1179cbecaeb69f60a492a39604e3a00f832b001 | d375c1c6218c9662af179b2499b55409d6ab5dda | refs/heads/master | 2021-01-10T17:52:29.751889 | 2016-02-16T06:58:22 | 2016-02-16T06:58:22 | 43,285,994 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 921 | java | package loise.kbc.ui.activity;
import android.content.ActivityNotFoundException;
import android.content.Intent;
import android.net.Uri;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import loise.kbc.navigationviewpagerliveo.R;
public class InstagramFeed extends AppCompatActivity {
@... | [
"faithmuli33@gmail.com"
] | faithmuli33@gmail.com |
de740283a5d54a926e31f817e60a242822f2386b | 9679a5cda74dc6106ee9b3e194f69060655cff9f | /src/main/java/cz/muni/fi/pv168/project/autocamp/ReservationManager.java | 9503f1bf9c485ba1661edd28c2205e2a1fd8c5ad | [] | no_license | lenka783/PV168 | 4d4580452d16f35ba6fd39c1ecce5ee14a6d4f58 | 8382ee95d856d4ae373c2283f0c9634ca4366869 | refs/heads/master | 2021-06-03T17:47:20.052582 | 2016-05-25T19:51:46 | 2016-05-25T19:51:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,870 | java | package cz.muni.fi.pv168.project.autocamp;
import cz.muni.fi.pv168.project.autocamp.Parcel;
import cz.muni.fi.pv168.project.autocamp.Guest;
import java.util.List;
/**
* Interface for reservations, e.g. find reservation
* @author Adam Gdovin, 433305
* @author Lenka Smitalova, 410198
* @version Mar 11, 2016
*/
pub... | [
"adam.gdovin@gmail.com"
] | adam.gdovin@gmail.com |
d189633c35f54cdc12ee0d533640b583128bbac5 | 951afc432822583987ee1bd2374db4949aeea4c1 | /src/edu/northeastern/oaset/demoXXIsThisATree.java | e69237c6c4fda1d651964fd7d7644c90b30a4049 | [] | no_license | Joe-Ngan/LeetCode | 78dff67a6fe04220698891f6b56329b068fd7c82 | fae2bed8edd19ee9212eb7111f40cb2eb986258b | refs/heads/master | 2023-08-26T13:36:32.040551 | 2021-11-06T05:45:00 | 2021-11-06T05:45:00 | 411,762,720 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,163 | java | package edu.northeastern.oaset;
import java.util.HashSet;
public class demoXXIsThisATree {
public static void main(String[] args) {
String s = "(A,B) (A,C) (B,D) (D,C)";
System.out.println(GetSExpression(s));
}
public static String GetSExpression(String s){
boolean graph[][] = ne... | [
"yan.jinz@northeastern.edu"
] | yan.jinz@northeastern.edu |
d5ccbe50bf353ce33199eba1b4c183af089bb8e5 | 02bb889c36c2a91e055bab635893e9b7030797b5 | /FragmentsLabTestTablet/src/course/labs/fragmentslab/test/TabletTest.java | 7cf925764b2b5591f2beb5c6934736ab88791114 | [] | no_license | thiagotigaz/solutions_android_tests | 3ad14dcd9adbe44fbceee681c0290d3a174b2a86 | dccfcdda69f2f56ef3ecc75ef14c51a6bf396cc1 | refs/heads/master | 2016-09-09T17:45:46.845151 | 2014-08-27T00:29:06 | 2014-08-27T00:29:06 | 23,371,480 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,489 | java | package course.labs.fragmentslab.test;
import course.labs.fragmentslab.MainActivity;
import com.robotium.solo.*;
import android.test.ActivityInstrumentationTestCase2;
public class TabletTest extends ActivityInstrumentationTestCase2<MainActivity> {
private Solo solo;
public TabletTest() {
super(MainActivity.class... | [
"thiagotigaz@gmail.com"
] | thiagotigaz@gmail.com |
5e8259b50b6d00ce9c4e157162c5034104c2a9ea | 2cce6e839569e2786203ef71d648702f6e89625b | /src/main/java/com/wang/service/role/RoleServiceImpl.java | e4466acee002315056c9bca4f30afe479125c732 | [] | no_license | ShikaiWang-Sky/smbms | 9dfd88ed8b1fe289118d0c89077f6e9f0dd6f22b | 048f9914b514500534a8da890f73d86f1ef7ed0b | refs/heads/master | 2022-12-09T10:33:37.376563 | 2020-08-25T08:07:55 | 2020-08-25T08:07:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 871 | java | package com.wang.service.role;
import com.wang.dao.BaseDao;
import com.wang.dao.role.RoleDao;
import com.wang.dao.role.RoleDaoImpl;
import com.wang.pojo.Role;
import java.sql.Connection;
import java.sql.SQLException;
import java.util.List;
public class RoleServiceImpl implements RoleService{
//引入Dao
private... | [
"seuwsk@gmail.com"
] | seuwsk@gmail.com |
e185dcc4eebaa4e7afe939041f76be4d30746b2d | bf6fa881f8fcbcfc20de370286fdeb30c228300a | /youtube/coding-in-flow/DodgeInsetEdgesExample/app/src/test/java/com/example/dodgeinsetedgesexample/ExampleUnitTest.java | a750e67de025744a1cbf218be01171fdec67e965 | [] | no_license | danglvh-jp/android-developer-training | 4b2fd5bceec97a1bb8c07e4e5e6a5b1b34dc2695 | abda450081ad42ae736cc828f394f1fd6b4a8411 | refs/heads/main | 2023-05-28T08:14:39.688423 | 2021-06-10T13:15:54 | 2021-06-10T13:15:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 395 | java | package com.example.dodgeinsetedgesexample;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
... | [
"lvhd.hdlv@gmail.com"
] | lvhd.hdlv@gmail.com |
f7aa4601bed0f6a8c0816d569fb2de443fc05629 | ed12e2425c51268700070d1a88c4f6be201167ee | /UserFront/src/main/java/com/userfront/domain/PrimaryAccount.java | 533f5f8ddcb184f11ab422cec2182882c216ce70 | [] | no_license | ganan2/STS_AWS | 01cbe0bdd2d5900936d7ed9c8622c58c56ab2b61 | 0be972ced112bbead341d7e0c837f44f40edbc38 | refs/heads/master | 2021-01-01T17:46:02.850214 | 2017-08-03T09:57:27 | 2017-08-03T09:57:27 | 98,153,158 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,230 | java | /**
* Created by Girish Ananda
*/
package com.userfront.domain;
import java.math.BigDecimal;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationTyp... | [
"ganan2@uis.edu"
] | ganan2@uis.edu |
7fc53fbe8eab8de6135a66d2dc01e0e7fc919d1a | f1ddd865291a3681839c79c68684f4740b7bc9b1 | /Day5/Assertion/src/com/hcl/as/AssertDemo.java | a3293a9a78ef0f52aae0090c3c567727b30ed834 | [] | no_license | anisha-r/Mode1-Training | a0aaba2b251a27373e5fb17cbba99d9170389adf | 19fb5c1dec8803884a1caffedbcc2981d1b52e68 | refs/heads/master | 2022-12-22T13:56:39.834627 | 2019-10-22T06:22:55 | 2019-10-22T06:22:55 | 212,010,084 | 0 | 0 | null | 2022-12-15T23:30:22 | 2019-10-01T04:08:21 | JavaScript | UTF-8 | Java | false | false | 363 | java | package com.hcl.as;
public class AssertDemo {
/**
* method for business logic.
*/
public void incr() {
int basic = 30000;
for (int i = 0; i < 8; i++) {
basic = basic + 4000;
assert basic < 48000;
System.out.println("salary" + basic);
}
}
public static void main(String[] a... | [
"goalwon@outlook.com"
] | goalwon@outlook.com |
f53795a6a6c02477d6df04639b137abfa88b70f4 | f68d2799aab3aab4c08c471b961ad93c04eed573 | /src/main/java/ya/eventdetector/Main.java | ceaf1a2406718db9f07977b99e7a0dbdc69c678e | [] | no_license | IgorRyabtsev/EventDetector | b52bafaea5e463335ea8c4495c65efb77641960b | 1e3ecc5e35cef3c419c193a4a79d86e513c9eb82 | refs/heads/master | 2021-07-09T00:37:04.847181 | 2017-10-07T22:03:55 | 2017-10-07T22:03:55 | 106,060,145 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,003 | java | package ya.eventdetector;
import ya.eventdetector.dbversion.EventCounterImpl;
import ya.eventdetector.treeversion.EventCounterImplTree;
public class Main {
public static void main(String[] args) {
EventCounterImplTree eventCounterImplTree = new EventCounterImplTree();
for (int i = 0; i < 200000; ... | [
"igorryabtsev@inbox.ru"
] | igorryabtsev@inbox.ru |
5876529059c2980ccacc6e83e0dfc7289797fe5b | 0ef6dde4a34a6f80edb58b6b0bf5cff003d1dcac | /app/src/main/java/com/example/pc/myapplication/MyArrayAdapter.java | 38ddb3e0ec650c817d435d13d75b4a6fbe6bf452 | [] | no_license | levubao/BaoLe | 567316db71f99f21004e76743817e7c508286f71 | b5f3831c519904f3a889c11bc3a76c4e5a08ad33 | refs/heads/master | 2020-03-28T20:51:53.547408 | 2018-09-17T10:53:40 | 2018-09-17T10:53:40 | 149,109,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,993 | java | package com.example.pc.myapplication;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import java.util.List;
public class MyArrayAdapter ext... | [
"levubao54@gmail.com"
] | levubao54@gmail.com |
ba5256c0601a1f40bf870d74fbb3dc55b34771d9 | 9e637f63604794424ecc15c871f79bb2d3ae961a | /app/src/main/java/com/example/administrator/learning/common/view/CompletedView.java | cc49a15823a22f9bd19e3df41a8377cea2646c5a | [] | no_license | carsher/StudyPlatform | fcb44569358ae90f612d8792285b8a6de9d0bc5e | ce8e0331d7793f07d9e564398b8dc56e5911bd6c | refs/heads/master | 2020-08-14T16:08:53.922403 | 2019-10-15T06:10:29 | 2019-10-15T06:10:29 | 215,196,286 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,872 | java | package com.example.administrator.learning.common.view;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.RectF;
import android.util.AttributeSet;
import android.view.View;
import com.example.administrator.lear... | [
"1570186932@qq.com"
] | 1570186932@qq.com |
21c4217c9360ac2040f60b505e93a3a61575dcd5 | b23f37aa7dcae1033cf84490a830b89d8e3ff01f | /src/main/java/com/bth/lht/rest/CheckPhone.java | 11bf685eb016563d02fd64a7c8d2c4eafa0a0e12 | [] | no_license | ttangxing950125/lht | 817674de61f0fec873ef01090041c77b789c6475 | 185e0c58a95e683d13f195ad900b908b9de3c48c | refs/heads/tx | 2022-07-11T21:07:14.806009 | 2019-05-30T02:25:45 | 2019-05-30T02:25:45 | 185,150,615 | 0 | 0 | null | 2022-06-21T01:06:42 | 2019-05-06T08:00:36 | Java | UTF-8 | Java | false | false | 618 | java | package com.bth.lht.rest;
import com.bth.lht.respose.base.OneResponse;
import com.bth.lht.util.SendSMS;
import io.swagger.annotations.Api;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestHeader;
import or... | [
"407425690@qq.com"
] | 407425690@qq.com |
246a93b9bae469159907854b8ab9ea7a6d337940 | ef66e972f04cc5f67724d929215e4d402ed90e94 | /src/Arista.java | f7ee3260994d973fed745b0a80bac83339b64ece | [] | no_license | miguelnietoa/mapUN | ad857923e4d626c704bd3ded601ba1f91eaa5d1e | 18e860e4f0dbdc728b596d5b84e590d58abb0396 | refs/heads/master | 2023-04-02T03:06:22.203886 | 2021-04-07T02:54:25 | 2021-04-07T02:54:25 | 254,906,062 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 622 | java |
/**
* Representa una arista ponderada.
*
* @author MCJ
* @version 1.0
*/
public class Arista {
private Nodo nodo;
private int peso;
public Arista(Nodo nodo, int peso) {
this.nodo = nodo;
this.peso = peso;
}
public Nodo getNodo() {
return nodo;
... | [
"miguelnietoarias3@gmail.com"
] | miguelnietoarias3@gmail.com |
25f7e4dd04750e1cc1310e4bd53b238d627d9e57 | fa5d3d620485c9e384cf0018b2e64ec3d13f3fe6 | /app/src/test/java/com/niedzielski/translucentactivitydemo/ExampleUnitTest.java | c88c74fde5b59a4d3746e10e439569cef4b2bca5 | [] | no_license | niedzielski/TranslucentActivityDemo | c77058f353659e593553b3b35e1c543125a696db | 61701beef3f24f96dac564a0f500e37f374ce3c0 | refs/heads/master | 2020-07-04T14:14:46.252113 | 2016-11-18T18:56:24 | 2016-11-18T18:56:24 | 74,157,851 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 417 | java | package com.niedzielski.translucentactivitydemo;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Tes... | [
"stephen@niedzielski.com"
] | stephen@niedzielski.com |
d071f7cfd6b11b92ba1ee504471a0f21b229ac67 | 128eb90ce7b21a7ce621524dfad2402e5e32a1e8 | /laravel-converted/src/main/java/com/project/convertedCode/globalNamespace/namespaces/Illuminate/namespaces/Notifications/classes/AnonymousNotifiable.java | 8898f1af1b62f4c5f7d2932120191878ebe89c87 | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | RuntimeConverter/RuntimeConverterLaravelJava | 657b4c73085b4e34fe4404a53277e056cf9094ba | 7ae848744fbcd993122347ffac853925ea4ea3b9 | refs/heads/master | 2020-04-12T17:22:30.345589 | 2018-12-22T10:32:34 | 2018-12-22T10:32:34 | 162,642,356 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,816 | java | package com.project.convertedCode.globalNamespace.namespaces.Illuminate.namespaces.Notifications.classes;
import com.runtimeconverter.runtime.references.ReferenceContainer;
import com.project.convertedCode.globalNamespace.functions.app;
import com.runtimeconverter.runtime.passByReference.PassByReferenceArgs;
import co... | [
"git@runtimeconverter.com"
] | git@runtimeconverter.com |
9ab6318f19d347f1f87e0ef9342c2a68266afab3 | 7ad527bad3bd0d7eb94d1d8a0fe08df67aa26c3e | /软件学院/高级语言程序设计(Java)/答案/Exercise18_33.java | b702daa4f85db663afb2e41efa9ca8add0e35070 | [] | no_license | SCUTMSC/SCUT-Course | 67e67ac494aef7fc73de17f61b7fab8450f17952 | 90f884a9032e951ebc9421cc88ca807b9ec211da | refs/heads/master | 2020-07-16T22:22:53.359477 | 2019-09-07T08:28:09 | 2019-09-07T08:28:09 | 205,880,291 | 10 | 6 | null | null | null | null | UTF-8 | Java | false | false | 7,770 | java | import java.util.ArrayList;
import javafx.animation.KeyFrame;
import javafx.animation.Timeline;
import javafx.application.Application;
import javafx.geometry.Point2D;
import javafx.geometry.Pos;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.image.ImageView;
import javafx.scene.layou... | [
"LotteWong21@gmail.com"
] | LotteWong21@gmail.com |
c62a7982a1d675b31f1f3931257ec9b331312dfe | f1eeb23473d5dabfbcdd18c80fd0eb5da0d0a08e | /sys/src/test/java/com/g/sys/log/service/SysLogServiceTest.java | 8174d3d746b6c7b5d280825487ab443810b3e772 | [
"MIT"
] | permissive | gaven004/g.next | f86c97be8b9ba478d4b5509a97ee425c48fc11c8 | 7828c937758eea0152e320c32644cc52ae57e6b3 | refs/heads/master | 2023-02-08T01:34:17.384421 | 2019-11-29T02:39:10 | 2019-11-29T02:39:10 | 112,418,712 | 0 | 0 | MIT | 2022-12-16T12:07:28 | 2017-11-29T02:58:53 | Java | UTF-8 | Java | false | false | 1,846 | java | package com.g.sys.log.service;
import java.util.List;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import com... | [
"gaven_yeung@163.com"
] | gaven_yeung@163.com |
8b0411b87e4bbe732b8f1cce86ce485b7f519e46 | 961c86629949b47335def35b3cda7578009b2ab9 | /src/main/java/com/murphy1/inventory/services/UserService.java | 1d4f096b3a9a5cdb7b3e04aa776acacb378dcaf7 | [
"MIT"
] | permissive | murphy1/inventory-management-spring | a2851975d77c9b71c4f41b0cc986480d1d781caf | 0d1ac25179f2ca91a13ddeb79f4e75466a72f07f | refs/heads/master | 2020-07-05T08:10:24.563549 | 2019-12-12T15:04:57 | 2019-12-12T15:04:57 | 202,584,228 | 2 | 0 | null | 2019-09-18T16:06:34 | 2019-08-15T17:30:35 | Java | UTF-8 | Java | false | false | 262 | java | package com.murphy1.inventory.services;
import com.murphy1.inventory.model.User;
import java.util.List;
public interface UserService {
List<User> getAllUsers();
User saveUser(User user);
User findUserById(Long id);
void deleteById(Long id);
}
| [
"smurphy54321@gmail.com"
] | smurphy54321@gmail.com |
7b159fc125c921b8e147dfce3bbe3f4f1ebe56fd | a7d2b45e72d745f51db450cc16dc332269a6b5f1 | /AlmullaExchange/src/com/amg/exchange/remittance/bean/AdditionalBankAmiecTemp.java | 5867d4ac1a16eece1a59af4a9260ca472ea7696b | [] | no_license | Anilreddyvasantham/AlmullaExchange | 2974ecd53b1d752931c50b7ecd22c5a37fa05a03 | b68bca218ce4b7585210deeda2a8cf84c6306ee3 | refs/heads/master | 2021-05-08T17:48:01.976582 | 2018-02-02T09:32:22 | 2018-02-02T09:32:22 | 119,484,446 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,642 | java | package com.amg.exchange.remittance.bean;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.List;
import com.amg.exchange.remittance.model.AdditionalBankRuleAddData;
public class AdditionalBankAmiecTemp implements Serializable{
private static final long serialVersionUID = 1L;
private BigD... | [
"anilreddy.vasantham@gmail.com"
] | anilreddy.vasantham@gmail.com |
227560b9a2f10b73d20745cbef6d46167b767bb0 | 9e8cd7a960450b15c8e059e4f18a5dc9385f0b8c | /app/src/main/java/mx/edu/ittepic/practica2_inmobiliaria_u4/Main2Activity.java | 34d985500a87500cbce9878184f3038151b380a4 | [] | no_license | EdgarPaulRamirez/Practica2_Inmobiliaria_U4 | 8a60c43c2ffe399fd4f9919cd061c6cecb968a32 | d158e02a902741c90b4209b0914301c06c1ea280 | refs/heads/master | 2020-04-09T22:18:11.276217 | 2018-12-06T05:48:20 | 2018-12-06T05:48:20 | 160,624,853 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,125 | java | package mx.edu.ittepic.practica2_inmobiliaria_u4;
import android.content.DialogInterface;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteException;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import and... | [
"edparamirezvi@ittepic.edu.mx"
] | edparamirezvi@ittepic.edu.mx |
8058eb3ca7da06f58b02d0d758a6c1a49a2915a1 | 49ba5178f5993d02b457b93cdbab04e39d0fd6c3 | /exercicio4/PIF/nodes/nodeImplementations/PIFNode.java | dbba2866ec0a8f62de3d5ca918dc28635a74f966 | [] | no_license | renanccastro/MC833AB | dfe7ec84593a6d33355db15ec84a778eebe02ff6 | 063dd9dc7236bac0c52ef2ac504f10579cfa4b51 | refs/heads/master | 2021-01-19T03:15:22.175129 | 2016-06-29T04:51:25 | 2016-06-29T04:51:25 | 53,706,866 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,605 | java | package projects.PIF.nodes.nodeImplementations;
import java.awt.Color;
import java.awt.Graphics;
import java.util.ArrayList;
import projects.PIF.nodes.messages.FEEDBACKMessage;
import projects.PIF.nodes.messages.INFMessage;
import projects.PIF.nodes.timers.PIF_FeedbackTimer;
import projects.PIF.nodes.timers.Me... | [
"renanccastro@gmail.com"
] | renanccastro@gmail.com |
4d93399556785dcfd1b87add86dee31c8bf6f380 | 9254e7279570ac8ef687c416a79bb472146e9b35 | /sofa-20190815/src/main/java/com/aliyun/sofa20190815/models/RemoveLinkeLinktWorkitemtagResponse.java | d708b1511a3e7003e77e67124e5f9733e05ae7b4 | [
"Apache-2.0"
] | permissive | lquterqtd/alibabacloud-java-sdk | 3eaa17276dd28004dae6f87e763e13eb90c30032 | 3e5dca8c36398469e10cdaaa34c314ae0bb640b4 | refs/heads/master | 2023-08-12T13:56:26.379027 | 2021-10-19T07:22:15 | 2021-10-19T07:22:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,170 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sofa20190815.models;
import com.aliyun.tea.*;
public class RemoveLinkeLinktWorkitemtagResponse extends TeaModel {
@NameInMap("headers")
@Validation(required = true)
public java.util.Map<String, String> headers;
@NameInMap("body... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
2642286a7f67a0b94c2dd3b56de5821ea2a37e56 | b3e8f27ce641f2a830c4ece48afd5e0190d8b8b2 | /src/main/java/com/tilitili/common/mysqlautocode/client/ColumnAutocode.java | 3aa83a6067cbaeb9241f7289ca8e264aeb2ff83e | [] | no_license | Jadlokin-Scarlet/tilitili-common | 718db2689222a98c0dcb5d8154c1f54e2b178f04 | 986e3d38d70d262ad0f1363173b72aeac6bd4309 | refs/heads/master | 2023-07-10T22:36:27.611325 | 2021-08-06T02:02:30 | 2021-08-06T02:02:30 | 307,113,363 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,208 | java | package com.tilitili.common.mysqlautocode.client;
import com.google.gson.Gson;
import com.tilitili.common.mysqlautocode.server.FieldPair;
import com.tilitili.common.mysqlautocode.server.Filter;
import com.tilitili.common.mysqlautocode.server.Table2Domain;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
impo... | [
"w545459363@126.com"
] | w545459363@126.com |
b2e07d13f96bf7ae0b0cee51f39cbe76c60d3e3e | 3870c4449e96eaa4dedd73ab266e75290bd0697f | /Clases/Clase8/src/clase8/Clase8.java | 53d8f872658cc6476287498270e6ff23aec3c042 | [] | no_license | Luis07/progra_1_lll_cuatri_2014_Luis_Brenes | 66b4303df069fa6012a4ac5e8b957625c064d9ef | 7e551e7ee822a75d796c116af439c5d09c256290 | refs/heads/master | 2021-01-20T04:40:04.310972 | 2014-12-02T16:01:12 | 2014-12-02T16:01:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 731 | 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 clase8;
/**
*
* @author Luis B
*/
public class Clase8 {
/**
* @param args the command line arguments
*/
... | [
"luisbrenes250594@gmail.com"
] | luisbrenes250594@gmail.com |
b129ba83d4283c5e9c3449899e1d8df07f1d7d2a | 34b713d69bae7d83bb431b8d9152ae7708109e74 | /core/broadleaf-framework/src/main/java/org/broadleafcommerce/core/payment/service/OrderToPaymentRequestDTOService.java | 0253ac3bc9eae3153a781b575654ba3f4d118b1f | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | sinotopia/BroadleafCommerce | d367a22af589b51cc16e2ad094f98ec612df1577 | 502ff293d2a8d58ba50a640ed03c2847cb6369f6 | refs/heads/BroadleafCommerce-4.0.x | 2021-01-23T14:14:45.029362 | 2019-07-26T14:18:05 | 2019-07-26T14:18:05 | 93,246,635 | 0 | 0 | null | 2017-06-03T12:27:13 | 2017-06-03T12:27:13 | null | UTF-8 | Java | false | false | 3,784 | java | /*
* #%L
* BroadleafCommerce Framework
* %%
* Copyright (C) 2009 - 2013 Broadleaf Commerce
* %%
* 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.... | [
"sinosie7en@gmail.com"
] | sinosie7en@gmail.com |
eaaeda5a940b3972f598e6d7ef19eec500fdbeed | a78cb207d9f65210b3b6c52c64809217157b6902 | /ulewo2.5/src/com/ulewo/controller/TopicAction.java | f8110edf0b888726f93150545c370c46dfdfbb7c | [] | no_license | songdragon/mycode | 4cfbf00cd0eef0bd6f42490706cd25009b064964 | 33c3d6ea6b554a8025783e233f97e02b319a5c4b | refs/heads/master | 2021-01-18T09:59:39.771585 | 2014-10-13T03:55:58 | 2014-10-13T03:55:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,111 | java | package com.ulewo.controller;
import java.io.File;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
impor... | [
"308106363@qq.com"
] | 308106363@qq.com |
50583156a295556e591a54764fcedb4551d2e2cc | 9877b5b24ca333db93a57bfcf35034a86b7e2a95 | /app/src/androidTest/java/com/mutualmonitor/testing/ExampleInstrumentedTest.java | 4619e6dfc1d4adad2aad14e0a1cd98a8844c4ba7 | [] | no_license | anusandhann/testing | d8de8ef5e78c8d37839110d1c8f186961f349fb8 | 1caab44763ddd88520b314aa3d18ec9d2078f57c | refs/heads/master | 2022-02-10T19:18:22.110762 | 2022-01-27T04:24:24 | 2022-01-27T04:24:24 | 223,832,901 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 715 | java | package com.mutualmonitor.testing;
import android.content.Context;
import androidx.test.InstrumentationRegistry;
import androidx.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android device.
*... | [
"anusan_dawadi@yahoo.com"
] | anusan_dawadi@yahoo.com |
96b1eeb9a36a4228a76a4be6beb558100dff47df | e4fc38f6f6d2697792062b1dab53abd43d9fcbef | /Exception/ClassNotFoundExp.java | 80a353b7f016a33060e0a1b5947d06162bbd4d6f | [] | no_license | sandalcg91/jeetendra | ff1b2014c1672e5917602189a70ad6104b95a604 | 9793e8312f509d169adc6d336fb3824d67f1b7cf | refs/heads/master | 2022-04-25T01:32:00.897977 | 2020-04-26T09:59:26 | 2020-04-26T09:59:26 | 258,992,848 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 212 | java | class ClassNotFoundExp
{
public static void main(String[] args)
{
try
{
Class.forName("cg.class");
}
catch(ClassNotFoundException cnfe)
{
System.out.println("getting Exception " +cnfe);
}
}
} | [
"gchandan1191@gmail.com"
] | gchandan1191@gmail.com |
79344d17719f4ebb9d1d98219982f400757aa734 | a6120463106ff704f1596752a355404c6e87f3d2 | /School/src/Dijkstra_Shortest_Path_and_Datastructuren/Rit.java | 10bf359de961603251bc54d54637475d48452ba6 | [] | no_license | wail0152/Adaptive-Programming | e490e5f21b19c9d1f11f2350d491378dfbedda85 | 516f67612460b6cb95077ef26b18881a82572c8c | refs/heads/master | 2022-09-11T06:42:34.581970 | 2020-05-29T14:40:56 | 2020-05-29T14:40:56 | 255,618,302 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 273 | java | package Dijkstra_Shortest_Path_and_Datastructuren;
public class Rit extends Stap {
public Double fuel;
public Rit(String name)
{
super(name);
}
public Double getFuel()
{
fuel = getDistance() * 10.1;
return fuel;
}
}
| [
"60653485+wail0152@users.noreply.github.com"
] | 60653485+wail0152@users.noreply.github.com |
b1d419432d5d866e91a5c585b133aac0d85852a9 | a1b64d2275a3f3ef4fc4b58d23b2c9fb2b05de01 | /sim/TaskParser.java | 0d36f647cc7ee9a80719597bfc77dfa199ac3008 | [] | no_license | amoghavs/PSaPP | b9a2f9eaf782069d25fcd4e3ce44fccde257e6b9 | d98b1dcff9e3d369ba0c154585d4238f3cc7c9c0 | refs/heads/master | 2016-08-12T05:35:10.649753 | 2015-10-22T23:09:11 | 2015-10-22T23:09:11 | 44,771,249 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,540 | java | package PSaPP.sim;
/*
Copyright (c) 2010, The Regents of the University of California
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are
permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright n... | [
"amoghavs@gmail.com"
] | amoghavs@gmail.com |
94b79d5d1a99b2bff666d32b3c63f33230c2916f | b36bb56c3de6baebfa87ae578ca3a2b3bde0d14c | /com.rcp.example.module.c/src/com/rcp/example/module/c/editorpart/ElementPOJOComposite.java | cd63aa2177bd7681566949fbe8e433ade9bb56a7 | [] | no_license | zhj149/EclipseRCp-SpringOSGI | 1ee08bf5782cd2cb2d638c25ecee27b67453644f | 9605ffe2d91f5641d9932248765935f6f31436a1 | refs/heads/master | 2020-06-05T16:35:32.441219 | 2015-08-03T00:46:54 | 2015-08-03T00:46:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,590 | java | package com.rcp.example.module.c.editorpart;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.layout.GridLayout;
import org.eclipse.swt.widgets.Label;
import org.eclipse.swt.SWT;
import org.eclipse.swt.widgets.Text;
import org.eclipse.swt.layout.GridData;
public class ElementPOJOComposite extends Comp... | [
"jxf_208@163.com"
] | jxf_208@163.com |
02ab13d522899a5d8510cbedf0cb7292c73d8604 | 4ce998c916b82bc00079ce8554dea7ddfc3ea997 | /code-camp-java-base/src/main/java/com/wuwenxu/codecamp/base/question/QuestionTest2.java | b5e693ef67e83819ed7dffb500d5efd7bc861857 | [
"Apache-2.0"
] | permissive | Wuwenxu/code-camp-java | 429b3e299363218c28383b99db14745e0902f050 | ffec9bcde9d42b866055eef838fa173a7b56c4dc | refs/heads/master | 2022-12-12T06:55:56.692370 | 2020-08-23T12:07:55 | 2020-08-23T12:07:55 | 232,478,694 | 2 | 0 | Apache-2.0 | 2022-12-06T00:35:13 | 2020-01-08T04:36:47 | Java | UTF-8 | Java | false | false | 1,291 | java | package com.wuwenxu.codecamp.base.question;
/**
* @Title: QuestionTest1
* @Description:
* @Version:1.0.0
* @author pancm
* @date 2017年7月21日
*/
public class QuestionTest2 {
/**
* @param args
*/
public static void main(String[] args) {
/*
* 请实现一个函数,将一个字符串中的空格替换成“%20”。
* 例如,当字符串为We... | [
"13731169513@163.com"
] | 13731169513@163.com |
5ca0677d7316e9054a8fb57a467bc900a8fdcf32 | 54a6596f6d45639925d83a226404e5bdd7f79039 | /week-03/day-2/src/SquareGrid.java | 057e649ecee4ab2d6c52990a8b9a5570d4e2a89e | [] | no_license | green-fox-academy/purveeuka | dadc74632fc16c6f61658340e1e29176e0e3fb69 | 156f9b011fdf0864911582accc06a8a6bd476215 | refs/heads/master | 2023-04-05T02:33:17.132640 | 2021-05-07T13:49:28 | 2021-05-07T13:49:28 | 342,862,288 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,835 | java | import javax.swing.*;
import java.awt.*;
import static javax.swing.WindowConstants.EXIT_ON_CLOSE;
public class SquareGrid {
public static void drawImage(Graphics graphics) {
fractals(graphics, 200, 200, 100, 20);
}
public static int randomColor() {
int randomColor = (int) (Math.random() *... | [
"purveeuka@gmail.com"
] | purveeuka@gmail.com |
04f457a2aab76704d30f7a244b99d4f5e45ca5f2 | 90470c848790d4f731f0cc808bc8bddf972095ee | /languages/xjsnark/source_gen/xjsnark/behavior/PreTestBlock_BehaviorDescriptor.java | 188bec8f8572d4dda1b26e6f5bddfa518cf80406 | [
"MIT"
] | permissive | mstraka100/xjsnark | 23ea5931e72778773abde776e247c74e577e2134 | bd30e062bea5f6d5801ad50088060933ddaebb48 | refs/heads/master | 2020-03-30T18:42:21.626765 | 2018-10-04T15:39:50 | 2018-10-04T15:39:50 | 151,511,588 | 1 | 0 | MIT | 2018-10-04T03:03:31 | 2018-10-04T03:03:30 | null | UTF-8 | Java | false | false | 518 | java | package xjsnark.behavior;
/*Generated by MPS */
import jetbrains.mps.baseLanguage.behavior.Statement_BehaviorDescriptor;
/**
* Will be removed after 3.3
* Need to support compilation of the legacy behavior descriptors before the language is rebuilt
* This class is not involved in the actual method invocation
*/
... | [
"akosba@cs.umd.edu"
] | akosba@cs.umd.edu |
7a1a5ad0bf9aa7c97a3fa63ea62761d731e1ec10 | 63b97d694aae7a47118d014999c96b48b3a7e6d8 | /uvereignisservice/src/main/java/de/th/koeln/ungewoehnlichesverhalten/uvereignisservice/eventing/Notlage/NotlageEventConsumer.java | 064d65f86c4899de23e7769a1d389dbf5072a872 | [] | no_license | Archi-Lab/fae-team-4 | 7b4127d29337abadc6d0fe615b6ddaf331f7716f | ee347c6e4b2e1155bc5068873b672ef51b893a6f | refs/heads/master | 2020-04-02T12:56:07.674015 | 2019-02-28T20:09:30 | 2019-02-28T20:09:30 | 154,459,039 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,648 | java | package de.th.koeln.ungewoehnlichesverhalten.uvereignisservice.eventing.Notlage;
import de.th.koeln.ungewoehnlichesverhalten.uvereignisservice.eventing.Notlage.models.NotlageEventMessage;
import de.th.koeln.ungewoehnlichesverhalten.uvereignisservice.eventing.Notlage.service.NotlageService;
import org.slf4j.Logger;
im... | [
"dk@nevoxo.com"
] | dk@nevoxo.com |
789437af89fe9ce05e14d3d9cfe0bcac041b460f | 241031721e317ceab2f9521a236762ecb943e07e | /app/src/main/java/android/csulb/edu/crisisconnect/WifiHotspotApis/ClientScanResult.java | 0431883b3ba2e18469616acc2eeff16688b976f0 | [] | no_license | KiranNayak29/CrisisConnect | 72e0b136cfbbc9474c4f039077c4643793d4c4ca | 9bab0182f7293cdd49f6432fe8b6a7e6656c0e50 | refs/heads/master | 2021-01-18T21:57:00.886674 | 2017-05-17T02:26:02 | 2017-05-17T02:26:02 | 87,031,282 | 0 | 1 | null | 2017-04-03T08:40:59 | 2017-04-03T02:20:46 | Java | UTF-8 | Java | false | false | 1,552 | java | /*
* Copyright 2013 WhiteByte (Nick Russler, Ahmet Yueksektepe).
*
* 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... | [
"kgn.kn4u@gmail.com"
] | kgn.kn4u@gmail.com |
8a42ce45a70ac23f30d28f02e44bd6b07aa9ac74 | b69dcc442b0631cf8457c7e606ad3c137fd268aa | /CarRR-app/src/main/java/main/facts/Malfunction.java | 797af75ff0074b26ea9e39a2a9055811d1041ef3 | [] | no_license | mihajlo-perendija/SBNZ | c634e093adadf5a1c6f62154b08c17a0df885694 | 11177c183e78e2c9fc7961b20a047552a885bf5b | refs/heads/master | 2022-12-18T10:51:30.756869 | 2020-07-04T16:07:49 | 2020-07-04T16:07:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 853 | java | package main.facts;
import javax.persistence.*;
@Entity
public class Malfunction {
@Id
@SequenceGenerator(name="malfunction_id_seq",sequenceName="malfunction_id_seq", allocationSize=1)
@GeneratedValue(strategy= GenerationType.SEQUENCE, generator="malfunction_id_seq")
private Long id;
@Column(nam... | [
"petrosbasic@gmail.com"
] | petrosbasic@gmail.com |
d508e85856122389d2a730b60c55aeba50aa2283 | c0d80d60a0649a15fc3b6b6e597b3f64f6f68091 | /seata-order-service2003/src/main/java/zwf/cloudalibaba/domain/Account.java | 445e288e725b9ba0efd8d975c42607cab5efe5ed | [] | no_license | zwf-leaves/SpringCloud | 12fe29d213e69ea7dd0a6554533672f8bd76dbda | 4a421ddb1a394f28b0eb2488a73bbabbb81c6edd | refs/heads/master | 2023-03-06T16:06:50.742492 | 2021-02-06T12:03:20 | 2021-02-06T12:03:20 | 336,527,547 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 551 | java | package zwf.cloudalibaba.domain;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.math.BigDecimal;
/**
* @author Dark
* @date 2020-08-02 15:35
*/
@Data
@AllArgsConstructor
@NoArgsConstructor
public class Account {
private Long id;
/**
* 用户id
*/... | [
"zwf@zwf.com"
] | zwf@zwf.com |
1d6d0669d243b28ef1fb043fa5167ef7be662d05 | f966b26f6d11fbc4e0b2188471440809b27d2da4 | /springcloud-stream/eureka-stream/src/test/java/com/wpp/eurekaalone/RibbonEurekaApplicationTests.java | a316e81c312734f6deaf9e20f2bb23affdd57abb | [] | no_license | jackgeeks/springcloud-samples | 557f8fab05c59fa16be68f4b063fac734db9a019 | 7a7305ed3054618fcacc3df2cb72dd2445548b68 | refs/heads/master | 2022-11-22T13:30:44.855891 | 2020-07-25T19:38:29 | 2020-07-25T19:38:29 | 263,635,957 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 226 | java | package com.wpp.eurekaalone;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class RibbonEurekaApplicationTests {
@Test
void contextLoads() {
}
}
| [
"1315423739@qq.com"
] | 1315423739@qq.com |
097a244cdeffc5a29f127d76c6199cfa3c0f4ed6 | 5f199ef07883694f3313e7e2a845bcca400a8b23 | /src/GlobalMembers.java | 2d662e84833e362cabe3a928d185aecb4ffefa84 | [] | no_license | akshaypoosarla/0-1-KnapSack | 030103a66e967c40b2a6626a2cbdf93074971629 | 2fc414342d75300f1eab08ba21dc2915e851e119 | refs/heads/master | 2021-01-23T12:54:01.564742 | 2017-06-02T23:35:10 | 2017-06-02T23:35:10 | 93,210,311 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,529 | java | import java.util.Calendar;
public class GlobalMembers
{
public static int gRefTime = 0;
/********************************************************************/
/********************************************************************/
public static void SetTime()
{
gRefTime = GetCurrentTime();
}
/******************... | [
"akshaypoosarla2016@gmail.com"
] | akshaypoosarla2016@gmail.com |
771f487fc9998e588990346929fc24074fbdc45c | 1647bc072d206453f20410e21908f0958c7ac8f2 | /app/src/main/java/ro/example/myapplication/lab1/MainActivity.java | cd65a9687a3ece11a5be12d18755cdcab0785081 | [] | no_license | DobrescuAnca/LaboratorAndroid2021 | cb260ca0cb70422523e243d8bac8a55ab02745f6 | 8c44b354204afac9b4ac9c972f38670362c9096d | refs/heads/main | 2023-03-25T08:01:28.337798 | 2021-03-23T19:16:01 | 2021-03-23T19:16:01 | 343,522,506 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,766 | java | package ro.example.myapplication.lab1;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.AppCompatEditText;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import andro... | [
"anca.dobrescu@esolutions.ro"
] | anca.dobrescu@esolutions.ro |
36b64f6cb9bc18ed0f18f7e2891ee4b4c2928cd6 | bcaad8c5a1c32842188527467009437a00d70db7 | /bilo-access-android/src/main/java/ch/bitzgi/android/bluetooth/spp/Input.java | 05db28aba74954feffd4446126f83190bb1b12a3 | [
"Apache-2.0"
] | permissive | bilo/bilo-access | 49010f59442d930d4c144e26c4e1fbdbb1a5b5f1 | 362b77d8f404a34b1eb6159b7a8ba6a30800932c | refs/heads/master | 2021-01-01T17:34:33.412899 | 2019-01-06T16:57:08 | 2019-01-06T16:57:08 | 98,102,395 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 361 | java | /*
* Copyright 2018 Urs Fässler
* SPDX-License-Identifier: Apache-2.0
*/
package ch.bitzgi.android.bluetooth.spp;
import android.bluetooth.BluetoothDevice;
import java.util.List;
public interface Input {
public void connect(BluetoothDevice device);
public void disconnect();
public void send(List<B... | [
"urs@bitzgi.ch"
] | urs@bitzgi.ch |
761388d09ab5e70644da0867ca748dd191cd8029 | 3a2e106de7ae82f16b69af9b52ec6b1052a5aba6 | /Core_Java/Arrays/arrays/ArraysDemo.java | 6e04aa5f68bfcc88023485b094f1f49d1c6e1ff7 | [] | no_license | nageshphaniraj81/BigLeapProject | d3b8ad03f9e76313a80bc0151eca6b63e101caf4 | 488d556dda3cba5cc4ee14cb468e22fc9e44edfc | refs/heads/master | 2021-01-20T16:16:46.572634 | 2017-06-02T19:38:02 | 2017-06-02T19:38:02 | 90,828,501 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 620 | java | package arrays;
public class ArraysDemo {
public static void main(String[] args) {
//Define array with values
int [] a = {10,20,30,40,50};
// Need to provide array size
int arr[] = new int[4];
arr[0] = 10;
arr[1] = new Integer(20); // Autoboxing
arr[2] = (int) 30.54;
... | [
"nageshphaniraj81@gmail.com"
] | nageshphaniraj81@gmail.com |
c06c2716f496717f42d510801ec3e574230d0c36 | 9fcc80b256c63f79c1d2bba5bf44923f32b95389 | /app/src/main/java/com/android/gallery3d/data/EmptyAlbumImage.java | 0eeb1909d6e5ec602b9c514badb58328e249a4f8 | [] | no_license | jiyewushen/Gallery2 | e0c6e1f12a9252e27951f1975b3c4c83edc9cd67 | 4b22b07f26d75008ab5ca34555a3bc99276aa171 | refs/heads/master | 2021-03-02T04:22:46.190920 | 2020-05-26T08:50:12 | 2020-05-26T08:50:12 | 245,837,968 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,133 | java | /*
* Copyright (C) 2012 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... | [
"1308370202@qq.com"
] | 1308370202@qq.com |
6b949c28413494ec4e39e422253c670369e33d29 | 3b5683cfdd1297aea683241e0c301a8c0dc03c06 | /app/src/main/java/com/wtho/mealordering/MealOrderingApp.java | b87ab38bfae1eed92d521a43eded91b65a455973 | [] | no_license | waithethtetoo/Meal-Order-App | ce1a6cc05dc7d8474008c31079715d7ca75add83 | 02894efed0afcd5dff04d4e501e139bd03ad3e6c | refs/heads/master | 2020-09-22T18:03:58.399340 | 2016-08-31T05:05:00 | 2016-08-31T05:05:00 | 66,764,064 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 595 | java | package com.wtho.mealordering;
import android.app.Application;
import android.content.Context;
import com.wtho.mealordering.data.agent.retrofit.RetrofitDataAgent;
/**
* Created by WT on 8/19/2016.
*/
public class MealOrderingApp extends Application {
public static final String TAG = "MealOrderingApp";
pri... | [
"Mobile"
] | Mobile |
91a579345a890814970908f65904c7038665e3e9 | 2c50ee714f0046b043b2aea225e0a3910c989cd4 | /ThingsNear/app/src/main/java/se/karllundstig/thingsnear/ImagePostActivity.java | 55dde133071a4ab86e7489bf5980721b44b9d854 | [] | no_license | lundstig/thingsnear | 6abce9fd634f98027351e604036cb76b67f68354 | a9420b27ad8ff92a500a2391d3d259ae1dd34e56 | refs/heads/master | 2021-06-24T19:18:03.134299 | 2016-03-24T13:13:11 | 2016-03-24T13:13:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,112 | java | package se.karllundstig.thingsnear;
import android.app.ProgressDialog;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.location.Location;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.text.Editable;
import... | [
"karl.lundstig@gmail.com"
] | karl.lundstig@gmail.com |
b6f7388d1c88428582a7bee6db07eb08836ebabd | 3b967d8e31e2c438d6780ec3028f2f387e418d7a | /WRO_JAV_S_01_M2_JEE_MySQL/a_Zadania/a_Dzien_2/c_Relacje_1_1/Main3.java | 29aecd8a036179b83fe0b0b25665efeb1fd45ea4 | [] | no_license | karolkapral/CodersLab | f92222a43c1e5618b190c98a2a03c4a49d8e847e | bf0d49662a5fb2ead6727dced77a7086ddbdd8a6 | refs/heads/master | 2021-05-14T18:59:33.440188 | 2017-12-14T15:28:50 | 2017-12-14T15:28:50 | 116,096,431 | 1 | 0 | null | 2018-01-03T05:42:51 | 2018-01-03T05:42:50 | null | UTF-8 | Java | false | false | 212 | java | package a_Zadania.a_Dzien_2.c_Relacje_1_1;
public class Main3 {
//zapisz poniżej zapytanie tworzące tabelę - pamiętaj o relacji i dodaniu odpowiedniej kolumny
public String queryCreateTable = "";
}
| [
"mateusz-cisz@wp.pl"
] | mateusz-cisz@wp.pl |
39f407ad986784549875172ca8c185cf55f08314 | c2091a77af5174dc04426414d76a2c3f474fcaae | /spring-data-rest-repository/src/main/java/org/springframework/data/rest/repository/RepositoryMetadata.java | c941c3d6b30c951149a7dce6f94a5d624fa9d1e5 | [
"Apache-2.0"
] | permissive | fvarg00/spring-data-rest | 4661913a46bbd289612b8ba067e8e7aeba2f7498 | 269d6f5983b73971f7a7a70dc409a520a8d8421c | refs/heads/master | 2021-01-18T12:01:05.077404 | 2012-11-27T16:43:22 | 2012-11-27T16:43:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,328 | java | package org.springframework.data.rest.repository;
import java.io.Serializable;
import java.lang.reflect.Method;
import java.util.Map;
import org.springframework.data.repository.CrudRepository;
import org.springframework.data.repository.Repository;
import org.springframework.data.rest.repository.invoke.CrudMethod;
imp... | [
"jon@jbrisbin.com"
] | jon@jbrisbin.com |
7a95fb66293b74850a507789e2cd3dbe3255889d | 875c7a5b02d109a43f532f5da395698cdb2a90ab | /src/main/java/com/yahoo/bullet/bql/tree/Stream.java | fc7f3f32754e6aed06b757245bb5f964dc05f2cc | [
"Apache-2.0",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | 0aix/bullet-bql | 8592884678a0580f5e7998704f107cbc9273ee6d | 4344a42731f85e20e92fa221c6a15b544dfba00e | refs/heads/master | 2020-03-28T18:02:30.917997 | 2018-09-28T20:29:22 | 2018-09-28T20:29:22 | 148,847,108 | 0 | 0 | Apache-2.0 | 2018-09-14T22:17:38 | 2018-09-14T22:17:37 | null | UTF-8 | Java | false | false | 3,131 | java | /*
* Copyright 2018, Oath Inc.
* Licensed under the terms of the Apache License, Version 2.0.
* See the LICENSE file associated with the project for terms.
*/
package com.yahoo.bullet.bql.tree;
import com.google.common.collect.ImmutableList;
import java.util.List;
import java.util.Objects;
import java.util.Opt... | [
"zygwin@hotmail.com"
] | zygwin@hotmail.com |
24a2c2f3f14e414b38231cf9aedea60c59e37061 | 122dec92d292d8aecf47dde4b33923910424e1c8 | /src/main/java/br/com/zupacademy/guzzo/proposta/comunincasistemaexternocartao/RetornoCartaoResourceDto.java | 5c3dcd4163a97f6f9c2a0c985de7bbd1438dee1b | [
"Apache-2.0"
] | permissive | rafaelguzzozup/orange-talents-05-template-proposta | 371f446e07e7d9dcd5a546b40e298a6e08226680 | 5545229728718d87202be8dc51bcdea248f0f060 | refs/heads/main | 2023-06-01T19:25:09.265498 | 2021-06-16T22:12:34 | 2021-06-16T22:12:34 | 373,924,749 | 0 | 0 | Apache-2.0 | 2021-06-04T18:09:43 | 2021-06-04T18:09:43 | null | UTF-8 | Java | false | false | 1,424 | java | package br.com.zupacademy.guzzo.proposta.comunincasistemaexternocartao;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import br.com.zupacademy.guzzo.proposta.cadastracartao.Cartao;
import br.com.zupacademy.guzzo.proposta.novaproposta.Proposta;
import br.com.zupacademy.guzzo.proposta.validator.UnicoRegi... | [
"rafael.guzzo@zup.com.br"
] | rafael.guzzo@zup.com.br |
c47c0bd2e3e020f50ce6adca46110d81af46632c | a10c3f1e9643cda11c7ae577ba7b668b20a5f86e | /src/main/java/br/com/loja/models/Price.java | 21d9fc4d9a4ec9dbfb447a6dedb8230a8ba11911 | [] | no_license | murilofidelis/Loja_de_Livros | 4fef307696629f6d8fb9c8c87a14acec49f8269e | 331f8a1d77854b40a7e08699c7e932cb08e8481b | refs/heads/master | 2020-08-30T10:15:04.663989 | 2017-06-15T22:25:08 | 2017-06-15T22:25:08 | 94,389,423 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 497 | java | package br.com.loja.models;
import java.math.BigDecimal;
import javax.persistence.Column;
import javax.persistence.Embeddable;
@Embeddable
public class Price {
@Column(scale = 2)
private BigDecimal value;
private BookType bookType;
public BigDecimal getValue() {
return value;
}
public void setValue(BigDe... | [
"murilofidelis2012@gmail.com"
] | murilofidelis2012@gmail.com |
5948c52aae1a5ce137572f9f589b0c5f56286a66 | 411e0c52361f21bb8aa297e3b4f6341f24b018b2 | /2000/Graph/6/Graph3dIldarA14/Piace.java | 8e8ddbbd799c01cd482dced6eaab609c04ee8e69 | [] | no_license | ildar66/myGraph3DI | 47340b5d56ee6d14feac513d5a9377e5700e69d5 | 9165adf92c15aeb8e2e1700e61af2da5afc50a37 | refs/heads/master | 2020-12-02T23:54:19.148533 | 2017-07-01T11:13:10 | 2017-07-01T11:13:10 | 95,959,207 | 0 | 0 | null | null | null | null | WINDOWS-1251 | Java | false | false | 22,124 | java | import java.awt.event.*;
import java.util.*;
import java.applet.*;
import java.awt.*;
public class Piace extends Applet implements MouseListener, MouseMotionListener, KeyListener {
Vector points3D = new Vector(); //Вектор физических точек(3D).
Vector figures = new Vector(); ... | [
"ildar66@inbox.ru"
] | ildar66@inbox.ru |
7794155dce8e9e70e58226b7d7cbff18c25ba0fd | 64a77c116480606048df5c916c3065a506e96f54 | /src/main/java/com/jeeps/smartlandvault/nosql/merged_container/MergedContainerRepository.java | a6aa93a0e3f2ce2174e7e297e53ec153a636e5f4 | [] | no_license | JamesJose7/smartland-vault | 8f40feafef899e61d7e090002a336b2ad1648471 | b1c506b1293534863091a2d3db2f91cd529aa6c2 | refs/heads/master | 2020-11-27T07:29:21.151294 | 2020-10-07T01:36:56 | 2020-10-07T01:36:56 | 229,354,764 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 324 | java | package com.jeeps.smartlandvault.nosql.merged_container;
import org.springframework.data.mongodb.repository.MongoRepository;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
@RepositoryRestResource
public interface MergedContainerRepository extends MongoRepository<MergedContainer, String> ... | [
"pepe.96.jose@gmail.com"
] | pepe.96.jose@gmail.com |
71bfc1232bd2e2cafcc2e9ab1b5546de3c3640e4 | a1233182985e1b4ee41d042a7cecd093789d6fef | /junit/com/neurogrid/simulation/root/ResourceLimitedNodeTest.java | 6c68a814e0ed1361183d324aa1f0481fb4993cd7 | [] | no_license | graybird/P2P1 | 90bde4fef1374ea3e80c836739db735536a520fb | 03f3531b938becb4b6841936d2392f11931d3ae9 | refs/heads/master | 2020-05-19T05:13:09.153358 | 2014-09-18T12:45:51 | 2014-09-18T12:45:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,305 | java | package com.neurogrid.simulation.root;
import junit.framework.TestCase;
// JUnitDoclet begin import
import com.neurogrid.simulation.root.ResourceLimitedNode;
import com.neurogrid.simulation.SimpleDocument;
import com.neurogrid.simulation.NeuroGridNode;
import com.neurogrid.simulation.NeuroGridNetwork;
import com.neuro... | [
"yuanxx.123000@163.com"
] | yuanxx.123000@163.com |
72b2b98075d18d32ed4646de7d7147a5ad80ee25 | bdccc58ce9722c25503ff14c02e74b9070fcb307 | /libpictureselect/src/main/java/com/alading/dream/libpictureselect/lib/photoview/PhotoViewAttacher.java | ab07ed9fb9c8c0ed420ff78ce9a3494f2bb0f2d2 | [] | no_license | WangXinLong-Long/dream_ | 30b880a114b740f37e647e93f3aeaba307248568 | 67fa4cd7f4fe9c52e552359f89ad0aefffab3034 | refs/heads/master | 2021-04-23T15:31:53.678808 | 2020-06-06T03:02:55 | 2020-06-06T03:02:55 | 249,936,203 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 30,259 | java | /*******************************************************************************
* Copyright 2011, 2012 Chris Banes.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://... | [
"18401564300@126.com"
] | 18401564300@126.com |
e6c2fb41fa32a09d6bf549aa47ea2e0dd3b5ae27 | 63c6ec3077d6b344b3fc8d3914eff1e9d5b753ae | /src/main/java/mattjohns/common/math/RangeD.java | 165787e8b3fe2184ee470541e13503d00fc4ee04 | [] | no_license | MattJohns/BoneMealControl | 11beb3ce11270cd4c68e779b6816e1c6563f30f2 | 27dc789a3b3dd7c3e1b6282d945f637aed29db3c | refs/heads/master | 2022-08-24T18:06:26.890332 | 2022-07-28T01:22:23 | 2022-07-28T01:22:23 | 177,415,636 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 616 | java | package mattjohns.common.math;
public class RangeD {
public double minimum;
public double maximum;
public RangeD(double minimum, double maximum) {
this.minimum = minimum;
this.maximum = maximum;
}
public double sizeGet() {
return maximum - minimum;
}
public boolean validate() {
if (sizeGet() < 0.0)
... | [
"mattjohns384@gmail.com"
] | mattjohns384@gmail.com |
285d7b1da7cb10d6f4b7bd90f0984d73dd4102cb | 110d78007e5edcd24c83467eefdab1b396519ad2 | /app/src/main/java/com/example/quizapp/QuizContract.java | 9a5908c4d67758ad39213a80dea1ba9cced10df6 | [] | no_license | ZubairShaikh696/QuizApp | 6eeb6dd0afc02dffa0db1763a8a5ef8f0eb9713c | 77eff179c6b6f6dd11caccf888ab74684da05ef7 | refs/heads/master | 2022-12-03T08:09:27.786054 | 2020-08-24T21:32:58 | 2020-08-24T21:32:58 | 290,037,572 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 608 | java | package com.example.quizapp;
import android.provider.BaseColumns;
public class QuizContract {
private QuizContract() {
}
public static class QuestionsTable implements BaseColumns {
public static final String TABLE_NAME = "quiz_questions";
public static final String COLUMN_QUES... | [
"noreply@github.com"
] | ZubairShaikh696.noreply@github.com |
0c12d0f512b7949d19b233e9586666ef912b11b0 | 95bdf0bb65861b48d70da05f18909f708023bb43 | /src/main/java/org/springframework/data/solr/core/query/Query.java | 83ade2ca7ee323c5f80d49569ee0502746c55f07 | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0"
] | permissive | navneetgupta/spring-data-solr2 | 0b2d07aaf3ff583a19d2045b0eab94cb729f82d2 | 6eee5a5595f8185f4f5e77f96003299f589e312c | refs/heads/master | 2021-06-06T03:32:08.737529 | 2017-11-29T08:04:39 | 2017-11-29T08:04:39 | 137,577,218 | 0 | 0 | Apache-2.0 | 2021-05-12T00:16:54 | 2018-06-16T11:57:14 | Java | UTF-8 | Java | false | false | 5,790 | java | /*
* Copyright 2012 - 2017 the original author or 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 appli... | [
"Navneet-gupta01@users.noreply.github.com"
] | Navneet-gupta01@users.noreply.github.com |
df62e601dd1d20757c64533e805a0d704dda8d89 | c43408b22878633fea12d03a09c1be7997a53065 | /src/main/java/com/n2h/EventManagement/controller/MainController.java | 6e8aad40cfaf69025df4e19b4156ea73c779fe4e | [] | no_license | JustHoa/EVENT | 29c666258689ab719fa3868d683f7e9e6784c226 | cf66d835509c901a61b4f03a8c235409c7c27abb | refs/heads/master | 2020-05-28T11:08:28.689111 | 2019-05-28T09:02:18 | 2019-05-28T09:02:18 | 188,979,615 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 78 | java | package com.n2h.EventManagement.controller;
public class MainController {
}
| [
"intern.nnhoa@tma.com.vn"
] | intern.nnhoa@tma.com.vn |
ea7f8013dfce0c810626fab2ded4e8de35d7c8cc | 41ca28b891ea9a1f395d720f9f3abce6a3261d05 | /BOJ/src/BOJ1199.java | 80e4b02f0f7ddc3dd6664d5c31b0663f22bc51e1 | [] | no_license | hiheehee/BOJ | 2ad6c24cc8d4162cabc853f3225d84ea29da4df1 | 2b6a938fffa0d8abdb10735bb7ad06565db8497b | refs/heads/master | 2023-08-31T21:36:57.205788 | 2021-10-27T00:00:52 | 2021-10-27T00:00:52 | 325,514,301 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,222 | java | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class BOJ1199 {
static int circuit[][];
static boolean visited[];
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStream... | [
"gkek41@naver.com"
] | gkek41@naver.com |
b1b523203ad76a6350af8bb4c57fae9824cf7fec | 3b422ea02111b8a8b4e785880d01bcd731c5ce2b | /src/main/java/com/example/springbootresttemplate/SpringbootresttemplateApplication.java | 71b3ae65384820c608c504b84fd0ef2d8263f46d | [] | no_license | muharremkoc/spring-boot-rest-template | 602433e3de73d0f45e569001cc15f34d5fa16362 | 7f42c2dd65be460cbbd505d5f72610717d5dc0f8 | refs/heads/master | 2023-07-04T14:07:21.087603 | 2021-08-16T10:39:04 | 2021-08-16T10:39:38 | 396,744,184 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 643 | java | package com.example.springbootresttemplate;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cache.annotation.EnableCaching;
import org.springframework.context.annotation.Bean;
import org.springframework.web.client.RestTe... | [
"muharrem.koc@detaysoft.com"
] | muharrem.koc@detaysoft.com |
917f6f01c3ade133027a71e5988fa50ba1bb9d9b | 369b90efd0467b52ce0fe17d6665cf5411f30f5d | /cli/src/controller/CommonController.java | 873a365a20cf7287b23e434839c1a04b9b494688 | [] | no_license | osherkramer/Java-Final-project | 4123d735234acd187aa1126b53c566a0c3c6c136 | e297def3597f65a1fef6857e72a90ef8f301c52a | refs/heads/master | 2020-03-22T13:15:23.370323 | 2018-07-07T15:49:39 | 2018-07-07T15:49:39 | 140,094,395 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 717 | java | package controller;
import model.Model;
import view.View;
/**
* CommonController class - implements the Controller interface
* abstract class
*/
public abstract class CommonController implements Controller {
Model model;
View view;
/**
* CommonController Constructor - initialize the Model and View that
... | [
"osherkramer@gmail.com"
] | osherkramer@gmail.com |
d41f440362cb0aeeb50980b1df3ed371a650f4ef | 3cc4279e77659af2e4c330c5af9ed7ae6cd19842 | /app/src/main/java/ru/arvalon/activitytasks/X.java | 18316c7304f18d92ad67f71bc62a1a4706a2524e | [] | no_license | arvalon/ActivityTasks | 271378d6ac8790b00cc11a3867c3da22462f12de | e2b92a3adb53398bb699e3cd6572236d678ac1fe | refs/heads/master | 2023-03-03T13:07:42.253001 | 2023-02-16T16:24:08 | 2023-02-16T16:25:19 | 166,873,692 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 676 | java | package ru.arvalon.activitytasks;
import android.app.ActivityManager;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import androidx.appcompat.app.AppCompatActivity;
public class X extends AppCompatActivity {
@Override
protected void onCreate(Bund... | [
"me@arvalon.ru"
] | me@arvalon.ru |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.