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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
89caa566d96cb908f4dd56d200450d732ca5c94d | 3ab81011e2a2ccaba772936e86f1fb417f0b73c9 | /src/main/java/cliente/es/deusto/spq/gui/AnadirUsuario.java | c4dd0128bc77347f5e1d4845894f4b6cf05fa52e | [] | no_license | BSPQ18-19/BSPQ19-S4 | b1e95c3de3b795e81255eec01d20b71cd7996103 | 1ed5a91b9fd19c448dcd5a8db63c60a84ac854ca | refs/heads/master | 2022-07-01T06:10:51.116519 | 2020-07-27T11:13:12 | 2020-07-27T11:13:12 | 177,606,672 | 0 | 2 | null | 2020-10-13T13:06:10 | 2019-03-25T14:49:59 | Java | UTF-8 | Java | false | false | 16,525 | java | package cliente.es.deusto.spq.gui;
import java.awt.CardLayout;
import java.awt.EventQueue;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.ItemEvent;
import java.awt.event.ItemListe... | [
"koldo.urrosolo@opendeusto.es"
] | koldo.urrosolo@opendeusto.es |
7f63ce1ebe2c42850c060490c417fd52d8f3714f | b761a4fd15fdebb6fad5476137257900b18c7ec1 | /src/predicates/Negation.java | 0fb52e46e4c2931c2cd8b684d8194940fb713ec2 | [] | no_license | rappetteluca/Exploring-Languages-Java-Generics | aa2a150f8c456430f4f654dec88735bc566fc833 | f7a0b02a716aa5696c387932f624c010c1989915 | refs/heads/master | 2021-04-09T10:24:02.207199 | 2018-03-16T08:05:31 | 2018-03-16T08:05:31 | 125,482,826 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 341 | java | package predicates;
public class Negation<T> implements Predicate<T>
{
private Predicate<T> reference;
public Negation(Predicate<T> a)
{
reference = a;
}
@Override
public boolean accepts(T t)
{
if (t == null || this.reference == null)
{
return false;
}
return (this.reference.accepts(t) ?... | [
"rappette.luca@uwlax.edu"
] | rappette.luca@uwlax.edu |
e5763a73a3368fd2a58b954dd4d20296c0cab80b | b944be11d3eeeecf0ae6c2b7d7fffc338da5ac0a | /src/main/java/com/xx/test/Service/MenuService.java | bdd845e4df350195a2168bb09580ca43e0d54106 | [] | no_license | xbeginner/test | c8e9fa19ed1a004c3eda79efca491fbdc81ca2ba | ef202e16a3a730794a75ad741ef08e1dbb49880d | refs/heads/master | 2021-01-01T16:11:48.051831 | 2017-10-26T09:17:15 | 2017-10-26T09:17:15 | 97,785,694 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 864 | java | package com.xx.test.Service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.xx.test.Dao.MenuDao;
import com.xx.test.Dao.OrgDao;
import com.xx.test.IService.IMenuService;
import com.xx.test.IService.IOrgService;
import co... | [
"internet_408@126.com"
] | internet_408@126.com |
127bf69460a7f275ec51da9bd56542a081c5c5f9 | 94d45bc48388bbb0272b5c0b9c5865000a74c763 | /Vd69_DialogCustom/app/src/androidTest/java/hathienvan/firstapplication/dialogcustom/ExampleInstrumentedTest.java | 76e6565e443cd1902c507a4f0a20ab7e020d52f0 | [] | no_license | hathienvan58770769/AppMobile-A-Z- | c18352039a616db63170b8f51fa2fa14e276fc5a | 6179d89b0b69e62b1edcd8e104574631105b6683 | refs/heads/master | 2022-12-13T16:02:36.600503 | 2019-11-12T08:15:56 | 2019-11-12T08:15:56 | 217,442,440 | 0 | 0 | null | 2022-12-11T12:57:47 | 2019-10-25T03:20:45 | Java | UTF-8 | Java | false | false | 796 | java | package hathienvan.firstapplication.dialogcustom;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, whic... | [
"hathienvan@MacBook-Pro-cua-Ha.local"
] | hathienvan@MacBook-Pro-cua-Ha.local |
37d32724ec088d2880f97b6edea5b58905c6cbf4 | f94265e0cc5b24694f3df748a8dea428848606db | /src/main/java/com/scpfoundation/psybotic/server/firebase/fcm/model/AIMessage.java | b947f2a37cf8fc159853b224386bf66f52f44d6c | [] | no_license | BIL496-SCPFoundation/psybotic-server | f8f92380038661f39598ee7cea329ed9f1179154 | 7868e25706be557e18db627aeac6bae93b086bff | refs/heads/master | 2023-04-09T00:55:58.082300 | 2021-04-18T15:28:49 | 2021-04-18T15:28:49 | 338,596,411 | 2 | 0 | null | 2021-04-17T13:51:47 | 2021-02-13T14:48:18 | Java | UTF-8 | Java | false | false | 435 | java | package com.scpfoundation.psybotic.server.firebase.fcm.model;
public class AIMessage {
private String message;
private String sender;
public String getMessage() {
return message;
}
public void setMessage(String message) {
this.message = message;
}
public String getSender(... | [
"muhammedemredurdu@gmail.com"
] | muhammedemredurdu@gmail.com |
51dfd01659a65f7a93ff75981bdd5b3fb4eada9e | 99da1626426b75d7487ca7efc28b8dabe834512d | /HebrewNLP4J/src/il/co/hebrewnlp/morphology/HebrewMorphology.java | 5e94ff4fc5e48aa1bf033577dc4d2ff67d8035e8 | [
"MIT"
] | permissive | danielihazkel/HebrewNLP4J | 6cb094111021db5b4df6cab29109ee5e330d80f5 | cc63665e3649e6ba105c2eb38066435f9e83e40c | refs/heads/master | 2023-03-17T00:38:21.501757 | 2018-08-12T06:13:39 | 2018-08-12T06:13:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,123 | java | package il.co.hebrewnlp.morphology;
import java.io.Serializable;
import java.util.Collection;
import org.json.JSONArray;
import org.json.JSONObject;
import il.co.hebrewnlp.HebrewNLP;
import il.co.hebrewnlp.HttpUtils;
public class HebrewMorphology {
public static final String MORPH_NORMALIZE_ENDPOINT = "/service/... | [
"itay2805@protonmail.com"
] | itay2805@protonmail.com |
1baeb8aaadbdb256e8a94f3ebd10bbd56193a5a3 | af06d0343d5967c303cd85064b1dd758690284f7 | /src/main/java/uoc/ded/practica/exception/DEDException.java | dc38c9906e20df149f030af74660d61e52975fa6 | [] | no_license | alohalberto/EP2 | cc5b94ac770136208039dd0aaef9ba0a6b8f33c4 | 3f744cba5772be07436520723144b1c996c67362 | refs/heads/master | 2020-09-19T18:13:05.076996 | 2019-11-26T18:59:16 | 2019-11-26T18:59:16 | 224,260,848 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 135 | java | package uoc.ded.practica.exception;
public class DEDException extends Exception {
public DEDException(String msg) { super(msg); }
}
| [
"aggarcia_85@hotmail.com"
] | aggarcia_85@hotmail.com |
0a977175f261a80186d43c657eb0ee2d8f134c6f | 5adc7bd35964c3dd929b9f87ff16fad5e97d2243 | /src/org/zqt/ui/holder/CategoryTitleHolder.java | e0de3b32652cd1688507b75704e5613b0c7c3e29 | [] | no_license | QQiTong/qtmarket | 7090780e5627710aec840bda3ce84e0c10afbfd9 | 8bfec7dd36b02708eb3a1acd25051d553ee5b584 | refs/heads/master | 2022-12-25T17:49:29.544789 | 2022-12-14T14:23:23 | 2022-12-14T14:23:23 | 32,377,187 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 614 | java | package org.zqt.ui.holder;
import android.view.View;
import android.widget.TextView;
import org.zqt.R;
import org.zqt.bean.CategoryInfo;
import org.zqt.ui.activity.BaseActivity;
import org.zqt.utils.UIUtils;
/**
* Created by zqt on 2014/6/7.
*/
public class CategoryTitleHolder extends BaseHolder<CategoryInfo> {
pr... | [
"sfs"
] | sfs |
e3a13e060b6b4b017685bfe3d5b7c64f34f7cf1d | 786d48794a9957d377aca967b8d95f80c5fa2120 | /jp.ac.nagoya_u.is.nces.a_rte.model/src/jp/ac/nagoya_u/is/nces/a_rte/model/rte/module/impl/ModeQueuedVariableImpl.java | a322126a7f9b7bf26be12d482287444863ffcf51 | [] | no_license | PizzaFactory/a-workflow-demo | 590dec0c1c3bed38394fca686cd798aebad60e7d | e98d95236bf78b7fe3ad8b64681b8594f3bdd4eb | refs/heads/master | 2020-06-13T17:47:15.225297 | 2016-12-05T00:30:24 | 2016-12-05T00:30:24 | 75,572,426 | 0 | 1 | null | 2016-12-05T00:30:26 | 2016-12-04T23:51:29 | Java | UTF-8 | Java | false | false | 5,321 | java | /*
* TOPPERS/A-RTEGEN
* Automotive Runtime Environment Generator
*
* Copyright (C) 2013-2016 by Eiwa System Management, Inc., JAPAN
*
* 上記著作権者は,以下の(1)〜(4)の条件を満たす場合に限り,本ソフトウェ
* ア(本ソフトウェアを改変したものを含む.以下同じ)を使用・複製・改
* 変・再配布(以下,利用と呼ぶ)することを無償で許諾する.
* (1) 本ソフトウェアをソースコードの形で利用する場合には,上記の著作
* 権表示,この利用条件および... | [
"monaka@monami-ya.com"
] | monaka@monami-ya.com |
bd753e9bd31812604ede2146d587b0494891bc4d | 1f634e822f0a0a3f3fc3ea06f9e6eb98a07d6f95 | /app/src/main/java/com/example/daytwo/MainActivity.java | 39f54a26a775997d3804ca242ce8671475ff74aa | [] | no_license | shubhangidk/DayTwo | 6cff5872158209ff5504ea2d5663c1e65722d0fc | b283744d9c62f565e20de9fc3c07799bbddd05e9 | refs/heads/master | 2020-07-28T03:11:57.682080 | 2019-09-18T11:19:03 | 2019-09-18T11:19:03 | 209,289,987 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 739 | java | package com.example.daytwo;
import androidx.appcompat.app.AppCompatActivity;
import android.graphics.drawable.AnimationDrawable;
import android.os.Bundle;
import android.widget.RelativeLayout;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) ... | [
"payalvarade@gmail.com"
] | payalvarade@gmail.com |
6e1edfb3e99f37926e1461263a12ae9fe326b1ae | c9becf552b0612c533e421fae9daadf93031e843 | /green-service/src/main/java/com/yajun/green/repository/xiaoshou/XiaoShouForCarrierDao.java | 65279def9f390e66addaa7b9ddd2d68e54b3bd37 | [] | no_license | ChanceSpace/yunliplatform | 55eee6a58ee08ab17158f22629868bb36f98d571 | a643597c9f9d5dba689f3238e6e587addcb3f39f | refs/heads/master | 2020-05-21T09:08:11.030576 | 2019-04-11T14:11:48 | 2019-04-11T14:11:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 662 | java | package com.yajun.green.repository.xiaoshou;
import com.yajun.green.domain.xiaoshou.XiaoShouContact;
import com.yajun.green.repository.EntityObjectDao;
import java.util.List;
/**
* Created by LiuMengKe on 2018/1/2.
*/
public interface XiaoShouForCarrierDao extends EntityObjectDao {
List<XiaoShouContact> findO... | [
"376952632@qq.com"
] | 376952632@qq.com |
fbf8577100022d5bf10360b41904e66e0cd674c3 | 849b2146edd686cb97b0d4a69e5d57a64bec4766 | /app/src/main/java/com/zhuoren/aveditor/common/Logger.java | d3f449753be2157061639c91602c61940ec3c0c0 | [] | no_license | wuwuhuai/FFmpeg | 32c584f42942a784147c9c78e2cea331c10ace22 | a8921d4b3122512b45a22f1b465a60e1f3663a12 | refs/heads/master | 2023-06-02T13:47:59.579647 | 2021-06-22T10:25:25 | 2021-06-22T10:25:25 | 241,993,101 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 552 | java | package com.zhuoren.aveditor.common;
import android.util.Log;
public class Logger {
private static final String TAG = "aveditor_Logger";
public static void d(String tag, String message) {
Log.d(tag, message);
}
public static void e(String tag, String message, Throwable throwable) {
... | [
"wuwuhuai@163.com"
] | wuwuhuai@163.com |
30f15a78116e59b5cba8acf9d272d448665ecea7 | b70f3e0c52daf98aabadc02e3acaeede727f1ab9 | /src/mctsbot/actions/RaiseAction.java | cd8feab6f0bc18823d78cc27c776192c237a753d | [
"MIT",
"CC-BY-4.0"
] | permissive | jinyiabc/mctsbot | 552fed79fed0e91d34932cd58d3297599fc7f184 | e942a70d0f72cf6763b26bf5a0bde67c8af20025 | refs/heads/master | 2020-12-21T07:19:29.110375 | 2018-04-29T18:50:54 | 2018-04-29T18:52:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 363 | java | package mctsbot.actions;
public class RaiseAction implements Action {
private static final long serialVersionUID = 1L;
private final double amount;
public RaiseAction(double amount) {
this.amount = amount;
}
public double getAmount() {
return amount;
}
public String getDescription(... | [
"david@davidxmoody.com"
] | david@davidxmoody.com |
f4e03dafec902be61eaaf52967bd2707e123cee4 | 4013870a9fb395c4ac272f8cc77c8d4f69a148fc | /src/main/java/com/hashmap/exception/InSufficientBalance.java | e73fa0451eb67f49c307ab6b063b5e38183e31bd | [] | no_license | VikashSingh94/auction-management-system | 193dacb767d9696288400f8a4b70978ac0c66dd0 | 4db3660ca0b62e5f665690ed7ebb2cb7409345f0 | refs/heads/master | 2021-05-09T13:50:36.818132 | 2018-02-12T09:09:51 | 2018-02-12T09:09:51 | 119,048,954 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 152 | java | package com.hashmap.exception;
public class InSufficientBalance extends Exception{
public InSufficientBalance(String s){
super(s);
}
}
| [
"singhvikash301094@gmail.com"
] | singhvikash301094@gmail.com |
a64059bf4e13bc88ed7fe2846d226ee4a7814212 | 5e06293b1702e3bcd204fb55b59e3e8106b5cc37 | /app/src/main/java/com/sophiaxiang/wanderlust/GenderSetUpActivity.java | 61058dfa47f23d7ae0c6aa43dc57ab66ad17e380 | [] | no_license | huntermonk/Wanderlust | c972c5313542a7365e469e5de57be97908b36492 | 4d548dfd1b2ff40780ecf8e1e835def01e4bc168 | refs/heads/master | 2023-07-04T19:25:34.646586 | 2021-08-05T00:07:18 | 2021-08-05T00:07:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,900 | java | package com.sophiaxiang.wanderlust;
import android.content.Intent;
import android.graphics.Color;
import android.os.Bundle;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import android.widget.Toast;
impor... | [
"sophiatxiang@gmail.com"
] | sophiatxiang@gmail.com |
c5e8a482b64b846dc6504a6e8f0ab52698672927 | c33cc79cfdbcb9a4f8e9d86328fe3a41d2e64773 | /app/src/main/java/org/android/wilis/LaporKecelakaan.java | ca8527a19ed93fbe00ae9c7aadfe70f132533bfc | [] | no_license | radinaldn/AR-LocationBased | 8e71b2f4eac2dce70e14512252552e91c82a7308 | 8587fee1e376f793de2d160450fcd7a0c8d887ca | refs/heads/master | 2021-07-17T22:11:48.964215 | 2017-10-26T00:45:52 | 2017-10-26T00:45:52 | 107,912,780 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,212 | java | package org.android.wilis;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.Matrix;
import android.location.Loc... | [
"radinal.dwiki.novendra@students.uin-suska.ac.id"
] | radinal.dwiki.novendra@students.uin-suska.ac.id |
f7890a8438a50061908e130ac28ea196a70c3ed5 | 42132df67e3e50c3d0b62fd9d024b6b5660510a8 | /src/main/java/store/BasketBean.java | 7f316be05a2adf876e575655afce833ff049827a | [] | no_license | spr15bd/webstore | 788ad3de3c114a56adeefb5ee31570da404e5d56 | 2500118cf5007d8f79a080b2580e5dc7f954b8d8 | refs/heads/master | 2020-09-27T16:27:35.016441 | 2016-08-24T21:01:56 | 2016-08-24T21:01:56 | 66,499,363 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,786 | java | /* BasketBean.java - this class is used to create the shopping basket object. It uses an ArrayList to hold the ItemBean objects (items). */
package store;
import java.util.ArrayList;
public class BasketBean {
private double totalPrice=0;
private ItemBean item=new ItemBean();
private ArrayList <ItemBean> itemsInB... | [
"bevandady@gmail.com"
] | bevandady@gmail.com |
2c348d3490ad15d1bb59306010700752a4140a37 | e83f2b77913910a00c8db30c2210163f8bbf51a1 | /src/main/java/pl/coderslab/charity/HomeController.java | 293117fe5f70bf1e06606c076c13b2adbeb094a4 | [] | no_license | PiotrBoKar/charity | 4498e8016b24cf3332826adac22edc0360284073 | 82819f0390f2356291ea1bce76c6a540e2f00344 | refs/heads/master | 2022-11-20T12:49:14.094817 | 2020-07-15T18:33:27 | 2020-07-15T18:33:27 | 278,954,189 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,180 | java | package pl.coderslab.charity;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import pl.coderslab.charity.donation.DonationRepository;
import pl.codersla... | [
"piotr.bober0@gmail.com"
] | piotr.bober0@gmail.com |
5d7049debd531917ebfc51405915235bd66a2ed8 | e59b7bdce6171a903cbb331d81308c47f5829c1f | /Other/src/com/apcompsci/Club/CreateAccount.java | ff8955952a1bcafa94698fbc073a8639ec8e185b | [] | no_license | indianpoptart/ApCompSciProjects | 4f783ab6cf8545b2be3220770e8c97345d58a313 | 7354f2740dda97393f89f17e115620d5e31b172c | refs/heads/master | 2020-04-11T03:03:03.046350 | 2014-04-06T02:06:20 | 2014-04-06T02:06:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,045 | java | package com.apcompsci.Club;
import java.util.Scanner;
public class CreateAccount {
private String username, password;
private Scanner scan;
private double bal;
private int psLength;
public CreateAccount (String u , String pass , double balance){
username = u;
password = pass;
bal = balance;
}
public ... | [
"nikhil1.paranjape@gmail.com"
] | nikhil1.paranjape@gmail.com |
b660b859397b68cd5b28a2f160ccd3e1de986dd5 | 8239091c8c9cf73b080f1be0bf428df871411d33 | /src/telas/Deletar.java | 0a36133da196e864b01ecfa705b1bbb45820efcf | [] | no_license | dhLra/CRUD-Java | 73d488f6581e1d3326d77ca3c74927f67d433a76 | 5b6c2430342089588a60b111a7c5dec2a23e2adf | refs/heads/master | 2022-11-26T20:47:50.520314 | 2020-08-08T18:33:50 | 2020-08-08T18:33:50 | 283,393,428 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 42 | java | package telas;
public class Deletar {
}
| [
"dhiegolira11@gmail.com"
] | dhiegolira11@gmail.com |
64442bd1b2a405078868af695e6ebb48a151afca | 53f18124d8e7f24cc497b1f953d9b96f8bc4f74c | /Java-Eclipse/List/Prog5.java | 135cf33b60bf77c6b92c4ea3310da47c299beead | [] | no_license | aakashvarma/java | 603e52744ed3d0ba56ee6ea532ea7cfba0f3e487 | 1c1a2ef77cc94b93ddce26702d761fe911eb6956 | refs/heads/master | 2020-04-19T19:38:02.593498 | 2019-06-26T16:20:27 | 2019-06-26T16:20:27 | 168,393,751 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 633 | java | import java.util.LinkedList;
import java.util.Vector;
class Prog5{
public static void main(String[] args){
LinkedList<String> months = new LinkedList<>();
months.add("January");
months.add("February");
months.add("March");
months.add("April");
months.add("May");
... | [
"aakashvarma18@gmail.com"
] | aakashvarma18@gmail.com |
53ce609f979cc3becc2b8741eb1dfd2f5e81c3c8 | 725b0c33af8b93b557657d2a927be1361256362b | /com/planet_ink/coffee_mud/WebMacros/WebServerPort.java | 0cb4f60e8cd4cf306b4f3c3c37fc32726c000906 | [
"Apache-2.0"
] | permissive | mcbrown87/CoffeeMud | 7546434750d1ae0418ac2c76d27f872106d2df97 | 0d4403d466271fe5d75bfae8f33089632ac1ddd6 | refs/heads/master | 2020-12-30T19:23:07.758257 | 2014-06-25T00:01:20 | 2014-06-25T00:01:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,184 | java | package com.planet_ink.coffee_mud.WebMacros;
import com.planet_ink.miniweb.interfaces.*;
import com.planet_ink.miniweb.util.MWThread;
import com.planet_ink.miniweb.util.MiniWebConfig;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.co... | [
"bo@0d6f1817-ed0e-0410-87c9-987e46238f29"
] | bo@0d6f1817-ed0e-0410-87c9-987e46238f29 |
842cf041eb410a712844e680070b1e5f4a6c8dbc | 3f6074b00037a4166406f78355a29f5dd55c05bb | /Practice/src/com/nit/Inheritance/S1.java | 22422fd73a5ca1a1473a0b0bcc238b2041d620d6 | [] | no_license | Satish-BaldiReddi/javaprograms | deba5fa694c30b1d20ed97aa98fabb4a06a1a988 | 44faa2ca10e9fdc508ccfcb0b74aaddee18b0f45 | refs/heads/master | 2023-05-03T04:20:37.058510 | 2023-04-14T05:34:42 | 2023-04-14T05:34:42 | 258,198,590 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 459 | java | package com.nit.Inheritance;
public class S1 {
static int a=10;
static {
System.out.println("S SB");
}
static void m1(){
System.out.println("S m1");
}
}
class L extends S1 {
static int b=20;
static {
System.out.println("L SB");
}
}
class Test05{
public static... | [
"satishsatya7997@gmail.com"
] | satishsatya7997@gmail.com |
5b896c07e8a1fd6fb5622c6ec1309713cc8103e3 | 2a526499beb986f9b00a65b7d5604fa335a393c3 | /src/main/java/com/axibase/tsd/driver/jdbc/strategies/storage/FileChannelIterator.java | 6e3f9e94cd1909a8a8bd9496281eda3cb1d8f51a | [
"Apache-2.0"
] | permissive | gitreal/atsd-jdbc | b6967d1340657d86c98382ddc2de174d7c825200 | 2335a15c121b34cf4e0773abfb34a8c21e813488 | refs/heads/master | 2021-01-12T21:05:08.905579 | 2016-03-29T16:08:10 | 2016-03-29T16:08:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,385 | java | /*
* Copyright 2016 Axibase Corporation 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
*
* https://www.axibase.com/atsd/axibase-apache-2.0.pdf
*
* or in t... | [
"alexey.reztsov@axibase.com"
] | alexey.reztsov@axibase.com |
22aad1d5bea11072a6552cef3ce17079b15d97a9 | 7350883b7e7853595e986fc59cb4e1a0ca0982e2 | /app/src/test/java/kr/hs/emirim/nahyeonkim/slidingdrawertest/ExampleUnitTest.java | c365cb39261a057dabd578ffa3c0af38832dce4a | [] | no_license | nahyeonkim/SlidingDrawer | 9f1d3a6fe5beeb4014e037252760d463dddd3eac | 9b3c858981ec07df09c807944d76a861d8ba7882 | refs/heads/master | 2016-09-13T13:12:18.540434 | 2016-05-23T11:49:32 | 2016-05-23T11:49:32 | 59,478,277 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 334 | java | package kr.hs.emirim.nahyeonkim.slidingdrawertest;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2... | [
"nah0722@naver.com"
] | nah0722@naver.com |
fe0831ff8c01fc5242555b934494f662fea67de3 | 0e2a1a0a4f176f08093d996fe62347c739ce9598 | /trunk/mis/src/main/java/com/px/mis/purc/service/SellOutWhsService.java | 9899901405b833127996a3c1a1d35d9cf21ee340 | [] | no_license | LIHUIJAVA/JOB | 21dc3979b57d2923da9a0f6f33a9f0919b617b4d | 3142faf6045696e8c932d1a2139bdd17a40378e7 | refs/heads/master | 2022-12-21T01:56:05.451002 | 2020-03-01T12:04:32 | 2020-03-01T12:04:32 | 244,107,727 | 0 | 1 | null | 2022-12-16T07:52:27 | 2020-03-01T07:42:17 | JavaScript | GB18030 | Java | false | false | 1,070 | java | package com.px.mis.purc.service;
import java.util.List;
import java.util.Map;
import org.springframework.web.multipart.MultipartFile;
import com.px.mis.purc.entity.SellOutWhs;
import com.px.mis.purc.entity.SellOutWhsSub;
public interface SellOutWhsService {
public String addSellOutWhs(String userId,SellOutWhs sel... | [
"lh"
] | lh |
f439079f2d3299426847d0948e890c35f75d8baa | e6e0b32026355ef4ac34b16e96134fb5d8bd8246 | /5_Builder_Pattern/src/com/example/java/VeganHamburgerBuilder.java | a4fcc71c59c8a04a4d0b98b4d56ebdef81b7ee5c | [] | no_license | ystvan/Design-Patterns-with-JAVA | c34256347fbef009c4297cdd9937a1cf0c58ec5b | df13c43b8b6b4114ec392b29b3519f8ff7e4cb38 | refs/heads/master | 2021-04-30T13:05:25.860244 | 2018-05-19T13:36:19 | 2018-05-19T13:36:19 | 121,287,512 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 335 | java | package com.example.java;
class VeganHamburgerBuilder extends HamburgerBuilder {
public void buildBun() {
hamburger.setBun("poppy seed");
}
public void buildPatty() {
hamburger.setPatty("veggie patty");
}
public void buildSeasoning() {
hamburger.setSeasoning("ketchup and m... | [
"istv0050@stud.kea.dk"
] | istv0050@stud.kea.dk |
5ee767233170f7dfe636286c49808382094a168b | 53e55126f9f4d731bf8963ad49db97b803f1c7d3 | /sprintboot_demo-master/src/main/java/com/wacai/springboot_demo/model/Course.java | acbd355ca4f66cde3934c7cea701cffd950f49de | [] | no_license | jonyhy96/course_demo | 433c1a9fa58afe8000fc580b254dad6670944d8d | 12301b10f75fc1ab3dea0104b138681b7c5eeae0 | refs/heads/master | 2020-03-15T17:30:38.156740 | 2018-06-02T09:46:40 | 2018-06-02T09:46:40 | 132,263,125 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 894 | java | package com.wacai.springboot_demo.model;
/**
* @author pojun
*/
public class Course {
private Integer id;
private String name;
private Integer teacherId;
private Integer num;
private Short state;
public Integer getId() {
return id;
}
public void setId(Integer id) {
... | [
"haoyun@ghostcloud.cn"
] | haoyun@ghostcloud.cn |
8deec712fc54caea70e6e2835391e254add0d21b | ebdcaff90c72bf9bb7871574b25602ec22e45c35 | /modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/v201809/mcm/ManagedCustomerServiceInterfacemutateLabelResponse.java | 444d8e9213e00d0f56d718b2560a34c4bfcb460d | [
"Apache-2.0"
] | permissive | ColleenKeegan/googleads-java-lib | 3c25ea93740b3abceb52bb0534aff66388d8abd1 | 3d38daadf66e5d9c3db220559f099fd5c5b19e70 | refs/heads/master | 2023-04-06T16:16:51.690975 | 2018-11-15T20:50:26 | 2018-11-15T20:50:26 | 158,986,306 | 1 | 0 | Apache-2.0 | 2023-04-04T01:42:56 | 2018-11-25T00:56:39 | Java | UTF-8 | Java | false | false | 2,283 | java | // Copyright 2018 Google LLC
//
// 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 writi... | [
"jradcliff@users.noreply.github.com"
] | jradcliff@users.noreply.github.com |
7375d560f629345b0ca1c163d28162519d2ecf4d | cb415da83080326737ca98d04854d8705a36cdba | /app/src/main/java/mpip/finki/ukim/googlenearbyplaces/models/GoogleGeometryItem.java | d4e3b5cca67db977e23bee5fd4da07089f8a30f0 | [] | no_license | kostadinljatkoski/GoogleNearbyPlacesMobileApp | 7faa527773e2c533e85715e4a7235265a40f1441 | da531e810afd730b9aee3a00b2cd40818c6d0fd6 | refs/heads/master | 2021-05-17T16:08:03.764059 | 2020-03-28T18:11:51 | 2020-03-28T18:11:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 128 | java | package mpip.finki.ukim.googlenearbyplaces.models;
public class GoogleGeometryItem {
public GoogleLocationItem location;
}
| [
"kostadinljatkoski@hotmail.com"
] | kostadinljatkoski@hotmail.com |
bd7c6799131392b2fa68b9f82f37218f20fcee20 | 3892cf8ec26eab9f449338631ceae27dfd8b7fb7 | /app/src/main/java/io/azaan/taro/io/azaan/taro/viz/models/StackedBarData.java | 4c2779fc9382e4216a5064292ebc0346199eb82c | [] | no_license | aznn/taro | eb0389f8265d8e50606e9e3d46a80878bca76bba | ee2d73a74c4950e3cbc2e239bf4a9106b99e0974 | refs/heads/master | 2021-06-06T11:17:24.246938 | 2016-09-17T00:06:31 | 2016-09-17T00:06:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 484 | java | package io.azaan.taro.io.azaan.taro.viz.models;
/**
* Data model for stacked bar charts
*/
public class StackedBarData implements XLabel, YValue {
public final int value;
public final String label;
public StackedBarData(String label, int value) {
this.value = value;
this.label = label;
... | [
"azaan@outlook.com"
] | azaan@outlook.com |
261447b817573a1154b3e8788d2f2c1b52f3536e | d9477e8e6e0d823cf2dec9823d7424732a7563c4 | /plugins/SVNPlugin/tags/1.1.0/src/ise/plugin/svn/gui/PropertyEditor.java | ec29240eb0b70de3965b5eff1c71ce177460df3f | [] | no_license | RobertHSchmidt/jedit | 48fd8e1e9527e6f680de334d1903a0113f9e8380 | 2fbb392d6b569aefead29975b9be12e257fbe4eb | refs/heads/master | 2023-08-30T02:52:55.676638 | 2018-07-11T13:28:01 | 2018-07-11T13:28:01 | 140,587,948 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,156 | java | /*
Copyright (c) 2007, Dale Anson
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following discl... | [
"daleanson@6b1eeb88-9816-0410-afa2-b43733a0f04e"
] | daleanson@6b1eeb88-9816-0410-afa2-b43733a0f04e |
ebd1d1ab478bc93dc234ccb77b18a0d4892cdb81 | 0ee53560cc47b2771bc91f991829aed2e073ac07 | /app/src/androidTest/java/com/androidorange/example/firebasertdb/ExampleInstrumentedTest.java | d9b8c773fe878576f24f889b33b06674e4f82d19 | [] | no_license | JLF426551/FirebaseRTDB | 710b79484316306cd647faed50c96aefc16baa1a | 9f8be6061222d7af2c4870b560ceefb4e6fab1b4 | refs/heads/master | 2020-03-30T01:08:14.999078 | 2018-10-18T08:26:39 | 2018-10-18T08:26:39 | 150,561,149 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 760 | java | package com.androidorange.example.firebasertdb;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execut... | [
"leon.edu@outlook.com"
] | leon.edu@outlook.com |
63a0987ca29201f272092462bec3447224e49985 | d3dcff0c5b2120c5319c9930dfd5693b3435957a | /app/src/main/java/com/mobilesoft/bonways/uis/viewholders/CommentViewHolder.java | e6cf6968590b0e61b7a396a619e7ef6903204df4 | [] | no_license | Coccoonx/costax | 012d1347a4f33e5d5b5bd0d0894712e0edc100e3 | fa593166596e26cf10a02b5e75e9dd242efa86d7 | refs/heads/master | 2021-01-11T16:23:42.500927 | 2017-08-23T22:15:57 | 2017-08-23T22:15:57 | 80,071,023 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,045 | java | package com.mobilesoft.bonways.uis.viewholders;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.mikhaellopez.circularimageview.CircularImageView;
import com.mobilesoft.bonways.R;
/... | [
"dtlyonnel@gmail.com"
] | dtlyonnel@gmail.com |
319a08f8b953b3026829ac3f0dcb3a14ef4b2b13 | 6dcade5a53a3e0c1db6fc54c8f850580a95a5c8a | /src/com/google/gson/annotations/Expose.java | 1e58d43792c8fdc5750108193e779dd17725b567 | [] | no_license | Vikame/Practice | 40263f56b14801c0bd207d8757067acc7adb1ceb | 80c92505c26f17fd307f94560b1b6e8004b446ab | refs/heads/master | 2021-01-23T12:48:44.179637 | 2017-09-06T20:05:00 | 2017-09-06T20:05:00 | 102,653,039 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,332 | java | /*
* Copyright (C) 2008 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 applicable law or agreed to ... | [
"walterkillmenowpls@gmail.com"
] | walterkillmenowpls@gmail.com |
8683f6fe5b48c022dcd954762f9f31d51b30e97f | ee33740354349d8bbfc22fdf7c48df926b850f2b | /temp/src/minecraft_server/net/minecraft/network/play/client/CPacketPlayer.java | e54991874af4d84b403e5817f7f3ee097d3c1f58 | [] | no_license | Targonian/Targonian | 1187f67be8d50661ead802f658d20815c66aaef4 | 0e0ca2e6e2f1fb2389690d70e430efecff6b2e9f | refs/heads/master | 2020-03-08T04:40:53.089851 | 2018-04-03T15:33:34 | 2018-04-03T15:33:34 | 127,928,808 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,036 | java | package net.minecraft.network.play.client;
import java.io.IOException;
import net.minecraft.network.Packet;
import net.minecraft.network.PacketBuffer;
import net.minecraft.network.play.INetHandlerPlayServer;
public class CPacketPlayer implements Packet<INetHandlerPlayServer> {
protected double field_149479_a;
p... | [
"38045193+Targons@users.noreply.github.com"
] | 38045193+Targons@users.noreply.github.com |
3573e8da686f769cfbadf1130242d04e6d4ecb04 | 9ac7c01f3850bd1800b6081159bd36ad1be1595c | /Week8_Capstone/Artifacts/bytecode/ryey/easer/core/log/e$a.java | d6151e26485d839ea78de72e34464cfe7cdd8593 | [] | no_license | dr-natetorious/TIM-8101-Principals_of_Computer_Science | c956a09f1de593f60e1ac1ce96df604f873e20c1 | 20342f018149746167d704adb2988008de13dc62 | refs/heads/master | 2022-06-28T07:20:34.232059 | 2022-05-27T15:15:09 | 2022-05-27T15:15:09 | 174,446,001 | 0 | 0 | null | 2019-04-29T21:03:15 | 2019-03-08T01:13:52 | Java | UTF-8 | Java | false | false | 1,330 | java | public final class ryey.easer.core.log.e$a implements android.os.Parcelable$Creator<ryey.easer.core.log.e> {
public ryey.easer.core.log.e$a(a.b.b.a);
Code:
0: aload_0
1: invokespecial #17 // Method "<init>":()V
4: return
public ryey.easer.core.log.e a(android.os.Parcel);
... | [
"noreply@github.com"
] | dr-natetorious.noreply@github.com |
88710745a49b281ced6135f52798b32fea08ccb7 | ae5ad3651d8b2f0f61e430a519558867b1ca21d2 | /nativespider.win32/src/nativespider/win32/RobotImpl.java | a86ac746e03c9e9633ea97b2404d8082ef7512ba | [] | no_license | aabcce/aabccespider | 911733ee1e3722ad9165d7233a925d57ab578d67 | ae8f1adfb0da133d947192cb20c0fe395ebabcfb | refs/heads/master | 2021-01-01T05:47:48.949449 | 2010-01-05T14:52:54 | 2010-01-05T14:52:54 | 32,613,774 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,052 | java | package nativespider.win32;
import nativespider.interfaces.IRobot;
import org.eclipse.swt.SWT;
import org.eclipse.swt.internal.win32.*;
public class RobotImpl implements IRobot {
public int[] getMousePostion()
{
POINT pt = new POINT ();
OS.GetCursorPos (pt);
return new int[] {pt.x,pt.y};
... | [
"aabcce@gmail.com@32d238da-d7d5-11de-8e5c-7bc2cb6520f4"
] | aabcce@gmail.com@32d238da-d7d5-11de-8e5c-7bc2cb6520f4 |
01625b9b39d2748a78cad3878d3877a754f20167 | c7bf1d96eb434a74648b1072d8f6960089120983 | /src/java/es/uma/ecplusproject/backing/CopyResources.java | 05c3a6cbb6d2433c97ac524e5878f77864c84bab | [] | no_license | jfrchicanog/ECPlusAcademicPortal | d999e44bb190bcceadd61a6c5011550f03df0a8e | eefc6eb88a82eb4a97e25296583f154db3190a48 | refs/heads/master | 2022-07-01T23:22:18.738837 | 2018-05-17T00:24:39 | 2018-05-17T00:24:39 | 143,293,118 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,114 | 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 es.uma.ecplusproject.backing;
import es.uma.ecplusproject.backing.util.WordsBatchSyntax;
import es.uma.ecplusproject.ejb.ECPlu... | [
"chicano@lcc.uma.es"
] | chicano@lcc.uma.es |
a8a28f3860b94e3b3aa7a2e6bc82111ebfd8f3ed | 2f0f52be4f58f53f21eab69f393ba3be8def655b | /contrato/src/main/java/br/com/pauta/model/request/PautaRequest.java | d1c55e43a9c895976b1af298aa3d98cbfc820507 | [] | no_license | DiovaneMendes/pauta-service | 94de20cec763fbd211d5d0e4686888132e724bed | 3344969c4806a5584dc75b95fcbef16497cd3546 | refs/heads/master | 2023-04-17T08:10:45.452106 | 2021-05-03T03:31:54 | 2021-05-03T03:31:54 | 273,524,005 | 0 | 0 | null | 2020-06-24T17:06:07 | 2020-06-19T15:14:22 | null | UTF-8 | Java | false | false | 536 | java | package br.com.pauta.model.request;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.validation.constraints.NotNull;
@Data
@Builder
@ApiModel
@NoArgsConst... | [
"diovane.m.mendes@gmail.com"
] | diovane.m.mendes@gmail.com |
dfa76dea27f1c6c6dec4006fb6183900132c65ea | 6740dea586450fd249bac20a99e74afb477cb367 | /android/Chirper/app/src/main/java/ramp/chirper/android/TwitterAsyncTask.java | dd8abdc810d4ab53824923900966419c3f9e5d8c | [
"Apache-2.0"
] | permissive | lvguanming/samples | 944dec86baa0f493574bd3b17926d6a905d6c114 | ab2dc42255b6d09f7d5434b28bc1aa9b91a92042 | refs/heads/master | 2021-01-10T07:39:16.184918 | 2016-12-19T04:00:29 | 2016-12-19T04:00:29 | 53,655,790 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,792 | java | package ramp.chirper.android;
import android.app.Activity;
import android.app.ProgressDialog;
import android.os.AsyncTask;
import java.util.ArrayList;
import java.util.List;
import twitter4j.Query;
import twitter4j.Twitter;
/**
* Created by rpalaniappan on 18/06/14.
*/
public class TwitterAsyncTask extends AsyncT... | [
"gim@GimdeMacBook-Pro.local"
] | gim@GimdeMacBook-Pro.local |
c1e5bc70d4165efc1b99e97197828cc16b0a3d78 | 943524d7f4d5e21e9994029b427e642e06f53363 | /Eclipse_Workspace/Eclipse_Workspace/Eclipse_Workspace/ToolsQASelenium/src/practiceSelenium/PracticeExercise1.java | dcfdfe228b4860258d447f98dc0c86f1501fbe37 | [] | no_license | akshayjain585/Learnings | 878cec4bd2a4aaccd7ed5bd5974f8f1741129bc0 | 4d72a02ee45af6d76a7454559d7db7ee804a97a9 | refs/heads/master | 2023-05-12T02:12:02.705812 | 2021-02-03T09:00:49 | 2021-02-03T09:00:49 | 151,600,614 | 0 | 0 | null | 2023-05-09T18:06:41 | 2018-10-04T16:14:37 | JavaScript | UTF-8 | Java | false | false | 858 | java | /*
Practice Exercise 1
1) Launch new Browser
2) Open URL http://www.toolsqa.com/automation-practice-form/
3) Type Name & Last Name (Use Name locator)
4) Click on Submit button (Use ID locator)
*/
package practiceSelenium;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.seleniu... | [
"AJain11@yodlee.com"
] | AJain11@yodlee.com |
8bad6d9a1f1c6de45060fcafd55ed89373666ce5 | eaa97c4ed9eb2d21712d4d15051d11fad1afb222 | /src/Chap08/IndexOfTester.java | 690cf1dfdd02541f99861430378c136892ac26b6 | [] | no_license | takanamir/Algorithm_java_study | a5479c025fcd8e9d210f8270606411084c70b2e6 | 63422cdd44b5af1107ac561d5481bc82452d3634 | refs/heads/master | 2022-10-03T12:45:16.510022 | 2020-06-09T08:34:15 | 2020-06-09T08:34:15 | 268,947,466 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,326 | java | package Chap08;
import java.util.Scanner;
//String.indexOfメソッドとString.lastIndexOfメソッドによる文字列探索
public class IndexOfTester {
public static void main(String[] args) {
Scanner stdIn = new Scanner(System.in);
System.out.print("テキスト:");
String s1 = stdIn.next(); // テキスト用文字列
System.out.print("パターン:");... | [
"rtakanami0706@gmail.com"
] | rtakanami0706@gmail.com |
2307dff7f86f80b7295f6a0baa21667883d1068d | eadedaf59ba8c2ac37c268bbd3baf31635504ea9 | /src/test/java/com/psawesome/testcodeproject/pagination/korea_style/PaginationRunner.java | ca1e1fbfcdb306832e91532564ba503f5490c87e | [] | no_license | wiv33/test-code-project | 9288b57b4221b46f59b5cebeb5ced3b6420b0d79 | 993d82b530b4c374a9e91f939e5f59f1b56fae47 | refs/heads/master | 2023-06-01T17:55:10.794340 | 2021-06-27T15:32:23 | 2021-06-27T15:32:23 | 234,860,509 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 358 | java | package com.psawesome.testcodeproject.pagination.korea_style;
/**
* @author pilseong
* @version 1.0
* @description
* @see == 개정이력(Modification Information) ==
* <p>
* 수정일 수정자 수정내용
* ------ -------- --------------------------
* @since 2020-03-05
*/
public class PaginationR... | [
"wiv821253@gmail.com"
] | wiv821253@gmail.com |
b701ca3e62ed3fbc2a70450ee4ffed98e8f75be3 | a5c0f8e18b8a4bd940e12a98945de3ba29da3840 | /src/ufps/vistas/TestEmail.java | 50b92e8d5651a5772a3937653f7fed0482680f16 | [] | no_license | SantiagoAndresSerrano/Persistencia | 95d2fc6dd61318cc167dcd7c6e62178667de5dcf | f7937533df8e2b838ce4e6b9e9f62d6b77f47f75 | refs/heads/master | 2023-01-16T04:29:26.312531 | 2020-11-26T22:03:04 | 2020-11-26T22:03:04 | 273,975,997 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,344 | java | package ufps.vistas;
import java.util.Scanner;
import ufps.util.varios.*;
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author Usuario
*/
public class TestEmail {
/**
* Se tiene creada la cuenta ejemplo.email.ufps@gmail.com,
* para... | [
"madarme@ufps.edu.co"
] | madarme@ufps.edu.co |
1fd83aeb3772b89f817cfd6a6bc5e8487041df58 | 4ca9f8a1e3fd894520e71b66ad52bfec75e0d17e | /app/src/main/java/com/ayfp/anyuanwisdom/config/preferences/Preferences.java | 45c0018904da92e844468fdc6156f43056e5cf07 | [] | no_license | linerhome/AnyuanWisdom | 6d726dec76db8b6fbf6c485ecb0dbabbd8a9e40c | c4cf2ad7a136636e2554874380ac94b25b65e4e9 | refs/heads/master | 2023-03-21T04:44:54.409195 | 2018-02-28T05:36:24 | 2018-02-28T05:36:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,944 | java | package com.ayfp.anyuanwisdom.config.preferences;
import android.content.Context;
import android.content.SharedPreferences;
import android.text.TextUtils;
import com.ayfp.anyuanwisdom.base.MyApplication;
/**
* Created by hzxuwen on 2015/4/13.
*/
public class Preferences {
private static final String KEY_USER_A... | [
"wlwangjc@foxmail.com"
] | wlwangjc@foxmail.com |
bda0ec322e7c91c2d614491a39b46c1c9a9f221b | de7b67d4f8aa124f09fc133be5295a0c18d80171 | /workspace_headfirstdesignpatterns/testdesignpattern/src/proxy/TestProxy.java | 6eb3ae03120a97c76af92b24ea87b691c86a4baf | [] | no_license | lin-lee/eclipse_workspace_test | adce936e4ae8df97f7f28965a6728540d63224c7 | 37507f78bc942afb11490c49942cdfc6ef3dfef8 | refs/heads/master | 2021-05-09T10:02:55.854906 | 2018-01-31T07:19:02 | 2018-01-31T07:19:02 | 119,460,523 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 235 | java | package proxy;
public class TestProxy {
public static void main(String [] args){
BookFacadeProxy proxy = new BookFacadeProxy();
BookFacade bookProxy = (BookFacade) proxy.bind(new BookFacadeImpl());
bookProxy.addBook();
}
}
| [
"lilin@lvmama.com"
] | lilin@lvmama.com |
0cd3a24214e034392ba080176b37e03107c31827 | fea0b545b087ea44339123c5f8eb9b09337f0c66 | /boot-mybatis-plus-beetl/src/main/java/com/sino/scaffold/model/Status.java | 10aaf433424f76072145edf3b2faaba2f18989aa | [
"Apache-2.0"
] | permissive | boboan0254/Falsework | 9ef9ba094e033410eca0080624c213a74c04fbaa | e6f9215846d6caeb0d3b41b0ec59bfc273b328bb | refs/heads/master | 2021-09-05T04:50:41.552989 | 2018-01-24T05:20:15 | 2018-01-24T05:20:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 108 | java | package com.sino.scaffold.model;
/**
* @author kerbores
*
*/
public enum Status {
DISABLED, ENABLED
}
| [
"Kerbores@gmail.com"
] | Kerbores@gmail.com |
92d4a954bd2fedc2bf3f478f034aaf0fcbdeeb7a | e3b401814e8fbe73e1979cea8980c1ce93ca6dc8 | /mybatis-ext/src/main/java/com/winning/mybatis/support/Criteria.java | 128d6eb9385c10c710396edb09027607099883fd | [] | no_license | Sunshineuun/kbms-framework | ad9a7f0d42a64bec000434d40d0a73354d02675b | 7528b3d9fd4c7fa4a5dd2a31b4d31005e4d10d8b | refs/heads/master | 2021-01-18T16:46:18.714175 | 2017-04-27T10:22:01 | 2017-04-27T10:22:01 | 86,767,080 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,500 | java | package com.winning.mybatis.support;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.lang.StringUtils;
public final class Criteria {
private final List<Condition> conditions = new ArrayList<Condition>(5);
private final List<Order> orders = new ArrayList<Order>(1);
private Criteria() ... | [
"583853240@qq.com"
] | 583853240@qq.com |
610fe5dae09564da44d40474780bac9f7333864e | 4ed9269ac93f77735bbad50c2d4df398506c5d40 | /Team.java | 6ae109be5bd44c5666c62c35f067aa1679e51245 | [] | no_license | nvidia94/Java-app | 38470075e731d0fafeda6c5b4c1357a1dc4e7b0f | d5d5792b4f716be37347d3ea734618d1a057cfb5 | refs/heads/master | 2020-04-02T00:41:49.960680 | 2018-10-19T17:30:26 | 2018-10-19T17:30:26 | 153,817,330 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,363 | java | package com.company;
/**
* Team class for the tournament */
public class Team {
private int teamId; // holds team id number
private String teamName; // holds team country
private int groupId; // holds the groupid for the team
private int matchesPlayed; // holds the matches
private int... | [
"noreply@github.com"
] | nvidia94.noreply@github.com |
2adbf32e72d3169850ec752e2248d3b83d77e64d | fdea8640ef2099364e76271bc89ade47871bb919 | /app/src/main/java/com/example/edithrewards/ui/home/HomeFragment.java | e8967e8a83004cff02206a4ee4f5c6fda1a8beec | [] | no_license | virtualRst/Edith_rewards | a9c70f2897c677140b59aa5d6a3739fb57f1b73c | ec82723b7365c3979397e5782684c030e2d8e65d | refs/heads/master | 2022-04-02T19:43:47.426379 | 2020-01-06T12:59:00 | 2020-01-06T12:59:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,139 | java | package com.example.edithrewards.ui.home;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.Nullable;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import androi... | [
"rishabhtiwari821@gmial.com"
] | rishabhtiwari821@gmial.com |
d8419d82b49d42ac85b05f018b6691c03a3cd8db | 66f3174237b3163ef879933348d2e6f80d985caa | /app/src/main/java/com/colpencil/redwood/bean/RxBusMsg.java | a3b9cd4c036fde2f99873509ca5a8dbb21336996 | [] | no_license | zsj6102/hongmu2.0 | 77ce2b4a0b9db630c78baa3938cbe0046f6515a2 | 7e9ab54ecf47da19fd1f2415cda1dbc9ade30a73 | refs/heads/master | 2021-01-01T04:42:04.518022 | 2017-10-31T03:35:33 | 2017-10-31T03:35:36 | 97,228,220 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,732 | java | package com.colpencil.redwood.bean;
import java.util.HashMap;
/**
* 描述 RxBus 消息通知的实体类
* 作者:曾 凤
* 邮箱:20000263@qq.com
* 日期:2016/7/8 15 41
*/
public class RxBusMsg {
/**
* 处理类型表示 0:标识处理expandListView 1:标识处理购物车中数量增减 2:标识处理多张相册选择问题
* 3:销毁登录界面 4:更新个人中信息 5:修改密码成功 6:个人中心信息修改成功 7:进行订单退货
* 8:进入立即支付... | [
"610257110@qq.com"
] | 610257110@qq.com |
523f7d30e5aae85905ffee9d1a982db773a1668d | eafb530572578ddd94734ef7e49c24ecdba0d704 | /src/test/java/com/datasource/PostgresDatasourceTest.java | c3d3549a347b3f9fb69fe5055b969c0043af20b4 | [] | no_license | camonunez18/Challenge_pto3 | 825dd2032fb79872445cae0a0b5aaa75d3d42b62 | b8010a42feda2dfac7b0a6be65d473640fe53a8a | refs/heads/master | 2022-12-07T06:49:20.741491 | 2020-08-29T22:37:48 | 2020-08-29T22:37:48 | 291,309,170 | 0 | 0 | null | 2020-08-29T22:22:51 | 2020-08-29T16:38:59 | Java | UTF-8 | Java | false | false | 552 | java | package com.datasource;
import com.zaxxer.hikari.HikariDataSource;
import org.junit.Assert;
import org.junit.Test;
public class PostgresDatasourceTest {
PostgresDatasource postgresDatasource = new PostgresDatasource();
@Test
public void testHikariDataSource() throws Exception {
HikariD... | [
"Camilo.Nunez@unisys.com"
] | Camilo.Nunez@unisys.com |
c47dcfcc8d5a5c3ad31b573367b0afb63f6ff0fc | dd8154aaf9fb1ad06f86f380f8bb8a5f9e2e6c7b | /xlib/src/gui/delete_update_student.java | bacaf552142739af6f3311acc30381cd759312ce | [] | no_license | pius-mn/library-management--system-in-java | 07ceafc1a17ef781c0356774858f7a1d31def012 | f42e3b3e3084ec16b29d4e6c65f86ebd818177c9 | refs/heads/main | 2023-03-26T05:40:11.736552 | 2021-04-02T13:29:01 | 2021-04-02T13:29:01 | 354,022,243 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,801 | java |
/*
* Created by JFormDesigner on Mon Mar 15 16:44:09 EAT 2021
*/
import java.awt.*;
import javax.swing.*;
import javax.swing.GroupLayout;
import javax.swing.LayoutStyle;
/**
* @author pius
*/
public class delete_update_student extends JPanel {
public delete_update_student() {
initComponen... | [
"noreply@github.com"
] | pius-mn.noreply@github.com |
7d4f91a45bcc4ea428ce8df4e63fad32376f18d2 | 88f777916a146c005c7a05a1a65f59cba2c5166f | /src/main/java/registration/TokenController.java | 49025e997569ed6b3b2c8bb0383362fa5b5c0e4a | [] | no_license | puneetbehl/verification-token-generator | e3e9b5398da050073aa8714a01e72f9ea1e4ba85 | 95380f54efb3260af689c52908c65b69a408aeb7 | refs/heads/master | 2020-04-09T08:19:47.124114 | 2018-12-03T13:33:55 | 2018-12-03T13:34:27 | 160,190,340 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,808 | java | package registration;
import io.micronaut.context.annotation.Value;
import io.micronaut.http.HttpResponse;
import io.micronaut.http.MediaType;
import io.micronaut.http.annotation.Controller;
import io.micronaut.http.annotation.Get;
import io.micronaut.http.annotation.Post;
import io.reactivex.Flowable;
import io.react... | [
"behl4485@gmail.com"
] | behl4485@gmail.com |
b99bf88eeae78f1aeb16fdaa9f8a0fdab0854dc2 | 6aa503863a8d6d6bb294b6ef73706c3ff000affb | /src/main/java/com/trungtamjava/DAO/SizeSanPhamDao.java | 41a52d25d94e34bf46d5f40e247c9acd58e96ee4 | [] | no_license | xuanphi99/shopMini | 543d227bd242f92120db3e7cc2c82175a8181d1d | bd03cb1cb5c96b7bf7ceffd05424c3e2c6d135a9 | refs/heads/master | 2023-07-24T17:51:04.328358 | 2021-09-07T07:41:19 | 2021-09-07T07:41:19 | 370,915,853 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 880 | java | package com.trungtamjava.DAO;
import java.util.List;
import javax.transaction.Transactional;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Scope;
import org.springframework.context.annota... | [
"doanxuanphi2@gmail.com"
] | doanxuanphi2@gmail.com |
b3d973f8ca2bcf2baf954378e4f38b7418555c3d | 5fc9e8d3ead99b8a2e8b7f6279997220864b881e | /src/main/java/com/example/mzord/controllers/SeafarerController.java | 71f17ebf2db625c4a44a2168562243453bf5fa10 | [] | no_license | mzord/SeaManager | c18169f1c7f9642d52759204b2756a7d32987861 | 752585eb433d307828cbe718b3723be3afcd1a3a | refs/heads/main | 2023-01-04T08:23:04.957454 | 2020-10-31T17:50:19 | 2020-10-31T17:50:19 | 309,734,225 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,478 | java | package com.example.mzord.controllers;
import static org.springframework.hateoas.server.mvc.WebMvcLinkBuilder.*;
import com.example.mzord.models.Seafarer;
import com.example.mzord.services.DocParser;
import com.example.mzord.services.ISeafarerService;
import org.apache.poi.openxml4j.exceptions.OpenXML4JException;
imp... | [
"alvesefomm@gmail.com"
] | alvesefomm@gmail.com |
0176de14d3b0c3459cc6cb70d1230f2d38ce95f4 | 1d3b011abea9677533d991f4cd8a277c3d3cb78a | /src/Scripts/Testcase6.java | b0456c5786d9461dfbff3148d52bad82c0aefab2 | [] | no_license | GeetaBailannanavar/Facebook | 522c1b8af25df542d4e99cc0a2836b6660eddb48 | 64c7c2739a154659e07d1eebe6f7828a73459d30 | refs/heads/master | 2020-03-21T13:01:10.728710 | 2018-06-25T11:10:22 | 2018-06-25T11:10:22 | 138,583,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 882 | java | package Scripts;
import org.openqa.selenium.WebDriver;
import org.testng.annotations.Test;
import POM.HomePage;
import POM.LoginPage;
import POM.MarketPage;
import genericlib.Base_test;
import genericlib.Excel;
public class Testcase6 extends Base_test
{
@Test
public void action7() throws Interrup... | [
"ii@i"
] | ii@i |
71b4d638e3aefa00e5f708a768f7e4c39913b739 | 628de1aa2d2d5d960f949b6868b03a427721a482 | /src/main/java/com/canzs/czs/pojo/entity/BusinessConsumer.java | 18d7c8ab1be7d18ec7245375b25218e758c35205 | [] | no_license | xiwc/czs | 402197e4cda814b95176221319da88d044978341 | 288ee97253adf4ba22724d6df85887d8f2d913fa | refs/heads/master | 2016-09-05T09:40:02.021254 | 2014-07-15T11:16:48 | 2014-07-15T11:16:48 | 19,299,966 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,429 | java | package com.canzs.czs.pojo.entity;
// Generated 2014-5-12 20:25:46 by Hibernate Tools 3.4.0.CR1
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import static javax.persistence.GenerationType.IDENTITY;
import javax.persistence.I... | [
"xiweicheng@yeah.net"
] | xiweicheng@yeah.net |
9c53784af33e6740e5496acc4be98f4700ae6cbd | 58b5ee7d11f40f315fa63f1fa982b30e4e753894 | /baiduYun/src/com/cjb/baiduyun/BaiduMain.java | 17759e77dab971a720b7a1f6863adad4605432b7 | [] | no_license | caijinbei/Test | 06e4d23d98780c989e85dcd7ea962420868ae13a | 824ff3c1f22179ff2430d83197c652f0f919d8fa | refs/heads/master | 2020-08-19T18:57:05.968664 | 2018-04-20T10:49:04 | 2018-04-20T10:49:04 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 5,626 | java | package com.cjb.baiduyun;
import java.io.IOException;
import java.sql.SQLException;
import org.apache.http.HttpEntity;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl... | [
"caiji@caijinbei"
] | caiji@caijinbei |
c989b974b7fe4a78d4f6793d3d09b226e7238f6f | 965522720d9df90bfca9c821ec3d733d31ab1c3c | /src/main/java/com/justfind/constant/BaseConstant.java | 4e169633de81dc9a3e1d17c115cf3f15baf42597 | [] | no_license | weifeng17183/chebao | eeca4856d23f920bc56800c3012b0d525a8a431d | bd76c1ab534e18740fff4dfeb6734f3b8a2b7c99 | refs/heads/master | 2020-03-28T10:08:22.565448 | 2019-01-11T06:25:30 | 2019-01-11T06:25:30 | 148,085,720 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,288 | java | package com.justfind.constant;
public class BaseConstant {
public static final String WX_URL = "https://api.mch.weixin.qq.com/pay/unifiedorder";
public static final String WX_URL_RETURN = "https://api.mch.weixin.qq.com/secapi/pay/refund";
public static final String PAY_METHOD = "POST";
public static ... | [
"kuaizhao@windows10.microdone.cn"
] | kuaizhao@windows10.microdone.cn |
908a916f557511b0d3ab522a7207e3e00b75ed83 | 258268e47b5bda38373c72e19c64988a40a78019 | /ex5/Ex2_MethoCall.java | cbe34a029d15c80ce1e07d96cd7919698f4f7e03 | [] | no_license | SimJaeMin/Javabook | 336adbb0af7dd879b3d72c2d169e8289310d4280 | 509dab087c765e942ef96db894add2e40e5a1247 | refs/heads/master | 2020-06-24T13:57:09.218721 | 2019-07-26T12:01:28 | 2019-07-26T12:01:28 | 198,979,909 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 406 | java | package ex5;
/* Ex2_MethoCall */
public class Ex2_MethoCall {
//C메서드의 인자로 일반 자료형을 전달 할때
//값을 복사해서 전달 하는 개념
public static void main(String[] args) {
int n = 10;
test(n);
System.out.println("Value1:"+n);
}
private static void test(int n) {
n += 20;
System.out.pr... | [
"o0xvx0o5@naver.com"
] | o0xvx0o5@naver.com |
3b2bcf5938980d03c18c6abf23978221f642d67d | b97bf8bf78a2db4a7717b32498b08cb62f647a75 | /src/main/java/su/spb/den/OutputProviderImpl.java | 7c7974b0b87175916f00e1089b6414b611d1b237 | [] | no_license | denis-anisimov/elevator | 57b85fefd86b50fa9660780710ff0c90ce7875de | 0b97d69e27da7d5c7e8050bec73023466a1cb81b | refs/heads/master | 2021-08-29T17:44:42.674223 | 2017-12-14T14:12:51 | 2017-12-14T14:14:03 | 114,258,259 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,221 | java | package su.spb.den;
public class OutputProviderImpl implements OutputProvider {
@Override
public void error(String error) {
System.err.println(error);
System.err.flush();
}
@Override
public void floorPassed(int floor) {
System.out.println(String
.format("\n... | [
"denis@vaadin.com"
] | denis@vaadin.com |
36c429159be0e0870fd1133314ef18c74c4862dd | 7c20d7db37a629bf859cc1b3f14d5906076c78a4 | /src/com/master/bd/Relatorio_Gerencial_ContaBD.java | 7e71c3ce1237da30aefff9b95082c75d4176f165 | [] | no_license | tbaiocco/nfe4 | 9055b237338f45afe7ec708c94880cea04887325 | 8e2416d30797dc8a2b1deaed1633f88ac26b75b2 | refs/heads/master | 2020-03-24T19:33:25.169266 | 2018-11-22T18:39:27 | 2018-11-22T18:39:27 | 142,933,673 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,738 | java | package com.master.bd;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import com.master.ed.Relatorio_Gerencial_ContaED;
import com.master.util.BancoUtil;
import com.master.util.Excecoes;
import com.master.util.bd.ExecutaSQL;
/**
* @author Regis Steigleder
* @serial Relatorios G... | [
"teofilo.baiocco@letshare.com"
] | teofilo.baiocco@letshare.com |
24239e09e90872048a93b94911e3e00b3feb0f68 | 3a816a876e735ca1c80a56d66c8960ec1a41128d | /Section 4/Decimal Comparator Ex 5/src/com/company/DecimalComparator.java | b9c2c10fa9e2f3485ad6afcf35d61cda0bf2b427 | [] | no_license | SaifuddinSaifee/Java-Udemy | 8ec20e191a25dccb15dfd36eb5bd902d3047c5b8 | e40dc8fc7aa040cd2ca6d335ff4c67b8839a4943 | refs/heads/main | 2023-08-13T17:21:12.547319 | 2021-09-22T21:10:06 | 2021-09-22T21:10:06 | 364,477,607 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 260 | java | package com.company;
public class DecimalComparator {
public static boolean areEqualByThreeDecimalPlaces (double num1, double num2) {
int num1_ = (int) (num1 * 1000);
int num2_ = (int) (num2 * 1000);
return num1_ == num2_;
}
}
| [
"saifuddin.saifee@live.co.uk"
] | saifuddin.saifee@live.co.uk |
364ecc7a68dc0364a98ec2978302c15e7e3c3dad | 503872dfdf82e44be7dbf4dd3b6b1412f12df25d | /src/main/java/com/server/career/controller/BaseController.java | 5d3b42c77bc22dfe82eadb2150677ccdb4861c1e | [] | no_license | devcuong/rivercity | af4fb43d2dc5a28012a55334f6b0c632e083cc29 | ceeecbd72098f55e287a25d1e3c52fa002aaaf00 | refs/heads/master | 2020-04-06T06:56:28.275710 | 2016-08-22T19:11:31 | 2016-08-22T19:11:31 | 61,335,084 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 72 | java | package com.server.career.controller;
public class BaseController {
}
| [
"cuong.dh8c@gmail.com"
] | cuong.dh8c@gmail.com |
8d10861229d698e8d89ad6d86373e77fb248c2fa | bc72beca56de83388defa3e4beb2a6b9047f9b95 | /src/main/java/ai/cuddle/spark/entity/Word.java | 7a45ac619720cc7b337070daa1499e3b36b8a68f | [] | no_license | witnesslq/SparkSqlWithSpring | c3af46dcc0d22a408a48b3ce6275f639fe0e3f68 | 0ee18d919f7ab7c1aaaacdc9c05c01ea8ebe8612 | refs/heads/master | 2020-03-23T12:20:14.366573 | 2018-02-09T15:45:00 | 2018-02-09T15:45:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 568 | java | package ai.cuddle.spark.entity;
/**
* Created by suman.das on 11/30/17.
*/
public class Word {
private String word;
public Word() {
}
public Word(String word) {
this.word = word;
}
public void setWord(String word) {
this.word = word;
}
public String getWord() {
... | [
"suman.das@fractalanalytics.com"
] | suman.das@fractalanalytics.com |
df37daa6ee72fae96ed1e82a000cb991554b0c54 | a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb | /ess-20140828/src/main/java/com/aliyun/ess20140828/models/CreateAlarmResponseBody.java | 683dbde5f6af8964285edd4382e4178ad846a874 | [
"Apache-2.0"
] | permissive | aliyun/alibabacloud-java-sdk | 83a6036a33c7278bca6f1bafccb0180940d58b0b | 008923f156adf2e4f4785a0419f60640273854ec | refs/heads/master | 2023-09-01T04:10:33.640756 | 2023-09-01T02:40:45 | 2023-09-01T02:40:45 | 288,968,318 | 40 | 45 | null | 2023-06-13T02:47:13 | 2020-08-20T09:51:08 | Java | UTF-8 | Java | false | false | 935 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ess20140828.models;
import com.aliyun.tea.*;
public class CreateAlarmResponseBody extends TeaModel {
@NameInMap("AlarmTaskId")
public String alarmTaskId;
@NameInMap("RequestId")
public String requestId;
public static Creat... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
8b1a22a18b95a20cd83f0df3f2f95fa6ccaca975 | 58a8d4e86f2d46efbade3b7385d406a6030b676a | /LeanTech/src/main/java/com/leantech/example/LeanTechApplication.java | 39243fb5f3a989239e13cf9bba9058c5d96af459 | [] | no_license | hcsalced/LeanTech | ec25e336af9832a637e6da3cc769aae7885822fb | 5af8368fe818dbd8b76c9a1a2323d6e945850455 | refs/heads/master | 2023-06-14T09:01:51.689415 | 2021-07-09T03:07:45 | 2021-07-09T03:07:45 | 384,303,988 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 317 | java | package com.leantech.example;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class LeanTechApplication {
public static void main(String[] args) {
SpringApplication.run(LeanTechApplication.class, args);
}
}
| [
"hcsalced@hotmail.com"
] | hcsalced@hotmail.com |
96b366293b695dc57a46deed80b7113f5665f42d | 53d677a55e4ece8883526738f1c9d00fa6560ff7 | /com/tencent/mm/plugin/appbrand/game/e/a/e$1.java | cfed7e5fd8b8ea4ac45ea62761164cb884d413aa | [] | no_license | 0jinxing/wechat-apk-source | 544c2d79bfc10261eb36389c1edfdf553d8f312a | f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d | refs/heads/master | 2020-06-07T20:06:03.580028 | 2019-06-21T09:17:26 | 2019-06-21T09:17:26 | 193,069,132 | 9 | 4 | null | null | null | null | UTF-8 | Java | false | false | 6,213 | java | package com.tencent.mm.plugin.appbrand.game.e.a;
import android.content.Context;
import android.text.Editable;
import android.view.View;
import android.view.ViewGroup.LayoutParams;
import android.widget.Button;
import android.widget.LinearLayout.LayoutParams;
import com.tencent.matrix.trace.core.AppMethodBeat;... | [
"172601673@qq.com"
] | 172601673@qq.com |
a3fcce53e38940680511a14a09aa2c1a60643b17 | 1c5e8605c1a4821bc2a759da670add762d0a94a2 | /easrc/equipment/special/app/AbstractAnnualYearPlanEditUIHandler.java | 84bc9abb2297cc2164d579ce6aa0e8c71bf8e7cf | [] | no_license | shxr/NJG | 8195cfebfbda1e000c30081399c5fbafc61bb7be | 1b60a4a7458da48991de4c2d04407c26ccf2f277 | refs/heads/master | 2020-12-24T06:51:18.392426 | 2016-04-25T03:09:27 | 2016-04-25T03:09:27 | 19,804,797 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 405 | java | /**
* output package name
*/
package com.kingdee.eas.port.equipment.special.app;
import com.kingdee.bos.Context;
import com.kingdee.eas.framework.batchHandler.RequestContext;
import com.kingdee.eas.framework.batchHandler.ResponseContext;
/**
* output class name
*/
public abstract class AbstractAnnua... | [
"shxr_code@126.com"
] | shxr_code@126.com |
3f8de607df17402e96c7405261ec0ab5da13077e | 4a1e5e3edcfc57e70a2b3de9d95cde15aa97009c | /src/PrimeorNot.java | 81b8e18eccd4d321b691812859ebce41daffd91c | [] | no_license | League-Level0-Student/level-0-module-4-Dragon12346 | 3aae9ccf9fea1253d9362aa07f5c4acd91ee0c4d | abdde60921748b3ba9c17efaf88c329f322f8dd4 | refs/heads/master | 2021-09-11T20:33:39.740878 | 2018-04-12T01:33:26 | 2018-04-12T01:33:26 | 112,880,786 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 454 | java | import javax.swing.JOptionPane;
public class PrimeorNot {
public static void main(String[] args) {
for (int i = 0; i < 450; i++) {
String q = JOptionPane.showInputDialog("Give me a #.");
int w = Integer.parseInt(q);
for (int j = 2; j < w-1; j++) {
if (w % j == 0) {
JOptionPane.showMessageDialog(n... | [
"league@iMac.attlocal.net"
] | league@iMac.attlocal.net |
0b19230b51df9ce64025925e3fd37b0d2d1843e6 | a51b0eb46ee2b6bc826fbc2ac2c2d2adea8d6594 | /app/src/main/java/com/world/jasonloh95/towit/driverSettingActivity.java | 3eb85dc376a6240ad7bfb30a949a35f8a6219679 | [] | no_license | JasonLoh0601/TowIt | 162ad5240519c3eb27cce7338ffef42c28052567 | c5e9eff22f298225f8cdbda6a7b8c315550ff98d | refs/heads/master | 2021-01-25T14:15:38.761137 | 2018-03-03T08:27:06 | 2018-03-03T08:27:06 | 123,670,523 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,794 | java | package com.world.jasonloh95.towit;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.Bundle;
import android.provider.MediaStore;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import androi... | [
"jasonloh0601@gmail.com"
] | jasonloh0601@gmail.com |
a8a9b0f121ba2ccfad66e65aa71f090a3ec85d9f | c02d8075f0e05f7c4dfbdd6e64994dc73598dcd7 | /app/src/main/java/com/rideme/driver/network/NetworkActionResult.java | 9efa5b21971527366ffbf057bf02cbb7a5209521 | [] | no_license | GetSI-Sby/getotodriver | 1b2b9256a7dfad8478ea2b1c537bdbaf4449a79c | c794aca2caa3b6100d1c6e7cfcbe89deee2f7beb | refs/heads/master | 2021-03-17T23:07:21.938696 | 2020-03-13T13:36:41 | 2020-03-13T13:36:41 | 247,025,120 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 234 | java | package com.rideme.driver.network;
import org.json.JSONObject;
public interface NetworkActionResult {
public void onSuccess(JSONObject obj);
public void onFailure(String message);
public void onError(String message);
} | [
"170441100100@student.trunojoyo.ac.id"
] | 170441100100@student.trunojoyo.ac.id |
7f3ca96dc3e2f852ecf0227288196fa6eb49e372 | d00081ce3d3c0270ce5683e8d6b7f7843a273835 | /src/main/java/com/hundsun/accountingsystem/Global/VO/TGdxxbParamPojo.java | 8cd3229a077b4a915101e6b4ac0ab31ce887d57c | [] | no_license | flycow/AccountingSystem | dcbfd4c0666be140491053c29a1adfa7e335b537 | 1b25759be378cb2b48fc0d65527cd5598f69f72d | refs/heads/master | 2020-06-12T15:24:01.466326 | 2019-04-29T01:05:17 | 2019-04-29T01:05:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 334 | java | package com.hundsun.accountingsystem.Global.VO;
public class TGdxxbParamPojo {
private int start;
private int end;
public int getStart() {
return start;
}
public void setStart(int start) {
this.start = start;
}
public int getEnd() {
return end;
}
public void setEnd(int end) {
this.end =... | [
"905770446@qq.com"
] | 905770446@qq.com |
c47305a38d24d57bf9e19354e76103113ba100fa | f88d585f07e72e2c32d22c5033f2d6896b1d2816 | /Day1Assignment1/BaseClass.java | dbad8e9036da9d82ae3bbb6ea6d89dccb15ef1d4 | [] | no_license | rameshraor/SeleniumAugust-Week5-Day1 | 98286aa38933ff47c8c461acc1ff5b5eae345a1d | 2dc82815a50d6ca1f4f3a264f2452583da116c03 | refs/heads/main | 2023-07-29T07:06:37.172916 | 2021-09-06T12:40:01 | 2021-09-06T12:40:01 | 403,219,378 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,266 | java | /**
*
*/
package week5.Day1Assignment1;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import io.github.bonigarcia.wdm.WebDriverManager;
/**
... | [
"noreply@github.com"
] | rameshraor.noreply@github.com |
cb14e75ba6986ae7215028c681213e2f50e99361 | 9539e7142eb7ec92d2a94239070e81283eb5476e | /score-http/score-http/src/main/java/org/oagi/score/repo/component/dt/UpdateDtPropertiesRepositoryRequest.java | e61491dfd2e6334e02be0305cd500277bebfe890 | [
"MIT"
] | permissive | OAGi/Score | 4040b1fe508bc17e853755d72c4f363d5f4cc97b | 36f9f65bcc51b6764cb5ec5919dbc96cf9f987d9 | refs/heads/master | 2023-08-31T03:59:58.456923 | 2023-08-28T02:37:11 | 2023-08-28T02:37:11 | 20,700,485 | 8 | 9 | MIT | 2023-08-28T02:37:12 | 2014-06-10T20:27:01 | Java | UTF-8 | Java | false | false | 3,208 | java | package org.oagi.score.repo.component.dt;
import org.oagi.score.data.RepositoryRequest;
import org.oagi.score.gateway.http.api.cc_management.data.node.CcBdtPriRestri;
import org.oagi.score.repo.api.impl.utils.StringUtils;
import org.springframework.security.core.AuthenticatedPrincipal;
import java.math.BigInteger;
im... | [
"hakju.oh@nist.gov"
] | hakju.oh@nist.gov |
f8f078b6ccbe200fd8288261ee19208200d16339 | 8f2462e3ca711cb99e26a80c97124392714f3fa8 | /src/main/java/com/studing/command/Command.java | 0a0faeed8ba01ccafab51f33649934ad2fe98f02 | [] | no_license | qzfeng/design | 8eff2b35e97b5a529dfd80182a1132657556e5d4 | 4b74ade3e34fcaf4317e29974858883af88d3d9c | refs/heads/master | 2021-01-22T19:54:10.859770 | 2017-04-05T00:15:55 | 2017-04-05T00:15:55 | 85,255,400 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 140 | java | package com.studing.command;
/**
* Created by fengqz on 2017-3-20.
*/
public interface Command {
void execute();
void undo();
}
| [
"1123824550@qq.com"
] | 1123824550@qq.com |
3e67739105bba37d55fbb42784e2f3291c2c1e35 | 2d91d7c8aeb30d7c3b8ec974a8dface50539112a | /resources/src/main/java/com/feature/resources/server/service/impl/GraphicServiceImpl.java | 83074aced999b17746ecfe7b45faf1b8a19864a4 | [] | no_license | zouyanjian/resources | beb9bc78a5bb3ed4a01ed3d59c2a9ba720c41360 | 10acbfb4dd167538e0c9800af0f61fa1228bef11 | refs/heads/master | 2021-01-18T08:42:35.430388 | 2013-04-01T06:20:10 | 2013-04-01T06:20:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,804 | java | package com.feature.resources.server.service.impl;
import com.feature.resources.server.dao.GraphicDao;
import com.feature.resources.server.dao.PropertiesDao;
import com.feature.resources.server.domain.*;
import com.feature.resources.server.dto.CheckResult;
import com.feature.resources.server.dto.CheckStatusDesc;
impor... | [
"zouyanjian110@gmail.com"
] | zouyanjian110@gmail.com |
a64f202f6f40dc1cc1a698096a3a355bf1dfbb18 | b1af7c1d8b6fa64c21e4f3c2e78ff655e094ec54 | /src/test/java/com/robertobatts/springcustom/cache/CachingCollectionElementsIndividuallyTest.java | fea57ef611e582a78c97bb991becd53c03f742de | [] | no_license | robertobatts/spring-custom-cache | 38af921948068f679f1698553114e80a3a40c2f1 | c4ff99e1fdcf10ba5deb9b78932be76cdba842ca | refs/heads/master | 2023-01-10T17:19:09.165291 | 2019-11-17T19:03:04 | 2019-11-17T19:03:04 | 220,494,671 | 0 | 0 | null | 2022-12-27T14:44:58 | 2019-11-08T15:26:42 | Java | UTF-8 | Java | false | false | 3,351 | java | package com.robertobatts.springcustom.cache;
import com.robertobatts.springcustom.config.CachingApplicationConfiguration;
import com.robertobatts.springcustom.domain.CustomObject;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springfra... | [
"battaroberto@gmail.com"
] | battaroberto@gmail.com |
21f421d865a1e392dc9dbd937b1bd6ae934c15a1 | 2538e0c08ee043608ce8685d9b8ee1e57d951e81 | /src/main/java/com/nfsindustries/model/DateAndPlaceOfBirth.java | 81bfbb46512fc82cd81d5f639ba39bc41ee3b72e | [] | no_license | maxmousee/New10-JavaBackEnd | 12755c3d4d9d7e76846d12b516afbe632302eb51 | 1b1e581aca24363cc1b1fdb51c0016eefc3d73f0 | refs/heads/master | 2020-04-05T21:17:00.505944 | 2018-11-13T04:05:47 | 2018-11-13T04:05:47 | 157,214,991 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,112 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.11.... | [
"maxmousee@gmail.com"
] | maxmousee@gmail.com |
e7bd0dea84fd27c637658ace9a253a6d58266b79 | 12b17568e3b89820018ac1d2366c55d662355ccf | /original/kanzi/src/main/java/kanzi/ByteTransform.java | 050b9caad972802a901e556421ce1f691875828e | [] | no_license | miguelvelezmj25/performance-mapper-evaluation | 0b086d60767250b9df7d89dfa70336b2e884af49 | e8f42e1f9006826a79e65edae30d9aa906eb8a30 | refs/heads/master | 2023-08-18T04:36:38.878803 | 2021-10-20T13:47:54 | 2021-10-20T13:47:54 | 91,713,239 | 0 | 0 | null | 2021-01-15T15:33:51 | 2017-05-18T16:05:51 | Java | UTF-8 | Java | false | false | 1,351 | java | /*
Copyright 2011-2017 Frederic Langlet
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 ... | [
"miguelvelez@mijecu25.com"
] | miguelvelez@mijecu25.com |
33161d93eb9e3473683b662ab9fc55c5ba046ef0 | a4f0f291d842aeb0c649eaad587b9a5d9fa22c4c | /generationAula17/src/exPOO/Ex6Main.java | 56a93a10177e08f6f3d05946b71ca4007ed074c3 | [] | no_license | UlverGuara/Generation-Java-17-Aula-POO | fd76cba594f68859ef3abe6e318078b73e604c42 | 2da9d395f29580dbe02cbceb8cdaf2ee26b7fbb4 | refs/heads/main | 2023-02-26T16:01:39.285800 | 2021-02-04T01:20:26 | 2021-02-04T01:20:26 | 335,794,417 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 640 | java | package exPOO;
/*6. Implemente a classe Vendedor como subclasse da classe Pessoa.
Um determinado vendedor tem como atributos da classe Pessoa
e também os atributos próprios como valorVendas (correspondente ao valor monetário dos artigos vendidos)
e o atributo comissao (porcentagem do valorVendas que será adicionado ao... | [
"rafahell.momberg@gmail.com"
] | rafahell.momberg@gmail.com |
d8c658959c635ddc45129a50849e9c2dd76545b1 | 1ca86d5d065372093c5f2eae3b1a146dc0ba4725 | /spring-5/src/test/java/com/surya/jupiter/Spring5JUnit5IntegrationTest.java | c47eb02e734938a9d9feb2156bc9e73c308a21c6 | [] | no_license | Suryakanta97/DemoExample | 1e05d7f13a9bc30f581a69ce811fc4c6c97f2a6e | 5c6b831948e612bdc2d9d578a581df964ef89bfb | refs/heads/main | 2023-08-10T17:30:32.397265 | 2021-09-22T16:18:42 | 2021-09-22T16:18:42 | 391,087,435 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 906 | java | package com.surya.jupiter;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.ApplicationContext;
import org.springframework.test.context.ContextConfiguration;
import static org.junit.j... | [
"suryakanta97@github.com"
] | suryakanta97@github.com |
510ed88adf585616b1e65dcda245571f128978dc | 2c9bc9ac4d2707a04129373bdac239a4612322e3 | /TestThread.java | 73bf746f99b4cd93d10b4f6852c76055d1d913d9 | [] | no_license | Akashnishad17/javap | ce0e88112ac13f718c0a0d5377c25d6f39270add | ec8e615f9a5a6ded26ba25f421c69784d5b5528e | refs/heads/master | 2023-02-22T12:02:15.928222 | 2023-02-11T09:07:37 | 2023-02-11T09:07:37 | 214,708,604 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 606 | java | class SampleDemo implements Runnable {
private Thread t;
private String threadName;
SampleDemo (String threadName){
this.threadName = threadName;
}
public void run()
{
while (true)
System.out.print(threadName);
}
public void start ()
{
if (t == null)
... | [
"akashnishad2017@gmail.com"
] | akashnishad2017@gmail.com |
abf253dcf8e1038653a67ece39900308ce81e42c | ae2a7b4d67ef9cdcad8117ebdad1b24cc21c6b29 | /pbutil/src/test/java/com/promise/pbutil/JavaDateTest.java | 2881f14a0fe699534aa91c4d32d0283dc4ecb0a9 | [] | no_license | xingjian/customtools | ce25251dda34a678f36b0d00888b6721ac16b886 | d020a0c49280683f6fafaad60a4119299735a562 | refs/heads/master | 2020-12-24T06:42:55.991494 | 2017-03-04T14:42:54 | 2017-03-04T14:42:54 | 29,650,107 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,706 | java | package com.promise.pbutil;
import java.io.BufferedReader;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.net.Socket;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import org.junit.Test;
/**
* 功能描述: java 日... | [
"xingjian@yeah.net"
] | xingjian@yeah.net |
295fd23595f1cb2dfc9b1beffdde449781e80440 | 12d301145c9845bfc085fd6468747c313610edf3 | /java/src/homework/Sum.java | 7da078f94d2a889f8496edd945af4d0d3e590a0c | [] | no_license | Yangmila/Java_code | 45f1c8fd9203ea0746ccc39c520aed94dc4968b4 | f8f6b570cda0bc182ad008d3a46ef7bbb4bf5731 | refs/heads/master | 2023-07-09T21:51:44.049705 | 2021-08-08T03:02:09 | 2021-08-08T03:02:09 | 316,651,804 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 483 | java | package homework;
public class Sum {
public static int sum(int a,int b){
return a+b;
}
public static double sum(double a,double b,double c){
return a+b+c;
}
public static void main(String[] args) {
int n1=2;
int n2=8;
double n3=2.3,n4=7.2,n5=8.9;
int ... | [
"1822403563@qq.com"
] | 1822403563@qq.com |
781efc423ef3129daa6961c3def691d116bec6bf | 2922bbd05373a3ef0fd1e905946044258b408a47 | /aerial/engine/src/ax/engine/core/geometry/GeometryOperation.java | bbfb2926ff4ffdeaa8e805ac5c94731a83d9e555 | [] | no_license | LacombeJ/Aerial | 50f0c7d5ddfd75ecaa16156b03dca4d953042d9a | bacffb8af91c3fe956c436be39633840b2f4b196 | refs/heads/master | 2020-03-23T07:49:55.208702 | 2018-07-17T15:16:36 | 2018-07-17T15:16:36 | 141,291,649 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,058 | java | package ax.engine.core.geometry;
import ax.engine.core.Geometry;
import ax.engine.core.Transform;
import ax.math.vector.Matrix4;
import ax.math.vector.Vector2;
import ax.math.vector.Vector3;
import ax.math.vector.Vector4;
public interface GeometryOperation {
void modify(Geometry geometry);
// TODO isolate di... | [
"lacombejonathan.17@gmail.com"
] | lacombejonathan.17@gmail.com |
034f6a336fe4dceaadf4a7a06dd3e46eb183ce6b | 98d07029e1c387b2dd30269553baf2dad2f70bcc | /mantis-client/src/main/java/io/mantisrx/client/SinkClientImpl.java | 32b1213766f4fc07f7d193fb755b74fb72f9f6e4 | [
"Apache-2.0"
] | permissive | nickmahilani/mantis | fb4ddcfbb2c934d1cd974d5fc649cf59ef6a9733 | 07175b352c50cd7f9383e1404931e0b4f150a095 | refs/heads/master | 2021-06-24T01:14:41.329771 | 2021-01-27T20:57:44 | 2021-01-27T20:57:44 | 193,785,552 | 0 | 0 | Apache-2.0 | 2019-06-25T21:26:23 | 2019-06-25T21:26:22 | null | UTF-8 | Java | false | false | 13,573 | java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | [
"jchao@netflix.com"
] | jchao@netflix.com |
5be6357b87dda03885e98c44474a7686051416e6 | aa732f268c0bf1f141c2e7b438cfe78b0a9cb8c1 | /src/main/java/com/lzh/comment/config/UserRealm.java | bf08386f9bf4e3e676ee72148db8558be6a02563 | [] | no_license | qingyunerya/comment | d024a07c5443b0b75e2308db12ef4bf4ae4d1ce4 | 005a6e389b153fb6c44e2fe5448fdbe9bf0e5398 | refs/heads/master | 2022-12-08T23:37:50.145695 | 2020-09-10T02:46:11 | 2020-09-10T02:46:11 | 294,284,790 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 780 | java | package com.lzh.comment.config;
import org.apache.shiro.authc.AuthenticationException;
import org.apache.shiro.authc.AuthenticationInfo;
import org.apache.shiro.authc.AuthenticationToken;
import org.apache.shiro.authz.AuthorizationInfo;
import org.apache.shiro.realm.AuthorizingRealm;
import org.apache.shiro.subject.Pr... | [
"2424753284@qq.com"
] | 2424753284@qq.com |
e9914bccbf7f7dd8c8bf6caf5cc4ebbdee70a31c | 04a9825dae017a4ae7127f5b59f7bd8866f18955 | /src/main/java/AppContextListener.java | 311ca1ac39dc7647feaee277d3dd7a4bafa32164 | [] | no_license | bchu523/cs122 | 729d3b006c374c889e55ec860e6dd66768790027 | fd4de58994c8f9ac5e0c522bcf3f1a372b4ceed1 | refs/heads/master | 2020-05-23T10:12:01.796080 | 2017-01-30T07:24:38 | 2017-01-30T07:24:38 | 80,401,234 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,377 | java | import java.sql.SQLException;
import javax.servlet.ServletContext;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
import javax.servlet.annotation.WebListener;
@WebListener
public class AppContextListener implements ServletContextListener {
public void contextInitialized(Servl... | [
"bchu526@gmail.com"
] | bchu526@gmail.com |
239e9fda07938428fc5806af06ef87ecf7e75235 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/3/3_522e25b3630b3f42dca877dd0c73576ba1966ef1/Portal/3_522e25b3630b3f42dca877dd0c73576ba1966ef1_Portal_s.java | 2e863f4b665f5301ea1a58448e0e751f7f784e2c | [] | 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 | 5,017 | java | package com.undeadscythes.udsplugin;
import com.undeadscythes.udsplugin.utilities.*;
import java.util.ArrayList;
import org.apache.commons.lang.StringUtils;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.World;
import org.bukkit.entity.Entity;
import org.bukkit.entity.Player;
import... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
e978908fd09c6fafaec0f8043ea8160880d595eb | 684d29e6491058dbdc5e82cd73efc732d6a8741a | /castilloAubuntuPgm1/src/UbuntuProgram1.java | 679d0df38369e61f13694a0b94af57b1f47f67a2 | [] | no_license | Havenchao/school_work | bda31e464031c756b0e5ec97fcbc5218c534b3ab | c2579ea6b6bfa81af69bc8a9ffd544d812523471 | refs/heads/master | 2021-07-11T12:55:59.071459 | 2020-07-25T19:29:23 | 2020-07-25T19:29:23 | 171,355,489 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 595 | java | public class UbuntuProgram1
{
public static void main(String[] args)
{
processUbuntu("Andrew", 2019.2); // Calls processUbuntu method with name and number parameter.
}
public static void processUbuntu(String name, double number)
{
String[] separate = String.valueOf(number... | [
"Mr Liberty"
] | Mr Liberty |
29f9ec5655f6f29597c6439e625c18a828e2c2ae | c152cc1b9095bb9782261bcd4941d6826556c64a | /src/frc/robot/FRCLib/AutoHelperFunctions/AutonConversionFactors.java | 3f6d96dfbecdc66939e2320d87e1bdb84940038a | [] | no_license | OpenControls/frclib | 4f5b8be0e9f267e7278583dede14807eebea028a | 59ebd64b46576b42392077a40733a7b824892230 | refs/heads/master | 2022-12-26T09:16:10.959468 | 2020-10-02T17:09:09 | 2020-10-02T17:09:09 | 300,310,181 | 0 | 0 | null | 2020-10-02T17:09:10 | 2020-10-01T14:32:24 | Java | UTF-8 | Java | false | false | 2,248 | java |
/*----------------------------------------------------------------------------*/
/* Copyright (c) 2018-2019 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory o... | [
"alex@abvr.xyz"
] | alex@abvr.xyz |
546b2ff6a468bb75f7f836cabe58973e80aff571 | abc54d3b5cad00eb59eb9e72c971f98dd9bbb0d3 | /src/main/java/salesapp/roommybatis/mapper/PRoomMapperEx.java | 148fc74b1d786c34f2db05e52001cb00c25d7958 | [] | no_license | JakartaProject/salesapp | ea8975b21cffb64533bb5632debac0b48bfba3e3 | 955dfca8c617f6480e2157f31955145c49b6e099 | refs/heads/master | 2020-03-25T01:50:07.850836 | 2018-08-29T07:55:11 | 2018-08-29T07:55:11 | 143,259,382 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,506 | java | package salesapp.roommybatis.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Result;
import org.apache.ibatis.annotations.Results;
import org.apache.ibatis.annotations.Select;
import org.apache.ibatis.type.JdbcType;
import salesapp.roommybatis... | [
"meikarta@10.128.171.88"
] | meikarta@10.128.171.88 |
6e1111f9964699874f07b6befee31cf9c7b01c6f | 83b7dc3722a62d967bb6b1c133cf153552fdf856 | /src/main/java/com/webside/member/service/impl/MemberServiceImpl.java | edf7cdad2e81977727ac24d4c4f5567136d96d0a | [] | no_license | Corn-886/webside | 363dcf6c0a995baa293b01ece8ca13030dfd8c03 | 80ad03a5e631cbc11fc6eb42083508ec4c452584 | refs/heads/master | 2022-09-28T17:45:31.182988 | 2022-09-23T06:48:42 | 2022-09-23T06:48:42 | 65,898,541 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 894 | java | package com.webside.member.service.impl;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.webside.base.baseservice.impl.AbstractService;
import com.webside.member.mapper.MemberMapper;
import... | [
"752623077@qq.com"
] | 752623077@qq.com |
808f53ebf517e3916a9d2354accd30ec1f3d91e3 | 52cd88dd6be5c27c4043b90fc5b5e6e4b8715dc9 | /Test/src/test1214/MyStack.java | d9d59453e4b85ded353dca0b13d887988f8cf807 | [] | no_license | hypernova1/newdeal | 92e742ce4c74337273976b284e0d31cdf54a5c07 | f75e69c85a4adb2192aae9acf22dd6583b449412 | refs/heads/master | 2021-06-29T18:56:24.088392 | 2018-12-29T07:19:17 | 2018-12-29T07:19:17 | 159,305,944 | 0 | 0 | null | 2020-10-13T16:23:18 | 2018-11-27T09:01:37 | Java | UTF-8 | Java | false | false | 1,543 | java | package test1214;
public class MyStack<T> {
private T[] stackArr;
private int size;
@SuppressWarnings("unchecked")
public MyStack(int arrSize) {
stackArr = (T[]) new Object[arrSize];
}
public boolean empty() { // 스택이 비었는지 확인
if(size == 0) return true;
return false;
}
public bool... | [
"chtlstjd01@gmail.com"
] | chtlstjd01@gmail.com |
c740c72bb53557a8f6db6630af6f99644a5a123d | 28e4e0221c5948fbf0fba3d509f7a1d04b934628 | /app/src/main/java/com/ricardohg/ejercicio3/Product.java | 6e2356ec2c2fac1a8d7e4e6cb3784daf5d0ccf69 | [] | no_license | RedRichard/JSONParsing-Android-CM | 3c35ea55975dbe9860cdfe393125084e5992257b | 957e43db4b35ce3e4aad894c0d6a3b34cd24996e | refs/heads/master | 2022-07-08T06:39:32.988138 | 2020-05-13T21:53:15 | 2020-05-13T21:53:15 | 263,747,635 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,368 | java | package com.ricardohg.ejercicio3;
import java.io.Serializable;
public class Product implements Serializable {
String id;
String name;
String price;
String provider;
String delivery;
String imageURL;
public Product(String id, String name, String price, String provider, String delivery, Str... | [
"gomric@hotmail.com"
] | gomric@hotmail.com |
bfcae12639a600ed5412eabee788e5ec56103799 | dd2d6f8bc5310211dabb47d7a7550717abefd438 | /test/src/main/java/com/liu/shan/designpattern/proxy/GamePlayerProxy.java | b877a4615a3b684b62ebbf4a90322ed12e35a18e | [] | no_license | kkliuxin/shanshan | 9583988cbbaf89a8eab62e7675eec6a0093c6a0e | c7049e9b57df7ee0d7074741b4ad35c69e381742 | refs/heads/master | 2022-12-04T01:10:11.619483 | 2019-08-27T03:28:33 | 2019-08-27T03:28:33 | 74,337,025 | 0 | 0 | null | 2022-11-16T06:23:17 | 2016-11-21T07:22:24 | Java | UTF-8 | Java | false | false | 705 | java | package com.liu.shan.designpattern.proxy;
/**
* Created by BBF on 2016/11/18.
*/
public class GamePlayerProxy implements IGamePlayer,IProxy {
private IGamePlayer iGamePlayer = null;
public GamePlayerProxy(IGamePlayer iGamePlayer) {
this.iGamePlayer = iGamePlayer;
}
@Override
public voi... | [
"1024904798@qq.com"
] | 1024904798@qq.com |
756424222cfa128cb2dbaefdfa646dc0816ca8c1 | 34b713d69bae7d83bb431b8d9152ae7708109e74 | /core/broadleaf-framework-web/src/main/java/org/broadleafcommerce/core/web/controller/checkout/BroadleafBillingInfoController.java | f11f37a669cc3904f735d9fedfa7900e0834ad4d | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | sinotopia/BroadleafCommerce | d367a22af589b51cc16e2ad094f98ec612df1577 | 502ff293d2a8d58ba50a640ed03c2847cb6369f6 | refs/heads/BroadleafCommerce-4.0.x | 2021-01-23T14:14:45.029362 | 2019-07-26T14:18:05 | 2019-07-26T14:18:05 | 93,246,635 | 0 | 0 | null | 2017-06-03T12:27:13 | 2017-06-03T12:27:13 | null | UTF-8 | Java | false | false | 8,997 | java | /*
* #%L
* BroadleafCommerce Framework Web
* %%
* Copyright (C) 2009 - 2013 Broadleaf Commerce
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | [
"sinosie7en@gmail.com"
] | sinosie7en@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.