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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2db963d0fa4200919e1004a72cf03f842adbaa15 | a86f2d6be5d9f5c678f6feba007602a3d2d4e723 | /src/io/harkema/requests/PermitRequest.java | e1fba4e7cde59ac330efef5a9f63c03be28898bb | [] | no_license | tomasharkema/ooad-opdracht | cf8d92b80e23a18b8aef5951188cdd8b04a9d295 | 26269db6ca0ead3136c2fc83dbb249e440e38c70 | refs/heads/master | 2021-01-12T01:04:49.052862 | 2017-01-08T13:55:22 | 2017-01-08T13:55:22 | 78,342,701 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 487 | java | package io.harkema.requests;
import io.harkema.models.Event;
import io.harkema.models.Partner;
import io.harkema.models.User;
import java.util.Date;
/**
* Created by tomas on 08-01-17.
*/
public class PermitRequest {
public int quantity;
public String location;
public Partner partner;
public Permi... | [
"tomas@harkema.in"
] | tomas@harkema.in |
d29767f44ed9270f7b8cbf5af2387ebb0e42c083 | 628e45dd5f6e4ba2b16f50988ed215bded06e6a6 | /udemy-hibernate/com.mastercard.hibernate/src/main/java/com/mastercard/hibernate/demo/entity5/Course.java | b000222294136de3fbca4b04978b7c9d1cfd4abd | [] | no_license | JessyTerada/spring-hibernate | 1dc63000754f29da92c2c3309f344de80dcfea03 | 4cd1e84825f44a93cd64c581cd78d4b5ecf3357e | refs/heads/master | 2021-07-05T02:44:13.329392 | 2017-09-28T19:39:02 | 2017-09-28T19:39:02 | 103,560,157 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,950 | java | package com.mastercard.hibernate.demo.entity5;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType... | [
"JE385653@wipro.com"
] | JE385653@wipro.com |
601166cab691187a3748c7533cbab447483f7ab2 | 8fe74121699e5da3df1419360356679692c28f2f | /gui.mtm/src/main/java/zenryokuservice/gui/lwjgl/tutoriral/gitbook/chapter6/engine/graph/Mesh.java | f4f5c56ad1e8e9f51b019682c876c404dd98154c | [
"MIT"
] | permissive | ZenryokuService/MultiTaskManager | 8ee87cd2f08805898a41587c14942c812299094b | 04f3573cbdb15ca56676e55ed2e31772a7c27edd | refs/heads/master | 2021-06-09T03:36:57.853552 | 2021-04-12T11:37:40 | 2021-04-12T11:37:40 | 151,907,430 | 0 | 0 | MIT | 2020-10-13T10:18:02 | 2018-10-07T04:57:02 | Java | UTF-8 | Java | false | false | 3,206 | java | package zenryokuservice.gui.lwjgl.tutoriral.gitbook.chapter6.engine.graph;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import static org.lwjgl.opengl.GL11.*;
import static org.lwjgl.opengl.GL15.*;
import static org.lwjgl.opengl.GL20.*;
import static org.lwjgl.opengl.GL30.*;
import org.lwjgl.system.MemoryUt... | [
"yogotak45@gmail.com"
] | yogotak45@gmail.com |
5a8c3a5d864ed4241699a9ffca581629c2667573 | 5700300cfd0f6b327c4ef017e4c63461d671c275 | /Dome_7/src/dome/person.java | 716298dc7ea22a31b6300a7aa1eae223b6e3fd86 | [] | no_license | 1301512561/- | 696a54374358bb255498aa9e0ca87fc76ff95f1d | 7465d7984801a0fbbb79c0dfb3af3bd99c9a6b65 | refs/heads/master | 2020-09-04T22:50:48.624161 | 2019-11-06T05:42:06 | 2019-11-06T05:42:06 | 219,915,124 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 677 | java | package dome;
public class person {
private String name;
private int age;
public person() {
}
public boolean equals(Object obj) {
if (obj == null) {
return false;
}
if (obj instanceof person) {
person p = (person) obj;
return this.age == p.age;
}
return false;
}
publi... | [
"noreply@github.com"
] | 1301512561.noreply@github.com |
5c28c08ea5578d6b028c744539e979b50c315d1a | 5cd3c28fa0c396a943b8a32fabf6106e9cb02ad4 | /src/main/java/me/caixin/configuration/RocketMQConfiguration.java | b519f3d85aa0d6c28a806d013f98a0efd10830f3 | [
"Apache-2.0"
] | permissive | cairenjie1985/springBoot-demo | 4a43610129a619299cc979147cdbfebb8e42ba48 | 7d8c55200e84f264758bd783af209cdeaae74bd2 | refs/heads/master | 2021-01-22T00:20:33.474698 | 2017-09-05T01:36:51 | 2017-09-05T01:36:51 | 102,188,894 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,845 | java | package me.caixin.configuration;
import com.alibaba.rocketmq.client.consumer.DefaultMQPushConsumer;
import com.alibaba.rocketmq.client.producer.DefaultMQProducer;
import me.caixin.listener.MessageListener;
import me.caixin.rocketmq.RocketMQClientImpl;
import org.springframework.boot.context.properties.ConfigurationPro... | [
"cairenjie1985@163.com"
] | cairenjie1985@163.com |
bc7833d4758d48d162797d2da4cf3fb61bb33623 | e672e1bcfe9168c1e3779c5f3b3f3b8f8d6e2a35 | /src/com/wxp/swt/jface/sample/PersonListLabelProvider.java | 4e4ebe13162d3a9d8607f5892bd701a30a0276bd | [] | no_license | accordionmaster/FavoritesPlugins | 2a8a75e7bb8164c28f34d55c544ca0db047ca2e0 | 32f37e432a1e79931d1d1abfe2fb81fbde4948cd | refs/heads/master | 2022-12-12T10:48:52.311210 | 2020-09-11T08:17:06 | 2020-09-11T08:17:06 | 255,007,725 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 421 | java | package com.wxp.swt.jface.sample;
import org.eclipse.jface.viewers.LabelProvider;
import org.eclipse.swt.graphics.Image;
public class PersonListLabelProvider extends LabelProvider {
@Override
public Image getImage(Object element) {
return null;
}
@Override
public String getText(Object element) ... | [
"accordionmaster@163.com"
] | accordionmaster@163.com |
76b083e8c56d94b764991bf93d845c891cd3bd7a | f38263d8861fcd1814d94ded0dc7365c61e43014 | /app/src/main/java/autoimageslider/IndicatorView/draw/drawer/type/SlideDrawer.java | 2fae28e72625d430571f37ee96fa18fc73ca6df5 | [] | no_license | dechantoine/what-could-i-cook-app | dbcd9c3168dc05876d2d0c05e76a4b13c622d75d | 0d95b410ab9dfb380a6ae80b06d284aaac89e0fe | refs/heads/master | 2023-08-18T07:36:15.164446 | 2020-01-24T10:55:34 | 2020-01-24T10:55:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,481 | java | package autoimageslider.IndicatorView.draw.drawer.type;
import android.graphics.Canvas;
import android.graphics.Paint;
import androidx.annotation.NonNull;
import autoimageslider.IndicatorView.animation.data.Value;
import autoimageslider.IndicatorView.animation.data.type.SlideAnimationValue;
import autoimageslider.In... | [
"zanis.timsans@gmail.com"
] | zanis.timsans@gmail.com |
3e3cb01fb29289a24a4b49aef1d49e3c69b4cb8e | 036b9d00098d45fc3ecc8a2fb7ef0c11dae65941 | /src/main/java/com/saviorru/comsserver/cli/command/StartTournamentCommand.java | 3fdc1077046ca835a52b6620cfce555018666d9c | [] | no_license | Doomsday46/coms-server | 7c202564965b20bea609fd4c1c6fa8fa607ce58c | 99ad0c85d08d6a18cf33130aa18afb1551399691 | refs/heads/master | 2021-04-18T11:16:33.603491 | 2018-07-28T12:21:09 | 2018-07-28T12:21:09 | 126,798,974 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 499 | java | package com.saviorru.comsserver.cli.command;
import com.saviorru.comsserver.domain.tournament.Tournament;
public class StartTournamentCommand implements Command {
private Tournament tournament;
public StartTournamentCommand(Tournament tournament) {
if (tournament == null) throw new NullPointerExcept... | [
"Gallifrey46@gmail.com"
] | Gallifrey46@gmail.com |
a490ab9c4d44a0abeaac176e7e4d338ad43b6713 | 3543f57f016e573d42fcec746f5e7375191ccf81 | /src/main/java/com/leetcode/PredictTheWinner.java | 97d75e933d1ecef3a260ef8bd30cb29f4edf950d | [] | no_license | chzh1229/LeetCode | 5c9cd93289305b5a46ca2d577d5cc781ea59debc | b001de6c8bef5764b5e375766a3fc61ff9875a96 | refs/heads/master | 2021-12-20T23:38:34.029527 | 2021-12-20T13:51:26 | 2021-12-20T13:51:26 | 112,096,212 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 708 | java | package com.leetcode;
import java.util.Arrays;
public class PredictTheWinner {
public boolean PredictTheWinner(int[] nums) {
int[][] d = new int[nums.length][nums.length];
for (int k=0; k<nums.length; k++) {
d[k][k] = nums[k];
}
for (int i = nums.length - 1; i>=0; i--)... | [
"chenzhang1229@googlemail.com"
] | chenzhang1229@googlemail.com |
c9ae0bf03ec733ba665280de97f65ec6f74b86d8 | ce0feed6f9693bf48c09d2fcc7ee1a36a315d2cb | /src/main/java/net/suncaper/mallanlisb/common/domain/Admin.java | b955608d6fc04a4974625c2d1732183fb8075fe7 | [] | no_license | smalldandan/mallanlisb | ffe665e3731067bc463c66f8e2e1b6b06f1626d2 | c7136b8c369a144a41bfd0242b4765f654e91df6 | refs/heads/master | 2022-06-23T23:07:49.379853 | 2019-12-28T12:30:03 | 2019-12-28T12:30:03 | 230,587,870 | 0 | 0 | null | 2022-06-21T02:32:17 | 2019-12-28T09:24:36 | Java | UTF-8 | Java | false | false | 1,586 | java | package net.suncaper.mallanlisb.common.domain;
import java.util.Date;
public class Admin {
private Integer id;
private String loginname;
private String password;
private Date lastlogintime;
private String remark;
public Admin(String loginname, String password) {
this.loginname = l... | [
"1209295751@qq.com"
] | 1209295751@qq.com |
b581be9dc2ebd77a2dce27a452637681c556da54 | 7ab4a314aa15ef538b0e6fc390325b1086c3a4a3 | /Layout/020_Controle1/src/Fenetre.java | 2155f32876916d87d5795dfe848de47cc0fe4120 | [] | no_license | S-IN/JAVA-overview | c15181f98e5fb0c974878d4e4b58066b2268d69a | 455961e661ac4bae00bda70609dd8092ecc7fda7 | refs/heads/master | 2020-05-27T09:25:30.066614 | 2019-05-25T14:13:54 | 2019-05-25T14:13:54 | 188,565,203 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,991 | java | // ==========================================================================
// Fenetre avec 2 CASES A COCHER et deux Labels pour avoir l'etat des cases
// Utilisation de GridLayout et FlowLayout...
// ==========================================================================
import javax.swing.*;
import java.awt.eve... | [
"annievegie@gmail.com"
] | annievegie@gmail.com |
44bf055af23ca32e7be56a8c0b4df1551c380387 | 206cce7698b959470b5cd7cfbc2221b33d82b84f | /src/main/java/com/stgutah/model/ParkingSlot.java | bcf2c6e531a5eea94bdc14732f608faaa97e0d83 | [] | no_license | dempey/AirportParking | 9e498fada97852725485f9c478d715f2994a6a7b | aa9457589ad982d3758ca258ffab073b25095f48 | refs/heads/master | 2021-01-01T15:55:41.727506 | 2014-06-19T19:11:00 | 2014-06-19T19:11:00 | 20,691,100 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,073 | java | package com.stgutah.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
@Entity
@Table(name = "PARKING_SLOT")
public class... | [
"empey.david@gmail.com"
] | empey.david@gmail.com |
5e0846ed167a386905e870604b1596360ff8a52f | 442d904a36e566e8568dc04a72edef1c0f7dfcd0 | /src/main/java/br/com/caelum/ingresso/validacao/GerenciadorDeSessao.java | d466a5127d6d3481fea7bf52d2a8821d20062b7b | [] | no_license | rodrigotavares1511/fj22-ingressos | f2db9fa5720be4ac4a258846d5804a9bc69557ad | 49ae7a10e2036fde60b519697fa1aeaab1109012 | refs/heads/master | 2021-07-19T15:42:23.770191 | 2017-10-28T00:23:14 | 2017-10-28T00:23:14 | 108,051,882 | 0 | 0 | null | 2017-10-23T23:26:51 | 2017-10-23T23:26:51 | null | UTF-8 | Java | false | false | 1,095 | java | package br.com.caelum.ingresso.validacao;
import java.time.LocalDate;
import java.time.LocalDateTime;
import java.util.List;
import br.com.caelum.ingresso.model.Sessao;
public class GerenciadorDeSessao {
private List<Sessao> sessoesDaSala;
public GerenciadorDeSessao(List<Sessao> sessoesDaSala){
this.sessoesDaS... | [
"rodrigotavares1511@gmail.com"
] | rodrigotavares1511@gmail.com |
1a6c714d0d16d3aa14746fd0e7f29a5d0c004214 | 09ffad4c41819210de5f337bade47bbad8e537bb | /BikeShare_V2/app/src/main/java/com/example/bikeshare/EndRideActivity.java | 351a4a963b8e19838a1a9630b83090533ed96d06 | [] | no_license | Jepp0103/Mobile_App_Development_BikeShare_Project | 70be7cdfbb8eb57336285d45c7e41d38bbcc859c | 48be27703138ab97bfa3eefe6e603dd0d1022e42 | refs/heads/main | 2023-01-10T05:12:57.840644 | 2020-11-19T14:50:03 | 2020-11-19T14:50:03 | 314,276,814 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,609 | java | package com.example.bikeshare;
import android.app.Activity;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.*;
import android.widget.*;
public class EndRideActivity extends Activity {
// GUI variables
private Button mAddRide;
private TextView mLastAdded;
... | [
"jeppendyekjaer@hotmail.com"
] | jeppendyekjaer@hotmail.com |
ea047ce552d1324f5995e02aeb9a824e852571bd | eab12c28c69c3f2dbf1ae9c8336d2d75af14f0bb | /app/src/main/java/com/youqu/piclbs/hot/HotAdapter.java | 988788aff2a04964d581b9445ff3bdc07b6b6936 | [] | no_license | huangjingqiang/jiazqlx | 9d33407829b9844f7167dde2391bc02be0a47e49 | ff29122870bd7d59ec0f9cde9cf8d2812b0c8e87 | refs/heads/master | 2021-04-28T21:44:32.895744 | 2017-01-03T10:53:02 | 2017-01-03T10:53:02 | 77,736,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,794 | java | package com.youqu.piclbs.hot;
import android.app.Activity;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.youqu.piclbs.R;
import com.youqu.piclbs.bean.AddressBean;
import java.util.... | [
"1192563856@qq.com"
] | 1192563856@qq.com |
bbd0195f7a1cba1ae923888c8b4205d01c2f5dc0 | c9ff4c7d1c23a05b4e5e1e243325d6d004829511 | /aws-java-sdk-applicationinsights/src/main/java/com/amazonaws/services/applicationinsights/model/transform/ObservationMarshaller.java | 9b3556d87c062f724b9416d228454b1d4ae7b962 | [
"Apache-2.0"
] | permissive | Purushotam-Thakur/aws-sdk-java | 3c5789fe0b0dbd25e1ebfdd48dfd71e25a945f62 | ab58baac6370f160b66da96d46afa57ba5bdee06 | refs/heads/master | 2020-07-22T23:27:57.700466 | 2019-09-06T23:28:26 | 2019-09-06T23:28:26 | 207,350,924 | 1 | 0 | Apache-2.0 | 2019-09-09T16:11:46 | 2019-09-09T16:11:45 | null | UTF-8 | Java | false | false | 5,653 | java | /*
* Copyright 2014-2019 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... | [
""
] | |
8c6b9a6d0a7cd6c065daa374fd60263e9ed9cf06 | 9a412bc0aa853099ab582431d9b01f28dd3e92da | /src/main/java/com/singleandcluster/util/ListRedisUtil.java | ab94ac46876a43f34e880190bcb0b468e0e0f018 | [] | no_license | dsl1888888/common-redis | a11cf50ddacbbcb2d050ee47007735796df12580 | c9b85c35312efd480caebc7b43ce0833bbddf633 | refs/heads/master | 2021-07-08T20:49:05.328859 | 2020-12-23T03:11:50 | 2020-12-23T03:11:50 | 222,342,025 | 0 | 0 | null | 2020-10-13T17:32:13 | 2019-11-18T01:52:51 | Java | UTF-8 | Java | false | false | 8,183 | java | package com.singleandcluster.util;
import java.util.List;
import org.springframework.data.redis.core.ListOperations;
import org.springframework.data.redis.core.RedisOperations;
import org.springframework.data.redis.core.SessionCallback;
import org.springframework.data.redis.core.StringRedisTemplate;
import lombok.ex... | [
"dsl1888888@163.com"
] | dsl1888888@163.com |
b0516fb8bb4353d60fdf2e9078a46a509f3dbe92 | 95bca13063bbdc013c85335c082778822f445298 | /src/test/java/com/tw/codeavengers/tradeawayapi/web/category/CategoryControllerTest.java | 1bba06f73af5513f03b5f6501db5d52151fe7ba6 | [] | no_license | kunalhiray7/trade-away-api | abf5256110cf101166880432d3ad44b29db01671 | b4b9343ceec65c909d6c38ee1e6193f173e2ddc9 | refs/heads/master | 2020-04-01T21:32:17.921651 | 2018-10-18T17:26:19 | 2018-10-18T17:26:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,341 | java | package com.tw.codeavengers.tradeawayapi.web.category;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.tw.codeavengers.tradeawayapi.model.Category;
import com.tw.codeavengers.tradeawayapi.service.CategoryService;
import org.hamcrest.core.Is;
import org.junit.Before;
import org.junit.Test;
import org.jun... | [
"kunal.hire@hexad.de"
] | kunal.hire@hexad.de |
ec7a9fc92ab52ab8c226960241e6fe0285dd7ff9 | 25836d343d8ad830b4452c5affe127a869cff882 | /src/test/java/it/uom/cse/MathOperationTest.java | 8d22b787c0ba98a21452e1b5c80b1e52a039c4e3 | [] | no_license | Sathira443/cse-workshop | 9f3584754a640650363f9ef4bcf644cb08abd9f8 | a8f4314e1630ca9c89ff274850837c508704a545 | refs/heads/master | 2023-08-14T08:59:09.080032 | 2021-09-23T05:13:38 | 2021-09-23T05:13:38 | 409,442,988 | 1 | 0 | null | 2021-09-23T04:40:11 | 2021-09-23T04:06:41 | Java | UTF-8 | Java | false | false | 346 | java | package it.uom.cse;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
//This is a comment
class MathOperationTest {
@Test
void add() {
assertEquals(MathOperation.add(1, 1), 2);
}
@Test
void subtract() {
assertEquals(MathOperation.su... | [
"liyanapathiranasathira@gmail.com"
] | liyanapathiranasathira@gmail.com |
5b185c96a502b57262db5d09de602b6bd469fabe | 61d34b919382cbce5e9b8791e4880755904b8cde | /spring_boot/spring_boot-email/src/main/java/com/example/email/service/Impl/EmailServiceImp.java | a2ced2b0c62082738cddf150aea783bf1a8f2aa5 | [] | no_license | taotaozhan/learningDemo | bdf398e91593339c7834c4c7080416c601a1d7c0 | b6eab6de2b6e256b20e191c774aa34c302ae9ad1 | refs/heads/master | 2022-06-27T05:21:52.373524 | 2020-06-29T07:40:17 | 2020-06-29T07:40:17 | 225,545,288 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,444 | java | package com.example.email.service.Impl;
import com.example.email.entity.Email;
import com.example.email.service.EmailService;
import com.example.email.util.MailUtil;
import freemarker.template.Configuration;
import freemarker.template.Template;
import org.springframework.beans.factory.annotation.Autowired;
import org.... | [
"1186447959@qq.com"
] | 1186447959@qq.com |
3a697cb7700e6809f284eeb76575eabc966eae46 | 25599b5830f6d669336fbfe08bf6244822b24468 | /src/main/java/pl/edu/icm/comac/vis/server/model/Node.java | 5d1cab0d7bfb5f1989e5193fc937f8a672ecda73 | [] | no_license | CeON/comac-navigator-backend | ad7fd8417b4f4c1eedb0158d515db79b24829853 | 4ab1a2518d0c4b66bfae184f38fff8c6cdf26037 | refs/heads/master | 2021-01-10T18:12:45.562628 | 2016-11-04T10:13:36 | 2016-11-04T10:13:36 | 47,757,382 | 1 | 1 | null | 2016-11-04T10:13:37 | 2015-12-10T11:25:02 | Java | UTF-8 | Java | false | false | 1,385 | 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 pl.edu.icm.comac.vis.server.model;
/**
*
* @author Aleksander Nowinski <a.nowinski@icm.edu.pl>
*/
public class Node {
S... | [
"aleksander.nowinski@gmail.com"
] | aleksander.nowinski@gmail.com |
0aca9aea5f0226e93a61d6f4e8aa121b3cde987d | 37749ead9c55b6674070555c8d8d658c6e12ec20 | /SipCommunicator-Fall05/net/java/sip/communicator/sip/CallDispatcher.java | 2fc946aba900c319f157b17a74d3ce790a077194 | [
"Apache-1.1"
] | permissive | azaoui/sip-proxy-communicator | 3e22e0208b3772304d4a44108cdd28ae55017228 | 2de6a1d0181e003d393d3bd66afca3e2874d95e4 | refs/heads/master | 2021-01-10T14:00:47.675004 | 2011-04-07T18:38:22 | 2011-04-07T18:38:22 | 49,427,108 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,133 | java | /* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2000 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided th... | [
"alzaxo@gmail.com"
] | alzaxo@gmail.com |
e88965ebeb8812931d308b706bc96bf6b42d0ebd | 947fc9eef832e937f09f04f1abd82819cd4f97d3 | /src/apk/e/a/b/E.java | 3842b2795a0e33420ca11e29d547c3fc350260e7 | [] | no_license | thistehneisen/cifra | 04f4ac1b230289f8262a0b9cf7448a1172d8f979 | d46c6f4764c9d4f64e45c56fa42fddee9b44ff5a | refs/heads/master | 2020-09-22T09:35:57.739040 | 2019-12-01T19:39:59 | 2019-12-01T19:39:59 | 225,136,583 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,265 | java | package e.a.b;
import java.nio.charset.Charset;
/* compiled from: Util */
final class E {
/* renamed from: a reason: collision with root package name */
public static final Charset f7872a = Charset.forName("UTF-8");
public static int a(int i2) {
return ((i2 & 255) << 24) | ((-16777216 & i2) >>> ... | [
"putnins@nils.digital"
] | putnins@nils.digital |
f14ae67125e078a96992d16c72cc163a592346e8 | c827bfebbde82906e6b14a3f77d8f17830ea35da | /Development3.0/TeevraServer/platform/businessobject/src/main/java/org/fixprotocol/fixml_5_0_sp2/BidDescReqGrpBlockT.java | 9ec4cf85c90bff9dc11a4a775c90c7487421cb05 | [] | no_license | GiovanniPucariello/TeevraCore | 13ccf7995c116267de5c403b962f1dc524ac1af7 | 9d755cc9ca91fb3ebc5b227d9de6bcf98a02c7b7 | refs/heads/master | 2021-05-29T18:12:29.174279 | 2013-04-22T07:44:28 | 2013-04-22T07:44:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,413 | java |
package org.fixprotocol.fixml_5_0_sp2;
import java.math.BigDecimal;
import java.math.BigInteger;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for BidDesc... | [
"ritwik.bose@headstrong.com"
] | ritwik.bose@headstrong.com |
a6a37e630074e999bd30f61f8ebf6dcb2ca26034 | 3a1c71927bb1c3c779199e0a3877ffef55118e28 | /src/创建型_单例模式/Singleton1.java | 0e3c3fcad8cd947f860bcf82f93eb9bc543d4896 | [] | no_license | Moujianming/DesignPattern | 7d4ade682f348a88bbc5926227e0d002b7d49518 | 85e32c3a3c4b23998ab5e2d36b7ac4ea3b3a4c32 | refs/heads/master | 2020-03-11T23:46:21.986041 | 2018-04-23T07:33:57 | 2018-04-23T07:33:57 | 130,331,348 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 555 | java | package 创建型_单例模式;
public class Singleton1 {
/* 持有私有静态实例,防止被引用,此处赋值为null,目的是实现延迟加载 */
private static Singleton1 single = null;
/* 私有构造方法,防止被实例化 */
private Singleton1() {};
/* 静态工程方法,创建实例 */
public static Singleton1 getinstance()
{
if(null==single)
{
return new Singleton1();
}
... | [
"31647832+Moujianming@users.noreply.github.com"
] | 31647832+Moujianming@users.noreply.github.com |
ca474693a37982ea918bb4bc68b114e9d9f39924 | 082e26b011e30dc62a62fae95f375e4f87d9e99c | /docs/weixin_7.0.4_source/反编译源码/反混淆后/src/main/java/com/tencent/p177mm/plugin/game/luggage/p429b/C34286d.java | 313ad3c3c08084a66308aa787ec4d27d79ea5fc7 | [] | no_license | xsren/AndroidReverseNotes | 9631a5aabc031006e795a112b7ac756a8edd4385 | 9202c276fe9f04a978e4e08b08e42645d97ca94b | refs/heads/master | 2021-04-07T22:50:51.072197 | 2019-07-16T02:24:43 | 2019-07-16T02:24:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,437 | java | package com.tencent.p177mm.plugin.game.luggage.p429b;
import android.content.Context;
import com.tencent.luggage.p146d.C37393a.C32183a;
import com.tencent.luggage.p147g.C32192i;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.p177mm.plugin.game.luggage.p432d.C12140e;
import com.tencent.p177mm.pl... | [
"alwangsisi@163.com"
] | alwangsisi@163.com |
b43fef39e70a47e2401297ad5a086e3991fb6936 | 65e1eeaabac6009e8be0a5adb36ac6a999d348c8 | /ofdrw-reader/src/main/java/org/ofdrw/reader/tools/NameSpaceCleaner.java | 633dd52f7a8dbe29bf3ac23e02b439edbaadfe96 | [
"Apache-2.0"
] | permissive | cpacm/ofdrw | 92e67ae5c5968e8d6a16b5b6042525c2646b1f0f | 157f48ec00faa6d3b22d4c0f5aa83ae58d3d44f0 | refs/heads/master | 2022-08-29T08:44:30.574990 | 2022-07-20T12:14:51 | 2022-07-20T12:14:51 | 253,667,094 | 1 | 1 | MIT | 2020-04-07T02:30:04 | 2020-04-07T02:30:04 | null | UTF-8 | Java | false | false | 1,024 | java | package org.ofdrw.reader.tools;
import org.dom4j.Document;
import org.dom4j.Element;
import org.dom4j.Namespace;
import org.dom4j.VisitorSupport;
import org.dom4j.tree.DefaultElement;
/**
* 命名空间清理类
* <p>
* 用于清理已经存在的命名空间
*
* @author libra19911018
* @since 2020-10-15 19:38:15
*/
public class NameSpaceCleaner ext... | [
"005006007"
] | 005006007 |
742ff2a508b566cca481a291fc225a9e4ae8f517 | e08682a48609402c31d059215cfb62adb32c993b | /core/src/main/java/com/gaoding/datay/core/container/util/JobAssignUtil.java | 6dbcc95c903c921a7984bbd76af6883593f3014e | [] | no_license | ywq20011/DataY | 96b1af92bf98899efc303dc2d21a94ef9fdb643a | 60310a86f69c13a21dcacc16e294486fd79b79b4 | refs/heads/main | 2023-03-15T17:58:53.379236 | 2021-03-08T09:57:09 | 2021-03-08T09:57:09 | 345,607,997 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,669 | java | package com.gaoding.datay.core.container.util;
import java.util.ArrayList;
import java.util.Collections;
import java.util.LinkedHashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Random;
import com.gaoding.datay.common.constant.CommonConstant;
import com.gaoding.datay... | [
"yuanfang@gaoding.com"
] | yuanfang@gaoding.com |
6d8e0f8c9f1a52e0cd9a6005962d5296e25e30f7 | 9686591e4b297f882f372d446f60eb2a8ecdc3b7 | /src/main/java/nl/dtls/fairdatapoint/database/mongo/migration/development/index/entry/data/IndexEntryFixtures.java | a7e91361c1d00f878a01a7f78a6fc5404ac8008d | [
"MIT"
] | permissive | rpatil524/FAIRDataPoint | d496091072cd7a4aecfba57b9313d22140c9732f | a55fcf528853ee6a0b88a21d59d95f7e49781a67 | refs/heads/master | 2023-08-31T19:45:02.107983 | 2022-04-04T06:50:27 | 2022-04-04T06:50:27 | 184,922,667 | 0 | 0 | MIT | 2023-06-09T18:52:29 | 2019-05-04T17:04:22 | Java | UTF-8 | Java | false | false | 4,502 | java | /**
* The MIT License
* Copyright © 2017 DTL
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merg... | [
"vknaisl@gmail.com"
] | vknaisl@gmail.com |
20442e2a89974984fbb02779202df968a4b7f0e4 | 4d0e0eda0a33a520a95920e0600a4b47d51435b7 | /router-api/src/main/java/com/dovar/router_api/multiprocess/MultiRouterResponse.java | 1a44f0632a37874c76afe9047ab8d0bdff6c972b | [
"MIT"
] | permissive | huangbqsky/DRouter | 83e2872fb1bd3a10cc3fde113970a9501fb94d12 | f68606d729c86c46bfa434259d988d1c271a7fa1 | refs/heads/master | 2022-11-27T20:07:44.799420 | 2020-07-20T15:11:12 | 2020-07-20T15:11:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,511 | java | package com.dovar.router_api.multiprocess;
import android.os.Parcel;
import android.os.Parcelable;
/**
* auther by heweizong on 2018/8/21
* description:
*/
public class MultiRouterResponse implements Parcelable {
private String mMessage = "";
private Parcelable mData;
public String getMessage() {
... | [
"heweizong@itouchtv.cn"
] | heweizong@itouchtv.cn |
e0bcfb0815d67dd72671ebbfd4387671a7a9f217 | c45dc278f9325d983d4eeb70a2f1e49fbb472d57 | /FragTransaction/app/src/main/java/com/example/rahul/fragtransaction/FragmentA.java | c22646cd6d36fe22d4e91578036675bd3e8a26e0 | [] | no_license | rahuldas11694/android | 58e90b7f55c89f05a288cd5106cf63b40fddd191 | 0d0e88064ee133b85a29b6cf432a72425f6fcd2b | refs/heads/master | 2020-05-23T05:05:12.180707 | 2017-03-28T12:13:31 | 2017-03-28T12:13:31 | 84,751,140 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,281 | java | package com.example.rahul.fragtransaction;
import android.app.Fragment;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
/**
* Created by rahul on... | [
"rahuldas11694@gmail.com"
] | rahuldas11694@gmail.com |
6d6780ab17bce676421ce2dcb1f16ad36e3e6abf | b07f03d1a7b92ab0132e3f59e5a016cee7128806 | /Visitor/src/co/edu/logica/visitor/VisitorEdad.java | e99f302e1c5c63323d6548f68e58fa6f2a8fc745 | [] | no_license | estefaniag08/proyectoModeloTeatro | 88197596ae2a637f536cc60f63870879b858881e | b9790990f7a6710f5a913bb7d26772d9e0b21561 | refs/heads/master | 2021-03-27T20:54:14.656472 | 2017-11-22T00:12:59 | 2017-11-22T00:12:59 | 110,854,839 | 0 | 0 | null | 2017-11-22T00:13:00 | 2017-11-15T15:58:44 | Java | UTF-8 | Java | false | false | 570 | java | package co.edu.logica.visitor;
import co.edu.logica.boleta.*;
public class VisitorEdad implements Visitor{
public void visitarBoletaCine(BoletaCine boleta) {
double precioFinal=boleta.getPrecioBoleta()-1000;
boleta.setPrecioBoleta(precioFinal);
}
public void visitarBoletaTeatro(BoletaTeatro bo... | [
"noreply@github.com"
] | estefaniag08.noreply@github.com |
afe87ae7c535f21913a103b4e7f76f5188631011 | 0b06fed24042da28b3ebbdd9ad21810598515765 | /src/obj/Seito.java | e088d39933cb2a1f425f0115773bf13eb8880beb | [] | no_license | t-you96/lesson | 754e989a02e85bd11af29e1858c782c2e990b82e | 56794326d20cabab23c329ba442335945996615d | refs/heads/master | 2022-06-25T19:16:26.832936 | 2020-05-12T04:45:56 | 2020-05-12T04:45:56 | 257,788,412 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 568 | java | package obj;
public class Seito {
String name;
int kokugo;
int math;
int society;
public Seito(String name,int kokugo,int math,int society) {
this.name = name;
this.kokugo = kokugo;
this.math = math;
this.society = society;
}
public void show() {
System.out.print(name + " 国語" + kok... | [
"edu02@EDUPC02.n00d01.kis.co.jp"
] | edu02@EDUPC02.n00d01.kis.co.jp |
4de334e6cd59e6e73ee845a72789cf9e17185b27 | eab8d595315fdedc308ef9046888e27f2dc8f7bf | /app/src/androidTest/java/com/dl/dlslidebanner/ApplicationTest.java | d5d88173502c20117d019397b3f42de89bed0a7b | [
"Apache-2.0"
] | permissive | DHASA2017/slidebanner | 9df8ce9307500b80ceb600c2172696e8fc6a1348 | cb636aa04516fe95d26a8c70dee9b11f0d3bdf17 | refs/heads/master | 2021-01-25T06:56:18.307348 | 2017-06-08T07:10:28 | 2017-06-08T07:10:28 | 93,629,503 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 351 | java | package com.dl.dlslidebanner;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
su... | [
"liulin@jiuqi.com.cn"
] | liulin@jiuqi.com.cn |
c6b600bf3229c579ee823eb7dd13f39240a1e0fe | 4e52ba30ac377ba404bc4cffbd94add2e5edf0e6 | /bookkeeper-common/src/test/java/org/apache/bookkeeper/common/conf/ConfigDefTest.java | 7ba3e71ccaef66e0c102ea27c35ee10ebe2ceabf | [
"Apache-2.0"
] | permissive | apache/bookkeeper | 0bf2bdb66c1e8e18654ba72775fdf0914c01517a | 1666d820a3d98ee6702e39c7cb0ebe51b1fdfd32 | refs/heads/master | 2023-09-01T17:43:09.657566 | 2023-09-01T05:20:10 | 2023-09-01T05:20:10 | 1,575,956 | 1,825 | 1,123 | Apache-2.0 | 2023-09-13T04:18:18 | 2011-04-06T07:00:07 | Java | UTF-8 | Java | false | false | 11,293 | 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 ... | [
"noreply@github.com"
] | apache.noreply@github.com |
9d66a03f2295baf3ee875997a56641c114ccc567 | 8a2df01eabf4625a84b66b77a9d48ddd004066c9 | /meinian_parent/meinian_interface/src/main/java/com/atguigu/service/TravelGroupService.java | e224f9ef878ce9350305bf2ce38ff0a98064c7ee | [] | no_license | zhangsanatguigu/meinian2020 | 2080e14ca14e4471f980d71b00d73b04b446d6c4 | 7530596e504447623d935d2cf484f81db420434f | refs/heads/master | 2023-02-03T09:21:36.523954 | 2020-12-22T03:37:04 | 2020-12-22T03:37:04 | 311,566,130 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 524 | java | package com.atguigu.service;
import com.atguigu.entity.PageResult;
import com.atguigu.pojo.TravelGroup;
import java.util.List;
public interface TravelGroupService {
void add(TravelGroup travelGroup, Integer[] travelItemIds);
PageResult findPage(Integer currentPage, Integer pageSize, String queryString);
... | [
"jlsp-zy@163.com"
] | jlsp-zy@163.com |
0157da5445708b17db722fd91f04ca6f4cf42e84 | 82c44f4ec47692d4621c191a4a57cdf25d90a881 | /app/src/main/java/com/basicflags/ui/activities/base/BaseRxActivity.java | 8ce58a32b1b89ed9c13619c6823a0281b96e4b32 | [] | no_license | Kolyall/BasicFlags | d25a855af557d98514a19f043c74993a951feb7d | bb7bf50ead79fb49309c55015e6d51906142f974 | refs/heads/master | 2021-01-21T11:16:05.161594 | 2017-03-01T10:55:00 | 2017-03-01T10:55:00 | 83,543,926 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,128 | java | package com.basicflags.ui.activities.base;
import android.os.Bundle;
import android.support.annotation.CallSuper;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import com.basicflags.module.DependencyInjection;
import com.basicflags.service.RxApiService;
import java.util... | [
"nikolay.unuchek@gmail.com"
] | nikolay.unuchek@gmail.com |
f03a37f8120a6c780b447ccaf7a488b063e3fb05 | a645a2a11345ea2cfd6c932c93c6a7b26abd4631 | /study/src/main/java/kr/green/study/service/MemberServiceImp.java | 556ae894e70801b1d33d9f83bf7274605799d60f | [] | no_license | kimjavi611/project_mj | cc94afcc75f6bc55e766dce8fc82c445f0312826 | 1555b9f7c375a9326fcc7ad6e9c98b906807bbdb | refs/heads/main | 2023-07-08T23:19:13.093603 | 2021-08-04T17:39:46 | 2021-08-04T17:39:46 | 361,574,822 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,452 | java | package kr.green.study.service;
import java.util.ArrayList;
import java.util.Date;
import java.util.regex.Pattern;
import javax.servlet.http.Cookie;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.springframework.security.... | [
"kimjavi611@gmail.com"
] | kimjavi611@gmail.com |
1341895a69c89195750b8d8d5fbf609b631c0f46 | cd2ba4c9c0aff4adaa184328949849afbaea9703 | /src/main/java/com/jzc/think/mode/structure/interfacezz/AdapterSub.java | f3e72a66e21845414307864d553742a399158894 | [] | no_license | jiango0/Think | 4b2eb88a06e9d7af1d2bb83c9aa876a69bb28707 | 7d21e660a2040afa1a400fe32fe921e1837ee9c1 | refs/heads/master | 2021-01-19T23:20:17.513626 | 2017-04-24T10:03:40 | 2017-04-24T10:03:40 | 88,965,239 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 175 | java | package com.jzc.think.mode.structure.interfacezz;
public class AdapterSub extends AbstractWapper {
public void method(){
System.out.println("AdapterSub method");
}
}
| [
"jiangzhichao@yryz.com"
] | jiangzhichao@yryz.com |
f1abbb4a61bde85a5069a9348ffb6a211eb0e310 | 95691177074cccb1281ddf9f84a8d88f9ef23164 | /src/main/java/com/sys/mype/sysce/pe/dto/ItemDTO.java | d6b3a2a3af220593cbfab927a806e0e0276cc7d7 | [] | no_license | ctucnoc/Sysce | c80381fb4afe08393f115ab9d279aeea3a0396d7 | c4223601fc312772da3a838d3585e3a93854899f | refs/heads/master | 2023-06-13T21:54:06.351568 | 2021-07-04T20:09:30 | 2021-07-04T20:09:30 | 352,447,990 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 188 | java | package com.sys.mype.sysce.pe.dto;
import lombok.Data;
@Data
public class ItemDTO {
private String displayName;
private String iconName;
private String route;
private String code;
}
| [
"ctc.tucno@gmail.com"
] | ctc.tucno@gmail.com |
20095520228de68002f0052057606d7e02cf7825 | 11c811f67f6951352e60efb0241603e50fc23606 | /webflux-mysql/src/main/java/co/com/jsierra/webfluxmysql/controllers/Handler.java | 93e864d83e0fd26fb53e0c53fa1455631dd69dfb | [] | no_license | jsierra93/SpringWebflux_MySQL_R2DBC | f0860c90d9177fce8c212a383f0c95eb9c041698 | b45dc9f779858a7892c87e5eab17bead735a9586 | refs/heads/master | 2023-01-21T09:24:56.515476 | 2020-11-30T18:46:41 | 2020-11-30T18:46:41 | 317,211,298 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,433 | java | package co.com.jsierra.webfluxmysql.controllers;
import co.com.jsierra.webfluxmysql.models.UserModels;
import co.com.jsierra.webfluxmysql.services.DatabaseOperations;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.web.reactive.... | [
"jsierra93@hotmail.com"
] | jsierra93@hotmail.com |
10c03f524b861160489b972133ac4ec477563d26 | 3da4e7cbac527b42c86065e4cc239b1b3559c7c0 | /app/src/main/java/com/example/keepfit/ui/dashboard/GoalsFragment.java | 7682d92f88c1126c5c8099134ca2b573a4c0c75b | [] | no_license | gmc112/KeepFit | 714c6099c5bcae13a8ae796110e2a92a4093ca9f | 388a924f53abf90bc35b22092a47af8ea89aa553 | refs/heads/master | 2020-12-29T10:28:42.399666 | 2020-02-06T00:17:43 | 2020-02-06T00:17:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,110 | java | package com.example.keepfit.ui.dashboard;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListView;
import androidx.annotation.Nullable;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import androi... | [
"ntb15144@uni.strath.ac.uk"
] | ntb15144@uni.strath.ac.uk |
fd8ea75442fdaec9d20273a14bb12641c1ab5bdc | adcf82e8f6ca858305504d13d8db79c0a6970323 | /Basic Code/Classes.java | 0d7c09db082395b9cce8bee28a41769f209dc880 | [] | no_license | Genius1237/CRUx-Android-Workshop | 8927a769f5dc22786cd467f6f9fce35a7f53a2e6 | c4c53255bfef0c8a736d7220f1921d490034bed3 | refs/heads/master | 2021-01-11T14:18:27.322624 | 2017-03-06T13:37:52 | 2017-03-06T13:37:52 | 81,328,465 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 479 | java | class One{
int x;
float y;
char name[100];
char id[10];
//Classes can have functions inside them
int doSomething(){
}
public void doNothing(){
}
//Constructor
One(){
}
//Constructor with arguments
One(int x,float y){
}
public static void main(String args[]){
//Object Creation
int x=5;
O... | [
"anirudhsriniv@gmail.com"
] | anirudhsriniv@gmail.com |
a681f798226e7454a52655448923cac6aadaabd4 | 27ca483176c24274329e6c63d9903421d1ca0a8d | /src/Client/UniqClient.java | 295a7194947ded9e7e4a03d7e2ccd21e28598a15 | [] | no_license | surajbabar/unix-tools | 860abd453ebe13c6c2612d86dca8fbb9416a23bb | 2a43a59c74e68c097c6d63272a40103b925f4ae5 | refs/heads/master | 2021-01-25T10:15:11.182620 | 2017-10-15T16:57:11 | 2017-10-15T16:57:11 | 15,743,175 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 346 | java | package Client;
import surajbab.unixTools.Uniq;
import surajbab.unixTools.lib.File;
public class UniqClient {
public static void main(String[] args) {
Uniq uniq = new Uniq();
String filename = args[0], fileData;
fileData = new File().readFile(filename);
System.out.println(uniq.Uniq... | [
"surajbab@thoughtworks.com"
] | surajbab@thoughtworks.com |
76d45367f27334096ef4558bb18a5f2a136f1e61 | dd0feb5eb8af78da03e442f8069a2c73fabd9afe | /SQL_Replica/src/CRUD/Update_Entry.java | b634658d7a48806f3c7a91d7c6c63228ed2bf994 | [] | no_license | harshitgupta323/SQL-Replica | b2c0bf155044dde25449ec943b845992e187ce64 | 8452566e10b0198f6c1018939e8a0e46a0148b60 | refs/heads/master | 2022-02-24T22:50:35.202796 | 2019-09-07T10:13:07 | 2019-09-07T10:13:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,318 | 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 CRUD;
import Table.Check_Table;
import java.io.*;
public class Update_Entry {
String database, table;
... | [
"noreply@github.com"
] | harshitgupta323.noreply@github.com |
bd916b6adde21dc97534c7fed6e85f123a70961b | bb75a0924633fcffd620a2dbf6d6c61340c7c553 | /tradeportal/WEB-INF/src/java/com/cxsample/tradeportal/PayBill.java | 5941d017e842f4a819e91de97dc289a81440d372 | [] | no_license | Checkmarx-Clinic/TP-INSTRUCTOR | 2786391d5d8f2c0dc37944696a228d362159d85b | 40d3b3615271770ad4f3ede0e4c70927e98e9b05 | refs/heads/master | 2022-11-18T19:04:12.842675 | 2020-06-23T16:18:01 | 2020-06-23T16:18:01 | 274,244,500 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 924 | java | package com.cxsample.tradeportal;
import com.opensymphony.xwork2.ActionSupport;
import com.cxsample.tradeportal.database.ConnectionFactory;
import com.cxsample.tradeportal.model.Account;
import com.cxsample.tradeportal.model.AccountService;
import net.sf.hibernate.Session;
import net.sf.hibernate.Query;
import net.sf.... | [
"checkmarx.sample@gmail.com"
] | checkmarx.sample@gmail.com |
9e5d3f73f5e7a9cd7ffd21df8bd677e35973653b | 1b2e63d4a971b8e9910f95acac013087f294970e | /src/com/cokiMing/layer/bullet/BaseBullet.java | 10be451c8cd2451013cdfd5b2407a6f26c6c0871 | [] | no_license | cokiMing/Issac-Java | 40ca761e0f9cd5c7845b58e6953d29f6683a764d | 89eeb64bf64b832aa83df5712d53713e312be567 | refs/heads/master | 2021-01-01T20:07:12.633979 | 2017-08-01T10:03:12 | 2017-08-01T10:03:12 | 98,767,309 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,551 | java | package com.cokiMing.layer.bullet;
import com.cokiMing.layer.buff.BaseBuff;
import com.cokiMing.layer.role.BaseRole;
import com.cokiMing.constant.Direction;
import java.awt.*;
import java.util.HashMap;
import java.util.Map;
/**
* Created by Coki on 2017/7/30.
*/
public abstract class BaseBullet {
//速度
prot... | [
"wuyiming@123feng.com"
] | wuyiming@123feng.com |
f9208ba949f4f4cd85b9396a23b51c2607a0e5a7 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/10/10_9fa9dcd5f3d5df6295ea366e24a6a5f80301531e/NYSuffolkCountyAParserTest/10_9fa9dcd5f3d5df6295ea366e24a6a5f80301531e_NYSuffolkCountyAParserTest_s.java | 9f21967c4f73dc77a70aa4c758e3c1eeff117414 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 10,144 | java | package net.anei.cadpage.parsers.NY;
import net.anei.cadpage.parsers.BaseParserTest;
import net.anei.cadpage.parsers.NY.NYSuffolkCountyAParser;
import org.junit.Test;
public class NYSuffolkCountyAParserTest extends BaseParserTest {
public NYSuffolkCountyAParserTest() {
setParser(new NYSuffolkCo... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
af0b280699774c58829d0367dea621315b44a4a2 | 2727bb9cf60f98034615e578cef6321d79c2bb23 | /photoviewerkit/src/main/java/com/khoinguyen/photoviewerkit/interfaces/IPhotoBackdropView.java | b70796691d926b2984b8df0a354b082298a49ae9 | [] | no_license | khoi-nguyen-2359/wallpaper-gallery | fec0c51bae66b06027808d12c194f3de8176642a | d6564aa4b3baccbba0ea897a481a9db45f2150e6 | refs/heads/master | 2021-01-21T14:40:00.711878 | 2016-07-15T09:54:32 | 2016-07-15T09:54:32 | 55,956,629 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 312 | java | package com.khoinguyen.photoviewerkit.interfaces;
/**
* Created by khoinguyen on 6/27/16.
*/
public interface IPhotoBackdropView<D> extends IPhotoViewerKitComponent<D> {
void updateAlphaOnShrinkAnimationUpdate(float animationProgress);
void updateAlphaOnRevealAnimationUpdate(float animationProgress);
}
| [
"akhoi90@gmail.com"
] | akhoi90@gmail.com |
cbe789660422a1c534daa3bc19257f1d8e034e77 | 064c1c2a39de354aef90228bfc32aa1e44f46183 | /ArtificialIntelegence/src/BasicBayesian/ParseDataSet.java | c49a2aca8367a414927585e9847e1cac6fdce6ec | [] | no_license | dibranxhymshiti/Viti_2_Projektet | 648dd01506f99c05865397c7926bc03bbf0f35c7 | 8dd8e1b54f75c7fc5a2540814b6345a8a90419ba | refs/heads/master | 2020-03-27T07:25:14.976659 | 2016-06-23T01:36:26 | 2016-06-23T01:36:26 | 61,762,546 | 0 | 0 | null | 2016-06-23T01:36:26 | 2016-06-23T01:15:12 | Java | UTF-8 | Java | false | false | 2,575 | java | package BasicBayesian;
import java.io.*;
public class ParseDataSet
{
/*
* ==========================================================================
* =* paseDataset
* ============================================================
* ===============
*/
public int[][] parseDataset(String training_dataset_pat... | [
"dibranxhymshiti@hotmail.com"
] | dibranxhymshiti@hotmail.com |
0e19ecf884d7984337aec711b90c3adac175fb43 | 4591c6ebdba6ef84ced586da2bdd9eb95a93fa53 | /src/main/java/com/kevin/Chapter/one/ufTest.java | d238db667a9d71bc7506126eb4f03e5a8df87466 | [] | no_license | kevin19931015/MyAlgorithm | 355cbf3ba4e41657225d281dc0b7ce0754cba7ad | a11a417b8cfa68acefd5cbda5bcd1c116f79a071 | refs/heads/master | 2021-05-12T00:12:57.866257 | 2018-01-17T12:54:03 | 2018-01-17T12:54:03 | 117,529,443 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 541 | java | package com.kevin.Chapter.one;
import edu.princeton.cs.introcs.StdIn;
import edu.princeton.cs.introcs.StdOut;
public class ufTest {
public static void main(String[] args){
int N = StdIn.readInt();
UnionFind uf = new UnionFind(N);
while (!StdIn.isEmpty()){
int p = StdIn.readInt(... | [
"1137885445@qq.com"
] | 1137885445@qq.com |
54620d6bbf513c0f3825a3906b9d9c1ee087b32e | e14769597d30adfc88b38d807053cbcfa92239ce | /subprojects/web/src/dtrack/web/actions/AddCommentAction.java | 4846e5afed0b1f1309c2ffb6436e776f7af6c0ef | [] | no_license | osobolev/dtrack | a99c9d2b541509f55c8e383604f7f1fbdb31146e | 023cb2bd8625260061b4c8b9e22f89fe8e1fd661 | refs/heads/master | 2023-03-10T23:53:39.590458 | 2023-02-28T14:43:15 | 2023-02-28T14:43:15 | 215,111,917 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,418 | java | package dtrack.web.actions;
import dtrack.web.dao.BugEditDao;
import javax.servlet.http.HttpServletRequest;
import java.sql.SQLException;
import java.util.Map;
public final class AddCommentAction extends Action {
private final int bugId;
private final int bugNum;
private final ProjectInfo request;
... | [
"sobolev_ov@mail.ru"
] | sobolev_ov@mail.ru |
5d4fb55aeba8ae930d3c60a0cab70408aa91529f | 043472b8681153ee6754b98449dd192703e0b8d2 | /future-auth/future-auth-cas-server/src/main/java/com/github/peterchenhdu/future/auth/cas/ticket/proxy/ProxyHandler.java | acba111adb87581dea8f2e21e70690bbaef29542 | [
"Apache-2.0"
] | permissive | peterchenhdu/future-framework | 4f59c9b56a28a4e1a05bcccddc460dbcb47e5bd1 | e41555f876ffe18cf9b8aa5fee867165afc363d6 | refs/heads/master | 2018-10-25T20:02:09.896630 | 2018-08-24T14:34:55 | 2018-08-24T14:34:55 | 62,036,034 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,099 | java | /*
* Copyright (c) 2011-2025 PiChen
*/
package com.github.peterchenhdu.future.auth.cas.ticket.proxy;
import com.github.peterchenhdu.future.auth.cas.authentication.principal.Credentials;
/**
* Abstraction for what needs to be done to handle proxies. Useful because the
* generic flow for all authentication is simil... | [
"cp_hdu@163.com"
] | cp_hdu@163.com |
8181053053ab01b4dc41113fccdc8857c13adc45 | 4916ed5c8041b83dd051b5a24756bcdd5b043c3d | /src/java/demo/RulesEngine.java | fa82e0ab2851704509447cd4ce87c7611d4117c7 | [] | no_license | barba-dorada/drools-test | 8e3440efa5109df3c3845ecf6ca3f2451dcb38db | 4eb05c5c0fc10f42d7bd665bad1cf070962d8241 | refs/heads/master | 2021-01-17T17:43:29.731171 | 2016-10-11T11:06:56 | 2016-10-11T11:06:56 | 70,585,848 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,581 | java | package demo;
import java.io.InputStreamReader;
import java.io.Reader;
import org.drools.RuleBase;
import org.drools.RuleBaseFactory;
import org.drools.WorkingMemory;
import org.drools.compiler.PackageBuilder;
import org.drools.event.DebugWorkingMemoryEventListener;
import org.drools.rule.Package;
public class Rules... | [
"vad.tishenko@gmail.com"
] | vad.tishenko@gmail.com |
84d01abde09e4e6674ddfedb22a17107f8ba8acd | c0e62d59b77aefe46ddb392a6f9e1087080c4aee | /SweetShop/src/cakes/special/Advertising.java | 761e205e1277a126f8bd2e3b725e81ca9e312619 | [] | no_license | borisb955/ITtalentsHW | 66666e46aa9783314d04b38f31014653f9314e08 | 3ff6aae1cae6d3c8f999d317cb38aa63fd92fa58 | refs/heads/master | 2021-01-01T16:51:34.846783 | 2017-08-29T20:09:19 | 2017-08-29T20:09:19 | 97,931,415 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 477 | java | package cakes.special;
import cakes.Cake;
import cakes.Cake.CakeKind;
import cakes.standard.Biscuit;
public class Advertising extends Cake implements Comparable<Advertising>{
private String name;
public Advertising(String name, String descr, int price, int pieces, String ownerName) {
super(name, descr, price, p... | [
"borisb95@abv.bg"
] | borisb95@abv.bg |
21c790e4fe73a65412e65f13e49a6b1a03c09cd5 | 6a4689aa2453f8a4a289db88f8a4be5eef0cf739 | /src/main/java/com/devops/service/IJobService.java | 0df3706e4d4c31d53b2e5bccf7dfbfb9d2037abd | [
"Apache-2.0"
] | permissive | bradlyyd/testsff | 8310253a7fe75af977824bdd851d027a8fbd14db | a4b5a1547d81838fd41978561572738becdab4f9 | refs/heads/master | 2020-03-22T07:04:39.864151 | 2018-06-26T09:18:20 | 2018-06-26T09:18:20 | 139,676,455 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 853 | java | package com.devops.service;
import java.util.Map;
import org.springframework.scheduling.annotation.Async;
import com.baomidou.mybatisplus.plugins.Page;
import com.baomidou.mybatisplus.service.IService;
import com.devops.entity.JenkinsJob;
import com.devops.entity.Template;
/**
*
* SysUser
*
*/
... | [
"szjack@163.com"
] | szjack@163.com |
c69d2ef6d0a42c97f5e1ec97ec0fd45db88dd5c4 | e36eaf56f9ab9c0e21454f410dc0572ae1bebcac | /UDPServer.java | e551b692c015542820065d1592b8bd22ad600e25 | [] | no_license | fabriciolopesm/SD1 | 71138f1f2467035adceee6d684052e0984abb439 | 81704c6b9e8cbe79ec306c1886b986c1966facbf | refs/heads/master | 2020-07-19T04:48:29.627939 | 2019-09-04T17:40:25 | 2019-09-04T17:40:25 | 206,376,759 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 998 | java | import java.net.*;
import java.io.*;
public class UDPServer{
public static void main(String args[]){
DatagramSocket aSocket = null;
try{
aSocket = new DatagramSocket(6789);
byte[] buffer = new byte[1000];
byte[] enviar = new byte[1000];
while(true){
DatagramPacket request = new DatagramPacke... | [
"noreply@github.com"
] | fabriciolopesm.noreply@github.com |
859f1da776e37f1ed9b6fccfd520441e8d7c38cd | aced47fa8684cffe5a95880305de4dfda16712f3 | /CodeInTheAir/src/com/Android/CodeInTheAir/Events/CallbackManager.java | 972f5bf69e80d769c89734665f5d3007ec6d9e87 | [] | no_license | anirudhSK/cita | ff176b7e18ea94d719bebd7b3c6b8bbefc582b15 | 9c54d26aa63268b88526dbe1ab84773248925220 | refs/heads/master | 2020-05-22T14:10:03.805098 | 2012-06-26T01:49:58 | 2012-06-26T01:49:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,056 | java | package com.Android.CodeInTheAir.Events;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.locks.ReentrantReadWriteLock;
import android.util.Log;
import com.Android.CodeInTheAir.Callback.Callback_Accl_Dat... | [
"sk.anirudh@gmail.com"
] | sk.anirudh@gmail.com |
d9d857059da10c6045b53d4d71093bb6f6e80f7b | dc49c77325e801959163c386b832f8e0a8a0089e | /src/Airplane/cabin/Meal.java | 4ed7b0ae6a5d7bef986cf30c3e574162483dc0ce | [] | no_license | Herbert-Karl/Software-Engineering-I | f2e78cf2ed169199f8b60bdfe72a752a48547fe0 | fe5ea077fd3e928d4bfafc0ce459a1a4e994f514 | refs/heads/master | 2020-04-02T05:48:56.653090 | 2019-01-07T14:27:20 | 2019-01-07T14:27:20 | 154,107,562 | 9 | 25 | null | 2019-01-07T14:10:15 | 2018-10-22T08:07:41 | Java | UTF-8 | Java | false | false | 420 | java | package Airplane.cabin;
public class Meal {
private String description;
private double weight;
public String getDescription() {
return description;
}
public void setDescription(String description) {
this.description = description;
}
public double getWeight() {
ret... | [
"ko.goldbach@gmail.com"
] | ko.goldbach@gmail.com |
da626828eac6ece1a8c6a03a20a7fd0a06bb3614 | ddc0744590673e6ec51d2ca47b8f534f1d794f32 | /src/main/test/com/mobiquity/service/FileServiceImplTest.java | 4c61a0f77f4f4114a5783a3e7e7d4121bec57fec | [] | no_license | tomassirio/Backend-code-assignment---Mobiquity-2021 | 4e33eeaad47b10a69f4dc62ea2486d6733a84db0 | e7e2a2162301e2f3354a8e5323d64af8fcf173c4 | refs/heads/master | 2023-05-06T13:15:35.100413 | 2021-05-26T00:29:03 | 2021-05-26T00:29:03 | 370,475,423 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,708 | java | package com.mobiquity.service;
import com.mobiquity.exception.APIException;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.powermock.core.classloader.annotations.PowerMockIgnore;
import org.powermock.core.classloader.annotations.PrepareForTest;
import org.powermock.modules.... | [
"tomassirio@gmail.com"
] | tomassirio@gmail.com |
7dd1174a90b6da2f5ef01818f7aa389b53805e60 | 5d3d78d93c49823a91f5e1e18bd1565893002321 | /src/main/java/org/gwtproject/i18n/shared/cldr/impl/NumberConstantsImpl_en_TO.java | 78a0259224222abd1b0b52ab8a6b4c2757cb857f | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | vegegoku/gwt-i18n-cldr | ecf38343c0448bab21118c8cdc017ed91b628e71 | fdf25c7f898993a50ef9d10fe41ccc44c1ee500f | refs/heads/master | 2021-06-11T05:07:57.695293 | 2020-08-27T08:26:12 | 2020-08-27T08:26:12 | 128,426,644 | 2 | 1 | null | 2020-07-17T17:29:11 | 2018-04-06T17:38:54 | Java | UTF-8 | Java | false | false | 2,382 | java | // /*
// * Copyright 2012 Google Inc.
// *
// * Licensed under the Apache License, Version 2.0 (the "License"); you may not
// * use this file except in compliance with the License. You may obtain a copy of
// * the License at
// *
// * http://www.apache.org/licenses/LICENSE-2.0
// *
// * Unless required by... | [
"akabme@gmail.com"
] | akabme@gmail.com |
d908bad6a83881962c9f00d7aa722d2cc2de4775 | 1620a03731950562567a6427ae4e8c431a90442d | /JUnitTests/app/src/main/java/com/example/sandicarobert/junittests/MainActivity.java | bb2f1b9b2508b5836f17996e725835bbd1f5e062 | [] | no_license | sandicaRobert/UnitTests | d29523f010f238f6602ef252776c15a6459453ab | c8125aed2f6318df133f554dd5f9c66cdb2752a3 | refs/heads/master | 2021-01-01T04:04:31.052386 | 2016-05-06T17:58:54 | 2016-05-06T17:58:54 | 56,917,251 | 0 | 1 | null | 2016-05-06T17:58:54 | 2016-04-23T12:06:05 | Java | UTF-8 | Java | false | false | 349 | java | package com.example.sandicarobert.junittests;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.la... | [
"sandica_robert@yahoo.ro"
] | sandica_robert@yahoo.ro |
5d84db6898f2e0fa2179c305c86e665d7b4dd3ab | 02c248a868a2788cae024232cefd27abb2f00931 | /app/src/main/java/xyz/romakononovich/firebase/models/Message.java | 19ffc374c2c9447e9d74763b7b4cad9ab2946c62 | [] | no_license | romakononovich/Firebase | fe555d2d5c0fa5d12f325ffca6fdebb9b3d5c542 | 55dab4a23c26f3263b3d4b1f2c3e445bc77a2dfa | refs/heads/master | 2020-04-05T14:34:40.209241 | 2017-09-05T16:35:54 | 2017-09-05T16:35:54 | 94,694,121 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,243 | java | package xyz.romakononovich.firebase.models;
import java.util.Objects;
/**
* Created by romank on 13.06.17.
*/
public class Message {
private String time;
private String message;
private String title;
private String id;
public String getId() {
return id;
}
public void setId(Str... | [
"romakononovich@gmail.com"
] | romakononovich@gmail.com |
026c1d669c58000a8ff5516f7438dc75d4173728 | 6ac9188162e53a028191962c4c7398cfd47ff250 | /topcoder/output/CombiningSlimes.java | 1e1b45740326a2da3a0383181b9ba63753619d27 | [] | no_license | mastersobg/contests | dbc83096be1b667c2546e6daba2f68472824d8eb | 822eda17a251e1ee978ff9265c2960c9d289986d | refs/heads/master | 2021-01-23T10:00:37.439738 | 2015-11-10T05:19:09 | 2015-11-10T05:19:09 | 2,923,871 | 0 | 1 | null | 2015-06-20T13:50:30 | 2011-12-06T10:09:40 | Java | UTF-8 | Java | false | false | 752 | java | import java.io.*;
import java.util.*;
import static java.lang.Math.*;
import java.util.ArrayList;
import java.util.List;
public class CombiningSlimes {
public int maxMascots(int[] a) {
List<Integer> list = ArraysUtil.asList(a);
int ret = 0;
while (list.size() > 1) {
int x = li... | [
"gorbachev.ivan@gmail.com"
] | gorbachev.ivan@gmail.com |
cc50fa6666ba0aca7ba2eb381e2a7a471596debc | 6e07004a9f84f6c45911677e02e33ce503412bc8 | /client/android/prover-e/swypeidenterprise/src/main/java/io/prover/swypeid/enterprise/viewholder/model/Hints.java | 9f841452588566ce4453279e4ab7580cb4fbf01d | [] | no_license | ProverProject/prover-enterprise-public | d0b4d54bd53696946406b4013eaa799f1282303e | c30de48346f7a926d23f9e733706093d7ca7a307 | refs/heads/master | 2020-04-04T03:50:16.959537 | 2019-07-15T08:57:52 | 2019-07-15T08:57:52 | 155,727,930 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,640 | java | package io.prover.swypeid.enterprise.viewholder.model;
import io.prover.swypeid.enterprise.R;
public enum Hints {
Other, AllDone, MakeCircular, SwypeCodeFailed, NoMoney, VideoNotConfirmed, CalculatingVideoHash, VideoHashPosted, NetworkError,
ErrorPostingHash, FileHashAddedToBlockchain, LowContrast;
publ... | [
"babay@mail.ru"
] | babay@mail.ru |
d3834293b22c77ad622ec3b5eea7347b457d59b9 | fd0c6d66e12565fcf02fb51596ccc8a79000874b | /src/test/java/com/jsoniter/output/TestString.java | c834a285ba0d506159aa2089f878e0bbd9396ff1 | [
"MIT"
] | permissive | whitekat98/javaFinal | bd06da6e637ffa7bc1e7c88ee61dece0af432ca5 | 38bf262f7af8f8f5fab4e3b9df2a6e728365f9d7 | refs/heads/master | 2022-11-20T07:53:40.130895 | 2020-02-04T14:59:07 | 2020-02-04T14:59:07 | 238,229,167 | 0 | 0 | MIT | 2022-11-16T10:36:26 | 2020-02-04T14:43:45 | HTML | UTF-8 | Java | false | false | 507 | java | package com.jsoniter.output;
import com.jsoniter.spi.Config;
import junit.framework.TestCase;
public class TestString extends TestCase {
public void test_unicode() {
String output = JsonStream.serialize(new Config.ReBuilder().escapeUnicode(false).build(), "中文");
assertEquals("\"中文\"", output);
... | [
"59207956+whitekat98@users.noreply.github.com"
] | 59207956+whitekat98@users.noreply.github.com |
702dacb779370ae88c5a6b80f7d6ba7c6c0f4bf0 | dedb0b71ad97f51a3db72cc8fa741be4c9e7c3c3 | /AndroidApp/app/src/main/java/com/example/ecg/ble/Utilidades/LocationPermission.java | 4fb7c697644cd3c83feebc6932b5579cf501b69e | [] | no_license | fabianastudillo/vitalhealthuc | eee56e939320c249675394e6525c7d4604a017ad | 117177752ac8e5c535edf24a3423e90973a414a9 | refs/heads/main | 2023-03-05T02:05:47.006505 | 2021-02-12T01:44:18 | 2021-02-12T01:44:18 | 338,193,349 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,770 | java | package com.example.ecg.ble.Utilidades;
import android.app.Activity;
import android.content.pm.PackageManager;
import com.polidea.rxandroidble2.RxBleClient;
import androidx.core.app.ActivityCompat;
public class LocationPermission {
private LocationPermission(){
}
private static final int REQUEST_PERM... | [
"75911523+jlef2991@users.noreply.github.com"
] | 75911523+jlef2991@users.noreply.github.com |
e1bec13110c7b0ae189368c4427e8be97afa79b9 | 437e47e6bd1803d491811f23de5be90be17bcec3 | /api/src/main/java/org/lpro/entity/Quantity.java | fa55c9a2bfed7f7c9bf47a1dabe2d3d323b07d89 | [] | no_license | MorganDbs/JavaAPI | 6a4172a7fcfac8dac2c0c581cdbc7286d537e855 | e3ebaa3188c069ceefed508183cf1e926eaeab26 | refs/heads/master | 2021-05-04T14:43:41.141937 | 2018-03-27T13:25:08 | 2018-03-27T13:25:08 | 120,208,965 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,012 | 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 org.lpro.entity;
import java.io.Serializable;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persi... | [
"mailmorgandubois@gmail.com"
] | mailmorgandubois@gmail.com |
873aa75a6cf7c6531510a5dd5b45838d0b2fb907 | c811b112852833555fc46b18a91142d48652ed21 | /CrfSvm/src/crfsvm/crf/een_phuong/semi_createUlbTrainingData.java | d565b0e5aa4a4b5ddfa6868d222df255e2567096 | [] | no_license | albaniliu/thesis-nlp | 1b8348d4718c092c75d01ec13d3d7183892996aa | 258b3f0fae531aa89576508b96eaecde9cd83f82 | refs/heads/master | 2021-01-19T18:08:05.337771 | 2011-11-01T17:08:46 | 2011-11-01T17:08:46 | 38,242,322 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,563 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/*
* semi_createUlbTrainingData.java
*
* Created on Mar 8, 2011, 4:14:31 PM
*/
package crfsvm.crf.een_phuong;
import java.awt.Color;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import ... | [
"anhdungle1986@gmail.com"
] | anhdungle1986@gmail.com |
d15a9b3bebdf04fac00e0f151bffb208b34f87b4 | 1e671aad06682da80282dd83dece1937239a848f | /demo/src/com/zhaoqy/app/demo/page/vmall/adapter/HomePagerAdapter.java | 7cb747c464f07e47e202c01197bd5d095404f1d4 | [] | no_license | zhaoqingyue/EclipseStudy | 548671318b074c833d3e12b8dc6379a85e122576 | f2238125e55333a7651fec546f39fd23dee0197e | refs/heads/master | 2020-04-04T03:24:09.966018 | 2018-11-01T12:41:11 | 2018-11-01T12:41:11 | 155,712,533 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,066 | java | package com.zhaoqy.app.demo.page.vmall.adapter;
import java.util.List;
import android.support.v4.view.PagerAdapter;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
public class HomePagerAdapter extends PagerAdapter
{
private List<ImageView> ivlist;
public HomePagerAdapte... | [
"1023755730@qq.com"
] | 1023755730@qq.com |
f09ef2aac724009afb9a8df0f6402af66fbd6813 | 76be1fb2b767c8ff5c448425817b872abf553c73 | /src/main/java/logcollector/SocketElement.java | cdf67e28005c422f72f7b07c8da9936170e3ec7b | [
"Apache-2.0"
] | permissive | ChoiJW/logcollector | 5717b64b3746e6ab9ebde71bcfb4960c10b7fba8 | 8fc5186b498de100aef4e3ba4dbcc4aa9dbbaf9a | refs/heads/master | 2021-04-28T14:42:51.828515 | 2018-02-20T13:05:03 | 2018-02-20T13:05:03 | 121,971,185 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,954 | java | package logcollector;
import java.io.BufferedInputStream;
import java.io.IOException;
import java.io.InterruptedIOException;
import java.io.ObjectInputStream;
import java.net.Socket;
import org.apache.log4j.Logger;
import org.apache.log4j.spi.LoggerRepository;
import org.apache.log4j.spi.LoggingEvent;
// Contributor... | [
"supportchoi@hotmail.com"
] | supportchoi@hotmail.com |
4e387e558c4b043838eaa904c14bbc4ae6e7829f | e9dbdb017ec4ca2ad396286ecf379923683cc6bb | /SobelEdgeDetection/src/main/EdgeDetection.java | 1cb2c07a1c5cb9de31e1f238de5168a7b3be0408 | [] | no_license | eman3220/sobelEdgeDetection | 382a1dada3d341a7184f069a9dff2fdd23f43e62 | 5eafe880518e3bb825640746a8eb1f4a287c2b38 | refs/heads/master | 2021-01-23T12:35:06.168540 | 2014-08-03T22:28:38 | 2014-08-03T22:28:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,737 | java | package main;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
/**
* Author: Emmanuel Godinez 300251168
*
* input: image file. Only use .png files. (note: tiff images don't seem to like
*... | [
"manuel.godinez22@gmail.com"
] | manuel.godinez22@gmail.com |
1602b02aa3751dab3e8602c002b38041c78abe92 | 7ad54455ccfdd0c2fa6c060b345488ec8ebb1cf4 | /com/ibm/icu/text/RuleBasedBreakIterator.java | 4feaa169c00814b095e4ce17988baeb25b2ee82b | [] | no_license | chetanreddym/segmentation-correction-tool | afdbdaa4642fcb79a21969346420dd09eea72f8c | 7ca3b116c3ecf0de3a689724e12477a187962876 | refs/heads/master | 2021-05-13T20:09:00.245175 | 2018-01-10T04:42:03 | 2018-01-10T04:42:03 | 116,817,741 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 54,372 | java | package com.ibm.icu.text;
import com.ibm.icu.impl.Utility;
import com.ibm.icu.util.CompactByteArray;
import java.io.DataOutputStream;
import java.io.FileOutputStream;
import java.io.FilterOutputStream;
import java.io.IOException;
import java.io.PrintStream;
import java.text.CharacterIterator;
import java.text.StringCh... | [
"chetanb4u2009@outlook.com"
] | chetanb4u2009@outlook.com |
e9c982ac2dcd70a0f24790425b1acd876d9b92e4 | 020c3bf8424bb2a04acfca0e3e5bcf02743970da | /yakhont/src/core/java/akha/yakhont/debug/BaseDialogFragment.java | 583fb5e1c6a3996320be6999094bdab671d266f7 | [
"Apache-2.0"
] | permissive | perlynk/Yakhont | 8594166c8dc9b02bcb97fa556216f32dc917fc64 | 04cb1eedab043777b0d43b902f5d924e82280aea | refs/heads/master | 2021-08-06T18:22:40.033100 | 2017-10-31T13:47:50 | 2017-10-31T13:47:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 22,340 | java | /*
* Copyright (C) 2015-2017 akha, a.k.a. Alexander Kharitonov
*
* 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... | [
"akha.yakhont@gmail.com"
] | akha.yakhont@gmail.com |
29e5ca5c539bdec6839b0b24dcb72a92ed8ed77b | 0369bed326a59d5f3f5d19ed1258eab979ec402e | /Titles/helloWorld/java/HelloWorld/src/helloworld/title/TitleRegistry.java | f7fe8867ed0e944ba654cb65d9428724edb5db27 | [
"MIT"
] | permissive | magic-lantern-studio/mle-titles | 4e29892a4467c2fb9840448992fcfaab6eab9c34 | 55b79d1bdf0aa98ed057a6128fe69b25ab785b2c | refs/heads/master | 2022-09-29T06:14:42.904716 | 2022-09-17T18:42:30 | 2022-09-17T18:42:30 | 128,479,248 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,896 | java | /*
* TitleRegistry.java
* Created on Mar 28, 2006
*/
// COPYRIGHT_BEGIN
// COPYRIGHT_END
// Declare package.
package helloworld.title;
// Import standard Java classes.
import java.util.Observer;
import java.util.Observable;
import java.util.Vector;
// Import Magic Lantern Runtime Engine classes.
import com.wizze... | [
"msm@wizzerworks.com"
] | msm@wizzerworks.com |
0ff854619cb1c1a33ef80b24f8bdf2969b6270ed | e157a8811bcf44365782f37734d991ae01f4379c | /Chapter11/src/sec02/exam05_static_method/RemoteControl.java | 2a28af0da927917206582905390e7390696b1a60 | [] | no_license | KIMDev-sever/study-java- | c212bf4950d20bd9b71aa72eb969ddbeffff1b44 | 1bd2dc2ff086aa449df1799b57391a764449aabf | refs/heads/master | 2022-12-20T07:42:44.537338 | 2020-10-06T01:25:40 | 2020-10-06T01:25:40 | 276,258,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 529 | java | package sec02.exam05_static_method;
public interface RemoteControl {
// 상수 public static final
int MAX_VOLUME = 10;
int MIN_VOLUME = 0;
//추상 메서드 public abstract
void turnOn();
void turnOff();
void setVolume(int volume);
//디폴트 메서드 public
default void setMute(boolean mute) {
if(mute) {
System.out.print... | [
"lunatic7208@gmail.com"
] | lunatic7208@gmail.com |
02d42cd40052a797373b11616fb85540774f19b9 | 03beb22a38b4955555ae1796b26ab4d5dc233e76 | /test/app/src/main/java/com/example/test/DTO/CreateMemberDto.java | b1a8081ac3656919e738785bf36d2286c8e32ffc | [] | no_license | leeyoong/All-Fun-SideProject-FE | 2825062870e54545e53c4d4060a8337a136be008 | 52f9525f0eb5c44ae7657fecb116bbf65f3eb35f | refs/heads/main | 2023-06-25T16:30:19.148150 | 2021-07-31T07:37:33 | 2021-07-31T07:37:33 | 390,770,863 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,038 | java | package com.example.test.DTO;
public class CreateMemberDto {
public CreateMemberDto(String email, String passwd, String birth, String name, String phone, String nickname, String gender) {
this.email = email;
this.passwd = passwd;
this.birth = birth;
this.name = name;
this.p... | [
"wkdsks612@gmail.com"
] | wkdsks612@gmail.com |
ef67d8255ec2cd0c62351f12d338d5878fa38ddb | 8cb04a820f6eb5b91a7b400a0b7790b1dabf2f43 | /src/main/java/sunyu/demo/security/manager/config/tld/ClassPathTldsLoader.java | babee2f067eff4e693433b3c5cac44d6cc67d45d | [
"MIT"
] | permissive | Asura0923/security-manager | f9275cd206a73c9bbae38dc1ebf17c16387cfbd5 | 7540cdf778ae7c6a15249a1a0d204f0b1a29f57e | refs/heads/master | 2020-07-14T11:57:37.119134 | 2019-08-20T06:07:16 | 2019-08-20T06:07:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 929 | java | package sunyu.demo.security.manager.config.tld;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer;
import javax.annotation.PostConstruct;
import java.util.Arrays;
import java.util.List;
/**
* tlds classpath loader
*
* @author... | [
"89333367@qq.com"
] | 89333367@qq.com |
cfb72da54d681238bc485efc95194d6c3844c32e | d72223decd604f3fdda8aabfca3272012c690517 | /dubbo-config/dubbo-config-api/src/main/java/com/alibaba/dubbo/config/model/ConsumerModel.java | e9e5f3a96811a832a45919083fb37d0fd7864333 | [
"Apache-2.0"
] | permissive | wangyaomeng/dubbo-parent | aff8abfa13a5370211ea6a1d354f306c974f06b5 | 12a3b1d7626a50a568c73a535bb4358bb7b7789c | refs/heads/master | 2022-12-05T08:12:14.324015 | 2020-08-31T14:13:58 | 2020-08-31T14:13:58 | 291,729,389 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,535 | 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 may ... | [
"wangyaomeng0814@foxmail.com"
] | wangyaomeng0814@foxmail.com |
c8715331b5826dbe211a83a2c5d730f76bb3433e | 8e26e41b2d8b0e6c2c837c5fc94a70f63e9d5683 | /backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/scheduling/InternalClusterPolicies.java | 755978b0a3a764e0962a9501929cdf2797864d79 | [
"Apache-2.0"
] | permissive | deweydu/ovirt-engine | 8d23d6ce0dfadc596ddc95463c98e4c0a993eb34 | cb7e7c4d34786b83ff7b4e7a36d70ab69ed4e2e1 | refs/heads/master | 2020-12-13T19:55:55.841984 | 2015-09-24T08:45:24 | 2016-01-10T08:29:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,848 | java | package org.ovirt.engine.core.bll.scheduling;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import org.ovirt.engine.core.bll.scheduling.policyunits.CPUPolicyUnit;
import org.ovirt.engine.core.bll.scheduling.policyunits.CpuLevelFilterPolicyUnit;
import org.ov... | [
"rgolan@redhat.com"
] | rgolan@redhat.com |
3b847c82efe75ff433bd180538dee2208df304b5 | 58505311d768cd861a95bb4f39f8af0840d18b1e | /WallJumper/src/com/me/walljumper/screens/GameScreen.java | 3834e3cc700c64e72a95aa164c99bebcb142d1d5 | [] | no_license | VjDroider/WallJumper | d3f0eaf96d4ac668d3fbb361cb91252f28a50c27 | 8c28d4a94cb5d37ce5f04b1a8d0ddbefd223e734 | refs/heads/master | 2021-01-18T07:34:51.414082 | 2014-06-15T02:43:03 | 2014-06-15T02:43:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,098 | java | package com.me.walljumper.screens;
import com.badlogic.gdx.Game;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.InputProcessor;
import com.badlogic.gdx.math.Interpolation;
import com.me.walljumper.DirectedGame;
import com.me.walljumper.ProfileLoader;
import com.me.walljumper.WallJumper;
import com.me.walljumper.... | [
"joeyauby@gmail.com"
] | joeyauby@gmail.com |
c0894d54dcbb0178f05b1eadf7a8c5e8d247886c | a53f96eefd4c4e3691f074197506b6fb1a0fb201 | /Location.java | be423035f3a3431794cf8b46b6ccab6c3fbedef1 | [] | no_license | danmidwood/danimals | b0880fe474c4f956e5de340d76005964473722f6 | 0978240b6f34ac4093069608852d62d194f677a3 | HEAD | 2016-08-11T13:34:57.646256 | 2016-02-02T22:45:08 | 2016-02-03T12:50:35 | 50,949,672 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,596 | java |
/**
* Write a description of class Location here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class Location extends Selection
{
int row;
int col;
public Location() {
addParam(new String("radius"), new Integer(10));
}
public Object select(... | [
"dan@danmidwood.com"
] | dan@danmidwood.com |
e5281645b679719f38f5782b5bc2c6632d74943b | 7c779f6a42bda541b0548f2f387d65c9e44236de | /app/src/main/java/com/example/java6/MainActivity.java | fbcc089fafde05e6be0a6dd22f6fd43e8f14ec97 | [] | no_license | Webbernucthomework/JAVA_HW6 | fa202ecc9efc9e05bd6e8d09005e667dd719c0d1 | 34834971d683531ab1896c11fb7a990c505a4e13 | refs/heads/master | 2020-09-06T07:04:50.860771 | 2019-11-08T01:08:30 | 2019-11-08T01:08:30 | 220,358,800 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 331 | java | package com.example.java6;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main... | [
"57001344+Webbernucthomework@users.noreply.github.com"
] | 57001344+Webbernucthomework@users.noreply.github.com |
3f95fd13c3bcf67e5fdda88bf4061af20045fb4a | d60e287543a95a20350c2caeabafbec517cabe75 | /LACCPlus/Hadoop/273_1.java | 1c4629e40c82e46a5b24e021642dca18282cf5af | [
"MIT"
] | permissive | sgholamian/log-aware-clone-detection | 242067df2db6fd056f8d917cfbc143615c558b2c | 9993cb081c420413c231d1807bfff342c39aa69a | refs/heads/main | 2023-07-20T09:32:19.757643 | 2021-08-27T15:02:50 | 2021-08-27T15:02:50 | 337,837,827 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 754 | java | //,temp,OpenFileCtxCache.java,198,219,temp,NMContainerTokenSecretManager.java,214,234
//,3
public class xxx {
void cleanAll() {
ArrayList<OpenFileCtx> cleanedContext = new ArrayList<OpenFileCtx>();
synchronized (this) {
Iterator<Entry<FileHandle, OpenFileCtx>> it = openFileMap.entrySet()
.iter... | [
"sgholami@uwaterloo.ca"
] | sgholami@uwaterloo.ca |
64913bd79e89c9466e88dde9491351a7e348fedc | 784db9fe74ecea7319637254de4e6a226c00fdf5 | /src/main/java/ch/pschatzmann/scad4j/mesh/Material.java | 1dfe2803cf5a722715ef6c7c10ce976aa5f0c281 | [] | no_license | pschatzmann/scad4j | 581ffaadb398cefe6cf41e3ab3db489f8fc6ee30 | 4662309d6b924c0cd64d7fa4d65c74929c86c96b | refs/heads/master | 2021-01-05T08:49:59.217445 | 2020-02-21T01:02:05 | 2020-02-21T01:02:05 | 240,961,190 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 269 | java | package ch.pschatzmann.scad4j.mesh;
public class Material {
private String name;
public Material(){}
public Material(String name){
this.name = name;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
}
| [
"phil.schatzmann@gmail.com"
] | phil.schatzmann@gmail.com |
3096c1a2d1b6ff9b14cf4161091d13cd3a0222ca | 5bc51d282f4437119d433036d8ba51229452a5ec | /src/main/java/com/travelplanner/Application.java | 3b474dd0f2a8f5bb076c991fec1a7fcfd3d3de0a | [] | no_license | monikaj93/travelplanner | 041e57232c2c27c9ba2f43d160efa2f93081babb | ac1136d9cab7c256f28f497d8fc1ce395b69995b | refs/heads/master | 2021-06-07T23:08:01.761832 | 2019-06-04T22:12:35 | 2019-06-04T22:12:35 | 143,773,438 | 0 | 0 | null | 2021-06-04T21:58:15 | 2018-08-06T19:27:42 | Java | UTF-8 | Java | false | false | 310 | java | package com.travelplanner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Application {
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
}
} | [
"monikaj9333@gmail.com"
] | monikaj9333@gmail.com |
c10ec09f854d096772e50b5e3c058b568a48af92 | 3127e92ab06084b27526ab308ebccdd1895e5bc5 | /src/dominion/models/cards/actions/Bazaar.java | b81783cd966933ef298a0fc51ae855369eff672a | [] | no_license | Lager-B08902082/dominion | 09c847deee9c20a1789eedb554d48ec287a2d53f | 04a196f78e31cfc8d14ac2bef1d1255169c71ebd | refs/heads/master | 2023-06-08T17:45:23.962205 | 2021-07-01T05:59:10 | 2021-07-01T05:59:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 850 | java | package dominion.models.cards.actions;
import dominion.models.cards.Card;
import dominion.models.cards.CardStyles;
import dominion.models.cards.CardTypes;
import dominion.models.expansions.SeaSide;
import dominion.models.player.Player;
public class Bazaar extends Card implements SeaSide, Action {
// Constructor
... | [
"kyle65463@gmail.com"
] | kyle65463@gmail.com |
bb45958f2ed0aaca9b5a26c0b8915532462afff7 | d2eb73a6aea1f1a38b7b4c65444dde8590598825 | /01InterfacesExercises/Birthday Celebrations/BirthDate.java | 8dd5902432c360f25970df61b9be7854273be43c | [] | no_license | zdergatchev/Java-OOP-Advanced | a8d03b5242f2008f3d173c29eb16a2e52f8a5271 | 5725251f278421c54d9df05ef75f1f7a00088ec6 | refs/heads/master | 2021-01-22T18:06:54.944072 | 2017-03-21T09:21:47 | 2017-03-21T09:21:47 | 85,057,110 | 0 | 1 | null | 2017-03-21T09:21:47 | 2017-03-15T10:03:22 | Java | UTF-8 | Java | false | false | 138 | java | package BorderControl_05;
/**
* Created by r3v3nan7 on 16.03.17.
*/
public interface BirthDate {
public String getBirthDate();
}
| [
"panayotkindalov@gmail.com"
] | panayotkindalov@gmail.com |
951509bf3e36b9f88dab517790b679522f52acc0 | 570ba8d7fab777fcedaa09a7b430a25482a75f3b | /nutan/read_emails.java | 384866a0f0c83c4af0ead92036161f9212baaedb | [] | no_license | bosonfields/Algorithm_record | c02b211ab2da42103c8840c6eeca179c15033635 | 1987b0fd9cd69e99f6f7e6c5ae36580c571efc00 | refs/heads/master | 2020-05-05T11:08:57.464576 | 2020-02-28T02:48:55 | 2020-02-28T02:48:55 | 179,976,892 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 654 | java | public static void main(String[] args) {
int[] arr = {1,1,0,0,1};
System.out.println(readAll(arr));
}
public static int readAll(int[] emails){
if(emails.length == 0) return 0;
int n = emails.length;
int[] dp = new int[n];
dp[0] = emails[0] == 1 ? 1 : 0;
... | [
"lwh14710@gmail.com"
] | lwh14710@gmail.com |
23f963ec536ad3229937415afcefbac3dd89ec4a | 39ff77cee21d6cd141eeb1af743af22a33c8f4ae | /src/main/java/org.reactivestreams.extensions.sequenced/KeyedMessage.java | 304520c9550528968440867bf4b371baf5af3d95 | [] | no_license | RuedigerMoeller/reactive-streams-sequenced-proposal | 52fd20e3a9e9c0ac484e40fe87fb4b8e24569512 | f267c7bd5c1bc447025b6187e07edcf21190d258 | refs/heads/master | 2023-06-14T18:07:19.710629 | 2015-08-05T16:43:28 | 2015-08-05T16:43:28 | 39,892,261 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 496 | java | package org.reactivestreams.extensions.sequenced;
/**
* Created by ruedi on 29/07/15.
*
* Additional proposal
*
* a further message marker interface allowing for implementation of generic last value caches.
* A last value cache can be used in persistent message queues to replace plain message replay.
* E.g. for... | [
"moru0011@gmail.com"
] | moru0011@gmail.com |
85eff5be74ba7139d0eedf5344e31904d7271f1d | ff80bafc0b67a56a26d89493b03c3e4e3ee080a0 | /src/com/yj/ecard/ui/adapter/WithdrawRecordListViewHolder.java | c06293e0950085b504b065161e013fb91f19e730 | [] | no_license | yangmingguang/LY | f22ee87307e238cb92ac2f4ca5ae28666e7a51d1 | 259671862349071ddf94097232b9b4cafdd0e60e | refs/heads/master | 2016-09-06T06:11:08.651390 | 2015-11-30T14:37:46 | 2015-11-30T14:37:46 | 40,431,458 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,961 | java | /**
* @Title: WithdrawRecordListViewHolder.java
* @Package com.yj.ecard.ui.adapter
* @Description: TODO(用一句话描述该文件做什么)
* @author YangMingGuang
* @date 2015-5-25 下午5:26:13
* @version V1.0
*/
package com.yj.ecard.ui.adapter;
import android.content.Context;
import android.text.Html;
import android.view... | [
"yangmg1988@sina.com"
] | yangmg1988@sina.com |
721183db999f350ce458a6eda8449ed9c8d56a89 | 441473eacc2770115b9b285d4115f999f0e208e9 | /Pract7_8/src/com/company/Employee.java | 99c0fe6e5047deeb5ea01a26f0c861690ac1123c | [] | no_license | denilai/JavaLabs | be26b0bf7b2d2048124f360804f505a51a69b8fa | f13b096bc8b431101c5aa5599e48c00e0156d4db | refs/heads/master | 2023-02-03T01:45:46.606622 | 2020-12-14T11:53:30 | 2020-12-14T11:53:30 | 293,067,205 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,165 | java | package com.company;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.LinkedList;
import java.util.List;
import java.util.Random;
pub... | [
"kirill_denisov_2000@outlook.com"
] | kirill_denisov_2000@outlook.com |
9c57cf502979bf65b0836a2dbd1bb1f5d0c14b45 | 152e2092311725f750c86fcc14528015c727af38 | /codes/src/尚硅谷面试题第二季/CallableDemo.java | cda7705e15f8ed60c807e61154f79e7f80bffebc | [] | no_license | coder-tq/study-notes | b558c5039eb8dea47b18dadff9003175eade7375 | c6f0a6b9d269b203c7761fe4034cab8da8aa4ee2 | refs/heads/main | 2023-05-08T13:42:10.704596 | 2021-06-02T03:12:43 | 2021-06-02T03:12:43 | 367,073,353 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 844 | java | package 尚硅谷面试题第二季;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.FutureTask;
import java.util.concurrent.TimeUnit;
/**
* @author coder_tq
* @Date 2021/5/16 9:28
*/
public class CallableDemo {
public static void main(String[] args) throws Execu... | [
"909413805@qq.com"
] | 909413805@qq.com |
dc9542588ad8ad2e79262570eb8e07b85e38c3f8 | d2705adcc800ce6a1e7a80566eb60ee0ce3cbaa8 | /107 Binary Tree Level Order Traversal II/TreeNode.java | 6d40eccf8e1bac425a4271181ce488756f819c6e | [] | no_license | PaulingZhou/LeetCode123 | 15a0830f7bd94b89ec3c228d7c5742f0d2330707 | e4500c819c545ea04ee8c04e36a4b7cf8f9589ec | refs/heads/master | 2021-07-11T13:28:52.255011 | 2017-10-14T12:07:32 | 2017-10-14T12:07:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 170 | java | package com.zhou.solution107;
//Definition for a binary tree node.
public class TreeNode {
int val;
TreeNode left;
TreeNode right;
TreeNode(int x) {
val = x;
}
}
| [
"paulingzhou@gmail.com"
] | paulingzhou@gmail.com |
1053eedb7b4378cf3833c2166085902c04340deb | 536bf97d11e9b57b690abfbb046faa544d0ad3f8 | /guimei/src/com/guimei/entity/Admin.java | 83cb611a54d33335e08d99ac5c2c0ec478310cb5 | [] | no_license | yanshuguang/guimei | 9289f6a7033d02dff5dc4d49dcb590f015c08f98 | eea4aa81fdb6fa675ec2a544eb46dce99f3abcbc | refs/heads/master | 2021-08-28T13:39:02.254520 | 2017-12-12T09:35:08 | 2017-12-12T09:35:08 | 113,973,772 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 792 | java | package com.guimei.entity;
public class Admin {
private int admin_id;
private String admin_name;
private String admin_pwd;
private String admin_realname;
private String admin_email;
public int getAdmin_id() {
return admin_id;
}
public void setAdmin_id(int admin_id) {
this.admin_id = admin_id;
... | [
"2508788502@qq.com"
] | 2508788502@qq.com |
be0ec8d6867b2123c781103d3ce005443060c7a4 | 31f043184e2839ad5c3acbaf46eb1a26408d4296 | /src/main/java/com/github/highcharts4gwt/model/highcharts/option/jso/plotoptions/gauge/point/JsoRemoveEvent.java | 5dd249db68a3f33f6b51e7ea6cdb640b075f35f0 | [] | no_license | highcharts4gwt/highchart-wrapper | 52ffa84f2f441aa85de52adb3503266aec66e0ac | 0a4278ddfa829998deb750de0a5bd635050b4430 | refs/heads/master | 2021-01-17T20:25:22.231745 | 2015-06-30T15:05:01 | 2015-06-30T15:05:01 | 24,794,406 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 546 | java |
package com.github.highcharts4gwt.model.highcharts.option.jso.plotoptions.gauge.point;
import com.github.highcharts4gwt.model.highcharts.object.api.Point;
import com.github.highcharts4gwt.model.highcharts.option.api.plotoptions.gauge.point.RemoveEvent;
import com.google.gwt.dom.client.NativeEvent;
public class JsoRe... | [
"ronan.quillevere@gmail.com"
] | ronan.quillevere@gmail.com |
e4a7977797cf0678be90045dbe5b9a10f10fc8a9 | 7b93bbdf60b2e24e013ae762e472dad262103d72 | /app/src/main/java/com/itbam/pixceler/util/FullScreen.java | ef1057f00acf53e3868c99605ac659d36c644a48 | [] | no_license | clebernascimento/AppPix | 6e2bbcaaf92888342b84720acd7435f507be23f6 | 84bfa1a3f7c43786ac19d82e3b402c7441fbd928 | refs/heads/master | 2023-01-22T03:09:33.491345 | 2020-12-01T12:41:25 | 2020-12-01T12:41:25 | 317,536,606 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,068 | java | package com.itbam.pixceler.util;
import android.view.View;
import androidx.appcompat.app.AppCompatActivity;
import com.itbam.pixceler.view.activity.MainActivity;
public class FullScreen extends MainActivity {
private final AppCompatActivity mainActivity;
public FullScreen(AppCompatActivity mainActivity) ... | [
"clebertds@gmail.com"
] | clebertds@gmail.com |
54910d991f21377d338d2a26afa599edae5c290a | fc62bd2a89f01e2664d6b212f08e493725c38146 | /offer/ReverseList_24.java | 798d25704d6f011777e1b92adbd6a8262061dcef | [] | no_license | Yang1998/coding | 880fbe7503c5e0ce39d68afb799a74d6ca644475 | 7d0e27d359cf89d998c764560bfecf7a71908c24 | refs/heads/master | 2020-06-27T01:24:46.599762 | 2020-03-06T12:58:13 | 2020-03-06T12:58:13 | 199,809,153 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 310 | java | package offer;
public class ReverseList_24 {
public ListNode reverseList(ListNode node) {
if(node == null || node.next == null) {
return node;
}
ListNode cur = reverseList(node.next);
node.next.next = node;
node.next = null;
return cur;
}
}
| [
"yangtitian1998@gmail.com"
] | yangtitian1998@gmail.com |
1aa85d77917cc3a91a0edd5342a1c4f29ec911b2 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/10/10_ae61205b10bb5d2e609a4fc3ca28a166dcada3a6/ModuleMapText2CPersistence/10_ae61205b10bb5d2e609a4fc3ca28a166dcada3a6_ModuleMapText2CPersistence_t.java | 46e8a5e3b801fa4c766612ceaf762b1687c52445 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 6,958 | java | /*
* Copyright 2010 Universitat Pompeu Fabra.
*
* 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 requir... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
d74642e84deb656d37dc3eb21cd99fbe518babb4 | 53ae302356e9229edbd13f7380bb6dc8bed458da | /src/main/java/xin/cymall/CyFastApplication.java | 41bb4d236b309a1a4e5263bed732f04c8b12300b | [
"Apache-2.0"
] | permissive | cl330533960/take | 41060755288055309e207983d4d13c9921d07871 | 12cc2431ed50eaa0a54cb3eaa4939e2f3ef7afb2 | refs/heads/master | 2022-12-08T15:38:05.976821 | 2020-11-10T09:02:25 | 2020-11-10T09:02:25 | 193,087,452 | 0 | 0 | Apache-2.0 | 2022-12-06T00:43:01 | 2019-06-21T11:35:07 | JavaScript | UTF-8 | Java | false | false | 850 | java | package xin.cymall;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootSe... | [
"330533960@qq.com"
] | 330533960@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.