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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
58969dd2cc07952d0db75ad1306b130c5d66767d | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/neo4j/2017/12/TestKernelTransactionHandle.java | bf09872f56ee1f1a9851e33a6644fb6befe6af90 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 4,035 | java | /*
* Copyright (c) 2002-2017 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundatio... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
4c27e308019cddac1bd4fa768483bcad9e195252 | d2de1a80b213d17e924b3ac642a668d0f1911618 | /src/test/java/com/bitplan/fritzbox/FritzboxMock.java | 3107aa581b03e3ec564910f7e42c47292bac6a81 | [
"Apache-2.0"
] | permissive | schmichri/com.bitplan.fritzbox | 88b6bedaa0a0e73350e1efd36e5eb99b250c2ffa | 31291b4ffe5932680e49afb03d76d25e0cc00af3 | refs/heads/master | 2023-01-02T08:26:56.197788 | 2020-10-31T09:35:58 | 2020-10-31T09:35:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 27,381 | java | /**
* Copyright (c) 2018 BITPlan GmbH
*
* http://www.bitplan.com
*
* This file is part of the Opensource project at:
* https://github.com/BITPlan/com.bitplan.fritzbox
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You ma... | [
"wf@neso.bitplan.com"
] | wf@neso.bitplan.com |
e72ccce9f0055132978ea032184f13decb21e297 | 5fe02649f7ce20a1c3ea5063bbed04da41ee54cb | /src/Offer49/NthUglyNumber.java | fa0591784b344d7a256b1d084a74ca73e2fc0a21 | [] | no_license | KevinWorkSpace/SwordOffer | 2be9d76d29bc70104c9a12a190837653915b48c1 | eb84d7f7bfa78a8fcc185f891537afef00095da1 | refs/heads/master | 2023-03-16T16:07:47.957102 | 2021-03-04T11:24:10 | 2021-03-04T11:24:10 | 303,393,766 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 716 | java | package Offer49;
public class NthUglyNumber {
public int nthUglyNumber(int n) {
int[] dp = new int[n];
dp[0] = 1;
int a = 0;
int b = 0;
int c = 0;
for (int i=1; i<n; i++) {
dp[i] = Math.min(Math.min(dp[a] * 2, dp[b] * 3), dp[c] * 5);
if (dp[i... | [
"11612431@mail.sustech.edu.cn"
] | 11612431@mail.sustech.edu.cn |
0fe72c4ea0dfc6cbda7197071d06672a035a95f9 | 7667a704c603c5e81aaa4d4ac0c6cdab66fa3840 | /src/test/java/fr/mickael/dales/raymondelib/RaymondeLibApplicationTests.java | 367210a633f5f5d9f77af2ac0a2c2184b95b0e45 | [] | no_license | mickael-dales/la-librairie-de-raymonde | 5ab980f60425d506c8c3fbe662fdda78cc0432c4 | 2d1068026e6e151d3a7024236d3009e18fd50dca | refs/heads/main | 2021-06-16T00:50:34.581435 | 2021-04-14T17:20:40 | 2021-04-14T17:20:40 | 157,006,447 | 0 | 0 | null | 2018-11-11T09:39:52 | 2018-11-10T17:50:55 | Java | UTF-8 | Java | false | false | 225 | java | package fr.mickael.dales.raymondelib;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class RaymondeLibApplicationTests {
@Test
void contextLoads() {
}
}
| [
"mdales@ippon.fr"
] | mdales@ippon.fr |
7e677d7a039d276feb55d2e553e82b9508f66cf8 | 4eff49edc7a35e4d53e0a8cfda58d321783157d7 | /src/jdkSRC/Builder.java | 12ed9cc4e43f79d6d21fa667134c3ebe5997647f | [] | no_license | Qiankun-FQH/DesignPattern01 | bb10a2e6c178745c7bc03245dd9e2aabaace37de | 18cf8074d7da9393a379d83fb6ba7cdac8e6e7fe | refs/heads/master | 2021-01-03T23:17:36.242437 | 2020-02-27T08:26:03 | 2020-02-27T08:26:03 | 240,278,299 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 229 | java | package jdkSRC;
public class Builder {
public static void main(String[] args) {
// TODO Auto-generated method stub
StringBuilder stringBuilder = new StringBuilder("hello,world");
System.out.println(stringBuilder);
}
}
| [
"qiankun.com"
] | qiankun.com |
6fdf82f367e29676bee1319c3079fbc75df0733d | 2471213b5f9e1a263b5da97135b6c66dde4091c3 | /tw-agenda-entidades/src/br/com/treinaweb/agenda/entidades/Contato.java | a6340637b105fb2a8e65ea6f1f4714a292438e8e | [] | no_license | arturtarcisio/JAVAFX-PROJECT-MINHA-AGENDA | 7575f008f2994b4814a5bb4160c49ba0f6fb0afc | 7a0279a759041755d7713519efbd67f8d0293a83 | refs/heads/master | 2020-12-21T05:36:37.196897 | 2020-02-04T21:39:08 | 2020-02-04T21:39:08 | 236,325,507 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 589 | java | package br.com.treinaweb.agenda.entidades;
public class Contato {
private int id;
private String nome;
private int idade;
private String telefone;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getNome() {
return nome;
}
public void setNome(String n... | [
"arturtarcisio1@gmail.com"
] | arturtarcisio1@gmail.com |
50525bd1453762d9ed9ff6427cf81efbbabd4b53 | 6f12fbb4592d99e05605926a17b4e588c98f2b49 | /nonameProject/src/main/java/noname/product/controller/ProductController.java | 8c01a457b4d51c876a1a72e6e330d29e8ec117a1 | [] | no_license | SeungWoo-Oh/nonameProject | bf03de899c829d37f8319ac9f3aa91bce2dc4831 | 0f6e93f4b12f306c0984db65ee01860f9ed5d782 | refs/heads/master | 2021-01-19T15:06:21.365445 | 2017-10-29T07:38:29 | 2017-10-29T07:38:29 | 100,944,080 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,259 | java | package noname.product.controller;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.apache.log4j.Logger;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.servlet.ModelAndView;
impo... | [
"skwltg90@naver.com"
] | skwltg90@naver.com |
3d81d6d4142f5dd01fb83ed75491cd1631868ec6 | 9d5714f657d15b1e4e9163581800c6151fabb6a0 | /app/EventCenter.java | 6728ef972cab6b9782a9570ef46442b0080f4728 | [] | no_license | RUAN0007/Crisis_Management_System | c282057cd8b899a6062ae2de46c52f61775771ba | 4967cfd4eb6256bfe82fcff15c146082b4596a6f | refs/heads/master | 2020-05-04T14:55:44.349252 | 2014-11-01T15:04:08 | 2014-11-01T15:04:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,474 | java |
import java.io.File;
import java.sql.Timestamp;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.*;
import com.avaje.ebean.Ebean;
import broadcaster.*;
import formatter.*;
import models.*;
public class EventCenter {
static EventCenter defaultCenter = new EventCenter();
private ... | [
"ruanpingcheng@gmail.com"
] | ruanpingcheng@gmail.com |
59c126b765f1c0b89d80dc60cea02a8d5c61bd7f | 861ce730e76be6eb456fc0c972935aa6cb8ee759 | /poleams-workbench/src/main/java/com/precisionhawk/poleams/wb/process/ResourceUploadProcess.java | 699b72eac255d4af7a3e9d5b18afb84427de88f3 | [] | no_license | mohitsahunitrr/poleams_system | 95265866c22e551fcdfd58c66d6ea1d1d0a921ef | 66596b0f9b02fbf958873eef8630568b4cc1594e | refs/heads/master | 2020-05-25T12:16:43.553016 | 2019-05-17T17:11:00 | 2019-05-17T17:11:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 26,269 | java | package com.precisionhawk.poleams.wb.process;
import com.precisionhawk.ams.bean.AssetInspectionSearchParams;
import com.precisionhawk.ams.bean.ImageScaleRequest;
import com.precisionhawk.ams.bean.ResourceSearchParams;
import com.precisionhawk.ams.bean.SiteInspectionSearchParams;
import com.precisionhawk.ams.domain.Ass... | [
"pchapman@pcsw.us"
] | pchapman@pcsw.us |
9a20458cfb54dfaaf171737929aceaa5dc22b009 | bad707d31431ef79ff9df261ecbf73295224c716 | /src/test/java/com/lms/admin/web/rest/AuditResourceIT.java | 47dec4a264050806a3cf0df3d59047dddf5cca36 | [] | no_license | talaghzi/LMS-ADMIN | 697a6e066afe256f7054c8940a5363dd94417fd6 | f97d57a874db110ad1e3b11e8e44712e8d3326c3 | refs/heads/master | 2022-12-21T21:46:07.684601 | 2019-10-27T10:36:15 | 2019-10-27T10:36:15 | 217,839,312 | 0 | 0 | null | 2022-12-16T04:40:44 | 2019-10-27T10:36:07 | Java | UTF-8 | Java | false | false | 6,733 | java | package com.lms.admin.web.rest;
import com.lms.admin.LmsadminApp;
import io.github.jhipster.config.JHipsterProperties;
import com.lms.admin.config.audit.AuditEventConverter;
import com.lms.admin.domain.PersistentAuditEvent;
import com.lms.admin.repository.PersistenceAuditEventRepository;
import com.lms.admin.service.... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
dd7637a7d5fef2613fe51bbaf9ba0faef95fc631 | daa91e143037b529c91e9389429e37100e9e9b30 | /src/main/java/com/flow/custom/customcmd/BackTaskCmd.java | 73d7446f30e2409624503853b0dd636c0b899fd8 | [] | no_license | AndiHappy/flow | 4ed3843915ec35b6c301062c11b3ffedb9420f04 | c538d2a9052a67de8933ccecd4e491f13e419bb4 | refs/heads/master | 2021-04-12T10:01:36.471879 | 2018-04-20T02:19:50 | 2018-04-20T02:19:50 | 126,192,630 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,462 | java | package com.flow.custom.customcmd;
import java.util.List;
import java.util.Map;
import org.activiti.engine.ActivitiException;
import org.activiti.engine.ActivitiObjectNotFoundException;
import org.activiti.engine.impl.bpmn.behavior.GatewayActivityBehavior;
import org.activiti.engine.impl.bpmn.behavior.NoneStartEventA... | [
"zhailz@chanjet.com"
] | zhailz@chanjet.com |
b1e08c2d92c6d6af7c46a396ad93737799b2f040 | d5105aa5420e988b2d8663a102d1ef58048436fb | /src/dp/Solution.java | ddc6c639b6b75bef27648904a4e8f220924c050d | [] | no_license | fsan1999/LeetCode | 6f0f86a8de117693e4d7e332e25c6e2ee8407f39 | acbc4ae6a71f4e24972a89a03b67a47500633274 | refs/heads/main | 2023-05-07T16:35:15.974405 | 2021-05-29T03:44:05 | 2021-05-29T03:44:05 | 371,054,662 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,231 | java | package dp;
import java.util.Arrays;
import java.util.List;
/**
* @author : Fr
* @date : 2021/1/21 11:44
*/
public class Solution {
public int fib(int n) {
int[] memo = new int[n + 1];
memo[1] = 1;
for (int i = 2; i <= n; i++) {
memo[i] = memo[i - 1] + memo[i];
}
... | [
"2893709687@qq.com"
] | 2893709687@qq.com |
251153eea7b15fa4c00a1e7bd0eeb04b5c74d92e | c37a0667541185ba5bd39c9f1db8788fb92b0978 | /app/src/main/java/hans/singh/com/singh_practicalexam2/Student.java | e0ded41a15651d9cd95e91aec1999e0c53516f5f | [] | no_license | hansgsingh/Singh_PracticalExam2 | e63ca87923207cdce661c4bf1cba5133945a289a | 6d6cff7eb68b6aeeb6619b0f116d5dec951e4517 | refs/heads/master | 2020-04-09T02:11:47.655557 | 2018-12-01T10:07:30 | 2018-12-01T10:07:30 | 159,931,827 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 655 | java | package hans.singh.com.singh_practicalexam2;
public class Student {
String fname, lname;
double ave;
public Student(String fname, String lname, double ave) {
this.fname = fname;
this.lname = lname;
this.ave = ave;
}
public String getFname() {
return fname;
}
... | [
"hansgsingh@yahoo.com"
] | hansgsingh@yahoo.com |
7d6d0a0e741e8b525d342a0580de422f2139011a | fba0144e3212b6d8eeab9724a2dbe863321f3ea1 | /CaseritaBusiness/src/cl/helper/ProcesaOrdenNoFacturadaHelper.java | d057dc98f76cdf7a715502c4a4bb5b7eb344c6d4 | [] | no_license | jcanquil/portafolio | d1268dab393385e082d318f28c91fc896154b72f | 4414f89a9c15fe79db80da729f981aced8eac70a | refs/heads/main | 2023-06-21T07:24:27.594751 | 2021-08-03T09:42:15 | 2021-08-03T09:42:15 | 392,156,940 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,228 | java | package cl.caserita.helper;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.MalformedURLException;
import java.net.URL;
import cl.caserita.dao.base.DAOFactory;
import cl.caserita.dao.iface.CamtraDAO;
import cl.caserita.dao.iface.ClmcliDAO;
import cl.caserit... | [
"noreply@github.com"
] | noreply@github.com |
fbdd7a5d902decfb9b6b50aebcf206c42e74962b | f94d6d3487a0dc80d80f5e1d4e63747ab5aedc02 | /tags/ANDROID_OPENGL_ES_2_2.14/zildo-platform-android-gles2/src/zildo/platform/filter/AndroidCloudFilter.java | d4e1eced6a38cceed1db923b99178243ed920aa5 | [] | no_license | BGCX261/zildo-svn-to-git | 547f2141f4f1801af04c3f5e667c946d2d85f668 | a3981c82258259c8b050a02977b7f35c0c09f19f | refs/heads/master | 2016-09-05T16:34:28.573967 | 2015-08-25T15:44:48 | 2015-08-25T15:44:48 | 41,495,613 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,883 | java | /**
* The Land of Alembrum
* Copyright (C) 2006-2013 Evariste Boussaton
*
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option... | [
"you@example.com"
] | you@example.com |
26d9ca2833b57dbf94831ed3954506f410a822df | 0b78b74a7954e752caf8201f11939f62f838293e | /src/test1/IsSequenceOfBST.java | d2c0f5d15819e7e4126070637b55e7faa5abc612 | [] | no_license | xshqhua/LeetCode | 916be6834b17d90f90505c8f78aefa5441f8bef7 | 9485cee7946f96e45a158a83f4dc328d8ff68874 | refs/heads/master | 2020-04-17T05:14:11.046182 | 2017-06-18T12:43:59 | 2017-06-18T12:43:59 | 66,144,393 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 937 | java | /**
* @project LeetCode
* @package test1
* @filename IsSequenceOfBST.java
*/
package test1;
/**
* @author xsh
* @Email xshqhua@foxmail.com
* @date 2016年7月10日 下午3:37:35
*/
public class IsSequenceOfBST {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
in... | [
"xshqhua@gmail.com"
] | xshqhua@gmail.com |
dc9ce3e1e40ca9147bf7a51092c3950b6eb53332 | 049c380769758383f3b956c3b9c9b613ce3e3fb5 | /src/main/java/com/lzl/springaop/bean/aspect/SelfBeanFactoryPostProcessor.java | 8c13d3ca40a089fc1e6b895a25fbd3e0e4b7da1c | [] | no_license | lizanle521/springaop | 81ba30a8d646dd39b824d55d651e5503ff2d3c04 | f45bc79967d2f70a2443c586ba05acaae844e84b | refs/heads/master | 2022-12-21T21:41:15.513565 | 2019-07-01T15:51:51 | 2019-07-01T15:51:51 | 112,455,896 | 1 | 0 | null | 2022-10-04T23:50:10 | 2017-11-29T09:39:29 | Java | UTF-8 | Java | false | false | 538 | java | package com.lzl.springaop.bean.aspect;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.config.BeanFactoryPostProcessor;
import org.springframework.beans.factory.config.ConfigurableListableBeanFactory;
public class SelfBeanFactoryPostProcessor implements BeanFactoryPostProcess... | [
"491823689@qq.com"
] | 491823689@qq.com |
4bb3516ddbeaa3139a36aba88230b1cb6ea3489c | f3633296cde4ad3f15a8d852894a1f38cf712a89 | /src/com/chess/gui/GameHistoryPanel.java | f0599d6fd1a46e6ca81f3eda44465bfcf4809e70 | [] | no_license | catalyzedgrey/ChessEngine | 16c106a458b1051792996f085b945143720c3fb9 | 2e8ac4f30a28af6dcd79e40ac039c510e0bd6432 | refs/heads/master | 2021-07-21T14:22:21.609379 | 2017-10-25T15:14:07 | 2017-10-25T15:14:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,816 | java | package com.chess.gui;
import com.chess.engine.board.Board;
import com.chess.engine.board.Move;
import javax.swing.*;
import javax.swing.table.DefaultTableModel;
import java.awt.*;
import java.util.ArrayList;
import java.util.List;
import static com.chess.gui.Table.*;
public class GameHistoryPanel extends JPanel{
... | [
"singularity717@gmail.com"
] | singularity717@gmail.com |
4f34dfda65cd96eabb6bdf2afcec0761ee93551e | 981df8aa31bf62db3b9b4e34b5833f95ef4bd590 | /xworker_swt_thingeditor/src/test/java/xworker/swt/thingeditor/TestThingEditor.java | 6f153a5441bf190a1d467e452a53d79a0004db38 | [
"Apache-2.0"
] | permissive | x-meta/xworker | 638c7cd935f0a55d81f57e330185fbde9dce9319 | 430fba081a78b5d3871669bf6fcb1e952ad258b2 | refs/heads/master | 2022-12-22T11:44:10.363983 | 2021-10-15T00:57:10 | 2021-10-15T01:00:24 | 217,432,322 | 1 | 0 | Apache-2.0 | 2022-12-12T23:21:16 | 2019-10-25T02:13:51 | Java | UTF-8 | Java | false | false | 423 | java | package xworker.swt.thingeditor;
import org.xmeta.ActionContext;
import org.xmeta.Thing;
import org.xmeta.World;
import xworker.ide.SimpleThingEditor;
import xworker.swt.SwtThingEditor;
public class TestThingEditor {
public static void main(String[] args) {
try {
World world = World.getInstance();
world.init... | [
"zhangyuxiang@tom.com"
] | zhangyuxiang@tom.com |
d6d1c1c2a6f3885abce0bd7b1780f1500d2aa99b | 550a5c79dc9862bf6e9837185e54cf6a45838191 | /src/com/hh/rdp/model/Column.java | 83d416fbddfd4151bb36bce7726e56d4e30e8dc1 | [] | no_license | huanghuazsp/com.hh.rdp | 35d93b9bc71b647bc4ce414c4050f9d8e3bc4194 | 5be8ed7c11b6ce589b78023f4ab9816afd141317 | refs/heads/master | 2021-01-20T02:06:51.859766 | 2017-04-27T12:54:21 | 2017-04-27T12:54:31 | 89,373,122 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,183 | java | package com.hh.rdp.model;
import java.util.HashMap;
import java.util.Map;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlTransient;
import com.hh.rdp.dm.model.Table;
@XmlRootElement
public class Column {
private Stri... | [
"huanghuazsp@183e5d52-12aa-4c75-83e6-4e6be8f07bd4"
] | huanghuazsp@183e5d52-12aa-4c75-83e6-4e6be8f07bd4 |
0be54cd2fe18e8699ea6afad3fc5957e7adae750 | 5b526e3bd7c39e1280230a9227651b06f8cf8d7c | /MysqlDB/src/test/java/Hackathon/MysqlDB/AppTest.java | 9a93312b1c5bc2b54a8348dd89f412b24c60bfdb | [] | no_license | chienptit941/HackathonHCVT | 7492560e89b5261e6eda6c759f86513a656cdf0b | 64b7c2d5604b05116a8e79cb545ce3ae026e7bbc | refs/heads/master | 2021-01-10T13:39:56.870200 | 2016-04-09T08:40:22 | 2016-04-09T08:40:22 | 55,823,655 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 645 | java | package Hackathon.MysqlDB;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public AppTes... | [
"chienptit.94@gmail.com"
] | chienptit.94@gmail.com |
148f435f8d720aa8b41eccc71eb27e6ef16fb32c | f86e49f08736076d0b7197b137cbdf01fdedbbbb | /src/test/java/io/assignment/kalah/model/BoardTest.java | 0df387a7b82b8927aeb425c37fc9fe033c7519a2 | [] | no_license | richakumari14/Kalaha_Game_Assignment | 949aa0afcb89d12e7df6c4f672cfce347687e00c | b000bbbbdf7dc78792204755eaf65dd4a562e1f8 | refs/heads/main | 2023-03-30T20:30:23.356624 | 2021-04-01T18:37:08 | 2021-04-01T18:37:08 | 353,790,701 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,424 | java | package io.assignment.kalah.model;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner... | [
"richa.bit14@gmail.com"
] | richa.bit14@gmail.com |
2c67dfe0493bcd35753f4b2530eaf212f4d49465 | 21aa25d735b97f4d2988a6076ad28c70f2ba24cb | /app/src/main/java/com/zx/upm/service/LoginService.java | f96e920b12518886d330c60362394c658e4b971c | [] | no_license | geniusatm4/UNI-APP | 53195da6b58d4ca38e8187ad507dfab87bdb1bbc | 3fd424cc9699374c0d570862389cafa63969948d | refs/heads/master | 2021-04-27T08:42:05.271358 | 2018-02-22T15:09:38 | 2018-02-22T15:09:38 | 122,494,844 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 190 | java | package com.zx.upm.service;
import com.zx.upm.bo.LoginBO;
public class LoginService {
public LoginBO doLogin(String username, String password) {
return new LoginBO();
}
}
| [
"123813913@qq.com"
] | 123813913@qq.com |
c9f89d95260ea28e047b843d0a0ea1e1b4b936ba | 741b6a8e18ff7e9ee8dd26aeb60fee7d9f7c192b | /SuperApp/src/ar/uba/fi/superapp/utils/WordsUtils.java | 201c1ff4b5e02ed8fa55c9cb5a0c652c70437157 | [
"MIT"
] | permissive | ProyectoDane/SuperApp | 3d832d8c548c02c51532b4a28c13e722920729f0 | 4d370ae045b7560304b8adba09cdc454c3fb76bc | refs/heads/master | 2016-08-12T14:34:50.358553 | 2016-04-09T19:22:42 | 2016-04-09T19:22:42 | 55,080,328 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,792 | java | package ar.uba.fi.superapp.utils;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Random;
import org.andengine.util.adt.color.Color;
import ar.uba.fi.superapp.object.ColoredLetter;
public class WordsUtils {
private static WordsUtils _instance = null;
private WordsUtils(){
}
public ... | [
"chuchu132@gmail.com"
] | chuchu132@gmail.com |
6387e6be9a1c32309cff7161bdb3ebf838b5f01d | 2513336b72971ae78aaf284e85164000ea4da19f | /wyx-jvm-demo-v06/src/main/java/cn/wyx/demo/jvm/instructions/conversions/l2x/L2F.java | 6f57481fb7fc629b923478d5bc3870cbc9778c7a | [] | no_license | shawnwhale/JVM-Demo | 5e448fe1b1cbcd0951c1b475af263a297430724f | 50083064a3922dd8e6909669d8df2f229ed074c6 | refs/heads/master | 2023-04-30T09:07:07.924095 | 2021-05-14T12:59:03 | 2021-05-14T12:59:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 550 | java | package cn.wyx.demo.jvm.instructions.conversions.l2x;
import cn.wyx.demo.jvm.instructions.base.InstructionNoOperands;
import cn.wyx.demo.jvm.runtimedataarea.Frame;
import cn.wyx.demo.jvm.runtimedataarea.OperandStack;
/**
* @author WYX
* @date 2021-3-14 - 21:42
* --------------------------------
*/
public class L2... | [
"m_wangyx@hust.edu.cn"
] | m_wangyx@hust.edu.cn |
c5f6a28e4b0571715dac017999ff408cc4d134da | d4547015555d3897b742f98b9d41754432a7d88c | /src/main/java/com/controller/GetChinaTotalController.java | f663f5648d874f7dcf5c1c1d2f1134e15f153ed0 | [] | no_license | DaxtonYin/DataSource | c45107fad2a9c55460552839a4afbe129b49ce92 | 8318a7ceeea19d4fa0eb3912fa1de1f46cedbe4d | refs/heads/master | 2023-04-26T02:48:59.407063 | 2021-05-16T11:08:43 | 2021-05-16T11:08:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 487 | java | package com.controller;
import com.util.FileUtils;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@CrossOrigin(origins = "*",maxAge = 3600)
public class GetChinaTo... | [
"2784149708@qq.com"
] | 2784149708@qq.com |
61daa2fa8d88668ef45d51d724701df20738382a | e051d2be6a76e9b11eb94becf5397a5ffca70f58 | /src/structural/facade/FacadePSVM.java | 8a88d66f0f344d1255c2e754a2de0d80175c5aa1 | [] | no_license | bmk15897/DesignPatterns | 68d67552ff8624c1656ea55cac37a864f151f59f | eb7af02e574f634cb0d8d190a1a61d2aa38aa079 | refs/heads/main | 2023-01-24T02:04:33.433584 | 2020-12-09T00:47:35 | 2020-12-09T00:47:35 | 319,010,503 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 417 | java | package structural.facade;
public class FacadePSVM {
public static void main(String[] args) {
JdbcFacade facade = new JdbcFacade();
facade.createTable("CREATE TABLE ADDRESS (ID INT, CITY VARCHAR(20))");
System.out.println("Table Created.");
facade.insertIntoTable("INSERT INTO ADDRESS values (1,'AHMEDNAGAR')")... | [
"bmk15897@gmail.com"
] | bmk15897@gmail.com |
3bd88ed821e89deba2e6770926b35dafa0b141e7 | e201ffe6c42c8ba343cb41ec6b404da293710dea | /web2t/src/net/bitacademy/java67/step18/PageServlet05.java | acf945a15ed6f959983ba8e867b9b554930297a5 | [] | no_license | eomjinyoung/Java67 | 1b6b1577dc2cc5b7c5f16c128e6ab29fdad0e978 | d7631dcd6a219e7c73d89830ef737b42718849f4 | refs/heads/master | 2021-01-19T06:27:06.995456 | 2016-02-26T08:25:00 | 2016-02-26T08:25:00 | 31,700,412 | 14 | 15 | null | null | null | null | UTF-8 | Java | false | false | 1,251 | java | package net.bitacademy.java67.step18;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import ja... | [
"jinyoung.eom@gmail.com"
] | jinyoung.eom@gmail.com |
ea2336bad6efab3a8efc48fc81bd018fd1718bfa | e32d9931a04a0239eb45ca1d2a36d11f71be13f3 | /src/main/java/view/App.java | 8f6ceb81c5b8c7da4297070bb4aa65b7af1efb55 | [] | no_license | JakubFilipiak/ServicePricingGenerator | 7e6416dad8e44c5e700742797dc310cb951f847d | 0ecafd061a1944c85620e6a43519fa4a356db30f | refs/heads/master | 2020-04-20T02:33:31.050660 | 2019-02-21T06:25:50 | 2019-02-21T06:25:50 | 168,574,504 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 772 | java | package view;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
/**
* Created by Jakub Filipiak on 31.01.2019.
*/
public class App extends Application {
@Override
public void start(Stage primaryStage) throw... | [
"kuba.filipiak52@gmail.com"
] | kuba.filipiak52@gmail.com |
9ad75e8b623ac4f01d57706f4a6be375422a5d0e | c7d87f75a85af691c2883c14387736213f9d5eac | /Pragmatic Unit/chapter02beans/src/chapter02beans/Criteria.java | bcdde975c89facdd2bd903fb45aa4dd6a293437f | [] | no_license | apetrovskiy/JavaSamples | b9fd89073e99200beac0e06203b7175377ddb803 | 9d76bd819c78ec09f1c38831fc41a158c550c247 | refs/heads/master | 2020-04-09T10:37:40.576025 | 2016-06-23T17:32:31 | 2016-06-23T17:32:31 | 8,670,749 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 891 | 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 chapter02beans;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.*;
/**
*
* @author shuran
*/
publi... | [
"apetrovskiy"
] | apetrovskiy |
de8da5c3a9df558a1b2a1ddfb628ecae202d5c1e | 6d5afb608d533d26b0e040c015f0c9ed5900bcc7 | /src/main/java/me/felixnaumann/fwebserver/cli/ConsoleThread.java | e9417a22456601091baf9e0c6b6eef9cc5ac3c58 | [] | no_license | failex234/FWebServer | cc106ab79ff04eb55441c8b44aaf6ee4abb92042 | f2c154b7e19c2c660b1d8cf19147cf81605f2743 | refs/heads/master | 2022-12-09T11:09:50.998830 | 2022-09-06T07:45:07 | 2022-09-06T07:45:07 | 155,113,383 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,115 | java | package me.felixnaumann.fwebserver.cli;
import me.felixnaumann.fwebserver.annotations.CliCommandName;
import me.felixnaumann.fwebserver.model.ConsoleCommand;
import me.felixnaumann.fwebserver.server.Server;
import me.felixnaumann.fwebserver.utils.ReflectionUtils;
import java.io.File;
import java.io.IOExceptio... | [
"fnauman1@ford.com"
] | fnauman1@ford.com |
e646c8ff80920aa688a215cb656335f278443632 | 0ac408b3204d00d901bde370a94543457f68f65e | /src/main/java/com/sdajava/kenxls/utility/WriteExcelFile.java | e9a2f477852fd8260469ea28f847a5652da3f3f6 | [] | no_license | grovas/KenXLS | b09f4d09641a076ff46193f73a662bd1434297d6 | 979a5b870e2e8422fbe174e36d7851f5fb0319ae | refs/heads/master | 2021-01-19T22:08:21.182070 | 2017-07-05T07:50:25 | 2017-07-05T07:50:25 | 88,756,940 | 0 | 0 | null | 2017-07-05T07:47:20 | 2017-04-19T14:50:56 | Java | UTF-8 | Java | false | false | 2,196 | java | package com.sdajava.kenxls.utility;
import java.io.*;
import java.util.Map;
import com.sdajava.kenxls.model.DrugStore;
import com.sdajava.kenxls.model.Order;
import org.apache.poi.ss.usermodel.*;
import org.apache.poi.xssf.usermodel.XSSFRow;
import org.apache.poi.xssf.usermodel.XSSFSheet;
import org.apache.poi.xssf.u... | [
"arczir@gmail.com"
] | arczir@gmail.com |
8d15326f3c816126846d06b51233d059387b3d28 | a5483a1a7178713d14f5a419e431435902f9d93e | /ch09prj3_ConsoleTester/src/UserIO.java | 3fe9d5fa3bf5540b686f10c1450c209f2bf098e9 | [] | no_license | EmsCode82/Java_Instruction | d622e036eb921824521b2be4c1056edf9bc3fd37 | 26f46f783d006526169d39d92c01fd7e92cd0d5a | refs/heads/master | 2021-04-23T05:44:16.407224 | 2020-04-14T18:04:36 | 2020-04-14T18:04:36 | 249,903,388 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 143 | java | // this interface defines the methods for getting input from and output to the user
public interface UserIO extends UserInput, UserOutput { }
| [
"emsgithub@gmail.com"
] | emsgithub@gmail.com |
98a1d61c05c23d93cf9e8c20c0584071c47e4778 | a661408a87d81436ae221fe09de7eb6db817a5a7 | /app/src/main/java/com/mahjongmanager/riichi/handbuilder/TutorialResults.java | 5d1228a8b3015227cfbf3d322caac6b1f1d59f07 | [] | no_license | selenta/mahjongmanager-riichi | a97d098e9a46e706798e06acd327cfee8ae97fee | 9aba375dbf8889a8c22f1b1d8091db1ff4f9cbd5 | refs/heads/master | 2020-05-22T01:32:39.895274 | 2017-03-22T02:00:48 | 2017-03-22T02:00:48 | 52,400,614 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,189 | java | package com.mahjongmanager.riichi.handbuilder;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import com.mahjongmanager.riichi.MainActivity;
import com.mahjongmanager.riichi.R;... | [
"selentian@gmail.com"
] | selentian@gmail.com |
73b85e4cdbde43a021c69653a665e9f54b05a3a8 | 56a1e36147e5918d7c815a5d994bfd68fd17ca7e | /error2/src/main/java/net/skhu/ServletInitializer.java | 0b32e75c0a8a3f67ceec8b49cad3c559b9f6cecb | [] | no_license | jejecrunch/spring | 061a2ef86fa40c75255c05723433ff20849b6bf8 | 673c8b980cf0cbf7822a6771d3350e7512d6cdbc | refs/heads/master | 2021-06-18T14:40:43.208664 | 2021-03-01T17:34:44 | 2021-03-01T17:34:44 | 186,463,017 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 398 | java | package net.skhu;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
public class ServletInitializer extends SpringBootServletInitializer {
@Override
protected SpringApplicationBuilder configure(SpringApplicationBuilde... | [
"gkswlgp456@gmail.com"
] | gkswlgp456@gmail.com |
0cd69d64f22402eb0d7d41266ba3d3b9579ecfce | 1d26066a78cc0ddaf14ee09a3f078a0ca62db758 | /library/src/main/java/com/danimahardhika/cafebar/CafeBarUtil.java | 81134872a59eaadd5a969206f643c58e91aa01f2 | [
"Apache-2.0"
] | permissive | Deep-Connect/cafebar | 759a052443bdb5c6187d2a6679bdce657363328a | 9f91a7ee02c356943d85114189e916d980b94f62 | refs/heads/master | 2021-07-23T06:10:58.050364 | 2017-10-30T03:51:11 | 2017-10-30T03:51:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 25,426 | java | package com.danimahardhika.cafebar;
/*
* CafeBar
*
* Copyright (c) 2017 Dani Mahardhika
*
* 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/lic... | [
"noreply@github.com"
] | noreply@github.com |
ee81dbcad312c9fb724f0eef8acfae1e58e96fb3 | ab414b4f08ba35be1461a16f9ae4ce4bd1de5017 | /Examen1Ej2/src/com/company/CasaPintar.java | 4fe4867c1ff45809d80ba3cf554d07094dd03b96 | [] | no_license | Corpexin/multi-thread | 600888dc7eb8d3c1e3836fc8224d72410e101722 | 812d51e493257d11d18b79b4fd324142951057af | refs/heads/master | 2021-01-10T18:00:44.147990 | 2016-02-07T23:17:27 | 2016-02-07T23:17:27 | 43,803,243 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 836 | java | package com.company; //Created by corpex, by the Grace of God, on 04/12/2015.
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Random;
import java.util.concurrent.Callable;
import java.util.concurrent.TimeUnit;
public class CasaPintar implements Callable<String>{
Random rnd;
int num... | [
"corpex@gmx.com"
] | corpex@gmx.com |
3188b851f0cfd72bbe85e6659e1f640b9d4307f0 | ce33e29fa32a263c8c2950c798a7e8beb7e5c44a | /TrsahNew/app/src/main/java/com/trashnew/trsahnew/view/MenuView.java | 8182de36127a3c435f36e90b2d98ac2c020a3809 | [] | no_license | Wwqf/Garbage-classification | 44dc0ac85cbdcdbf8ec4b6133783784ad57ab07d | 5c8a2380156a4ca15c896f25bf26b1a178239d98 | refs/heads/master | 2021-01-13T22:51:23.604567 | 2020-02-23T13:21:47 | 2020-02-23T13:21:47 | 242,519,959 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,813 | java | package com.trashnew.trsahnew.view;
import android.graphics.Canvas;
import android.graphics.Point;
import android.nfc.Tag;
import android.util.Log;
import android.view.MotionEvent;
import com.trashnew.trsahnew.R;
import com.trashnew.trsahnew.activity.MainActivity;
import com.trashnew.trsahnew.consts.ConstMenuPosition... | [
"2878405474@qq.com"
] | 2878405474@qq.com |
9f080cdff182bcc9af776ef571311581c80cc1b9 | c931b7f90ae06057d25145484ba2e16e8ba94247 | /src/br/univel/interfacesclassesabstratas/Acoes.java | 470a5902fcb88fc91802975f86138ec64795cf88 | [] | no_license | evandro-96/TrabalhoBimestral | 96dd46a1426ab34c7905833329cc3a4ce81ceb78 | 15b5e68c7404597702936989c044baed0544d82d | refs/heads/master | 2021-01-01T05:19:00.773136 | 2016-05-04T01:13:32 | 2016-05-04T01:13:32 | 56,729,100 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 253 | java | package br.univel.interfacesclassesabstratas;
import java.util.List;
public interface Acoes<T,K> {
public void salvar(T t);
public T buscar(K k);
public void atualizar(T t);
public void excluir(K k);
public List<T> listarTodos();
}
| [
"evandro-96@live.com"
] | evandro-96@live.com |
403f0549055d3c6db3ceec82540243518452b628 | 836f0aef423040a92b9608db40ea6b2c55957fba | /app/src/main/java/com/emobi/bjaindoc/MondayFragment.java | 7576151885b1f7059125840811bbb60e5350f0be | [] | no_license | vishwakarmasunil68/BjainDoc | 328dc0753449492d42a5e484b4bff701969f02a4 | 65e9293dc26075c37c976350ac5371066edaf40d | refs/heads/master | 2021-01-01T18:45:31.193300 | 2017-07-26T13:48:24 | 2017-07-26T13:48:24 | 98,427,865 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 52,597 | java | package com.emobi.bjaindoc;
import android.app.ProgressDialog;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.Typeface;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.util.Log;
import android.view.LayoutInflater;
impo... | [
"Sunil112!((#"
] | Sunil112!((# |
239ad8c1aadd91676acca9e5902fbaef04fc5a61 | 19f7e40c448029530d191a262e5215571382bf9f | /decompiled/instagram/sources/p000X/C40661p1.java | a58b20ff1f55af2912a2dec3b3d3030692d40cc6 | [] | no_license | stanvanrooy/decompiled-instagram | c1fb553c52e98fd82784a3a8a17abab43b0f52eb | 3091a40af7accf6c0a80b9dda608471d503c4d78 | refs/heads/master | 2022-12-07T22:31:43.155086 | 2020-08-26T03:42:04 | 2020-08-26T03:42:04 | 283,347,288 | 18 | 1 | null | null | null | null | UTF-8 | Java | false | false | 409 | java | package p000X;
import com.facebook.video.heroplayer.ipc.VideoPlayRequest;
/* renamed from: X.1p1 reason: invalid class name and case insensitive filesystem */
public interface C40661p1 {
public static final C40661p1 A00 = new C40671p2();
void BWB(VideoPlayRequest videoPlayRequest, String str);
void BWC... | [
"stan@rooy.works"
] | stan@rooy.works |
2a8a7377761bb8459a7ea03735073fb8fb25030c | d1ee5e3d34a0e8c9ef0fe3d967bda78ba2f1592f | /src/main/java/ar/edu/itba/pod/legajo51048/impl/MultithreadedSignalProcessor.java | 9e2a129236378c3cf5f6aee0e68ce683f6eb6b31 | [] | no_license | epintos/signal | f33b8237f5226a2806f9f08b110bc098d86195f4 | 3947c2d3ccf59295d73e8214f54ecd9e925fdfaf | refs/heads/master | 2021-01-23T03:21:35.834304 | 2013-06-27T00:50:15 | 2013-06-27T00:50:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,849 | java | package ar.edu.itba.pod.legajo51048.impl;
import java.rmi.RemoteException;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.Callable;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMa... | [
"egpintos17@hotmail.com"
] | egpintos17@hotmail.com |
752f6fab844404a4d29c63a86bddf9c6a3e30463 | c1986ccc437bbb5cfe61a6d60ba4fad189d910c2 | /src/T3/IS_RPG_MAS_39393_40581_41038/lib/JADE/src/FIPA/AgentIDHelper.java | efac008b2aa5251936614796abf192faf97d59f4 | [] | no_license | dmr-goncalves/IS | 7da569f0ae7350707dc3aec0c2cda1362aff4052 | c948c8faa6c8a8b4af7f5ffd0d7bf1e1b8575b99 | refs/heads/master | 2021-01-21T20:16:11.745204 | 2017-06-10T15:53:35 | 2017-06-10T15:53:35 | 90,955,246 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,182 | java | /*
* File: ./FIPA/AGENTIDHELPER.JAVA
* From: FIPA.IDL
* Date: Mon Sep 04 15:08:50 2000
* By: c:\Java\idltojava-win32\idltojava Java IDL 1.2 Nov 10 1997 13:52:11
*/
package FIPA;
public class AgentIDHelper {
// It is useless to have instances of this class
private AgentIDHelper() {
}
public sta... | [
"dmr.goncalves@campus.fct.unl.pt"
] | dmr.goncalves@campus.fct.unl.pt |
6553ca9302e06629029dc8a2c3ff6eac101ff36f | 637e7482dfec5784732842dd5d38a24dccba0959 | /myc-gold-api/src/main/java/com/gomemyc/gold/dto/GoldCommonDTO.java | 7bc2a979da7da43c49424fdc3ac0288743a5e4fa | [] | no_license | wang-shun/guomei-huangjin | cc014d1ec10d4d4a5f2567278c9b5d737c11083f | 2893e33c2bbc272aed0776c63c4c10cac6a9237f | refs/heads/master | 2020-03-29T13:46:29.542627 | 2018-05-29T08:17:04 | 2018-05-29T08:17:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,190 | java | /**
* Project Name:myc-gold-api
* File Name:GoldCommonDTO.java
* Package Name:com.gomemyc.gold.dto
* Date:2017年3月12日上午11:29:54
* Copyright (c) 2017, tianbin@gomeholdings.com All Rights Reserved.
*
*/
package com.gomemyc.gold.dto;
import java.io.Serializable;
import java.math.BigDecimal;
import org.apac... | [
"136820092@qq.com"
] | 136820092@qq.com |
f91d9ec8404ec60f178d4b3f61efa89eaffbdafe | 38c4451ab626dcdc101a11b18e248d33fd8a52e0 | /identifiers/batik-1.7/sources/org/apache/batik/parser/LengthListParser.java | e4efaab03b6d55dde2e04f0a0e34a82ba55e7b97 | [] | no_license | habeascorpus/habeascorpus-data | 47da7c08d0f357938c502bae030d5fb8f44f5e01 | 536d55729f3110aee058ad009bcba3e063b39450 | refs/heads/master | 2020-06-04T10:17:20.102451 | 2013-02-19T15:19:21 | 2013-02-19T15:19:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,698 | java | org PACKAGE_IDENTIFIER false
apache PACKAGE_IDENTIFIER false
batik PACKAGE_IDENTIFIER false
parser PACKAGE_IDENTIFIER false
java PACKAGE_IDENTIFIER false
io PACKAGE_IDENTIFIER false
IOException TYPE_IDENTIFIER false
LengthListParser TYPE_IDENTIFIER true
LengthParser TYPE_IDENTIFIER false
LengthListParser METHOD_IDENTIF... | [
"pschulam@gmail.com"
] | pschulam@gmail.com |
87d3f952379ac3aa757ed90a325dea7d4bfa5a18 | 2150f77199a06ed87e7c4f100933a519a46c6dbc | /app/src/main/java/com/salma/counterfragmentapp/MainActivity.java | c6156442bf88c86d7d2b1d719ba4812dde119c88 | [] | no_license | Eng-SalmaSalah/CounterFragment-AndroidApp | b1695f45359dfbcd794ad01a85ed5ab2ef7c887f | 35e23cdefd3b3dd25b4d7ac289bf8f955df3e04e | refs/heads/master | 2020-05-01T02:55:23.126416 | 2019-03-23T02:02:14 | 2019-03-23T02:02:14 | 177,232,564 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,313 | java | package com.salma.counterfragmentapp;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity implements CounterInterface {
int counter=0;
Co... | [
"40217644+Eng-SalmaSalah@users.noreply.github.com"
] | 40217644+Eng-SalmaSalah@users.noreply.github.com |
078852006555a18680c5428ebadab39eda2a6481 | 98eb4c019b51fc08a22538fc92841a6f2a039017 | /app/src/test/java/movingforward/tutorapp3/ExampleUnitTest.java | 95db802e8cdbf784194ee36648f12a9006049663 | [] | no_license | charltonraven/TutorApp3 | 869cdf4a9cd2e2ee2fafb103eb673136280967ca | 06fdd7c3607969ad7f24f6f7c2fccfdb0c25ca43 | refs/heads/master | 2021-01-11T10:14:09.159364 | 2017-04-03T00:51:44 | 2017-04-03T00:51:44 | 72,601,304 | 0 | 0 | null | 2017-02-04T19:39:30 | 2016-11-02T03:38:48 | Java | UTF-8 | Java | false | false | 401 | java | package movingforward.tutorapp3;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public voi... | [
"williamscharlton@hotmail.com"
] | williamscharlton@hotmail.com |
c1e5008efb633771f78d4cfc1e1f2fb108bcd5ec | 613eb45e07937b18d5f223ed7fdd6f9d89d21ded | /NoSQL Basics- Morning/spring-boot-couchbase-example/src/main/java/com/example/au/couchbasedemo/SwaggerConfig.java | a41b10c0fedd9659727cfc6f9e4eedf90f413194 | [] | no_license | Sahil-Prajapati/SAU-2021-Jan-Batch-Delhi | ba0f6a257d388e56454cf6ed2db0d86195e6ceea | ecd73324c4fa1a47e2f6419f3ca14776cf768f39 | refs/heads/main | 2023-02-22T18:42:41.712800 | 2021-01-31T15:02:49 | 2021-01-31T15:02:49 | 328,620,753 | 0 | 0 | null | 2021-01-11T10:02:33 | 2021-01-11T10:02:33 | null | UTF-8 | Java | false | false | 1,909 | java | package com.example.au.couchbasedemo;
import java.util.HashSet;
import java.util.Set;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.RestController;
import ... | [
"sahilprajapati286.com"
] | sahilprajapati286.com |
2cef875d6f80d18fc06d28fd10b4a21cfa167450 | ae341cb74d9d101a2dcdaddc61eca51d2e8fe998 | /src/com/learn/patterns/creational/method/factory/Dialog.java | 62110ceb368d3f0f7ef16c3078ae97b9f5b947a8 | [] | no_license | AlexKoltsov/patterns-learn | 9356c09f8983f9ecef7a4397890fae674451effc | 99f8f296058bba431a6120994140d76669e659bb | refs/heads/master | 2020-05-23T07:19:06.262932 | 2019-06-06T12:11:35 | 2019-06-06T12:11:35 | 186,676,028 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 295 | java | package com.learn.patterns.creational.method.factory;
import com.learn.patterns.creational.method.button.Button;
public abstract class Dialog {
public void renderWindow() {
Button button = creteButton();
button.render();
}
public abstract Button creteButton();
}
| [
"alexander.koltsov.work@gmail.com"
] | alexander.koltsov.work@gmail.com |
da6b4d6642315481093133bb909dd18db982c987 | da98e72fc8da3327b510a3f4e3e088135245b4b1 | /src/java/com/model/Order.java | 8e8243da1b61041859d40a7ff3393ee96d818ea0 | [] | no_license | KavinduWimalasiri/Wedding-Site-J2ee | 726e5893f98d19718becf912510a9a8dc9bc6613 | 05c98ea8ad87911f85cb71b8c2d77ede59a7f629 | refs/heads/master | 2023-01-19T03:13:45.092950 | 2020-11-23T03:56:21 | 2020-11-23T03:56:21 | 297,454,442 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,537 | 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 com.model;
/**
*
* @author Lakith
*/
public class Order {
String cname;
String spname;
String con... | [
"kwimalasiri95@gmail.com"
] | kwimalasiri95@gmail.com |
3077d9df4b50422f420c7f29bc3463caa91fa9cc | c18fad82297211f7b60092f0fe87a0fbfc018671 | /sage/andriod_app/MyFirstApp/src/com/sage/listeners/RecipeDetailsClickListener.java | 8d0d83480a782805c9177e879ae7b8d2aeeec691 | [] | no_license | tamarstern/sage_android_new | a9aabb2c3fb9720275a5f7cb0e2958238c6ae3b8 | beab9ec7deea8cf5187fde3e2c4273ab14875ff7 | refs/heads/master | 2021-03-24T10:03:44.190011 | 2016-09-23T22:34:22 | 2016-09-23T22:34:22 | 55,343,440 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 598 | java | package com.sage.listeners;
import android.app.Activity;
import android.view.View;
import android.view.View.OnClickListener;
import com.sage.entities.RecipeDetails;
import com.sage.utils.ActivityUtils;
public class RecipeDetailsClickListener implements OnClickListener {
/**
*
*/
private final Activity contex... | [
"tamar.twena@gmail.com"
] | tamar.twena@gmail.com |
7579974ebaca9ffe3f275e79b732c3d4c73f8ae8 | f6bde134227529f9d45712a42f21c44b88843048 | /gilead-gwt/src/main/resources/net/sf/gilead/emul/java5/ejb3/org/hibernate/annotations/Filter.java | 13320ba8482e7fb27ac32d943dcf01f738a10de1 | [] | no_license | emsouza/gilead | e6a6239c882c43b63895de8ea7e63ec798b64ae8 | f5e4eef90f52d36ebd9dadf490767afbbd49bba6 | refs/heads/master | 2022-03-15T18:45:29.350955 | 2020-11-07T17:25:28 | 2020-11-07T17:25:28 | 5,875,580 | 9 | 9 | null | 2022-02-09T23:19:18 | 2012-09-19T17:36:46 | Java | UTF-8 | Java | false | false | 1,478 | java | /*
* Hibernate, Relational Persistence for Idiomatic Java
*
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.annotations;
import java.lang.annotation.Retention;
... | [
"eduardo.souza@digitro.com.br"
] | eduardo.souza@digitro.com.br |
b0e122b0835d4fcea0c1dd045048fe7c79c7294b | 8a5bd586c9bc3918e48aabae6e0f51be828936eb | /src/main/java/com/example/test/model/Section.java | 9d9832bdec617e5a04a337cdfd785516caa5916a | [] | no_license | seanzhu0925/ModernHealthRestAPI | 505177b32768a4e0db2eace38850b3504fa25fec | 151acdb89590b57255b5394f232e0f1781633136 | refs/heads/master | 2023-07-17T03:28:38.901914 | 2021-08-20T15:32:06 | 2021-08-20T15:32:06 | 393,497,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,198 | java | package com.example.test.model;
import com.sun.istack.NotNull;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.persistence.*;
import javax.validation.constraints.Size;
import java.io.Serializable;
import java.util.Set;
@Entity
@Setter
@Getter
@NoArgsConstructor
public class ... | [
"seanzhu0925@gmail.com"
] | seanzhu0925@gmail.com |
98826c53fad6552c671cc2d4e6f17dcb77634da3 | 6abec1e1e832d263293054e8fc55903a62c59459 | /src/main/java/controller/GooutCheckController.java | 0e0b015fb2f0e2cec44229897ae4a2b7e7087657 | [] | no_license | linyix/attendance | 1f2e5fcf14a62c90f9fdfc924745b221b6a87ed6 | 7467bd56e6b6f8cba243a2189efa629b7b17fa67 | refs/heads/master | 2020-04-26T17:58:54.294305 | 2019-05-11T10:30:16 | 2019-05-11T10:30:16 | 173,730,681 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,262 | java | package controller;
import com.alibaba.fastjson.JSONObject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springfram... | [
"linyixic@gmail.com"
] | linyixic@gmail.com |
7bef0f5d81ffec7b210078ac58a1fd5f51f8b144 | b97d9a17b65dd30bf9a47956747a6e8176782af1 | /chapter01/src/main/java/com/felit/drools/chapter01/model/Source.java | c94e9c27651081ad55a7c61c17a6b830e16f0fe3 | [] | no_license | felit/drools-study | 55ee0cc23c2ae842f83832a99e4deef0dc0faa79 | 0b69acd9596bbc5615e27c3ae22344a154183f64 | refs/heads/master | 2016-09-06T16:44:44.999361 | 2014-12-30T08:17:43 | 2014-12-30T08:17:43 | 27,324,813 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 388 | java | package com.felit.drools.chapter01.model;
/**
* 需求来源
*/
public class Source {
private String name;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
@Override
public String toString() {
return "Source{" +
... | [
"nofelit@126.com"
] | nofelit@126.com |
4a9a07bd29c9f025d9f3762fa0168a428438bb5f | 85a44678822240ac418c65af376ad0a6089ba3da | /app/src/main/java/com/hundsun/codecompete/data/ConstantValue/ConstantValue.java | 6bf98261101b7e730cfe3df05754d09951d23415 | [] | no_license | friends110110/Ethereum-App | 497725564ec1e7a7dc06188f4a308f79480c1597 | 3fbbcee291243da305a962568b6479fa06114110 | refs/heads/master | 2021-01-22T22:34:11.830281 | 2017-03-20T08:19:25 | 2017-03-20T08:19:25 | 85,550,697 | 5 | 5 | null | null | null | null | UTF-8 | Java | false | false | 2,983 | java | package com.hundsun.codecompete.data.ConstantValue;
/**
* Created by Administrator on 2016/7/29.
*/
public class ConstantValue {
//请求码
/**
* 扫描跳转Activity RequestCode
*/
public static final int REQUEST_CODE = 111;
/**
* 选择系统图片Request Code
*/
public static final int REQUEST_IMAG... | [
"friends110110"
] | friends110110 |
a721a1a31d72c279a1f95aaa65461ada80dc4eb0 | b8f6e799a7ef6f4f849460e243e58c237be1593e | /build/tflite_flutter/generated/source/buildConfig/debug/com/tfliteflutter/tflite_flutter_plugin/BuildConfig.java | 0af22d6cc22ed832cabc467ac8813d9957867de7 | [] | permissive | KalyanMohanty/FaceRecognitionAuth- | 9fac45ce400a89d2fe615bfacf9014aab2f9314a | cc0e651fd3852564f851d4869d796223b5a70b22 | refs/heads/main | 2023-01-30T07:53:50.713365 | 2020-12-14T07:09:11 | 2020-12-14T07:09:11 | 310,366,342 | 0 | 0 | BSD-3-Clause | 2020-11-07T08:34:38 | 2020-11-05T17:06:20 | Java | UTF-8 | Java | false | false | 718 | java | /**
* Automatically generated file. DO NOT MODIFY
*/
package com.tfliteflutter.tflite_flutter_plugin;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String LIBRARY_PACKAGE_NAME = "com.tfliteflutter.tflite_flutter_plugin";
/**
* @depreca... | [
"55730742+KalyanMohanty@users.noreply.github.com"
] | 55730742+KalyanMohanty@users.noreply.github.com |
a6a4781b72b12c8c544ba19525418d5a86ca79e8 | f12b79edb3b6d9d598677115d694b95bc6e287f6 | /src/sklse/yongfeng/sort/MainEntry.java | b3489b216add243728262071101de4257a6f4326 | [
"Apache-2.0"
] | permissive | Gu-Youngfeng/Sort4J | 6ba6f7c2d963497662de5fb01f36f51de74cd7f0 | c5989b415eae871c84e1134b98a59b8b73ea05eb | refs/heads/master | 2021-07-06T16:01:02.310434 | 2017-09-29T06:24:48 | 2017-09-29T06:24:48 | 105,107,113 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 308 | java | package sklse.yongfeng.sort;
/***
* <p>This class <b>MainEntry</b> provide the entry of the project.</p>
* @author yongfeng
* @date Sep.28th, 2017
*
*/
public class MainEntry {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println("Hello, Java!");
}
}
| [
"yongfeng_gu@163.com"
] | yongfeng_gu@163.com |
99b0024c6649ba9f999f6162bc90899b5e194c59 | 165b9bf7032b4ac42e3b12675f5d396880fb0d65 | /android/app/src/main/java/com/reactnativemarkedtext/MainActivity.java | 9ede74b0168e2d09fc8652837a3f4908d72e3462 | [
"MIT"
] | permissive | magicien/react-native-marked-text | bcebea1440bd894d6cff4f76831a057193eb6268 | 3729a47f691db0cf9f14f68044ed95f0f555f7a7 | refs/heads/master | 2021-09-10T05:47:20.048977 | 2018-03-21T08:21:16 | 2018-03-21T08:21:16 | 126,127,601 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 387 | java | package com.reactnativemarkedtext;
import com.facebook.react.ReactActivity;
public class MainActivity extends ReactActivity {
/**
* Returns the name of the main component registered from JavaScript.
* This is used to schedule rendering of the component.
*/
@Override
protected String getMai... | [
"magicien.du.ballon@gmail.com"
] | magicien.du.ballon@gmail.com |
3ff0844982a843c7f51e0cd93be92a168bf696bd | a744882fb7cf18944bd6719408e5a9f2f0d6c0dd | /sourcecode7/src/java/security/spec/X509EncodedKeySpec.java | 7c242ea12c791e8f5045c2b4508532993277e264 | [
"Apache-2.0"
] | permissive | hanekawasann/learn | a39b8d17fd50fa8438baaa5b41fdbe8bd299ab33 | eef678f1b8e14b7aab966e79a8b5a777cfc7ab14 | refs/heads/master | 2022-09-13T02:18:07.127489 | 2020-04-26T07:58:35 | 2020-04-26T07:58:35 | 176,686,231 | 0 | 0 | Apache-2.0 | 2022-09-01T23:21:38 | 2019-03-20T08:16:05 | Java | UTF-8 | Java | false | false | 2,860 | java | /*
* Copyright (c) 1997, 2005, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | [
"763803382@qq.com"
] | 763803382@qq.com |
4638e59081a2a550e79b608dee2e586020a64769 | 9b17bf1ffac03c9048e22e7e92c5a062a0491031 | /basics/src/Giraffe.java | 4617fa9e9385007e675b8004e707107af9d27cb6 | [] | no_license | piyushtiw/Design-Patterns-in-Java | 42cc7f2fb6c5bfe789ac642d2daf1122598edd75 | 3eee64739539e50684e72cd0cbfae385219e36c7 | refs/heads/master | 2022-11-25T00:50:40.605229 | 2020-07-22T01:53:17 | 2020-07-22T01:53:17 | 203,494,253 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,050 | java | public class Giraffe extends Creature{
private String name;
@Override
public void setName(String newName) {
name = newName;
}
@Override
public String getName() {
// TODO Auto-generated method stub
return name;
}
@Override
public void setHeight(double newh... | [
"piyush@bigbinary.com"
] | piyush@bigbinary.com |
78ba28351b62531040a518091fa451367d089694 | dc91ee6d7ab3f7d981609f12fb3d7c43017348fa | /runtimepermission/src/androidTest/java/com/masavi/runtimepermission/ExampleInstrumentedTest.java | 3dc5b67e7a76f1ed63a54f2d2661aab52a394940 | [] | no_license | Masavi/Devf-Batch-14-Android | 642d13451a16a87ccd027c1a2151619903540798 | 429cc6a3931239793598406617e0067cccc8f8fa | refs/heads/master | 2021-01-19T22:17:37.496726 | 2017-05-12T03:16:11 | 2017-05-12T03:16:11 | 88,790,747 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 760 | java | package com.masavi.runtimepermission;
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.*;
/**
* Instrumentation test, which will execute on an... | [
"masavi2008@hotmail.com"
] | masavi2008@hotmail.com |
f7ba17f509e3d6e4cdbf98d9cef233a7b27fccb9 | 872601067d4ebaeeea4b90b966ec87583a2f8b4a | /Spring Core, Maven/Hands-on/885149/PatientManagement/PatientManagement/src/main/java/com/cts/patient/model/Patient.java | 136b0ef92a7d4614d5b087cebba8931e1daedb85 | [] | no_license | VIJAYAJUPUDI/Stage1 | ef36fb96157c2200457c4bddfc01f1d6b169ed5e | 84087731d3ea7a5a966f80f5d8fab3e73bebce88 | refs/heads/main | 2023-03-04T19:25:14.105218 | 2021-02-12T08:52:05 | 2021-02-12T08:52:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,127 | java | package com.cts.patient.model;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
public class Patient {
@Value("${pid}")
private String pid;
@Value("${pname}")
private String pname;
@Value("${disease}")
private String disease;
@Value("${sex}")
privat... | [
"noreply@github.com"
] | noreply@github.com |
5cd9c79e4564d094681ad65d5ebad1ce9f8a8221 | 50597bff5504a44a7ab7dd441a5fcfe8cbc4a23d | /ens-20171110/src/main/java/com/aliyun/ens20171110/Client.java | 0f762ba629a7a5ad71d939c932e03e24dc16b5f7 | [
"Apache-2.0"
] | permissive | shayv-123/alibabacloud-java-sdk | 63fe9c0f6afe094d9dcfc19bf317e7ef8d5303e1 | df7a6f7092f75ea3ba62de2c990dfcd986c3f66f | refs/heads/master | 2023-05-05T02:22:41.236951 | 2021-05-11T09:55:17 | 2021-05-11T09:55:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 78,340 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ens20171110;
import com.aliyun.tea.*;
import com.aliyun.ens20171110.models.*;
import com.aliyun.teautil.*;
import com.aliyun.teautil.models.*;
import com.aliyun.teaopenapi.*;
import com.aliyun.teaopenapi.models.*;
import com.aliyun.openapiutil.*... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
68bad3da12164fdf25c2432f8745e899b8bce512 | fc18d5131cfc6535a39a401fceceef414db92257 | /src/main/java/core/DriverFactory.java | 983ea08f8d2f05c46ec1b401e04496a2a921042f | [] | no_license | Rameg/AutomacaoWeb | 88294567153a705d0dd6e804ea62776dbaeea0bd | efbaf3755542845ce9a01bdee1354e7ff647c00c | refs/heads/master | 2023-05-13T12:43:53.425170 | 2019-11-27T20:15:17 | 2019-11-27T21:03:41 | 224,457,714 | 0 | 0 | null | 2023-05-09T18:37:42 | 2019-11-27T15:12:29 | Java | UTF-8 | Java | false | false | 901 | java | package core;
import org.openqa.selenium.Dimension;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
public class DriverFactory {
private static WebDriver driver;
private DriverFactory() {}
public static WebDriver getDriver... | [
"italimanooo@gmail.com"
] | italimanooo@gmail.com |
83df6e0b8a179bb0f4f1bdc14ee69c6f5240221c | 0529524c95045b3232f6553d18a7fef5a059545e | /app/src/androidTest/java/TestCase_59C210BE68AD8F45C0B7D2D06688C67F9D5EF1FCF183AD843B8CFECB67A06548_1909327635.java | a40db40effa6c07c06d880c86ce3e1236c44aa6e | [] | no_license | sunxiaobiu/BasicUnitAndroidTest | 432aa3e10f6a1ef5d674f269db50e2f1faad2096 | fed24f163d21408ef88588b8eaf7ce60d1809931 | refs/heads/main | 2023-02-11T21:02:03.784493 | 2021-01-03T10:07:07 | 2021-01-03T10:07:07 | 322,577,379 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 583 | java | import android.support.v4.view.ViewCompat;
import android.view.View;
import androidx.test.runner.AndroidJUnit4;
import org.easymock.EasyMock;
import org.junit.Test;
import org.junit.runner.RunWith;
@RunWith(AndroidJUnit4.class)
public class TestCase_59C210BE68AD8F45C0B7D2D06688C67F9D5EF1FCF183AD843B8CFECB67A06548_1909... | [
"sunxiaobiu@gmail.com"
] | sunxiaobiu@gmail.com |
120c29714df0b31a7f1412f03e29c57202bc73b2 | c8e2fcee1c86fef9f1262aec3fa20c083f5e9e40 | /webdriver-framework-core/src/main/java/io/github/webdriver/config/Platform.java | 39a1d2a34a392c5e647394b9cfcbf9342e679b61 | [
"MIT"
] | permissive | anirudha13/webdriver-framework | db24fe658a6be178020301d0e83ddd56a7ba76ab | 4c98d65700ec1517fd84fdca36e67040084ca54a | refs/heads/main | 2023-06-27T11:24:13.332109 | 2021-07-21T15:01:21 | 2021-07-21T15:01:21 | 387,836,434 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,911 | java | package io.github.webdriver.config;
import com.fasterxml.jackson.annotation.JsonProperty;
public class Platform {
private String name;
private String os;
@JsonProperty("os_version")
private String osVersion;
private String browser;
@JsonProperty("browser_version")
private String brows... | [
"anirudha.khanna@gmail.com"
] | anirudha.khanna@gmail.com |
e933496b7b432bbf6a38af7d22b5ce0e935ca640 | aef55754a59bc2fb42313686450ec9411b385eb1 | /src/AMD.java | 452f7d9dbf305eec5c22597f9d8647c6149a8247 | [] | no_license | naufalabrori/UTS-PBO | 6a6448f9c58e1412948bdeae15de79f247aa2e0a | c0f27c8acb36c5f7be91c18231ef67041b6d4d79 | refs/heads/master | 2020-05-17T01:31:26.123445 | 2019-04-27T10:26:13 | 2019-04-27T10:26:13 | 183,429,204 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 331 | 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.
*/
/**
*
* @author Nopal
*/
public class AMD extends CPU {
public AMD(int kecepatan) {
super("AMD", 3);
... | [
"lenovo@NOPAL"
] | lenovo@NOPAL |
4aa43f7fbef183d18e4fda34b8b704d7b9fa7bfe | 9a15d665a881ec6c61e0b28724baa548de794afd | /NekretnineApp-Klijent/src/sesija/Sesija.java | d8b11853cce366891077f0bd830262e4e8911624 | [] | no_license | AnaColovic/NekretnineApp | 29e966b4d4c495de76d13bedaf2729b60d949ac9 | fc0d7e652108c1ae10da2e32717d1d69dff12e93 | refs/heads/master | 2020-04-26T15:01:33.168596 | 2019-03-03T23:01:47 | 2019-03-03T23:01:47 | 173,634,138 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 855 | 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 sesija;
import domain.Agent;
/**
*
* @author Administrator
*/
public class Sesija {
private static Sesija instance;
... | [
"ana.colovic996@gmail.com"
] | ana.colovic996@gmail.com |
18733d49ee44b62d89bf3b589e834fe0b90608bf | 50af266dc0a80ca2cae935a6ac8312bd8c9431d2 | /projects/rates-final-example-master/app/src/main/java/ru/dimasokol/currencies/storage/CurrenciesStorage.java | 12aa49c147d147c0391020d8b8b11b23d986a44f | [] | no_license | popovbodya/learning-android | 787339ffdcaf1ff103f9bb470baa8037f0c2dade | a6429e513c308620017922f9ddd163a612a55f49 | refs/heads/master | 2021-06-20T01:12:14.118835 | 2017-08-10T16:11:40 | 2017-08-10T16:11:40 | 87,315,923 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,007 | java | package ru.dimasokol.currencies.storage;
import android.support.annotation.Nullable;
import ru.dimasokol.currencies.networking.CurrenciesList;
import ru.dimasokol.currencies.networking.Currency;
/**
* @author Дмитрий Соколов <me@dimasokol.ru>
*/
public final class CurrenciesStorage {
private CurrenciesList mL... | [
"popovbodya@gmail.com"
] | popovbodya@gmail.com |
cd75d2fb21f2ed28845970cf8be6014f7713f204 | c1ffc1154127b360eebd49e773edbac239aca3eb | /DesignPattern/src/main/java/com/design/chainofresponsibility/handler/DeanHandle.java | ab85d316f02a32500042ca6226d9c5e1d822f112 | [
"MIT"
] | permissive | dolyw/ProjectStudy | 76053e1142148767d5bd3dbf6bb9a4e5947224b0 | 0d6991a1cbdc57b779ad125809540bce581d3943 | refs/heads/master | 2023-06-25T22:30:52.087332 | 2023-06-13T07:45:32 | 2023-06-13T07:45:32 | 199,820,313 | 63 | 55 | MIT | 2022-06-17T03:17:48 | 2019-07-31T09:06:20 | Java | UTF-8 | Java | false | false | 692 | java | package com.design.chainofresponsibility.handler;
/**
* 院长具体处理者Concrete Handler
*
* @author wliduo[i@dolyw.com]
* @date 2022/1/19 11:06
*/
public class DeanHandle extends AbstractLeaderHandle {
/**
* 处理请求的方法
*
* @param day
* @param remark
* @return void
* @throws
* @author wli... | [
"i@dolyw.com"
] | i@dolyw.com |
c24737b25c29e913ecf9c6d29669c1af4dae9d49 | 07e6770f411ab61c501bffe57579b438d002aab1 | /indexing-service/src/main/java/org/apache/druid/indexing/common/task/batch/parallel/PartialHashSegmentGenerateTask.java | d7f88620771969a39ef296a28b7bd1e43a7e26c5 | [
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-3-Clause",
"MIT",
"CC-BY-SA-3.0",
"CDDL-1.0",
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-westhawk",
"CDDL-1.1",
"LicenseRef-scancode-sun-no-high-risk-activities",
"LicenseRef-scancode-free-unknown",
"ICU",
"LicenseRef-scanc... | permissive | VladimirIordanov/incubator-druid | f1a775462de07e074e3311151fbceeac0e22a9c0 | d0a6fe7f120b29f92efdf17d6eb909568e93a3b4 | refs/heads/master | 2020-08-08T13:54:11.810259 | 2019-12-04T02:36:28 | 2019-12-04T02:36:28 | 213,843,054 | 0 | 1 | Apache-2.0 | 2019-12-04T14:10:34 | 2019-10-09T06:52:49 | Java | UTF-8 | Java | false | false | 6,526 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"gianmerlino@gmail.com"
] | gianmerlino@gmail.com |
7523bfb45e6bee73da7d35fa4cb222c15b72dd30 | 64a0a18000ae842ad80194aaaf545c859230833f | /app/src/main/java/com/FlashScreen/flashservice/GoogleClasses/GooglePlacesAutocompleteAdapter.java | d2d1fb86377657039fe8f0d40acde46940b1e056 | [] | no_license | bittubushera98557/FlashServicesUser | 085650d757537b29fdfc77252d7b4c2459d043fc | 6d5a035da5d9e7a3f0705e7db4f345ce855cd593 | refs/heads/master | 2020-12-20T04:10:19.739228 | 2020-01-24T07:20:47 | 2020-01-24T07:20:47 | 235,956,988 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,190 | java | package com.FlashScreen.flashservice.GoogleClasses;
import android.content.Context;
import android.util.Log;
import android.widget.ArrayAdapter;
import android.widget.Filter;
import android.widget.Filterable;
import com.FlashScreen.flashservice.Common.Const;
import com.FlashScreen.flashservice.R;
import org.json.JSO... | [
"bittubushera98557"
] | bittubushera98557 |
60dbf53fd639e6a175372c70c2230835197ae2b0 | 704ae5acd5d41107a4dc3aba61aa94a7086a2b1e | /de.blizzy.backup/src/de/blizzy/backup/settings/Settings.java | 93ed86bffa98482403f5afae86efab98f1e7d16a | [] | no_license | blizzy78/blizzys-backup | e8cb49d05a3ad146d1ecc5c2f4c10d3797311bfa | a416faca8d6a5e71a020749aba66480ff8f35f52 | refs/heads/master | 2021-01-01T06:45:25.495345 | 2014-08-13T17:07:13 | 2014-08-13T17:07:13 | 3,137,442 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,103 | java | /*
blizzy's Backup - Easy to use personal file backup application
Copyright (C) 2011-2012 Maik Schreiber
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at... | [
"blizzy@blizzy.de"
] | blizzy@blizzy.de |
e49d7160cdb15946b0ca33d18fbacc74b4867c16 | 7127b24e1c98a1629708b92a97e963208d6ce7a9 | /app/src/main/java/mrmusicplayer/mrcoder/com/android_me/data/AndroidImageAssets.java | 7e06e0800bc23f1a3c28097a700c86e69e9b5229 | [] | no_license | rohitgurjar058/Android-Me-Fragment | fc34cd695e7c6d2fd53630625ec078142e367dbe | fb1d6337bfc1e9445990209ec968766954c290a9 | refs/heads/master | 2020-03-17T23:28:57.808597 | 2018-05-22T16:13:13 | 2018-05-22T16:13:13 | 134,047,332 | 0 | 0 | null | 2018-05-22T16:13:14 | 2018-05-19T09:14:42 | Java | UTF-8 | Java | false | false | 2,326 | java | package mrmusicplayer.mrcoder.com.android_me.data;
import java.util.ArrayList;
import java.util.List;
import mrmusicplayer.mrcoder.com.android_me.R;
/**
* Created by rohit on 19/5/18.
*/
public class AndroidImageAssets {
// Lists for all AndroidMe images
// Broken down into heads, bodies, legs, and all i... | [
"rohitgurjar.jec@gmail.com"
] | rohitgurjar.jec@gmail.com |
297e5754d217efb4c2b8c01d794d37dd229e3441 | ca7f516d769403c114cc069033e9c2f1598e15ee | /src/Inter/hp/DefaultCtor.java | 38ea9a76aace6ce42b7455e65105ecf5cd5725b7 | [] | no_license | ronib/Learn | 38f7839da7dd03dc9b80306c60c085a270d86eb9 | 3cf9edcc5dba5324199d48b22e160344381b74db | refs/heads/master | 2021-01-10T04:27:12.185137 | 2020-06-09T19:33:37 | 2020-06-09T19:33:37 | 50,981,702 | 0 | 0 | null | 2016-02-05T21:31:18 | 2016-02-03T07:17:54 | null | UTF-8 | Java | false | false | 394 | java | package Inter.hp;
/**
* Created with IntelliJ IDEA.
* User: ronib
* Date: 1/9/16
* Time: 5:51 PM
* To change this template use File | Settings | File Templates.
*/
public class DefaultCtor {
int x=0;
DefaultCtor(int w){
x = w;
}
DefaultCtor(){};
class B extends DefaultCtor{
... | [
"roni12@gmail.com"
] | roni12@gmail.com |
40634f24bd61674b5985427f5f1e6ab381a9bc67 | 8191bea395f0e97835735d1ab6e859db3a7f8a99 | /com.miui.calculator_source_from_JADX/com/miui/support/internal/log/util/AppendableFormatter.java | ef6961cf4b27afa1722e643c96ce16163e837567 | [] | no_license | msmtmsmt123/jadx-1 | 5e5aea319e094b5d09c66e0fdb31f10a3238346c | b9458bb1a49a8a7fba8b9f9a6fb6f54438ce03a2 | refs/heads/master | 2021-05-08T19:21:27.870459 | 2017-01-28T04:19:54 | 2017-01-28T04:19:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,013 | java | package com.miui.support.internal.log.util;
import java.util.Formatter;
import java.util.Locale;
public class AppendableFormatter {
private Formatter f2540a;
private AppendableWrapper f2541b;
private static class AppendableWrapper implements Appendable {
private Appendable f2539a;
privat... | [
"eggfly@qq.com"
] | eggfly@qq.com |
b4133147198a2e34ab2d5eccf6d4b7df53995bc3 | 0454bfc6edac1858765d9e55a2c8c1729485295f | /LAB_2/L2Q1/app/src/androidTest/java/com/example/rakshit/l2q1/ExampleInstrumentedTest.java | bd6bf7baa49ee2b090fcbeba1ed05e63e6aab19f | [] | no_license | rakshit97/MAD-LAB | 6acfebddcbd43d69403ae12674fa94eb3b3c9ea8 | bd17a51ce4988686568ce4933c4dcf150e4b76d7 | refs/heads/master | 2021-05-10T11:26:00.345159 | 2018-03-12T05:36:13 | 2018-03-12T05:36:13 | 118,411,005 | 3 | 4 | null | null | null | null | UTF-8 | Java | false | false | 723 | java | package com.example.rakshit.l2q1;
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 execute on an Androi... | [
"rakshitthakkar97@gmail.com"
] | rakshitthakkar97@gmail.com |
73489991c7897bf811eb2f678aac2a6c6b8a072f | ce9e663cfc8272257219d644363a374d73c29a93 | /BackEnd/MongdokLogin/src/main/java/com/web/mongdok/entity/BaseTimeEntity.java | 0196ba537720cedab803de0932fb00a6b4038dd6 | [] | no_license | mongsil-disciples/mongdok-src | 27103182f01885d77844eae4121c1412b82cd6cd | 47ec66f11351ecf4f3bab6b3281443a97916e28f | refs/heads/master | 2023-08-19T06:21:42.746933 | 2021-05-21T01:42:35 | 2021-05-21T01:42:35 | 371,336,310 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 841 | java | package com.web.mongdok.entity;
import java.time.LocalDateTime;
import javax.persistence.EntityListeners;
import javax.persistence.MappedSuperclass;
import org.springframework.data.annotation.CreatedBy;
import org.springframework.data.annotation.CreatedDate;
import org.springframework.data.annotation.LastModifiedBy;... | [
"asder36@naver.com"
] | asder36@naver.com |
5238e240ceac47ef0363b244a19566397e59a370 | feeecd3a7b6e8ce457f5b29251e13c203cca2fca | /INS14C.java | 03a911c6fe2889af04f9719a016d3c57b8d4e243 | [] | no_license | thehjain/Spoj | 46be7d77a90b10f6a7c576c45f697697260052c7 | ec378e022d8ae1f3856866fc0b54a850b3a5d5ea | refs/heads/main | 2023-03-29T16:08:58.540149 | 2021-04-08T05:31:47 | 2021-04-08T05:31:47 | 326,237,028 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,951 | java | import java.util.*;
import java.io.*;
import java.math.*;
class INS14C {
private static int MAX = Integer.MAX_VALUE;
private static int MIN = Integer.MIN_VALUE;
private static int MOD = 1000000007;
static FastScanner sc = new FastScanner();
public static void main(String[] args) throws IOException {
int T = s... | [
"thehjain@gmail.com"
] | thehjain@gmail.com |
ff1cf71288baefcf873dad26a364b50c2865a76b | cb80fddf6d0981fd1cdff7a804346262ed78196d | /BodyMass.java | cf9066189d7aa230004f81f323409b9319af3210 | [] | no_license | nmallory/SwapStringApp | 49b87a6233a8abee0b91a4d1c8f4db03677ce868 | 64dddbe80abcf70ae680e581d1c9f65400877c00 | refs/heads/master | 2021-06-08T03:13:42.248714 | 2016-12-05T02:43:22 | 2016-12-05T02:43:22 | 75,361,186 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 826 | java |
import java.util.Scanner;
public class BodyMass {
public static void main(String[] args) {
// Variables
double weight;
double height;
double bmi;
String choice;
//Create scanner
Scanner input = new Scanner(System.in);
//Welcome message
System.out.println("Welcome to the body mass calcul... | [
"nmall76@hotmail.com"
] | nmall76@hotmail.com |
2d5b87d3eeaa6329e744a0ec81408ae037ada061 | 94cf49e2caf49fba64bba094a17821ffb2558159 | /src/main/java/com/game/inputhandler/Operation.java | 31f166a18ebfd4ee61fc4d6f0c0b8da3c6fff5ee | [] | no_license | vishalraut20/game-blueprint | 715290fe4ec6222fded8f7be7b7ba5cdfc4d1b0a | 911570871337324ccf265d3332f0f2f1cc3bafe7 | refs/heads/master | 2020-03-29T01:42:39.924442 | 2018-09-26T17:47:31 | 2018-09-26T17:47:31 | 149,402,387 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 132 | java | package com.game.inputhandler;
@FunctionalInterface
public interface Operation {
String performOperation(String inputIndex);
}
| [
"vishal.raut@teradata.com"
] | vishal.raut@teradata.com |
4201fd429fc7d8d8cb5b3e699e69623f6a6ba1e4 | efe87218fc77588725dba3bea1c39c32c003fb17 | /src/main/java/com/malkomich/hashcode2017/data/VideoList.java | 5e0f4c7febccda49bc7fd2baa60b2d84c53af336 | [] | no_license | malkomich/hashcode2017 | 3b1a54a4e8188e333e917d374a648be51de462a4 | 4d1d87bc7ac6ade334b8d57fc0415e877391f365 | refs/heads/master | 2021-01-17T06:10:15.031900 | 2017-03-07T19:34:14 | 2017-03-07T19:34:14 | 83,129,301 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,138 | java | package com.malkomich.hashcode2017.data;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
import com.malkomich.hashcode2017.logic.Parseable;
import com.malkomich.hashcode2017.logic.VideoFinder;
public class VideoList implements Parseable, VideoFinder {
private Map<Integer, Video> videos... | [
"malkomich@gmail.com"
] | malkomich@gmail.com |
10bd6386cb09a1da50deef68964218042bb66118 | 3f94f383538c5acf1c8b4183a3ccd39894839533 | /jiwoo_demo/src/main/java/com/example/demo/ZipCodeController.java | a00da3299e729850191f487fdaa3d805c3c0b418 | [] | no_license | kanggiwu/repo_demo | dd0300aded55550bfee7e915e16d0f8fead0e2f9 | 126047faee891704f2c216fb3a17148f86d38f01 | refs/heads/main | 2023-04-21T02:21:00.881088 | 2021-05-20T09:27:17 | 2021-05-20T09:27:17 | 369,047,232 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,791 | java | package com.example.demo;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
imp... | [
"wu10604@gmail.com"
] | wu10604@gmail.com |
fd4fca3e7882c9fa6aa3c4af16280aafe16cb26c | 21d70bfeb8139da4c458351463d3059ddeabcdf3 | /java SE阶段/day01_Object,常用API/代码/day01-code/src/cn/itcast/demo04_calendar/Demo04Calendar.java | 8b565be9c37f14e4444be6dd785e0d7e04ecb23a | [] | no_license | Zhangxb1111/techSource | 92322e1fba28da1fa067b629c7926bbde34c3014 | 9e3e690ea380323ff857249a699f62414eb8bfd2 | refs/heads/master | 2023-01-20T00:18:50.703877 | 2020-11-17T12:57:47 | 2020-11-17T12:57:47 | 299,050,652 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,366 | java | package cn.itcast.demo04_calendar;
import java.util.Calendar;
/*
在Calendar中有一个方法,可以对指定的字段进行计算,这个方法叫做add。
void add(int field, int amount): 表示对指定的字段进行计算
参数field: 表示要对哪个字段进行计算。
参数amount: 是对字段加上指定值呢还是减去指定值呢
如果这个参数是正数,就表示在原来的数据基础上加上这个数字
... | [
"2955356960@qq.com"
] | 2955356960@qq.com |
f79bc1d969e8d8052a9a76a708966c91b9a64deb | 9a8a812ce91d2ded014a8e192633953a78fff58f | /R06-ListaLigadaIterativa/src/test/java/adt/linkedList/StudentDoubleLinkedListTest.java | 9985649dea053c0f59fa7ec6071e74fb9f04da64 | [] | no_license | RuanGOA/LEDA | 02d2e496dc7848f3a24478ab71c892d2c086dac2 | c38b2e08edd3547a733fdeafb611cf2637484893 | refs/heads/master | 2020-07-05T08:45:45.185356 | 2019-11-20T20:43:06 | 2019-11-20T20:43:06 | 202,594,837 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,234 | java | package adt.linkedList;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
public class StudentDoubleLinkedListTest extends StudentLinkedListTest {
private DoubleLinkedList<Integer> lista3;
@Before
public void setUp() throws Exception {
getImplementations();
// Lista com 3 elementos.
... | [
"ruan.alves@ccc.ufcg.edu.br"
] | ruan.alves@ccc.ufcg.edu.br |
2ba4ba4a6d6e05e522841c0e76c77d7d3d2f9215 | 68f27fad46772bb80bb41eb3145a26b519b64058 | /ide/api.lsp/test/unit/src/org/netbeans/api/lsp/HoverTest.java | 3d2dd5a878c8639edceeea6ea4c30448b7b7d6f7 | [
"Apache-2.0"
] | permissive | funfried/netbeans | aff8b94461675ded8b9ab52e9108cf28769540ad | dcc34cd16ddf44496338acb6e9a7346fcd55fa55 | refs/heads/master | 2021-12-30T00:45:13.162312 | 2021-12-27T22:01:06 | 2021-12-27T22:01:06 | 226,071,842 | 1 | 0 | Apache-2.0 | 2019-12-05T10:06:16 | 2019-12-05T10:06:16 | null | UTF-8 | Java | false | false | 2,689 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"noreply@github.com"
] | noreply@github.com |
c0baaaf25ea515aa61fb45dda60f68777de0cb21 | e24c791cacb49d81d2a53aaae6b2868978d22937 | /src/main/java/link/snowcat/cubes/lights/DirectionalLightPool.java | 06d601e2ed9dd488c1eea3ceac0800c584d6f637 | [] | no_license | eanmclaughlin/3d-renderer | 613f316cbb501f7d97ea3a2532e418504ce38f94 | 474c12ccee05672a5016f3815738da49f66af16f | refs/heads/master | 2021-05-31T07:31:30.392658 | 2015-02-23T10:10:01 | 2015-02-23T10:10:01 | 30,803,943 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 357 | java | package link.snowcat.cubes.lights;
/**
* User: Pepper
* Date: 5/4/13
* Time: 1:46 PM
* Project: Cubes
*/
public class DirectionalLightPool extends LightPool{
public DirectionalLightPool(int size){
super(size);
}
@Override
public int getPoolSizeInFloat() {
return lights.size()*D... | [
"computertechie2@gmail.com"
] | computertechie2@gmail.com |
23d41a6772f778a46698620296aa588601404efb | f6c6b1acb431f6839995715f9241f46cb3823c24 | /src/main/java/aqoursoro/teleportcraft/recipes/machine/SinteringFurnaceRecipes.java | d2ebf4ea201bb4fab6c278ef5ec8bfc3628537cb | [
"Apache-2.0"
] | permissive | AqourSoro/TeleportCraft | 42e1e98478c3232c84091559abcfda2c4135ccb9 | cd550dca9aae07b416c4619f55c2827db1503403 | refs/heads/master | 2020-05-03T17:19:41.620151 | 2019-05-03T12:02:21 | 2019-05-03T12:02:21 | 178,742,022 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,474 | java | package aqoursoro.teleportcraft.recipes.machine;
import java.util.Map;
import java.util.Map.Entry;
import com.google.common.collect.HashBasedTable;
import com.google.common.collect.Maps;
import com.google.common.collect.Table;
import aqoursoro.teleportcraft.init.ModBlocks;
import aqoursoro.teleportcraft.in... | [
"noreply@github.com"
] | noreply@github.com |
7d45f82f51c68387f0ec49275129f0add2845759 | 563ff6c013c2e0cd02369ed5405eee5e227b5a15 | /src/main/java/br/com/api/vendas/repository/ClientesRepository.java | ef92b1a2cde2c58112602aef3be7c644a7aabe3d | [] | no_license | carolminadakis/API-Vendas | d122cbe142cb520d96bb257badd6420e10526ae8 | cc15056900d64178c0ca231c0300a18374a2cd48 | refs/heads/main | 2023-03-15T15:23:09.713257 | 2021-03-02T15:36:18 | 2021-03-02T15:36:18 | 339,043,950 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 712 | java | package br.com.api.vendas.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import org.springframework.stereotype.Repository;
import br.com.api.vendas.model.Cli... | [
"carolminadakis@gmail.com"
] | carolminadakis@gmail.com |
3c691f15b0dc110088c95ca1bac4adf89a752dfd | 00bfe82cc06143d8827559ffa079a66f60008d2f | /javaSourceLearn/src/source/org/omg/PortableServer/THREAD_POLICY_ID.java | c08e4fdcce60c802efcf927869a1b8ab841af528 | [] | no_license | Zhangeaky/JAVASE | de7680058b491cb25e70284f237364dc67ca4927 | 2e97e3dbb9019f89356e9386545509726bf16324 | refs/heads/master | 2023-04-12T02:58:36.605425 | 2021-05-21T12:36:05 | 2021-05-21T12:36:05 | 335,182,265 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 472 | java | package org.omg.PortableServer;
/**
* org/omg/PortableServer/THREAD_POLICY_ID.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /scratch/jenkins/workspace/8-2-build-linux-amd64/jdk8u281/880/corba/src/share/classes/org/omg/PortableServer/poa.idl
* Wednesday, December 9, 2020 12:38:46 PM G... | [
"zyk090104@163.com"
] | zyk090104@163.com |
de44468c4244e500c017ecb1b46e35fe8067c102 | 3b5b4356751fbdbdbc794318afe00327377a0c68 | /src/tasks/quest1javasyntax/level5/task0504/Solution.java | 47f29ae8fec5ced761630d872b723322b93bbfe5 | [
"MIT"
] | permissive | LSVDnepr/JavaRush | b48304052917bed9bc6df84bceba9fa9680dd0ce | 14205d8db66202a403da447d04a24e77f3d169e6 | refs/heads/master | 2021-04-15T12:32:02.700234 | 2018-03-27T12:57:11 | 2018-03-27T12:57:11 | 126,696,658 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,513 | java | package tasks.quest1javasyntax.level5.task0504;
/*
Задача: Трикотаж
Пару задач назад студенты секретного центра JavaRush создавали класс Cat. Теперь пришла пора реализовать котов во плоти,
разумеется по образу и подобию класса Cat, а точнее - основываясь на нём, как на шаблоне. Их - котов - должно быть трое.
Напол... | [
"litovchenkosv1990@gmail.com"
] | litovchenkosv1990@gmail.com |
8fe9b04e62cf2e42b52caa885039feefe00a2f67 | 1b65ffa946fc7edfa9bbb63e467001bb60dd11b2 | /app/src/main/java/com/varshaaweblabs/ecommerce/ProductFullDetails/Model/ProductFull_RecommedndedProduct.java | 1f7db1df087bbc37d0898023173119f528128c46 | [] | no_license | Mohsin92/ProjectPlay | 5f84225b4f0ea5e3cd9f1bba540c57ea935487c9 | aec29c8ecc35aa148b9edaebc25e59fa575f4159 | refs/heads/master | 2021-05-07T14:53:02.253662 | 2017-11-08T09:04:41 | 2017-11-08T09:04:41 | 109,951,922 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 209 | java | package com.varshaaweblabs.ecommerce.ProductFullDetails.Model;
import java.io.Serializable;
/**
* Created by dinesh on 3/10/17.
*/
public class ProductFull_RecommedndedProduct implements Serializable {
}
| [
"mohsin@varshaawebteam.com"
] | mohsin@varshaawebteam.com |
f35bbbbfb6804993ebc02581ee6287e182a20e03 | b63df6bf0384872df84970800abff2b979ec8053 | /HibernateEhCache/src/main/java/com/annotation/Message.java | 360914e2be637402e3d2564dadf937e36b822775 | [] | no_license | gitrepo7777/HibernateExamples | 22a8abfa2f36e6c0d73325697e1e43f59f2d9703 | 6bdb261a42f07c39c126f8640324ea82283ca3ac | refs/heads/master | 2021-01-10T21:32:55.704613 | 2014-06-06T21:47:31 | 2014-06-06T21:47:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 886 | java | package com.annotation;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrategy;
@Entity
@Table(name="MESSA... | [
"ntend7777@gmail.com"
] | ntend7777@gmail.com |
c26e0e788bd4cc230ad38faa41528075ab765604 | 3e5b1efd3d28e09efa958db5a80f7d8a0dfeb619 | /app/src/main/java/com/omeram/birthday/ui/BirthdayFragment.java | 142d2194d062203e192db7a8c3a5fd1456d367c6 | [] | no_license | omeramiel/BirthdayApp | e6e7aa1753f95e5fb796db36c0986e335b28c5c6 | 5290891e113e2d278b1165da21013db94227017e | refs/heads/master | 2020-04-07T16:49:53.470165 | 2018-11-22T17:06:46 | 2018-11-22T17:06:46 | 158,544,779 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,017 | java | package com.omeram.birthday.ui;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.omeram.birthday.R;
import com.omeram.birthday.model.Birthday;
import com.omeram.birthday.v... | [
"omer.amiel@assaabloy.com"
] | omer.amiel@assaabloy.com |
ccedf08c46fa67b54dfb7b2b459124cad218ae97 | ee28ee7f47b0ae155213e7bb3b1e065a319df7a6 | /mall-api/src/main/java/com/sxt/mall/oms/service/OrderOperateHistoryService.java | d38ac517d34d5ef1fb50f779af86a024e40d2b16 | [] | no_license | xiangbameidexiangaoji/gmall | 2aeb373c0108525b30a0ac0c1692d91bcfae3eb3 | 03e8de33b32a05488eb8839b13288204e89fc61f | refs/heads/master | 2022-06-23T03:17:07.672487 | 2021-10-31T15:16:36 | 2021-10-31T15:16:36 | 226,511,124 | 0 | 1 | null | 2022-06-21T02:36:34 | 2019-12-07T12:41:54 | Java | UTF-8 | Java | false | false | 335 | java | package com.sxt.mall.oms.service;
import com.sxt.mall.oms.entity.OrderOperateHistory;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* <p>
* 订单操作历史记录 服务类
* </p>
*
* @author Lfy
* @since 2019-05-08
*/
public interface OrderOperateHistoryService extends IService<OrderOperateHistory> {
}
| [
"xiangbameideexiangaoji@sina.com"
] | xiangbameideexiangaoji@sina.com |
30f530f23ecb25216b7a2cea479ad1b4d0e35ab2 | cb6c49c407e4b8582eb60fd5807c74412fe716f9 | /Commons/src/main/java/eu/neclab/ngsildbroker/commons/datatypes/Information.java | cb93ce19a644e97fa732a38472d4dd0dea7cc429 | [
"BSD-3-Clause",
"BSD-4-Clause"
] | permissive | jlanzarotti/ScorpioBroker | 0fd673fb932e3771c631fb0c98adb2f21e9ed062 | 8c436258befd2a857cd85165169c1afec8066bdb | refs/heads/development | 2023-08-04T07:23:56.181933 | 2021-08-23T15:38:15 | 2021-08-23T15:38:15 | 401,205,990 | 0 | 0 | BSD-3-Clause | 2021-08-31T01:01:45 | 2021-08-30T03:35:17 | null | UTF-8 | Java | false | false | 2,104 | java | package eu.neclab.ngsildbroker.commons.datatypes;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
public class Information {
private List<EntityInfo> entities;
private Set<String> properties;
private Set<String> relationships;
public Information() {
this.en... | [
"hebgen@neclab.eu"
] | hebgen@neclab.eu |
369b17e47e365b391482dd8d72773d6c000350e8 | 12ad1959a5c375b79888f7b68d3aeefb6acdb6f6 | /src/by/it/group573601/Tkachev/lesson09/C_Stairs.java | 49a7d5d4ce3423c9e9102f7741c6126096a9fe6b | [] | no_license | artsioml/RPPZL2017-09-02 | 12484794c55aa2e9895e50112dcf22b07a7bc90e | d7bf6225db031b46796cbfd1ab689d8d6c0a4e92 | refs/heads/master | 2021-05-13T17:01:26.927077 | 2018-01-09T12:00:42 | 2018-01-09T12:00:42 | 107,284,078 | 0 | 0 | null | 2017-10-17T14:59:04 | 2017-10-17T14:59:02 | null | UTF-8 | Java | false | false | 2,216 | java | package by.it.group573601.Tkachev.lesson09;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.InputStream;
import java.util.Scanner;
/*
Даны число 1<=n<=100 ступенек лестницы и
целые числа −10000<=a[1],…,a[n]<=10000, которыми помечены ступеньки.
Найдите максимальную сумму, которую м... | [
"work.tkachev@yandex.ru"
] | work.tkachev@yandex.ru |
aa66aa875a78a44e98d3517558d330df901368e3 | 65db6e5babef86d8573b4dc36a14dfb5f439d550 | /src/main/java/project/FizzBuzzQix.java | b2bff41d9542d5f82bda9584a92f1ec5a1f646b9 | [] | no_license | bdahal17/FizzBuzzQix | 13b2c6eaea319637de989a2c9cea9ddaae383316 | 18886824d95083dec600e2a1a81b037ede46990e | refs/heads/main | 2023-03-23T01:40:53.021056 | 2021-03-17T02:32:55 | 2021-03-17T02:32:55 | 348,535,828 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 816 | java | package project;
public class FizzBuzzQix {
public String interpret(int numberToInterpret) {
String output = "";
if (isFizzNumber(numberToInterpret)) {
output += "Fizz";
}
if (isBuzzNumber(numberToInterpret)) {
output += "Buzz";
}
if (isQixNum... | [
"noreply@github.com"
] | noreply@github.com |
d0cd5236ee3075daad4964790a08718e6e35042d | 7cf0f3983be3f98300128ee9aa927d4ef530eca6 | /src/main/java/br/com/swconsultoria/cte/schema_400/cteModalRodoviarioOS/TCTe.java | 13c1db054694f542b84937f413746f277bdee9a9 | [
"MIT"
] | permissive | Samuel-Oliveira/Java_CTe | 9394ed7692c9f504aa891265831da29f2e643735 | 51e95b15a94d0796457f1a0620f37b167096bb76 | refs/heads/master | 2023-09-04T12:35:59.598280 | 2023-08-29T20:28:00 | 2023-08-29T20:28:00 | 82,298,784 | 64 | 42 | MIT | 2023-08-29T20:24:14 | 2017-02-17T13:13:34 | Java | UTF-8 | Java | false | false | 608,236 | java |
package br.com.swconsultoria.cte.schema_400.cteModalRodoviarioOS;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlAttribute;
import j... | [
"samuk.exe@hotmail.com"
] | samuk.exe@hotmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.