blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3f688360af609720a70d77f6e5507025c66dad8f | 0b4ead484da51c5f76338f87b5013e262f8a0a97 | /src/org/doubango/bangbangcall/Screens/ScreenIdentity.java | b920ddbb8a5336a8167ca500502e75ef217eb80d | [] | no_license | holybomb/BangBangCall | 9cd0d54bca982941f5c3c9c381279b3f30a78fdb | 44d9f487a1883986067d03281f0b47b1bafb9982 | refs/heads/master | 2021-01-18T13:50:44.597709 | 2013-10-27T15:04:56 | 2013-10-27T15:04:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,620 | java | /* Copyright (C) 2010-2011, Mamadou Diop.
* Copyright (C) 2011, Doubango Telecom.
*
* Contact: Mamadou Diop <diopmamadou(at)doubango(dot)org>
*
* This file is part of imsdroid Project (http://code.google.com/p/imsdroid)
*
* imsdroid is free software: you can redistribute it and/or modify it under the terms of
* the ... | [
"holybomb@163.com"
] | holybomb@163.com |
5f8ef7841220cd67c9b71a37f0a4eb95703f9189 | 0e826c1e31c9fa172e90e21107e15c6f19156039 | /day-2/src/day2/Exercise4_2.java | b770093fcfb7b04638ca4857d161669e2c11914e | [] | no_license | Leaaaaaa/learn_java | 0086b430e2cbd23636f4458f055721269fea4e1b | c9e11927ccea894872666f18d1fdeef7afa2a854 | refs/heads/master | 2020-07-17T18:50:54.326842 | 2019-10-09T14:19:48 | 2019-10-09T14:19:48 | 206,076,150 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 744 | java | package day2;/* *
@author Lea
@date 2019/9/4
*/
import java.util.Random;
public class Exercise4_2 {
static Random random = new Random(47);
public static void main(String[] args) {
int a = random.nextInt();
int b = random.nextInt();
int i;
for ( i = 2; i < 26; i++) {
... | [
"1440184465@qq.com"
] | 1440184465@qq.com |
3c7b0f594b36b07e6fd58da366985935517e884f | 972313410c33a1ed3154ab28bb25a5700aff528d | /mall-common/src/main/java/com/owwang/mall/pojo/Sftp.java | 140140aea0fc3f288e27c1de6bde8464a76a1454 | [] | no_license | isamuelwang/amazingshop | 1adcc5ef652f17c33add1da70d98fb28fb160c73 | f74e3f46e7d4d60f37e6afe8393430c58b207686 | refs/heads/master | 2022-12-17T05:57:23.282230 | 2020-01-11T01:42:00 | 2020-01-11T01:42:00 | 227,566,169 | 2 | 1 | null | 2022-12-16T07:16:05 | 2019-12-12T09:16:20 | JavaScript | UTF-8 | Java | false | false | 18,425 | java | package com.owwang.mall.pojo;
import java.io.File;
import java.io.InputStream;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import java.util.Properties;
import java.util.Vector;
import org.apache.log4j.Logger;
import com.jcraft.jsch.ChannelSftp;
import com.jcraft.jsch.JSch;
import co... | [
"iwangshujie@qq.com"
] | iwangshujie@qq.com |
9791cfba69751bbfbdded2a6d23d185cd5835537 | 6038b36200f16786421c2748d2917577f554c9c8 | /Strings/src/maccess/DString7.java | cecbec953658d6ede0a8c19598dad0bf125e2945 | [] | no_license | furquan5/Java-Assignments-Topic-Wise-JALA-TECHNOLOGIES- | 0ecc4135e3f1282bd52ff8742b6a01801fbcfcaa | 06e33d001743688ae50e69bc53b44e605bbf0c31 | refs/heads/master | 2023-08-11T18:45:42.880305 | 2021-09-11T13:54:34 | 2021-09-11T13:54:34 | 381,376,316 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 264 | java | package maccess;
public class DString7 {
public static void main(String[] args) {
// Comparing strings using the methods equals()
String s1=new String("Jala");
String s2=new String("Jala");
System.out.println(s1.equals(s2));
}
}
| [
"furquanthejustice555@gmail.com"
] | furquanthejustice555@gmail.com |
4bfcf69863d0dd265ff407f503959bd98a191233 | 59fad3b663816df86f7759dd58c27d927a980690 | /src/test/java/com/baomidou/mybatisplus/test/oracle/TestSequserMapperTest.java | 0d2d93d76688c2b4a47e73b1594de13a5fe6deaf | [
"MIT"
] | permissive | Caratacus/mybatis-plus-mini | c1d4e428ba6ef0d368ef9944c508cc1182e40ecf | 4fb4535c20245ebe626b7a97da1b325f90299193 | refs/heads/master | 2021-01-21T18:00:01.855137 | 2017-06-12T12:59:40 | 2017-06-12T12:59:40 | 92,007,116 | 3 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,329 | java | package com.baomidou.mybatisplus.test.oracle;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.List;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import com.baomidou.mybatisplus.MybatisSessionFactoryBuilder;
import com.baomidou.mybatisplus.e... | [
"330952486@qq.com"
] | 330952486@qq.com |
007a0ddea93629ac9fa3309138d75bfd65da2e0a | 76e2bc67c238295e7ec9b28610d2d4001f87f885 | /app/src/main/java/sollian/com/soroundimageview/Util.java | cb8cf65b7c7aba275457918ff601a55ca22b7ca2 | [] | no_license | sollian/SoRoundImageView | 4a05c85115e3e784d1ab2be02e5d1dec68ecd741 | 07841ecd32a89f916a0bbfda6838b027e32eddaf | refs/heads/master | 2021-01-11T18:26:24.912776 | 2017-01-20T10:48:14 | 2017-01-20T10:48:14 | 79,545,140 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,094 | java | package sollian.com.soroundimageview;
import android.content.Context;
import android.support.annotation.Nullable;
import android.text.TextUtils;
import java.lang.reflect.Field;
/**
* @author sollian on 2017/1/20.
*/
public class Util {
public static int dip2px(Context context, float dpValue) {
float s... | [
"lishouxian@comisys.net"
] | lishouxian@comisys.net |
490a1680934733a60f7e20add7d9e820e59c5b0e | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /eclipsejdt_cluster/10634/src_0.java | 1e4b026fe9146aacff7f7385bb410ad112f54ed0 | [] | no_license | martinezmatias/GenPat-data-C3 | 63cfe27efee2946831139747e6c20cf952f1d6f6 | b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4 | refs/heads/master | 2022-04-25T17:59:03.905613 | 2020-04-15T14:41:34 | 2020-04-15T14:41:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,677 | java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | [
"375833274@qq.com"
] | 375833274@qq.com |
11cf8bc1d7f94e9dcdc4f51de159b127fc601899 | 1ec43f11ace3ebce522ff07570e155c236186a50 | /DataStructure/SingleLinkedList/src/com/lyx/list/Linked.java | 9c544612ce1e97247de233d8088ce3b88c562d24 | [] | no_license | TheHurtLocker9/Java | 05341ddbf27fe686e0f23b469ba6152d18b95e1f | e3cdb83c755beda20d4458a8e9cf4a3e6a749648 | refs/heads/main | 2023-03-15T05:33:01.900425 | 2021-02-26T05:56:25 | 2021-02-26T05:57:20 | 336,003,512 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,377 | java | package com.lyx.list;
/*
单链表:头指针为空白节点,依靠指针单项链接。(注意判断指针范围)
实现功能:
1.链表尾部增加新节点(增)
2.在指定位置插入新节点(增)
3.删除指定位置的节点(删)
4.删除指定数据的节点(删)
5.修改指定位置的节点(改)
6.查找指定位置的节点数据(查)
7.打印链表
8.链表倒置
*/
public class Linked {
private int size;
private Node head;
/**
* 初始化链表
*/
pub... | [
"414897821@qq.com"
] | 414897821@qq.com |
c49d69d74a21312085f8d506fce04869dc3c4292 | 58afe8815f26dd6d9703d1cd9131fc7a4bdba09a | /predavanja/primeri-java-knjiga-eckel-tij/src/p04/ExplicitStatic.java | 70f8e5e44e882efb0d4dda754c32d6401814f5ec | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | MatfOOP/OOP | 098213709417006ccb13519eea7208d9e6f32900 | 98eea2bb90c23973ad80c56dfcba42eaf1757b71 | refs/heads/master | 2023-07-07T01:34:49.955311 | 2023-06-30T17:13:48 | 2023-06-30T17:13:48 | 138,500,698 | 7 | 0 | null | null | null | null | UTF-8 | Java | false | false | 953 | java | package p04;
//: c04:ExplicitStatic.java
// Explicit static initialization with the "static" clause.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bruceeckel.simpletest.*;
class Cup {
Cup(int marker) {
System.out.println("Cup(" +... | [
"vladofilipovic@hotmail.com"
] | vladofilipovic@hotmail.com |
9ba2fa8f97f30d4a6a20f7338c31d8516eef692d | ee461488c62d86f729eda976b421ac75a964114c | /tags/pre-dom-changes/htmlunit/src/java/com/gargoylesoftware/htmlunit/html/TableRowGroup.java | 33a91f43b6adaf4f9a30ea3ce3a9bbf16d1f84a6 | [
"BSD-2-Clause"
] | permissive | svn2github/htmlunit | 2c56f7abbd412e6d9e0efd0934fcd1277090af74 | 6fc1a7d70c08fb50fef1800673671fd9cada4899 | refs/heads/master | 2023-09-03T10:35:41.987099 | 2015-07-26T13:12:45 | 2015-07-26T13:12:45 | 37,107,064 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,132 | java | /*
* Copyright (c) 2002, 2003 Gargoyle Software Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this li... | [
"(no author)@5f5364db-9458-4db8-a492-e30667be6df6"
] | (no author)@5f5364db-9458-4db8-a492-e30667be6df6 |
91fe12ce1d630aca5d5d377e9c39016c93db0bf4 | 8a06f4c90742137ab8077254e733819c6ce86d71 | /PucSportMaster4/app/src/main/java/com/pucmasterapps/pucsportmaster/UpdaterService.java | 521a4f50048abc9764f07021cafccc924a036267 | [] | no_license | Pucmaster/PucSportMaster | 96b9f5eddcac23e27de76ae972a2283684d7d4a0 | b59057dbefc84ad53b4c1b95008ef387a129d398 | refs/heads/master | 2021-01-10T16:05:39.532941 | 2016-01-07T22:50:24 | 2016-01-07T22:50:24 | 49,234,427 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,091 | java | package com.pucmasterapps.pucsportmaster;
import android.app.IntentService;
import android.app.NotificationManager;
import android.content.ContentValues;
import android.content.Context;
import android.content.Intent;
import android.database.sqlite.SQLiteConstraintException;
import android.database.sqlite.SQLiteDatabas... | [
"jakub.paulina.sk@gmail.com"
] | jakub.paulina.sk@gmail.com |
1af109c86a9d5478b05b763648c51411c9d8677c | 696ce7d6d916dd36912d5660e4921af7d793d80c | /Succorfish/Installer/ccp/src/main/java/com/hbb20/CountryCodePicker.java | e8d17e155249aa391ec7269f7a99f73fef658f49 | [] | no_license | VinayTShetty/GeoFence_Project_End | c669ff89cc355e1772353317c8d6e7bac9ac3361 | 7e178f207c9183bcd42ec24e339bf414a6df9e71 | refs/heads/main | 2023-06-04T13:54:32.836943 | 2021-06-26T02:27:59 | 2021-06-26T02:27:59 | 380,394,802 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 58,563 | java | package com.hbb20;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.PorterDuff;
import android.graphics.Typeface;
import android.os.Build;
import android.telephony.PhoneNumberFormattingTextWatcher;
import android.telephony.PhoneNumberUtils;
import android.telephony.Telepho... | [
"vinay@succorfish.com"
] | vinay@succorfish.com |
dda32d0eb7537758508ce28e0dde41f064d28a76 | 304a72fc82ad198e30fd5a287dbd6b26da725bc3 | /baseio-balance/src/main/java/com/generallycloud/baseio/balance/facade/BalanceFacadeAcceptorHandler.java | 05576e8626c51382e6feb6ef8eb5acd27598fb58 | [
"Apache-2.0"
] | permissive | ffjava/baseio | eb04d351df151a2177fa1be943fc8c3bd0549346 | 5a691f59732b756434bea7555d51c4e8ad6909ea | refs/heads/master | 2021-01-19T17:09:57.521605 | 2017-08-22T03:27:48 | 2017-08-22T03:27:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,645 | java | /*
* Copyright 2015-2017 GenerallyCloud.com
*
* 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 applicabl... | [
"8738115@qq.com"
] | 8738115@qq.com |
e332e295883030be69edb493147e5f4efb4015f8 | 575dfd6ce3d56e411ac741c4eaa57363f12f9d9c | /src/main/java/com/vdshb/exceptions/PathNotFound.java | f8cc9f987f839af7f43fc8dc460cffa796e18b3f | [
"MIT"
] | permissive | vadim-shb/spike-Shell | 3601a00ce350421c74945d2500dccf9bc57c611c | 92091b117804fe6d96567d7085a7aba25f9cf225 | refs/heads/master | 2020-05-19T09:27:49.891585 | 2017-07-22T09:07:01 | 2017-07-22T09:07:01 | 39,861,532 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 130 | java | package com.vdshb.exceptions;
public class PathNotFound extends Exception {
public PathNotFound() {
super();
}
}
| [
"vadim.shabanov@gmail.com"
] | vadim.shabanov@gmail.com |
efe1441a7553c52032202156ed40bb35d3021718 | dd7810b7d812e725ca74b587829162a6d1a9544f | /tarea4/src/com/example/tarea4/data/DBAdapter.java | 74b15f185c2b979c4c3b916b93c56ce50623c4f6 | [] | no_license | aliciadc/SeminarioP1 | 2a77e8e95a9c6aa08086412d30ea485af76ef0f1 | 543a977e5820d4c1cc23b9f1f7ce62a539750816 | refs/heads/master | 2021-01-22T05:24:41.794099 | 2014-05-08T04:02:47 | 2014-05-08T04:02:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,996 | java | package com.example.tarea4.data;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.util.Log;
public class DBAdapter {
private DBHelper dbHelper;
private static final String DATABASE_NAME= "tienda.db";... | [
"jorgetr@galileo.edu"
] | jorgetr@galileo.edu |
6df580d06ac374d25e1840f9a7bfd8501e7e9d98 | 71436ff8f2fe5a1fa328b1fc82250b26dd7f25bf | /src/com/garbagemule/MobArena/MobArena.java | be9a23d778bd43d76da8f3c176f615868784d573 | [] | no_license | DarkStorm652/MobArena | 756ce8b572718e7e98ba352547f41542970c015f | 94b1734f6a939bfd4ed69440b49c1077425a3f07 | refs/heads/master | 2021-01-18T10:21:31.057647 | 2011-07-20T23:18:47 | 2011-07-20T23:18:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,815 | java | package com.garbagemule.MobArena;
import java.io.File;
import org.bukkit.entity.Player;
import org.bukkit.event.Event;
import org.bukkit.event.Event.Priority;
import org.bukkit.event.block.BlockListener;
import org.bukkit.event.player.PlayerListener;
import org.bukkit.event.entity.EntityListener;
import org.bukkit.pl... | [
"garbagemule@gmail.com"
] | garbagemule@gmail.com |
a7e7d7c57afc3fdb1c24fd60307f80422d9191ea | c06f0e277e869361c5c3d2b7638864eb96d27212 | /JavaEssential/src/com/itvdn/lesson3/task2/BadPupil.java | e73f12bee5eaffebc9c77122de9afdf71d2f3a88 | [] | no_license | Boginsky/ITVDN | ad8c81af63553a8d73b4d6a04cf956b1c149c39b | 62167d670f73d812085b3ffd83dd7a362b3fe577 | refs/heads/master | 2023-03-13T09:27:22.881352 | 2021-03-01T13:46:30 | 2021-03-01T13:46:30 | 343,427,523 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 423 | java | package com.itvdn.lesson3.task2;
public class BadPupil extends Pupil {
void study(){
System.out.println("Я плохо учусь");
}
void read(){
System.out.println("Я плохо умею читать");
}
void write(){
System.out.println("Я умею плохо писать");
}
void relax(){
S... | [
"boginsky.kirill.workspace@gmail.com"
] | boginsky.kirill.workspace@gmail.com |
8b696b726d611c083f01d480dbfc23fd660df4c8 | bb085a85dde85d66778a76d541622c888d3738b0 | /src/main/java/com/sf/qzm/controller/back/WelcomeController.java | dc3188cfd76c8ff6990a5b9fb51bd86da880fddf | [] | no_license | quzhaomei/qzm | c98c742a76445e68e4173a72e6aae4a3db7d8c0b | 1e37f042114e42c1f49991b0d9a7565b44b803f4 | refs/heads/master | 2020-12-24T06:38:14.016867 | 2017-03-06T05:13:53 | 2017-03-06T05:13:53 | 56,830,076 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 23,321 | java | package com.sf.qzm.controller.back;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Collections;
import java.util.Comparator;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.UUID;
im... | [
"1528783208@qq.com"
] | 1528783208@qq.com |
e6013fecca5c9923e0d425f50fc18ecfdb0fe2fc | 23503667cd8b3cbe943972f7b6353499b1b89405 | /tools/forge/bean/src/main/java/org/switchyard/tools/forge/bean/BeanServicePlugin.java | 669222e1ce11b35629645a96aff81041b97f99f5 | [] | no_license | carriagada113/switchyard-components | 408d81e0b8409998b5943e2cccfb18dbcdb6974b | 0747af55f20bacce184580b296ffd3b87553f3f4 | refs/heads/master | 2020-04-02T15:47:07.471563 | 2013-06-21T14:06:14 | 2013-06-21T14:06:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,350 | java | /*
* JBoss, Home of Professional Open Source
* Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors
* as indicated by the @author tags. All rights reserved.
* See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This copyrighted material is made a... | [
"kbabo@redhat.com"
] | kbabo@redhat.com |
8549defb1a9bc17d24c98c4daf8ae21a5d778611 | 5c9992f2f06d4d298d737bd6c1ae46cd82f04ae5 | /src/ua/com/iteducate/java/basic/homework/l0002/SeaBattle.java | 70a7d2ea002ad31c2de521db185370de23ba80d8 | [] | no_license | sontseslav/Homeworks | b0dbe31a2dd577c329c0e0cc6dfd484e55b3520a | 4a049870a01f9b93713d41bd02e67de14884fa17 | refs/heads/master | 2021-01-10T03:36:43.749272 | 2015-07-20T19:26:05 | 2015-07-20T19:26:05 | 36,012,095 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,568 | java | /*
*
*/
package ua.com.iteducate.java.basic.homework.l0002;
import java.util.Arrays;
import java.util.Random;
import java.util.Scanner;
/**
*
* @author user
*/
public class SeaBattle {
private char[][] gameField = new char[10][10];
private char[][] pcGameField = new char[10][10];
private boolean tur... | [
"user@172.16.151.197.cl.ipnet.kiev.ua"
] | user@172.16.151.197.cl.ipnet.kiev.ua |
156bde36afb2024bac6245f344d5d31062ffcbbc | 5630f1d7e15364e5ad3ce81b35f6830843c6e219 | /src/test/java/org/robolectric/shadows/MessengerTest.java | 78971581256fb5a42399e77fdf65ad24b102f6fb | [
"MIT"
] | permissive | qx/FullRobolectricTestSample | f0933149af29d37693db6e8da795a64c2e468159 | 53e79e4de84bbe4759a09a275d890b413ce757e7 | refs/heads/master | 2021-07-03T16:07:17.380802 | 2014-06-16T23:22:01 | 2014-06-16T23:22:01 | 20,903,797 | 2 | 3 | MIT | 2021-06-04T01:07:56 | 2014-06-16T23:20:19 | Java | UTF-8 | Java | false | false | 758 | java | package org.robolectric.shadows;
import android.os.Handler;
import android.os.Message;
import android.os.Messenger;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.TestRunners;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
@RunWith(TestRunners.W... | [
"qx.ouyang@gmail.com"
] | qx.ouyang@gmail.com |
8383cddf570a77a377f3c91896bdb4c17531b28a | b158361a0f5def782ad0c8831245ed6fed4d0892 | /presto-druid/src/main/java/com/facebook/presto/druid/segment/SegmentReader.java | f5c0153e95fd31f7245b02527e242b57a53e06e5 | [
"Apache-2.0"
] | permissive | pigxuyu/presto | e16409962be1c824d7259ee4f5b3d06445d4445d | 4178b27e23ec85c489a493cd6552e76054007739 | refs/heads/master | 2021-05-23T11:03:06.418206 | 2020-04-10T08:04:39 | 2020-04-10T08:04:39 | 254,322,783 | 1 | 0 | Apache-2.0 | 2020-04-09T09:06:41 | 2020-04-09T09:06:40 | null | UTF-8 | Java | false | false | 801 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | [
"rooservelt.luo@gmail.com"
] | rooservelt.luo@gmail.com |
64f2f2ee58b07a19dd22a77046c35c4ca824b577 | 32b432248ee60c09e3a48a635083a0fa54deef82 | /decor/padl/event/ElementEvent.java | 217047f1cbfe2d89ae97ce881a69584ff6eb5338 | [] | no_license | carloseduardoxp/GitMiner | eb11d397316c6d58ad96d17f66466a4aafd7102b | c326221ceb681445c81fb5bff57dc02a8b8ef6f4 | refs/heads/master | 2020-09-27T23:05:42.691185 | 2016-12-03T00:35:02 | 2016-12-03T00:35:02 | 66,943,583 | 3 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 1,146 | java | /*******************************************************************************
* Copyright (c) 2001-2014 Yann-Gaël Guéhéneuc and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Public License v2.0
* which accompanies this distribution,... | [
"carloseduardoxp@carloseduardoxp-Inspiron-5547"
] | carloseduardoxp@carloseduardoxp-Inspiron-5547 |
d2e1bb85ca2ac3d8bb3bfa59cd773d6d1e61b42f | b64fd694013416a4504dd11ffa9330a8637a9942 | /src/baekjoon/baekjoon_10871.java | f3cbcf2b721a7eeca38ea535b1d94a0cd411c40f | [] | no_license | ChaeAh/BOJ_PRC | b04187dc3480abd0d36b2bed5acd5a2285db1b99 | 3a8f25f5f1942862411f7f88877b18c8ddd50588 | refs/heads/main | 2023-07-23T09:23:40.826697 | 2021-08-19T05:35:00 | 2021-08-19T05:35:00 | 397,445,547 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 758 | java | package baekjoon;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class baekjoon_10871 {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
... | [
"ejrgmla12@naver.com"
] | ejrgmla12@naver.com |
f7e3ddd47c7f53130248234cf0299415d8aa50bf | 6fc1240c9ae2a7b3d8eead384668e1f4b58d47da | /assignments/izal/unit2/HW14_Mongodb/TouristGuest/src/ec/edu/espe/contacts/model/Client.java | 33510921b33b2efcf416f2e0f5829618306d9865 | [] | no_license | elascano/ESPE202105-OOP-TC-3730 | 38028e870d4de004cbbdf82fc5f8578126f8ca32 | 4275a03d410cf6f1929b1794301823e990fa0ef4 | refs/heads/main | 2023-08-09T13:24:26.898865 | 2021-09-13T17:08:10 | 2021-09-13T17:08:10 | 371,089,640 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,349 | 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 ec.edu.espe.contacts.model;
import java.time.LocalDateTime;
import java.util.ArrayList;
/**
*
* @author LILIAN IZA TOURIS... | [
"Leiza1@espe.edu.ec"
] | Leiza1@espe.edu.ec |
81217551590c16dcb09a08ecacabe535d9369735 | b64c2872734c0c7e33f5d67f46989e7da1983428 | /SpringBoot-WebSocket/src/main/java/gew/server/websocket/entity/ChatMessage.java | a8f8c16849fb6e81d0e0a31f55e4dacbc11226bb | [
"Apache-2.0"
] | permissive | Jason-Gew/Java_Modules | 2422e1831ceefbc48d07b2fbf65ad21035fcf8f3 | 4f7a2e06edffe327d1501ada63e43324341b123d | refs/heads/master | 2022-12-13T23:29:51.437741 | 2021-09-06T14:07:43 | 2021-09-06T14:07:43 | 98,828,727 | 4 | 0 | Apache-2.0 | 2022-12-06T00:41:47 | 2017-07-30T22:37:33 | Java | UTF-8 | Java | false | false | 821 | java | package gew.server.websocket.entity;
public class ChatMessage
{
private MessageType type;
private String content;
private String sender;
public enum MessageType {
CHAT,
JOIN,
LEAVE
}
public MessageType getType() { return type; }
public void setType(MessageType typ... | [
"jason.ge.wu@gmail.com"
] | jason.ge.wu@gmail.com |
fdf7ca3aea767288f9c229221124f3b02085aa09 | 508a409addcf5afb84e57bbc3b88abc4ed8dea2a | /app/src/main/java/com/tcl/base/Config.java | de46a8d6f255eceeca8764b7c802286bf3fc52da | [] | no_license | yangfeihu/RxjavaProject | 72ab3438cffde5d8e7b2cc2118eff2dad3a10036 | b983e8997208768ccd8dea80c10723d30780b4ba | refs/heads/master | 2021-07-04T22:42:51.053712 | 2018-07-02T02:27:42 | 2018-07-02T02:27:42 | 96,280,693 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,292 | java | package com.tcl.base;
/**
* Created by yangfeihu on 16/4/23.
*/
public class Config {
public static String BASE_URL = "http://172.19.0.11:8080/";
// 正确的Http请求返回状态码
public final static int CODE_SUCCESS = 0;
// 未知的错误 或者系统内部错误
public final static int CODE_ERROE = 1;
//token错误
public final... | [
"yangfeihu1025@163.com"
] | yangfeihu1025@163.com |
7d22ca880d5dcdf665723112c39a5ae5487b361b | 8560b9154247e7a7d9524c649001987f012916e5 | /app/src/main/java/com/jeff/newtonianappproject/GravityAct.java | c8f8781ac91a4f887cef8c319f61f615b6297f43 | [] | no_license | s3F15/NewtoniaNProject | 03d50743e12eeeea742930e5293b6754428ced27 | 057babb20c6fb0a118eacb1cc66e32622ef6a58a | refs/heads/master | 2020-03-17T19:01:17.518345 | 2018-05-17T19:44:10 | 2018-05-17T19:44:10 | 133,841,878 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 768 | java | package com.jeff.newtonianappproject;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class GravityAct extends AppCompatActivity {
private Button animapagebtn;
@Override
protected void ... | [
"josefvicente151@gmail.com"
] | josefvicente151@gmail.com |
52f54c9c0043062b130ccc380a4bd1a82e5e5a56 | deb6f7cbffe4ce4c916470646036ea38bbf3b314 | /VijayaLakshmiBandi/Day10/SpringBootWithHibernateDemo/src/main/java/com/model/EmployeeModel.java | ebfa3e0c931ceaf15cfbddaaa7fcc7f4dae05005 | [] | no_license | USTGLOBLE-2020/springassignments | 805956d995c0601930ebb64659ac0327856d0b53 | d0e98af9b1053e7e153dd073b983c4cfa4017ca3 | refs/heads/master | 2022-12-20T11:43:37.680268 | 2020-10-28T12:23:04 | 2020-10-28T12:23:04 | 301,422,153 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 792 | java | package com.model;
public class EmployeeModel {
private int id;
private String firstName;
private String lastName;
private int salary;
public EmployeeModel() {
}
public EmployeeModel(String fName, String lName, int eSalary) {
this.firstName = fName;
this.lastName = lName;
this.salary = eSalary;
... | [
"babuvijaya@Babus-MacBook-Pro.local"
] | babuvijaya@Babus-MacBook-Pro.local |
70bc76e3412b23bb38ca0dbc07a65212d8ae8b4e | cbc7f5b1f0ec0f07700aedf8f37b1a3fd79fb191 | /12_septiembre/henryZerda/src/Directory.java | 4b2b0fce125f4bfd0731bb1febbf64eab852972e | [] | no_license | henryzrr/arquitectura_software | 831328f73edfba926471b499897f6b3394804f8e | e20ff182bd8ac887540cb94b4aac85df55893cbd | refs/heads/master | 2020-07-09T03:24:41.965384 | 2019-10-07T16:22:29 | 2019-10-07T16:22:29 | 203,859,734 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,253 | java | import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.LinkedList;
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.Stream;
class Directory {
private String name;
private String path;
Directory(String path,String name){
... | [
"henry.zrz@gmail.com"
] | henry.zrz@gmail.com |
75594d3f336bb10abd930342f3be4828301e271c | 9c3b24cd9bb4721146b70429253e32bed625cad1 | /src/main/java/com/usit/service/PointHistoryService.java | ee1b1073a4d0b0ac8d7bfc17db4e562caa0ccc53 | [] | no_license | lsc15/usit_api | 3f243cbe80802e8818ebe6a4e6c9e50b3042900d | f8025c0a28716146f75dcb5901e1b3e90117e30c | refs/heads/master | 2020-03-19T23:48:31.149139 | 2019-11-07T06:58:35 | 2019-11-07T06:58:35 | 137,020,484 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 462 | java | package com.usit.service;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.PageRequest;
import com.usit.domain.PointHistory;
public interface PointHistoryService {
PointHistory addPoint(PointHistory point);
//이벤트
void addPointEvent(PointHistory point);
Page<PointHistory>... | [
"lastsword15@gamil.com"
] | lastsword15@gamil.com |
027b5fa9b9b699a1ad6c941a34ca03d26de4136c | bac1bf7f7e960b29c69cfe05ecf9f89dab7d82ca | /app/src/main/java/com/reStock/app/Distributor.java | 04c016529aed22ff593b376048e62f6033ede1b4 | [] | no_license | shlomi123/reStock | c9ab8a527a88f7144cd5e253334bb05d49781d50 | ca4d042cc9917aad1ace51bba97ecc0de3fcc5f5 | refs/heads/master | 2020-05-30T09:25:51.027816 | 2019-07-15T10:35:38 | 2019-07-15T10:35:38 | 189,630,894 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 747 | java | package com.reStock.app;
public class Distributor {
private String name;
private String email;
private String profile;
public Distributor(){
}
public Distributor(String name, String email, String profile)
{
this.name = name;
this.email = email;
this.profile = prof... | [
"salamigoner@gmail.com"
] | salamigoner@gmail.com |
bbb88e75786f8612a3e749baef90e8306c674f80 | b3b69669b39c064d7bdee549490140203faaa527 | /src/main/java/com/yangrui/shark/security/service/MyUserDetailsService.java | e827eb1986b999e693e60648e8e7bdd266846f12 | [] | no_license | yr602294677/shark | 16dd6278dd5f4e5ec573f978fbad4104dfdc9b24 | 9ba185a4c5795b66209e74a46a7ee62624de7f38 | refs/heads/master | 2022-06-29T06:31:09.643011 | 2022-03-07T12:27:45 | 2022-03-07T12:27:45 | 219,458,161 | 2 | 1 | null | 2022-06-17T02:37:55 | 2019-11-04T08:59:28 | JavaScript | UTF-8 | Java | false | false | 1,114 | java | package com.yangrui.shark.security.service;
import com.yangrui.shark.security.bean.MyUserBean;
import com.yangrui.shark.security.mapper.MyUserMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.cor... | [
"602294677@qq.com"
] | 602294677@qq.com |
3a7d40e5409271f70ed0c3819c1da54b7603f153 | 97c7ac8b8ab9161d788537cb85ca4274523c1d05 | /.svn/pristine/15/154eb85b7b62dd069aff11f0fb22340a3ad1183c.svn-base | 98235116a9b0d99af2d4413c2b39f584e38c2117 | [] | no_license | asroboy/sigma_migrasi | 1e635dc92b814e92e428f4f6b1b33d86cf000658 | c4ad4dfa2d3db27616db9a63566b00d0c559e88d | refs/heads/master | 2020-04-18T11:25:18.787942 | 2019-01-25T06:56:08 | 2019-01-25T06:56:08 | 167,499,107 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,355 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package model.metadata.xml.identificationinfo.extent;
/**
*
* @author WIN8
*/
public class ExGeographicBoundingBox {
priva... | [
"Asrofi Ridho"
] | Asrofi Ridho | |
77beea30225467efb4e04076c943572d82eaea81 | 42256c65accfea4339706cb4c710a88e92d9ec5c | /src/factoryPattern/BigUFOEnemyShip.java | 205a47efe833f6a2a77b92d64d9dff5ecf5eadad | [] | no_license | pymd/DesignPatterns | 132ee35573cc7b86b96c1d35b884028f4a26e649 | e6381c6efd54fc7a4a174b429933a5cac1ea7687 | refs/heads/master | 2020-05-18T16:38:56.749758 | 2019-05-26T09:15:07 | 2019-05-26T09:15:07 | 184,532,107 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 180 | java | package factoryPattern;
public class BigUFOEnemyShip extends UFOEnemyShip{
public BigUFOEnemyShip(){
setName("Big UFO Enemyship");
setAmtDamage(40.0);
}
}
| [
"piyush@flocare.health"
] | piyush@flocare.health |
efc144e7c647ee91e87bb689ed48751dc084e60c | f9eeaf929a848deca695b64633a250f2bc768aeb | /VotingServer/src/com/btv/admin/ShowPost.java | bdc3d4f7bd2c4f88ddcb47fce0282d9c72f101f0 | [] | no_license | Akavakon72/Online-Voting-App | 2da8313fadf0a4cfd2c6a8fbb6c99198f5e7a698 | edcc00baf83e5df0a99b2a27dc54ba179f93dd06 | refs/heads/master | 2020-06-08T02:38:09.851937 | 2019-06-21T18:48:35 | 2019-06-21T18:48:35 | 193,143,016 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,500 | java | package com.btv.admin;
import java.awt.HeadlessException;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.Vector;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.swing.JOptionPane;
import javax.swing.table.De... | [
"noreply@github.com"
] | noreply@github.com |
633b2e9bf039f1bce85a4751ade8e5f0b9b4acc7 | 8571a6010b67664281d705f058c117d948ec0b5c | /Exercises/16(ArvoreBinaria)/Pilha.java | 2b15d486f310b1736036c11652628d161c16af77 | [] | no_license | Gstv/Java-Projects | 76803be6ebaa4b2304f99be4364ec59f6e87b8a7 | e9bef031ccee3fbd295c2f13bf55336fccf443a3 | refs/heads/master | 2020-06-04T17:02:18.844976 | 2019-08-24T21:38:10 | 2019-08-24T21:38:10 | 192,115,324 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 732 | 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 testaabb;
/**
*
* @author Fofolho
*/
public class Pilha {
private No pilha[];
private int topo;
public Pil... | [
"gstv.almeida@hotmail.com"
] | gstv.almeida@hotmail.com |
e176b84497fc5e3961e547078d5cc35d43a28dfc | d2a5f2fafcbcf2eba438c8eee161d4c35a98af9e | /src/main/java/com/cyx/dao/TravelerDao.java | 57e87d48cd938fb96fab3772c1ce6c6b7a0349a2 | [] | no_license | mizuyeh/travel_web | 691bf05e92474699960217dbe4491e8d8c02753d | b4cf133d919d9a4182cb2f5102f0ac196580a21f | refs/heads/master | 2023-03-24T15:43:49.898851 | 2021-03-11T05:18:57 | 2021-03-11T05:18:57 | 349,920,077 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 881 | java | package com.cyx.dao;
import com.cyx.entity.Traveler;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Select;
import java.util.List;
/**
* @Description
* @date 2021/2/27
*/
public interface TravelerDao {
@Select("select * from traveler where id in (select travelerId from order... | [
"744856727@qq.com"
] | 744856727@qq.com |
7181df32cafb40db21e13a97184a1e46a36f62b5 | 696a2f10ecfc62bbfcf8674b550f5abff6c7944a | /Home PC Practice/LangPackage35.java | c8e2540338e25855f909d233e206942a99818033 | [] | no_license | KuntanSutar/Home-PC-Practice | 79c82712d90e2ba2ce39c272fa974ebe89b8bd7d | bea5e3dc250af91022d49ac5212c9503fc4a65cc | refs/heads/master | 2020-04-17T13:55:51.721293 | 2019-01-20T11:13:12 | 2019-01-20T11:13:12 | 166,636,042 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 357 | java | class WrapperClassDemo
{
public static void main(String[] args)
{
String s1=Integer.toBinaryString(7);
String s2=Integer.toOctalString(10);
String s3=Integer.toHexString(20);
String s4=Integer.toHexString(10);
System.out.println(s1); // 111
System.out.println(s2); // 12
System.out.println(s3); // 14... | [
"sutarkuntan@gmail.com"
] | sutarkuntan@gmail.com |
06fa4b11f1fa55cf2ff1c033196151a36d862e39 | 58d6afce9f3b97e6432c1172c15bf5d00c206309 | /oca/oca1/src/com/capgemini/set2/Q73.java | d0514110e5745bbedeed6ea9d96091f0b0d3c3cf | [] | no_license | dikshathool/ocapractice | dcfcce0a7c4d9c4676fd05290bec795c98b0c095 | e1e6e9a3aef748ed048e123856106719d80049cc | refs/heads/master | 2022-11-05T07:27:27.163519 | 2020-06-23T13:46:41 | 2020-06-23T13:46:41 | 274,414,201 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 288 | java | package com.capgemini.set2;
public class Q73 {
int i;
static int j;
public static void main(String[] args) {
Q73 x1 = new Q73();
Q73 x2 = new Q73();
x1.i = 3;
x1.j = 4;
x2.i = 5;
x2.j = 6;
System.out.println(
x1.i+" "+
x1.j+" "+
x2.i+" "+
x2.j);
}
}
| [
"dikshat703"
] | dikshat703 |
4c98d633f3ccdb2b0ec6f20cb7bf55ca7452d6f1 | e10db00bef61c1d2daca0e8876ec2a971dfdd105 | /src/test/java/com/arcapi/Common/CityCom/MeasuresPostAPITest.java | 1f3a1a5fb3489403612e0d01ca8d89627b294938 | [] | no_license | saurav1501/TestArcAPI | 0d730e57a84cb59df289256ce61dd1b8f9b70e92 | dd5a36c16082d21ddacdc9dd4fbe7fe42071ac7e | refs/heads/master | 2023-04-27T19:29:34.995560 | 2020-03-05T09:47:44 | 2020-03-05T09:47:44 | 201,176,801 | 0 | 0 | null | 2022-06-29T17:33:45 | 2019-08-08T04:15:44 | HTML | UTF-8 | Java | false | false | 1,242 | java | package com.arcapi.Common.CityCom;
import org.testng.annotations.Parameters;
import org.testng.annotations.Test;
import com.Utill.Controller.Assertion;
import com.Utill.Controller.MethodCall;
import com.Utill.Model.CityComPayload;
import com.arc.driver.BaseClass;
import com.arc.driver.CommonMethod;
public class Meas... | [
"saurav.amca@gmail.com"
] | saurav.amca@gmail.com |
d88f86dfdf004382f11062f9e0685ba5934b869f | ad80a52c63ce32e9328e97ae0855b7fcb760235e | /src/main/java/com/shaft/gui/browser/WebDriverBrowserActions.java | f3946a21810c1a6d5cccd1b4c8572bb3e02fbe96 | [
"MIT"
] | permissive | elhusseinyIbrahim/SHAFT_ENGINE | 65a921904625e46129696aba196e73943d426b40 | 221c00f433978e34dd318bd098a16c7081790b31 | refs/heads/master | 2023-08-25T22:36:42.934886 | 2021-11-07T07:57:25 | 2021-11-07T07:57:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 31,356 | java | package com.shaft.gui.browser;
import com.shaft.driver.DriverFactoryHelper;
import com.shaft.gui.element.JavaScriptWaitManager;
import com.shaft.gui.element.WebDriverElementActions;
import com.shaft.gui.image.ScreenshotManager;
import com.shaft.tools.io.ReportManager;
import com.shaft.tools.io.ReportManagerHelper;
imp... | [
"noreply@github.com"
] | noreply@github.com |
af7dd7f27839d35b79f319adc7ca2a56cd1cfc5a | 0a9be8f396ca8b09288b9a47194e880a8a392c42 | /app/src/main/java/com/esaip/remarquarbres/Stockage.java | 16121867a5695c56e144f6fbe7d4f24b5ec0c860 | [] | no_license | Batmarmelade/Remarquarbres | aef4ea5309c95c0aa893da6582d45bd2a7a5ce3e | 244045fbf5cdca262102be68a6a9cb786f440f79 | refs/heads/master | 2020-05-05T05:06:34.280396 | 2019-06-23T19:19:37 | 2019-06-23T19:19:37 | 179,676,452 | 2 | 0 | null | 2019-04-05T18:54:16 | 2019-04-05T12:22:25 | null | UTF-8 | Java | false | false | 5,337 | java | package com.esaip.remarquarbres;
import android.annotation.SuppressLint;
import android.app.ProgressDialog;
import android.content.Intent;
import android.database.Cursor;
import android.os.Environment;
import android.os.Handler;
import android.os.Message;
import android.support.v7.app.AppCompatActivity;
impo... | [
"lorisg01@yahoo.fr"
] | lorisg01@yahoo.fr |
bd96f471f1cd473b60be3aaaedd2733f83cd7fa2 | 64392a7091fae08dfd1e3db00b4772bedd746885 | /src/main/java/br/com/encatman/api/UsuarioAPI.java | 232c903535160e2b777a282f9e6f4969c6dfa923 | [] | no_license | munifgebara/encatman | d7837b03ddea3ae9cb5ba88ae441a06607b0ab97 | 5cd9376475710f1945425af3a5dd5b1425da4caf | refs/heads/master | 2021-01-01T04:30:04.565354 | 2016-06-08T22:30:20 | 2016-06-08T22:30:20 | 58,589,001 | 1 | 7 | null | 2016-06-08T22:30:21 | 2016-05-11T23:06:12 | Java | UTF-8 | Java | false | false | 4,509 | java | package br.com.encatman.api;
import br.com.encatman.entidades.Usuario;
import br.com.encatman.negocio.UsuarioNegocio;
import com.fasterxml.jackson.databind.ObjectMapper;
import java.io.IOException;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.se... | [
"munifgebara@gmail.com"
] | munifgebara@gmail.com |
7e7009e189b1836cfc139971fcf605e747740dc0 | 78d64be58e6832cd8d85b33df8f53e96685ac08f | /jdej-api/src/main/java/com/miquankj/api/dto/Goodsdto.java | 0d9b6171fa9334718b564be50ca8f8c9af78b239 | [] | no_license | WalkingSouls/jdej-manage | f802067844a1b1d401b5b56b77103388a47da264 | 288594dd75ca994f96c83063cc2fd607be184534 | refs/heads/master | 2020-05-19T07:51:05.790441 | 2019-05-16T03:22:13 | 2019-05-16T03:22:13 | 184,906,765 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,175 | java | package com.miquankj.api.dto;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import javax.validation.constraints.Min;
import javax.validation.constraints.NotEmpty;
import java.util.Date;
/**
* 商品dto,列表用
* @author liuyadong
* @since 2019/5/8
*/
@Data
public class Goodsdto {
@ApiModelProp... | [
"15739297124@163.com"
] | 15739297124@163.com |
9e0bc1fb8b1bfc8420a464d7e7c860ae6f5760cb | 04096e0c363762c9a6da47f599506e1a1679e2f8 | /separatemodels/src/main/java/pl/altkom/asc/lab/cqrs/intro/separatemodels/commands/buyadditionalcover/BuyAdditionalCoverResult.java | 4fb0143b5bb17b9fbe49027dd368908fa8a2af79 | [] | no_license | johan-taiger/java-cqrs-intro | 1aa303eae3739051c433c8116c09d3b5dfefa786 | 1630903d8a4d011624fd18c963fb9d88d436ff6b | refs/heads/master | 2023-08-29T17:36:43.993839 | 2021-11-11T09:42:42 | 2021-11-11T09:42:42 | 422,449,014 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 292 | java | package pl.altkom.asc.lab.cqrs.intro.separatemodels.commands.buyadditionalcover;
import lombok.AllArgsConstructor;
import lombok.Getter;
@Getter
@AllArgsConstructor
public class BuyAdditionalCoverResult {
private String policyNumber;
private int versionWithAdditionalCoverNumber;
}
| [
"robert.witkowski@altkom.pl"
] | robert.witkowski@altkom.pl |
3fa2d6486a643fcf291328d023f870cbab6dcc6c | f0faf79e4b275b1a825b7a2085f1d9ef5fc0d041 | /src/entities/HourContract.java | 5531306e78a53f2e7449b15a376b7a1e223db377 | [] | no_license | robertsouzza/teste-novo-repositorio | 2ac3b4607aa15b58091c81ec9ede8e88af09b6ec | 20ec609ea35614e07ecb250bc59577f65796ddfb | refs/heads/master | 2023-07-01T18:43:35.415914 | 2021-08-05T03:07:43 | 2021-08-05T03:07:43 | 392,523,271 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 803 | java | package entities;
import java.util.Date;
public class HourContract {
private Date date;
private Double valuePerHour;
private Integer hours;
public HourContract() {
}
public HourContract(Date date, Double valuePerHour, Integer hours) {
this.date = date;
this.valuePerHour = valuePerHour;
this.hours = h... | [
"87139913+robertsouzza@users.noreply.github.com"
] | 87139913+robertsouzza@users.noreply.github.com |
7a412a154876c97b69a4a4e25b35e5655217739c | 969629f482690566216781f9f63d621c9fa9f793 | /vertx-vaadin/src/main/java/com/github/mcollovati/vertx/vaadin/VertxVaadinResponse.java | 84fd51a5c620eeb416e0d52c5e2f52de6fe65a7a | [
"MIT"
] | permissive | davidsowerby/vaadin-vertx-samples | c5d12fc1fbb19ee947683c205b7c4eaea98f6317 | ebf7e0e2f65a00652acd41f0327d21a20ad72a4f | refs/heads/master | 2021-01-25T13:57:35.090079 | 2018-03-03T09:51:19 | 2018-03-03T10:03:04 | 123,626,956 | 0 | 0 | MIT | 2018-03-02T20:23:47 | 2018-03-02T20:23:47 | null | UTF-8 | Java | false | false | 5,305 | java | /*
* The MIT License
* Copyright © 2016-2018 Marco Collovati (mcollovati@gmail.com)
*
* 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 t... | [
"mcollovati@gmail.com"
] | mcollovati@gmail.com |
50c5a9a6bc2f0531f82e01387130cd34cf838d38 | 4a6fdf0c583ad41dd2d522a891585056de131d26 | /Full coding/Risk-BuildThree/src/org/risk/model/MapLoader.java | d5eb9243046a37c349bfe50aff508ab59b29a09e | [] | no_license | Riskproject/RISK_CODING | 3bcec7afc55c355a042578f1c21810e6d308edf3 | 178e4645b1b6d0c1477a5cf7d08a4122874e9ebb | refs/heads/master | 2021-01-22T07:06:28.339434 | 2013-04-13T20:35:26 | 2013-04-13T20:35:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,670 | java | /*
* Copyright (C) 2013 author Arij,Omer
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | [
"prakashnehru66@gmail.com"
] | prakashnehru66@gmail.com |
d5384a2f69a40631d41c30fefd56b8cf1fe3674c | 6b710469ecc5dab840f532e5936280684528d3a9 | /src/main/java/org/derp/jaxl/Task2.java | fd672093aed5ac2ef56bf20bb78fae5dc5cc219d | [
"Apache-2.0"
] | permissive | kuxi/jaxl | 14001e85e8fd5c01a94900639a74eefd977f3945 | 92779163a386a61239b12a9b94fb198c2557eeff | refs/heads/master | 2021-01-12T15:34:27.889310 | 2016-10-26T10:12:36 | 2016-10-26T10:12:36 | 71,833,310 | 0 | 1 | null | 2016-10-26T10:09:46 | 2016-10-24T21:22:48 | Java | UTF-8 | Java | false | false | 263 | java | package org.derp.jaxl;
import java.util.function.BiFunction;
public interface Task2<T, V> {
<U> Task<U> map(BiFunction<T, V, U> transformer);
// <U> Task3<T, V, U> join(Task<U> other);
<U> Task<U> flatMap(BiFunction<T, V, Task<U>> transformer);
}
| [
"kuxi@google.com"
] | kuxi@google.com |
754c148841f9974b01efaff7c443857251c7c562 | 185693d9c090ead9b7b8bcfc45cdd6c713538ff4 | /imooc-springboot-starter-master/demo2020/src/main/java/dubbodemo/demo/decorator/Test.java | d4308bf0938ae832961d5e47ca97fa420dafb7ab | [] | no_license | wwwwj1994/demo2020 | 8f4d4b4c6ef2a32e2cb8acc64dbb963a9c9a220a | a66d78489a9c22fd3fe374ceb96e04d22fad7766 | refs/heads/master | 2022-12-12T04:33:04.247305 | 2020-09-12T15:54:03 | 2020-09-12T15:54:03 | 294,980,365 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 484 | java | package dubbodemo.demo.decorator;
/**
* @author wj
* @date 2020/9/7 - 22:45
*/
public class Test {
public static void main(String[] args) {
MyDecorator myDecorator = new SumGperTheBar();
System.out.println(myDecorator.showMenu());
myDecorator = new NormGperTheBar(myDecorator);
... | [
"178109321@qq.com"
] | 178109321@qq.com |
50d33647ded14d19e26a34d26469f05583144a1e | 0c7056596cabc17d76a3c105fc5e4c93282fff82 | /src/main/java/uk/ac/imperial/einst/resource/Pool.java | daa69b8cebc280abeafeb89130e05d45942b699c | [] | no_license | sammacbeth/electronic-institutions | 8b03acfc7e7e8f9444a48d9c544810d919d33bc9 | 2935a07e6f07cd433a594d5cc71f01577b3f4e5d | refs/heads/master | 2020-05-29T20:24:59.808246 | 2015-01-26T11:52:01 | 2015-01-26T11:52:01 | 16,578,039 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,644 | java | package uk.ac.imperial.einst.resource;
import java.util.HashSet;
import java.util.Set;
import uk.ac.imperial.einst.Institution;
public class Pool {
final Institution inst;
final Set<String> contribRoles;
final Set<String> extractRoles;
final Set<String> removalRoles;
final ArtifactMatcher artifactMatcher;
fin... | [
"sm1106@imperial.ac.uk"
] | sm1106@imperial.ac.uk |
4de15fd0e3a9fe71324568272385a393950c7a31 | bfe635575c3c9e3fdcf507edb19326dab0f7daa8 | /src/EXERCISEInheritance/restaurant/Product.java | a4cd0fa0c16bbfa5a417e92c40ad7494f5e55c32 | [] | no_license | GerganaL/JavaOOP | 99bbeda833623747134724a2cc569bef179bc068 | 84069ebaec486a7a6333f716fe6f1406d9d9ee07 | refs/heads/master | 2023-03-31T01:58:56.135661 | 2021-04-08T13:53:19 | 2021-04-08T13:53:19 | 341,617,419 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 386 | java | package EXERCISEInheritance.restaurant;
import java.math.BigDecimal;
public class Product {
private String name;
private BigDecimal price;
public Product(String name, BigDecimal price) {
this.name = name;
this.price = price;
}
public String getName() {
return name;
}
... | [
"lulchevagergana@gmail.com"
] | lulchevagergana@gmail.com |
8a9b05d6138e86d2100ebbeef9a3f9cbe7786c3c | 6e4dc3a945a11644e2679bdd99641c3b33a649c3 | /src/main/java/com/learning/bank/app/main/RegisterApp.java | 3064e8357cc0e284bdf8390aa88612abb026219e | [] | no_license | shree308/TestRepo | 70001434f0566b1417eea0ec5c77a583f9efdb06 | 8c2be678fbd864b09692669a872010736afefca6 | refs/heads/master | 2021-01-25T14:04:31.767240 | 2018-03-03T02:10:25 | 2018-03-03T02:10:25 | 123,650,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 850 | java | package com.learning.bank.app.main;
import com.learning.bank.app.service.UserRegisterService;
public class RegisterApp {
UserRegisterService userRegisterService = null;
public RegisterApp() {
userRegisterService = new UserRegisterService();
}
public static void main(String[] args) {
... | [
"mmohitgorhe@gmail.com"
] | mmohitgorhe@gmail.com |
c350365359f9b0218da6b6f9d6864c2f35267a38 | 985d643cbb6e6c6f019ae5776ce7c21891c9cd4f | /app/src/main/java/com/example/audiovideoapp/MainActivity.java | 9cbb950fe6508824b8cc1c27b3695169e77edc03 | [] | no_license | MuhammadAliGhaffar/AudioVideoApp | 97deb75a80cca438a8383cfb347b02ce58feeff5 | 6210151a4e6893d42d7408914c733628f91f90e9 | refs/heads/master | 2022-12-04T16:34:45.018991 | 2020-08-23T09:41:34 | 2020-08-23T09:41:34 | 288,974,769 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,916 | java | package com.example.audiovideoapp;
import android.media.AudioManager;
import android.media.MediaPlayer;
import android.net.Uri;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.MediaController;
import android.widget.SeekBar;
import android... | [
"alibrohi999@gmail.com"
] | alibrohi999@gmail.com |
3a5f0d4d66b713a25676ef2e71b9d78e57d2f183 | b1a0fdc3c41bd757c5885b80abcd0df7b44bf32c | /app/build/generated/data_binding_base_class_source_out/debug/out/com/sh/wm/ministry/databinding/FragmentInspVisitOutOfPlaneBinding.java | 5983be4d5efd7ecc6f0a601cd6f4317c6154d810 | [] | no_license | aseelamassi/Ministry | a3ac84f443afb02714433d010efb3063a774af8a | aa99c99aad1b0f205c7579d9354d9fc9e515410b | refs/heads/master | 2023-03-27T16:40:18.510590 | 2021-03-31T21:06:49 | 2021-03-31T21:06:49 | 353,489,797 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,137 | java | // Generated by view binder compiler. Do not edit!
package com.sh.wm.ministry.databinding;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nu... | [
"aseel.amassi@gmail.com"
] | aseel.amassi@gmail.com |
766882d823b94bcd377706960552486503ac4f2f | c4ef6d6d465b883c2c0f927d096c6af760737cc5 | /src/com/example/waysmap/HTTPTools.java | 2ef290a80d471661f2ef436977fd0f3db58efdff | [] | no_license | djisse/WazeMap | fabf1cceef3087b91d39b025c01640c2c4097d4e | 9c74aabcbf14ddc31323350be6b4f5dcff903481 | refs/heads/master | 2021-01-01T18:11:33.916952 | 2014-06-01T14:53:50 | 2014-06-01T14:53:50 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 5,913 | java | package com.example.waysmap;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.URI;
import java.util.ArrayList;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.client.HttpClient;
import org.apache.http.client... | [
"djisse@gmail.com"
] | djisse@gmail.com |
7889d2997e44230fb8a3113bf5e80aa015144cf6 | c3bfa6d7b06ea9262d1d82d2d0478ab42709a7bf | /spring-core-04/src/main/java/spring/core/dao/IElectionsDao.java | 16450b929b20c028fbe3f091a141ca92039f7688 | [] | no_license | ICC-POO-Group2/Elections-Maven | 5bba085aeae8201c8db1710ee164e4ba2d4d8a10 | d31cfe288e53b63ed280de8390df8acef31b3d55 | refs/heads/master | 2021-01-21T11:30:08.904555 | 2017-03-26T16:00:46 | 2017-03-26T16:00:46 | 83,568,739 | 1 | 0 | null | 2017-03-26T16:00:47 | 2017-03-01T15:16:37 | Java | UTF-8 | Java | false | false | 370 | java | package spring.core.dao;
import spring.core.dao.entities.ListeElectorale;
public interface IElectionsDao {
public double getSeuilElectoral();
public int getNbSiegesAPourvoir();
public ListeElectorale[] getListesElectorales();
public void setListesElectorales(ListeElectorale[] listesElectorales);
public String ge... | [
"viorelflorica@outlook.com"
] | viorelflorica@outlook.com |
54034fb35594efe9b877c2f50cfe7d66b440802a | 5a9568f06d54c8a8ffa7d3efec8063f474372817 | /app/src/main/java/com/xinyuan/xyorder/common/bean/buy/TimchooesBean.java | 3b15b5c421b66a1db659236ce080a5480694d7fc | [] | no_license | xiasiqiu/ShareFood | a38851ccdcd06c3647cfac0fb925c2cb301c8c0c | e37fc520ce79b1b88a15dcdc26e5ff82e64da1f7 | refs/heads/master | 2022-12-01T00:35:50.329787 | 2020-07-29T09:46:44 | 2020-07-29T09:46:44 | 283,417,760 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 308 | java | package com.xinyuan.xyorder.common.bean.buy;
/**
* Created by f-x on 2017/10/2517:41
*/
public class TimchooesBean {
public boolean isDisMiss;
public TimchooesBean(boolean isDisMiss) {
this.isDisMiss = isDisMiss;
}
public boolean isDisMiss() {
return isDisMiss;
}
}
| [
"491850673@qq.com"
] | 491850673@qq.com |
091c3e50a6680f44c6abc4d37e407d46a2f2febf | ae865fb134648d58f55160e75311a2ac74bbc312 | /java MIDlets/Canvas/src/Logica/Primitivas.java | 0a2fad348ff990651770bc85def9fc80cdec4ea6 | [] | no_license | andresSaldanaAguilar/Mobile-Applications | aebc3e1418a17dee06f77c770eaabf50632df60d | 689452e6e5fe666204c4ab865ef303f846376d89 | refs/heads/master | 2020-03-26T17:38:46.801677 | 2018-11-17T04:36:47 | 2018-11-17T04:36:47 | 145,172,482 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,518 | 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 Logica;
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class Primitivas extends MIDlet implemen... | [
"pollyketpo@gmail.com"
] | pollyketpo@gmail.com |
03d400eddee55163f2fffa8476b678713146383b | e2e8581d3992e3b0644cf76ad44028b524bb4c39 | /com/so/pro/RoomUI.java | 4a40b058bbede865ecb6fd2ce1352d85003e68db | [] | no_license | Chae-jeongin/Networkproject | 99374b488470bc454efbf10c061f1b6c02602d7b | 65a882c5ea532a9e3f80fb501977cd0526e8df30 | refs/heads/master | 2023-02-03T13:51:22.883240 | 2020-12-16T11:39:57 | 2020-12-16T11:39:57 | 321,913,751 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 6,389 | java | package com.so.pro;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.event.WindowAdapter;
... | [
"ksh06293@naver.com"
] | ksh06293@naver.com |
b8cf35c875b379ea2f8fdec9c1f03766208244ff | 390df44aa7b6c720903076fd8816b770c7033ee8 | /src/com/jmeyer/bukkit/jlevel/JLevelEntityListener.java | 3f75a9847a7e804837a7c9bf8e28eb7722ac3c5b | [] | no_license | JGMEYER/JLevel-Plugin | 1ec1e87ddd128b849dae3cfdb832de698d5e8720 | f9c43ecbe3bc766b73558b2192d9f057a5d70e3c | refs/heads/master | 2021-01-13T02:36:44.737447 | 2011-01-23T06:01:26 | 2011-01-23T06:01:26 | 1,262,659 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,109 | java | package com.jmeyer.bukkit.jlevel;
import java.util.ArrayList;
import org.bukkit.entity.Creature;
import org.bukkit.entity.Entity;
import org.bukkit.entity.LivingEntity;
import org.bukkit.entity.Monster;
import org.bukkit.entity.Player;
import org.bukkit.event.entity.EntityDamageByEntityEvent;
import org.buk... | [
"meyer.justian@gmail.com"
] | meyer.justian@gmail.com |
36e47f996258b34afb6048234bf8193ab33da7fa | a8eeeadb52c36d37ddd3204c9fcb7ea1642c5ff3 | /src/main/java/section4/Ex8.java | 1215c8903714a45e89e19b35f4a0cb8b2b54dd33 | [] | no_license | os-tll/ThinkInJava | ff00d9ec28356ae99604ade12e95c417a9e0fa81 | 42115afc0d9078d96bd4e8cfaf55e257efb58207 | refs/heads/master | 2022-07-18T02:00:52.779623 | 2019-11-05T07:53:17 | 2019-11-05T07:53:17 | 136,112,710 | 0 | 0 | null | 2022-06-29T17:28:20 | 2018-06-05T03:08:59 | Java | UTF-8 | Java | false | false | 725 | java | package section4;
/**
* switch练习
* @author tanglonglong
* @version 1.0
* @date 2019/6/22 15:06
*/
public class Ex8 {
public static void main(String[] args) {
for (int i = 'a'; i <= 'e'; i++){
switch (i){
case 'a':
System.out.println("I AM A");
... | [
"tanglonglong@ysstech.com"
] | tanglonglong@ysstech.com |
585ca2124865ae90b28a7b5ed6f339cdb742d5b7 | f4f5b6a2e8089b6180f3026a51c7a7ba24479b4b | /src/main/java/com/dlj/blog/utils/MarkdownUtils.java | cfe756e742b3a5a0bf1215a0273809fb235a9d03 | [] | no_license | co2ffee/coffsty | fdc0b04133970e990f3a1fb0a3756ddaae4205e0 | 3006a9c82941f634656f26420de84fffb2d48f37 | refs/heads/master | 2023-04-21T23:39:48.614764 | 2021-05-21T05:04:16 | 2021-05-21T05:04:16 | 361,131,498 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,132 | java | package com.dlj.blog.utils;
import org.commonmark.Extension;
import org.commonmark.ext.gfm.tables.TableBlock;
import org.commonmark.ext.gfm.tables.TablesExtension;
import org.commonmark.ext.heading.anchor.HeadingAnchorExtension;
import org.commonmark.node.Link;
import org.commonmark.node.Node;
import org.commonmark.pa... | [
"1134599276@qq.com"
] | 1134599276@qq.com |
156e8ba93853bbfb1ca91900e667793d5968e85d | 24750a5e3d7e733a9ac6c38365a8c615cab8e507 | /back end/excel microservice/src/main/java/com/fms/api/MediaApi.java | 33ab9ff647a1382f2e2c4365532f83305e3c7eda | [] | no_license | AravinthanPraba007/FeedbackSystem | 13ad5c78fe47a1cae80efdbc14d792c4194d6a00 | 3abf9784297f0f9adab578a5987e9ee1af9bc528 | refs/heads/master | 2020-12-21T16:21:27.122150 | 2020-01-28T05:48:21 | 2020-01-28T05:48:21 | 236,487,514 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,555 | java | /**
* NOTE: This class is auto generated by the swagger code generator program (3.0.16).
* https://github.com/swagger-api/swagger-codegen
* Do not edit the class manually.
*/
package com.fms.api;
import com.fasterxml.jackson.databind.ObjectMapper;
import io.swagger.annotations.*;
import org.slf4j.Logger;
import or... | [
"aravinthanpsn97@gmail.com"
] | aravinthanpsn97@gmail.com |
12a835d58acad589a38058fc85dbdb11be159e2d | d71e879b3517cf4fccde29f7bf82cff69856cfcd | /ExtractedJars/Shopkick_com.shopkick.app/javafiles/android/support/v7/widget/AppCompatImageHelper.java | 17b5cec169287d912326580f6f27cce729b7565b | [
"MIT"
] | permissive | Andreas237/AndroidPolicyAutomation | b8e949e072d08cf6c6166c3f15c9c63379b8f6ce | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | refs/heads/master | 2020-04-10T02:14:08.789751 | 2019-05-16T19:29:11 | 2019-05-16T19:29:11 | 160,739,088 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 20,936 | java | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) annotate safe
package android.support.v7.widget;
import android.content.res.ColorStateList;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.... | [
"silenta237@gmail.com"
] | silenta237@gmail.com |
c438af15575e1f6be692b4890bbfe86a6147ad6f | 75d7760a4e03de45d58eda9cfd713f3aecde051f | /src/main/java/com/snb/deal/enums/OrderSourceEnum.java | 992b789968371819b54809ea52497f9624fcc81b | [] | no_license | lyp0715/test | 23958977a2a696d1bfafa366bb12d2b348a03bbb | 99f774a09a9840f0142609bc2c91b01793b1d217 | refs/heads/master | 2020-05-24T06:23:26.689663 | 2019-05-17T03:56:35 | 2019-05-17T03:56:35 | 98,869,205 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 358 | java | package com.snb.deal.enums;
public enum OrderSourceEnum {
H5("H5","H5"),
;
private String code;
private String desc;
OrderSourceEnum(String code, String desc){
this.code = code;
this.desc = desc;
}
public String getCode() {
return code;
}
public String get... | [
"liyapeng@forgame.com"
] | liyapeng@forgame.com |
eb0fe1a12704d5cfb37dc32e5759cbf28ce10de8 | 959fdb8eaf4cbdc5e6d4f145f752129cd4949758 | /project1/src/com/internousdev/project1/action/BackFollowersInfoAction.java | bc019511096e1101c74046e61fe8ea9d61d0a8f1 | [] | no_license | dsakai0730/backup | 424f7903c9f51f60b41f6f3e4975df7405bfe27d | 86697d99f7ad38b8370a05f9cc5436eb752cc630 | refs/heads/master | 2021-09-01T09:41:17.544991 | 2017-12-26T08:57:09 | 2017-12-26T08:57:09 | 114,215,041 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 521 | java | package com.internousdev.project1.action;
import java.util.Map;
import org.apache.struts2.interceptor.SessionAware;
import com.opensymphony.xwork2.ActionSupport;
public class BackFollowersInfoAction extends ActionSupport implements SessionAware{
public Map<String, Object> session;
public String execute(){
Str... | [
"daichi.sakai0730@gmail.com"
] | daichi.sakai0730@gmail.com |
23ed1d69ae6068163834ea1fd0d8d758c4555034 | c30d4f174a28aac495463f44b496811ee0c21265 | /platform/vcs-log/graph/src/com/intellij/vcs/log/graph/linearBek/LinearBekGraphBuilder.java | e982ce652b4f097e7967c7244da0b87db8f20496 | [
"Apache-2.0"
] | permissive | sarvex/intellij-community | cbbf08642231783c5b46ef2d55a29441341a03b3 | 8b8c21f445550bd72662e159ae715e9d944ba140 | refs/heads/master | 2023-05-14T14:32:51.014859 | 2023-05-01T06:59:21 | 2023-05-01T06:59:21 | 32,571,446 | 0 | 0 | Apache-2.0 | 2023-05-01T06:59:22 | 2015-03-20T08:16:17 | Java | UTF-8 | Java | false | false | 11,094 | java | /*
* Copyright 2000-2014 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [
"Julia.Beliaeva@jetbrains.com"
] | Julia.Beliaeva@jetbrains.com |
44b53860c6567c65db0ff2ada0fe76d91210ea14 | 57e68d99f3be5887b84299b3164fbd2d03aa5ea8 | /software/messaging/src/test/java/brooklyn/entity/messaging/activemq/ActiveMQEc2LiveTest.java | 5566c7070c016f9a69d50e759d0256e2a12d0578 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | ganeshgitrepo/incubator-brooklyn | 08d7e41971eaa910ee518c898fb1fb6e60a6ce7e | f28d9cc6b9fd21fe3e05dd04553f16d562bf419c | refs/heads/master | 2021-01-17T08:46:31.582724 | 2014-07-03T09:46:32 | 2014-07-03T09:46:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,987 | java | package brooklyn.entity.messaging.activemq;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertNotNull;
import javax.jms.Connection;
import javax.jms.MessageConsumer;
import javax.jms.MessageProducer;
import javax.jms.Session;
import javax.jms.TextMessage;
import org.apache.activemq.... | [
"aled.sage@gmail.com"
] | aled.sage@gmail.com |
16c34e25a42e7eb4933134624bdc05f30e92d7bf | 1b1642cc00ed8623a439c0564d495ac8f29e9dbb | /src/ForPractice07.java | 31f9503c8c0567d0423dd008fe75ba550ad89fd1 | [] | no_license | aratanakagawa/JavaPractice | 7d94a3373e45a4ed0576f7cc268b9192b229ffdb | 4f4f2bc8edb27f50cfa2789074304e158c874986 | refs/heads/master | 2021-04-15T14:33:10.212581 | 2018-03-21T13:08:53 | 2018-03-21T13:08:53 | 126,178,268 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 258 | java | public class ForPractice07 {
public static void main(String[] args) {
for(int i = 5; i>0; i--) {
for(int j = 0; j < i; j++) {
System.out.print("*");
}
System.out.println("");
}
}
}
| [
"arata.nakagawa@gmail.com"
] | arata.nakagawa@gmail.com |
7d6be19368dd131bf5334532bab56bddc4d740fb | 8ccb421ad59ae7de370da999c23ec4cafb5d87e7 | /workspace_web/eventdash/src/main/java/br/com/elibeniciocorp/eventdash/EventdashApplication.java | 7c8670b530c621d7c9b8392d599f40032a12f1ec | [] | no_license | elibenicio/itmn | faf2f817bfb4cd45c027142ca55007e63080e40f | cae1bb548c47cba910c034ef0cb8ee0688f7a0ed | refs/heads/main | 2023-05-23T04:24:32.819329 | 2021-06-11T12:36:30 | 2021-06-11T12:36:30 | 375,741,543 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 330 | java | package br.com.elibeniciocorp.eventdash;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class EventdashApplication {
public static void main(String[] args) {
SpringApplication.run(EventdashApplication.class, arg... | [
"noreply@github.com"
] | noreply@github.com |
16f3820106ca31242f1b06c6befcbbafbf5f812a | ea40fe84b7078f90e29b3fb13aa29832599ecb23 | /src/main/java/com/resmed/rpsgame/IRpsGameService.java | 6b826ac56bc18c72b549590bc6bea523439ab0c8 | [] | no_license | jainr1/rps-game | 121535650f57a05b47612cfd05df7ee01d7600db | be0683e307648a23a025b47fdf48913739fb7372 | refs/heads/main | 2023-05-31T13:52:25.163432 | 2021-07-13T14:33:28 | 2021-07-13T14:33:28 | 385,626,364 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 450 | java | package com.resmed.rpsgame;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.resmed.rpsgame.dto.PlayerDto;
import com.resmed.rpsgame.dto.PlayerStatisticDto;
import com.resmed.rpsgame.dto.ResultDto;
import java.util.List;
public interface IRpsGameService {
ResultDto play(String id, String pl... | [
"rohit.jain@news.com.au"
] | rohit.jain@news.com.au |
f2b77a5217cd52ffe1a2e3cecec51a0b1661400b | 3e53b821f4c793c39b7d9a59cf9cff61a4a567dd | /BinaryTreeInorderTraversal.java | 84cbe6ec986da32511c14e15059a62717d3fd58f | [] | no_license | TianzheWang/Leetcode | 3a371d7db2fbe535512420daf490228ea95ac9fe | 3845ce1b492cc744c382fc2521f20bc6fb9e62d8 | refs/heads/master | 2021-01-23T01:34:43.949561 | 2017-06-05T03:59:17 | 2017-06-05T03:59:17 | 92,880,418 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 585 | java | /**
class TreeNode {
int val;
TreeNode left;
TreeNode right;
public TreeNode(int x) {
this.val = x;
}
}
*/
/*
Inorder direction: left->root->right
*/
public class Solution {
public List<Integer> inorderTraversal(TreeNode root) {
List<Integer> result = new ArrayList<>();
Stack<TreeNode> stack = new Stack<>... | [
"tianzhe.wang@yahoo.com"
] | tianzhe.wang@yahoo.com |
f37bc925cadbe8f9bfb1de46c3afe9a5814b4225 | 37f58bef29ecdd9573f4e4b15213a228a3dbb4cf | /src/net/minecraft/tileentity/TileEntitySkull.java | a3e008ce812abc787862ed9cc65e92c6f86b8df9 | [] | no_license | Liskoh/BasicsClient | 35e7be6542801fd001bd5c1e13b026d999363864 | 4618799174ddd8b61c46da1de46cb97cebf477aa | refs/heads/master | 2022-12-28T12:46:31.912693 | 2020-10-13T17:32:40 | 2020-10-13T17:32:40 | 303,152,665 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,825 | java | package net.minecraft.tileentity;
import com.google.common.collect.Iterables;
import com.mojang.authlib.GameProfile;
import com.mojang.authlib.properties.Property;
import java.util.UUID;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.nbt.NBTUtil;
import net.minecraft.network.Packet;
import net.minecraft... | [
"wydvek@gmail.com"
] | wydvek@gmail.com |
f1f1489fe1f9ae4f760558755e80627a2c5c4c0f | c155a6ada740d3af6acc1d2bd5b352a1ae2effda | /src/exam/prooviEksamOtherVer/Objektorienteeritus.java | ba8ad9f3188943ff1c221fef4d3175098b717b72 | [] | no_license | mmuttik/javaHarjutused | 0f85b30af9e233b64d68539a67ee75ed16df8984 | b477546d697e4bb7bc69ae7393491c8f66451bdc | refs/heads/master | 2021-01-17T11:45:09.627088 | 2016-01-29T09:08:12 | 2016-01-29T09:08:12 | 44,007,591 | 0 | 0 | null | 2015-10-10T11:15:40 | 2015-10-10T11:15:40 | null | UTF-8 | Java | false | false | 1,182 | java | package exam.prooviEksamOtherVer;
/**
* Siin failis kasutatakse objekti Seljakott, aga Seljakott klassi ei eksisteeri. Sinu ülesanne
* on see luua. Pane tähele, et mitte ükski objekti muutuja ei tohi olla
* kättesaadav objektist väljaspoolt.
* <p>
* Käesolevat klassi ei tohi muuta! Arvad, et ei jää vahele? :)
*/... | [
"marttimuttik@gmail.com"
] | marttimuttik@gmail.com |
fad3e477ccf879cdbd4f13f10bfe73444beff802 | c45b44748ba1260f258a24835d4da68fb4141456 | /app/src/main/java/com/zt/mdm/custom/device/receiver/SimStateReceiver.java | e85c3d323db0114a59eae4682df6ed1991a417c2 | [] | no_license | 584178942/ztmdm | 268f1e2fa95bd7c52ff3035bea7eec542b2f6713 | 3595dddb16f47757d44df4e6189fd501c382121d | refs/heads/master | 2023-06-18T01:22:54.781608 | 2021-07-13T03:12:15 | 2021-07-13T03:12:15 | 385,449,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,221 | java | package com.zt.mdm.custom.device.receiver;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.telephony.TelephonyManager;
import static android.content.Context.TELEPHONY_SERVICE;
/**
* 监听sim状态改变的广播,返回sim卡的状态, 有效或者无效。
* 双卡中只要有一张卡的状态有效即返回状态为有效,两张卡都... | [
"584178942@qq.com"
] | 584178942@qq.com |
391e51818a172b1f442f9e79ed087b3ceb3b8a15 | 81d81dbc3cd3fe3f68f42487bd28b1a762bde074 | /src/main/java/com/arviiin/dataquality/service/WeightService.java | ea4c97c42f52d659d5472bc55dca45a0d9e55c94 | [] | no_license | Arviiin/dataquality | 305acd34f14afce99759bd26316108f1f7aaeeab | 2329859ad89e8eb0f97b59f3a3128ea6a3aa91eb | refs/heads/master | 2020-04-16T07:36:40.308252 | 2019-04-11T10:04:51 | 2019-04-11T10:04:51 | 165,393,160 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 355 | java | package com.arviiin.dataquality.service;
import com.arviiin.dataquality.model.WeightBean;
import java.util.Map;
public interface WeightService {
WeightBean getDefaultWeightResult();
void saveWeightBean(WeightBean weightResult);
WeightBean getWeightResult();
Map<String,String> formatWeightResultBe... | [
"Arviiin@users.noreply.github.com"
] | Arviiin@users.noreply.github.com |
ba6841e9993115619275a74b52763f600e1130db | c08c5e86d40296751fdbf57b8db643f5b206fc19 | /src/main/java/nl/rug/oop/cardgame/model/deck/Deck.java | 3bcb8d0e743ba949308d6d2b82d5934a11253bfe | [] | no_license | felix-zailskas/MagicStone | fd6cd072f60a524550224008746336b0553dfce6 | 05a33b79e81307576a8ac3561af14e737b100cb3 | refs/heads/main | 2023-08-06T13:54:48.323071 | 2021-09-21T08:04:25 | 2021-09-21T08:04:25 | 408,735,381 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,842 | java | package nl.rug.oop.cardgame.model.deck;
import lombok.Data;
import nl.rug.oop.cardgame.model.card.*;
import java.util.ArrayList;
import java.util.Collections;
/**
* Deck class to store cards
*/
@Data
public class Deck {
private ArrayList<Card> deckList;
/**
* Creates a new Deck and fills it with car... | [
"felixzailskas@gmail.com"
] | felixzailskas@gmail.com |
f79e319379fb0596f665de86a222885253ec32d5 | 07ab93dcf287621f3ccfd9d5bdee1a452dfe3639 | /baseModule/src/main/java/com/example/admin_xc/basemodule/util/IDCard.java | e7d173a06ded2051a47b91db0bb95c4f44a2719f | [] | no_license | XiaoChongxc/AndroidStudioMaps | 3ad9cb7ddf10586b4daeea94d4e5d581d70ecd98 | 411ec422fe0e7b2fff2994bfecdfceac180dfbec | refs/heads/master | 2021-01-19T05:00:49.809558 | 2017-09-07T11:19:24 | 2017-09-07T11:19:24 | 87,382,784 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,528 | java | package com.example.admin_xc.basemodule.util;
/**
* Created by @just_for_happy (@开心就好) on 2016/1/12.
* Date: 2016-01-12
* Time: 16:56
* Usege: 功能描述。。。
*/
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.GregorianCalendar;
import java.util.Hashtable... | [
"871683587@qq.com"
] | 871683587@qq.com |
f17a4d39842f50f272b6f78ef952ce1d14a000a4 | 5f85d47dc2198393c7cfd8e8e983c12ff1252192 | /generators/src/test/java/com/pholser/junit/quickcheck/generator/java/util/function/ToIntFunctionPropertyParameterTest.java | 0f1a784b27dddffce32aa438b59be9230448b3b5 | [
"MIT"
] | permissive | imace/junit-quickcheck | 0333308808bfcef799bd75051c4cdc5b786b9f2a | d67b037b4f774e188fcb4390c53d53bbf194f341 | refs/heads/master | 2021-01-20T16:44:39.929923 | 2015-12-24T16:51:19 | 2015-12-24T16:51:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,044 | java | /*
The MIT License
Copyright (c) 2010-2015 Paul R. Holser, Jr.
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, mod... | [
"pholser@alumni.rice.edu"
] | pholser@alumni.rice.edu |
92e8b68c2a5e2fd82d8991eaae0491c12bf04777 | 91e8a742dbc1abac7b24454d3d1786510672daca | /src/main/java/com/deity/restful/entity/Dynamic.java | a60faea3f491af85006f3f80563f013eb436a43d | [] | no_license | MeDeity/RailleryRestful | 5645693459fd548755d93f4b5e0e7caead7b7b83 | 6794a458eaf2387402affc85beafcb09425ca1f7 | refs/heads/master | 2021-01-19T19:27:00.873241 | 2017-07-24T14:51:22 | 2017-07-24T14:51:22 | 88,419,796 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,197 | java | package com.deity.restful.entity;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
/**
* 动态信息
* Created by Deity on 2017/4/16.
*/
@Entity
public class Dynamic {
@Id
@GeneratedValue
private Integer id;
/**动态描述*/
private String description;
... | [
"546024423@qq.com"
] | 546024423@qq.com |
bf3e55f0ab36a0c66bbb4e66ba6205a556cebc12 | 93b73a6500e58314e8a15e80e7490518593057bc | /Advance Java/CodeSeven/src/com/app/service/ServiceDepositInterface.java | 1024adec6f419152ca6f44cb2d1586480be8b43b | [] | no_license | MadhuriTeli/Assignments | 45bc800db5fe6f4c82c05fa4f7307d27286fa7cc | 85cca67dfea60f6b21c6bc4c36d53eef6e934978 | refs/heads/main | 2023-08-18T18:02:36.322485 | 2021-10-04T20:22:31 | 2021-10-04T20:22:31 | 372,739,870 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 452 | java | package com.app.service;
import java.util.Date;
import java.util.List;
import com.app.pojos.Address;
import com.app.pojos.Deposit;
import com.app.pojos.User;
public interface ServiceDepositInterface {
User validateUser(String usernm,String pass);
List<Deposit> getDeposit(Date startDate,Date endDate,User u);
Strin... | [
"madhuriteli07@gmail.com"
] | madhuriteli07@gmail.com |
7e21813d882108d24965812541d794a1ee7a563e | bf4f902314e0438aaee81a1370693243869c632d | /src/baekjoon/BOJ_3036.java | 839155b4c0647260af21ba9b1cdbbb3f72b9374f | [] | no_license | rekafekili/JavaStudy | 7bc4dea87a42121ca87a342135a6560d43d61ff2 | f002c26710925d2e9824c26f03d9f2975c497362 | refs/heads/master | 2023-05-12T04:06:49.186505 | 2021-05-21T05:27:08 | 2021-05-21T05:27:08 | 278,350,019 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,314 | java | package baekjoon;
import java.util.ArrayList;
import java.util.Scanner;
/**
* Solved
*/
// https://www.acmicpc.net/problem/3036
public class BOJ_3036 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int testCase = sc.nextInt();
int[] rings = new int[testC... | [
"rekafekili@gmail.com"
] | rekafekili@gmail.com |
ebe59400ab0e86e1aa618a69ef6f58067bccc351 | a8210a7b508949afbb9715b2583cabbdcd05f45d | /PatternExtraction/src/main/java/cn/edu/sjtu/omnilab/tpca/pattern/utils/UserManager.java | 7916a0834a2135ea98f1c5e762c9aa8a5dbe3814 | [
"MIT"
] | permissive | caomw/TPCA | 5d30f5d634e0e4762e92062eb236d4bcc73b6208 | 9d43a37e1e655cfa85ef733cc606abbbc46b1cba | refs/heads/master | 2021-01-15T20:58:16.242465 | 2015-03-07T12:35:54 | 2015-03-07T12:35:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,193 | java | package cn.edu.sjtu.omnilab.tpca.pattern.utils;
import java.io.Serializable;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import cn.edu.sjtu.omnilab.tpca.pattern.core.PatternSet;
public class UserManager implements Serializable{
/**
* au... | [
"chenxm35@gmail.com"
] | chenxm35@gmail.com |
9f8a871b740752447b0b6160f7ddb3dec91c30e2 | 51a67a94f66e5bdb53f7da66140d173ee5ca4bd6 | /app/src/main/java/com/example/hala/popularmovies/ViewModel/MovieViewModel.java | 7501ee37c56b4d26c4aaa021f71fc3a6edca2efa | [] | no_license | HalaBadr/PopularMovies | 18124e47b83a99ceab123103f5963a76266ea035 | 8ccc185099aee132b2a82d32271c4e1b603f3530 | refs/heads/master | 2020-12-09T20:44:38.284333 | 2020-01-14T21:15:04 | 2020-01-14T21:15:04 | 233,412,649 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,456 | java | package com.example.hala.popularmovies.ViewModel;
import com.example.hala.popularmovies.network.api.MovieDBAPI;
import com.example.hala.popularmovies.network.api.MovieDBInterface;
import com.example.hala.popularmovies.network.models.Movie;
import com.example.hala.popularmovies.network.models.Movie_Page;
import java.u... | [
"halaelnahhas@yahoo.com"
] | halaelnahhas@yahoo.com |
216f64b0eca4257ea5b8c98a360b7221189b282e | 7031785ce67f3f9e6daa1fb2ad7aa018f6510f87 | /src/Stat/EventStat.java | 4ae6db40c2a56876f155f673633f73d49c96b9ab | [] | no_license | twlabc123/FinalThesis | 2d78ae1646fcac92624c57e094bfc264d584d10a | 509d67854b118fe358b902e7d6d7a3998b7ebb7a | refs/heads/master | 2021-03-12T20:08:17.690792 | 2013-06-28T05:44:42 | 2013-06-28T05:44:42 | 9,092,993 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,296 | java | package Stat;
import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.util.Vector;
import Structure.Event;
/**
* The function of this class is to get statistics from e... | [
"twlabc123@gmail.com"
] | twlabc123@gmail.com |
86ce07a0fc4722979f6898398a7023d0039fc482 | 5d918e4fdff53c399dafdc828036295d19117fc2 | /app/src/main/java/com/laboratory/gallery/BaseApplication.java | 1bcbe2caffb063851b55ba5e042b651ae0975e04 | [] | no_license | brokes6/Photolist | a9c5b0a427657d17b66173f7436e27b002ba76a7 | af9243c628cdaff8232c57a4d0fc50015731a489 | refs/heads/master | 2023-02-26T05:33:28.379911 | 2021-02-04T07:10:05 | 2021-02-04T07:10:05 | 334,641,173 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,476 | java | /*
* Copyright 2017 JessYan
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... | [
"brokes6@users.noreply.github.com"
] | brokes6@users.noreply.github.com |
aea5db9883724864d7cbf8588fa9a4b2daf78cdc | 04e7fb641a5f268ad8331bb5724acf6b39a44f9b | /GRIP-HTTP/MyLinesReport.java | c5ac657aa4b77401cddeddb29785da237d488839 | [] | no_license | SirLanceABot/Classes | 7e5abe7b0198d7a2f8d31b9c0e17fb39705b7ddc | 913c88bf38d9254401cd405c191aa935d87d3dd7 | refs/heads/master | 2023-04-08T16:16:58.150085 | 2023-04-01T01:12:43 | 2023-04-01T01:12:43 | 56,522,973 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 361 | java | package app;
// json ata from GRIP lines report
// { "myLinesReport": { "length": [ , , ] , "y1": [ ,, ], "x1": [,, ] , "x2": [ ,,] , "y2": [,, ], "angle": [ , ,] }}
public class MyLinesReport{
public Data myLinesReport;
MyLinesReport(){}
public String toString(){
return ... | [
"noreply@github.com"
] | noreply@github.com |
e0e44216a03ec1bd7433ba39b66a1071a209d125 | a48c593e73010801ae5d9e1e8816a53e60a2960a | /VenttiGame/src/main/java/venttigame/domain/GameService.java | 2f0240c964db899ff921319aee1b7f92a63596f8 | [] | no_license | marykristina4/ot-harjoitustyo | 0fdb3f335b79162cd312dde2a3b76c3d2efceff3 | c92d18223d294343e2fe76ae30ce6e45502fb3ee | refs/heads/master | 2023-01-29T08:33:28.269930 | 2020-12-14T10:45:28 | 2020-12-14T10:45:28 | 307,980,366 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,379 | java |
package venttigame.domain;
import java.util.List;
import java.util.stream.Collectors;
import venttigame.dao.GameResultDao;
/**
* Luokka, joka hoitaa tiedonvälityksen ja vastaanottamisen tallennuksen suuntaan
* Sisältää metodit tulosten tallentamiseen, niiden hakemiseen tiedostosta sekä
* niiden hakemise... | [
"mary.ehrstedt@helsinki.fi"
] | mary.ehrstedt@helsinki.fi |
f3f79c2e3f5024352e79059839746fed0a3f0435 | f6899a2cf1c10a724632bbb2ccffb7283c77a5ff | /blazeds-core/3.0.0.544/flex/management/BaseControlMBean.java | 1f4f89b7b0eaaa027d6d1a7a83115d80927880ae | [] | no_license | Appdynamics/OSS | a8903058e29f4783e34119a4d87639f508a63692 | 1e112f8854a25b3ecf337cad6eccf7c85e732525 | refs/heads/master | 2023-07-22T03:34:54.770481 | 2021-10-28T07:01:57 | 2021-10-28T07:01:57 | 19,390,624 | 2 | 13 | null | 2023-07-08T02:26:33 | 2014-05-02T22:42:20 | null | UTF-8 | Java | false | false | 2,018 | java | /*************************************************************************
*
* ADOBE CONFIDENTIAL
* __________________
*
* [2002] - [2007] Adobe Systems Incorporated
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Adobe Systems Incorporated and its s... | [
"udaya.panditi@appdynamics.com"
] | udaya.panditi@appdynamics.com |
be010c0fc9c2218abc8576f3d14f7dcf24926d00 | 8d666524d75a601593f2693e92eae97a2e7ac7eb | /app/src/main/java/com/hhly/lyygame/presentation/view/activity/ActivityInfo.java | 75d097b3a4236f5e4264477ec838416fd4cd128a | [] | no_license | HelyLi/Play | 70736c1df31236673cf8385496bd8da729acfbc2 | 8655d217e824379c097db15743fa63cc886950ae | refs/heads/master | 2021-05-06T07:38:13.255076 | 2017-12-12T07:18:04 | 2017-12-12T07:18:04 | 113,956,226 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,083 | java | package com.hhly.lyygame.presentation.view.activity;
/**
* Created by Simon on 2016/11/29.
*/
public class ActivityInfo {
private boolean isEnd;
private String name;
private String date;
private String url;
private String picUrl;
public ActivityInfo(boolean isEnd, String name, String date,... | [
"1772063751@qq.com"
] | 1772063751@qq.com |
54dc98e5d2b1bfdb4420b2a78e8ab0a9067b065a | 1fd6d2b78bd5e8b25fb049b18414e7c3dd2283b5 | /app/src/main/java/com/jhhscm/platform/fragment/my/book/DetailToolBean.java | adc3ffadc9f56f8d57581b853a68499c0f88d07c | [] | no_license | linhui123/jhhsProject | f0c54b89e540285d6969e016ea7238713fc327d5 | 12b9c97361b9b81f7e91d63f0f2cac537d124b84 | refs/heads/master | 2022-11-12T16:36:22.660387 | 2020-03-12T08:44:14 | 2020-03-12T08:44:14 | 275,484,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,028 | java | package com.jhhscm.platform.fragment.my.book;
import java.io.Serializable;
public class DetailToolBean implements Serializable {
/**
* data : {"id":1,"userCode":"1111111111","dataCode":"20191119095230001740792477","dataType":0,"price1":100,"price2":200,"price3":300,"inType":11,"outType":0,"dataContent":"122... | [
"chl@qq.com"
] | chl@qq.com |
d9c229767cb96c76cff81c475440de97b5c45190 | 15bd22541824702bafb76ea587a6b659ba2f03ce | /Android/app/src/main/java/yagmurdan/sonra/toprakkokusu/ui/profile/ProfileFragment.java | e72536eaaa846f32831cd332fc74154114c55086 | [] | no_license | ozalc/toprak-kokusu | 8e989e274e1ada9f8a34502621ee6a8c1945d77f | 03302cb09622b143d2f13ccbf5148491ddcefddf | refs/heads/main | 2023-07-11T09:02:52.512432 | 2021-08-13T08:57:30 | 2021-08-13T08:57:30 | 345,357,905 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,988 | java | package yagmurdan.sonra.toprakkokusu.ui.profile;
import static android.app.Activity.RESULT_OK;
import android.app.ProgressDialog;
import android.content.ContentResolver;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.Uri;
import android.os.B... | [
"oguzhanalici0@gmail.com"
] | oguzhanalici0@gmail.com |
08a8acefa863db0e363b839f79b91e3cdf08dfe5 | bc55161e481f0cb05d9d61940a47b78aee2ef31d | /src/main/java/uy/gub/agesic/pge/context/SecurityActions.java | a0817ce07bd3668f7b83904ca553597a42d5f994 | [] | no_license | AGESIC-UY/cliente-java-plataforma-interoperabilidad | 0d52fe811dc97a32c307f2f133cc5a8fcaedc768 | 273dfc7a81c16a3a45ef1de1902ac73e3853b5bd | refs/heads/master | 2023-03-11T18:24:18.920294 | 2021-06-18T14:33:23 | 2021-06-18T14:33:23 | 222,720,636 | 0 | 0 | null | 2022-12-16T05:11:11 | 2019-11-19T14:53:24 | Java | UTF-8 | Java | false | false | 3,922 | java | package uy.gub.agesic.pge.context;
import java.net.URL;
import java.security.AccessController;
import java.security.PrivilegedAction;
class SecurityActions {
static Class<?> loadClass(final Class<?> theClass, final String fullQualifiedName) {
SecurityManager sm = System.getSecurityManager();
if (... | [
"apastorini@gmail.com"
] | apastorini@gmail.com |
cc3eb3e81f4b2a25fb56fbbc5ea6f5757fc128e5 | 47e46acf195345e4ab24bb1f083472a9d4c895b2 | /Products.java | 4a604417956610e09de579d40934f1becda82d2c | [] | no_license | macjon2014/sw-2013318336 | 193101774b3d793a407f9fac1b0b4e4b98eac197 | 88ad5b208dac750d56780c8f02d34c580923180f | refs/heads/master | 2020-06-11T00:56:03.124041 | 2016-12-07T11:28:00 | 2016-12-07T11:28:00 | 75,828,585 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,814 | java | package com.qz.transaction;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Intent;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
... | [
"noreply@github.com"
] | noreply@github.com |
e39e3102513a489337f9bdaefe2f38fabc268824 | b9a9ef1555ac0092f855d58a31d57ddd8bb689e4 | /kafka-core/src/main/java/com/lzy/service/impl/UserVisitServiceImpl.java | ddd373fa44e5ba0b322701b7804f6249ecb71580 | [] | no_license | qq329559421/WIFI-Analysis | 83c9a838d8c7ae422128c54b79f318f9381340a3 | 0b52f73d3d07201b22b8c94a77009d6acec00a5f | refs/heads/master | 2022-01-09T20:22:34.646405 | 2018-06-09T16:36:38 | 2018-06-09T16:36:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,872 | java | package com.lzy.service.impl;
import com.lzy.entity.UserBean;
import com.lzy.service.UserVisitService;
import com.lzy.component.QueryUsersShopInfo;
import com.lzy.entity.UserVisitBean;
import com.lzy.mapper.UserVisitMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stere... | [
"616560426@qq.com"
] | 616560426@qq.com |
39f3c47b2083063f425a9021009d63ec56e61391 | bba510647f45d4e971d55092980dbc8150801e81 | /src/test/java/com/putact/websocket/LongEventProducer.java | 8739330b1196bf9770768c3abf2f6f99c210f5e6 | [] | no_license | mnmhouse/stock-demo | 0d093ec2788d8ae52362269a93f65e5db61e59d8 | d69a0d42f4d2a779c00300c9faffdf2b51016ccc | refs/heads/master | 2021-01-22T13:22:13.168671 | 2017-08-18T15:24:13 | 2017-08-18T15:24:13 | 100,667,597 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 499 | java | package com.putact.websocket;
import java.nio.ByteBuffer;
import com.lmax.disruptor.RingBuffer;
public class LongEventProducer {
private final RingBuffer<LongEvent> ringBuffer;
public LongEventProducer(RingBuffer<LongEvent> ringBuffer) {
this.ringBuffer = ringBuffer;
}
public void onData(ByteBuffer bb) {
l... | [
"312421794@qq.com"
] | 312421794@qq.com |
cfe5a4bcbfdbeb6cb93f47ab9ccfc1aa4dbb13fd | e183ed9f2105613e83037b60d6b50f07a95b1d91 | /tags/REL-5.0.332/utilities/Globals.java | 0142ba3203159264d277751f9255c265aee092fe | [] | no_license | sengadnl/jkemik1 | 1558d58c8342db4649b7573f689f5bc6b2f20a2c | b8c9e10ccd54597219920d9269d1560dec646ab9 | refs/heads/master | 2021-01-24T15:06:38.183407 | 2014-12-11T00:23:39 | 2014-12-11T00:23:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,472 | java | /**
*
*/
package utilities;
import java.awt.Color;
/**
* @author Daniel Senga
*
*/
public class Globals {
public static final double PLR_N_LEN = 5;
public static final double FADE_VARIANT = .35;//for fading colors
public static final double LABEL_VARIANT = 120;//for fading colors
public static final int FADE... | [
"sengadnl@448f8b3a-472d-e0b5-a73d-fc981c7fd2c4"
] | sengadnl@448f8b3a-472d-e0b5-a73d-fc981c7fd2c4 |
5cf5c0662d4da59c5eda854b679461b8e166f915 | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /IntroClassJava/dataset/digits/d2b889e1ac42bc85f9df5c45c10708f46784be93d69acd1415cfd4d028cb50b19f50c374a9498c8e8b909173053a100e20c279ddb06c6359a06a920ead3e8080/000/mutations/367/digits_d2b889e1_000.java | 88a6d9c6f10da4eaeec75e5ca32d1645ff797c76 | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,724 | java | package introclassJava;
class IntObj {
public int value;
public IntObj () {
} public IntObj (int i) {
value = i;
}
}
class FloatObj {
public float value;
public FloatObj () {
} public FloatObj (float i) {
value = i;
}
}
class LongObj {
public long value;
public... | [
"justinwm@163.com"
] | justinwm@163.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.