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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d6ef492313392827ea955efa2624be10a1574fea | 833e0ff7708a4a028b174659af5ab097e71b3cee | /gcb-vm/src/main/java/com/doingdevops/hellogcb/HelloGcbApplication.java | 8e93742126269311f1f5cf22d1296c86642f88c4 | [] | no_license | davidstanke/samples | 1a68040b4a627cf64d16b613a8f4d45563dc4826 | 5869ecf5148331026518ebffc452c48309aa5d1e | refs/heads/master | 2020-04-23T00:31:57.803939 | 2020-02-25T17:52:53 | 2020-02-25T17:52:53 | 170,782,884 | 19 | 3 | null | null | null | null | UTF-8 | Java | false | false | 321 | java | package com.doingdevops.hellogcb;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class HelloGcbApplication {
public static void main(String[] args) {
SpringApplication.run(HelloGcbApplication.class, args);
}
}... | [
"davidstanke@gmail.com"
] | davidstanke@gmail.com |
e47ed4d9129c57788cf846fe8c0203e4cda5ad84 | acbe0597fb5ffc8b94cde6bcc4420bb8b78a3f5f | /week4/CycleDetection.java | b45d8b12031ae77dbfbb2546f85a4c1c90cc01a2 | [] | no_license | chetanakotgale/CycleDetection_4 | 044dea3a81feb38cf6df63f616957d70c4da61f9 | 83899ba65c0f0e00e42e3987e873f1f8c933adac | refs/heads/master | 2020-05-04T12:40:05.045638 | 2019-04-02T18:18:08 | 2019-04-02T18:18:08 | 179,128,833 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,611 | java | package week4;
import java.io.*;
import java.util.*;
public class CycleDetection
{
static class SinglyLinkedListNode {
public int data;
public SinglyLinkedListNode next;
public SinglyLinkedListNode(int nodeData) {
this.data = nodeData;
this.next = null;
... | [
"chetanahoney1@gmail.com"
] | chetanahoney1@gmail.com |
d395460a1ddc55c96876a090f0f536bf27f81372 | 70cde6af56e2e840f76fe6d0040237942d5dbae3 | /20180524/sample/src/com/internousdev/sample/action/CartItemAction.java | 5179ad6e40fd0eee8a7fef4a7d805b009c2dc5e3 | [] | no_license | nasu-hiroshi/test | 5cd268dc822685c315365f3f1bbe231806f7b5f6 | a1150463d8acc6c7422134cdaa1260f2fd92ce21 | refs/heads/master | 2020-03-18T08:28:50.115393 | 2018-05-24T08:43:48 | 2018-05-24T08:43:48 | 134,512,318 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,378 | java | package com.internousdev.sample.action;
import java.sql.SQLException;
import java.util.Map;
import org.apache.struts2.interceptor.SessionAware;
import com.internousdev.sample.dao.CartItemCompleteDAO;
import com.opensymphony.xwork2.ActionSupport;
public class CartItemAction extends ActionSupport implements SessionAw... | [
"netgame.nahiro@gmail.com"
] | netgame.nahiro@gmail.com |
6f7c3c130f4672b814a906efc874e3f49d3faf8c | 99ed1c68dc7cae9ef516c06daa9cd297a2e27e89 | /core/src/main/java/org/kohsuke/stapler/export/RubyDataWriter.java | 82b28538ee58742508d69bd3ee3a05a3d88cc8eb | [
"BSD-2-Clause"
] | permissive | kevinsawicki/stapler | f04855e9274e5888d75cc79ac9256cadf3d96f65 | 82bf0eaa4d31cac77de7f02c8fb68cd363654f9c | refs/heads/master | 2021-01-24T02:06:32.810590 | 2011-07-06T01:48:20 | 2011-07-06T01:48:20 | 2,015,650 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,565 | java | /*
* Copyright (c) 2004-2010, Kohsuke Kawaguchi
* 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... | [
"kohsuke@@dev.java.net"
] | kohsuke@@dev.java.net |
678403897d10e1d22ed2b51587bbbb941eae88cf | 81b79475ceb5a46b1ed8e5a530a5d2d3be2c6fc6 | /src/main/java/com/jm/muses/service/fhdb/brdb/BRdbManager.java | 973aedab910a898317537d9b383bac505cb26bb1 | [] | no_license | zhmz1326/muses | 453015aee3cacaeb04a0bb07d9e9703ddbc9357e | bd9c81cfe0db3ef1ab5d18af7acb15ff92b72057 | refs/heads/master | 2020-05-20T21:42:43.374231 | 2016-06-12T14:34:01 | 2016-06-12T14:34:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,059 | java | package com.jm.muses.service.fhdb.brdb;
import java.util.List;
import com.jm.muses.entity.Page;
import com.jm.muses.util.PageData;
/**
* 说明: 数据库管理接口
*
* 创建时间:2016-03-30
* @version
*/
public interface BRdbManager{
/**新增
* @param pd
* @throws Exception
*/
public void save(PageData pd)throws Exception;
... | [
"runningship@gmail.com"
] | runningship@gmail.com |
800ceaafc1e1c28ddf2fb421fb644c9413d11a7c | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_2ea85fb62b61a3f039151e3e455b3a69eb612201/GATKArgumentCollection/2_2ea85fb62b61a3f039151e3e455b3a69eb612201_GATKArgumentCollection_s.java | ea4eb391cee8718370d007c695c63a9056666881 | [] | 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 | 12,255 | java | package org.broadinstitute.sting.gatk;
import net.sf.samtools.SAMFileReader;
import org.broadinstitute.sting.utils.StingException;
import org.broadinstitute.sting.utils.cmdLine.Argument;
import org.simpleframework.xml.*;
import org.simpleframework.xml.core.Persister;
import org.simpleframework.xml.stream.Forma... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
766b5f09c1ecdbcf3f9c46a9e41c1f1064bba1d7 | db78e520f5b240738999ccd51e9ae31dba22ad33 | /DateCounter.java | 1382c23ea77d197a8257e3cdd00b3527d3eaa149 | [] | no_license | annagotsis/cmsi186 | 04f48576bd6fc5c1c5fb7b07b31f293e74d174ba | 1d824476433bf86ddf409ea8258ca5b4e5ba327b | refs/heads/master | 2021-04-30T22:07:33.564345 | 2015-05-06T05:16:38 | 2015-05-06T05:16:38 | 29,322,717 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,268 | java | public class DateCounter {
public static boolean isLeapYear(int year) {
if (year % 400 == 0) || (year % 4 == 0) && (year % 100 == 0) && (year > 1582);
return true;
}
public static int daysInMonth(int year, int month) {
if (month == 01 || month == 03 || month == 05 || month == 07 || month == 08 || month == 10... | [
"agotsis@lion.lmu.edu"
] | agotsis@lion.lmu.edu |
54acd5c04926df7ef5dd77582500911c96f4b2d5 | 3f9b24c318f900d43f403c76d50a77639a685461 | /src/main/java/testCaseFunction/TitleControl.java | cec72b947f814cca6b613adef72462b782e1dac1 | [] | no_license | ezgiiscioglu/TestAutomation | cf2330a2f3e350fafc59c6b6e7be8215b6e1be0e | 4b43a2eb9d6c7ad029c2b38de37312d6abedf314 | refs/heads/master | 2020-12-30T07:38:37.482133 | 2020-02-07T13:09:17 | 2020-02-07T13:09:17 | 238,911,078 | 0 | 0 | null | 2020-10-13T19:21:07 | 2020-02-07T11:57:00 | Java | UTF-8 | Java | false | false | 422 | java | package testCaseFunction;
import org.openqa.selenium.WebDriver;
import org.testng.Assert;
import utils.BasePage;
public class TitleControl extends BasePage {
public TitleControl(WebDriver driver) {
super(driver);
}
public String title() {
return driver.getTitle();
}
public void tit... | [
"aezgiiscioglu@gmail.com"
] | aezgiiscioglu@gmail.com |
1ad31ec5bc9e9d1fb317c3dd5561c29db3293d59 | 21a091a9ebf6a8462f40ca141e9a3ec3c9ec7526 | /src/view/ColorStat.java | e3cfb1fcf0325d8bbbb1e9658984de228cc59e37 | [
"MIT"
] | permissive | kepingwang/cell-society | f7f1a1daace96387c349a740435252f1aefa5331 | 353241e123ef2d4914fb3539b83bd5f0908bf607 | refs/heads/master | 2021-01-22T19:21:48.173835 | 2017-02-13T07:57:04 | 2017-02-13T07:57:04 | 102,418,160 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 296 | java | package view;
import javafx.scene.paint.Color;
public class ColorStat {
private Color color;
private double stat;
public ColorStat(Color color, double stat) {
this.color = color;
this.stat = stat;
}
public Color color() { return color; }
public double stat() { return stat; }
}
| [
"kw238@duke.edu"
] | kw238@duke.edu |
fccdb5aefb9d05c9c434ce5b41d538fe275b6bb7 | 6fd2b57bc94ecdc7db11641ff2dc4b08a14fb374 | /src/org/usfirst/frc/team1277/robot/commands/ClawPushCubeOut.java | 6e67c5a542882fa610171d93373786d74b157005 | [] | no_license | FRCTeam1277/Robot2018 | b5247bca0becdc4dd6b526c06fbfc0adc279a427 | 8d66a6cd1e03a9e806fe221ac244788a45e2d321 | refs/heads/master | 2021-04-18T20:16:49.087048 | 2018-03-24T00:02:48 | 2018-03-24T00:02:48 | 126,341,068 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 768 | java | package org.usfirst.frc.team1277.robot.commands;
import org.usfirst.frc.team1277.robot.Robot;
import edu.wpi.first.wpilibj.command.Command;
/**
*
*/
public class ClawPushCubeOut extends Command {
private final double PUSH_SPEED = -0.3;
private final double PUSH_TIME = 80;
private int counter;
public ClawP... | [
"max4battles@gmail.com"
] | max4battles@gmail.com |
0a01be483f245743d1970980b2c70b6e0d853aa7 | e4c3a11f7bbb17cf69acf1cf2a2eda576edb3c15 | /02.编码/1.申报/src/main/java/cs/repository/AbstractRepository.java | 60d61f3264d9252ced0c7b41258e7ffb39dc33bf | [] | no_license | 17688971686/ss | 00fc8d5736e593d07f6883f54b5fad15a824a11a | 7992e5b69777f34aa579739dd5e13e62ccd754db | refs/heads/master_1.6.0-lzs | 2022-12-21T16:01:32.289980 | 2019-10-10T08:33:17 | 2019-10-10T08:33:17 | 214,129,879 | 1 | 2 | null | 2022-12-16T10:57:36 | 2019-10-10T08:34:55 | JavaScript | UTF-8 | Java | false | false | 2,494 | java | package cs.repository;
import java.io.Serializable;
import java.lang.reflect.ParameterizedType;
import java.util.List;
import org.apache.log4j.Logger;
import org.hibernate.Criteria;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.criterion.Criterion;
import org.springframework.... | [
"1345913545@qq.com"
] | 1345913545@qq.com |
1dd758e39af6739d297ff8635482ef0f3df27984 | f121e10ab4ba1ac960402cdf97b3bb594acaf6da | /src/main/java/com/github/zuihoou/generator/VueGenerator.java | 6b51b28ed3ae65696b36f03f6d18d9cd5828c220 | [] | no_license | iQiuyu-0821/zuihou-generator | d7996f968a83f4d984a73f389e4b60029a70bfe7 | 437647759068f23e01abd2e397659452e4fd34f5 | refs/heads/master | 2023-01-18T16:44:04.048562 | 2020-11-11T08:23:22 | 2020-11-11T08:23:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,102 | java | package com.github.zuihoou.generator;
import com.baomidou.mybatisplus.annotation.DbType;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.core.toolkit.StringPool;
import com.baomidou.mybatisplus.core.toolkit.StringUtils;
import com.baomidou.mybatisplus.generator.AutoGenerator;
import ... | [
"244387066@qq.com"
] | 244387066@qq.com |
8ba6ca2bff39e68742637908e6117c4056c1a2ed | 8417fa7cf877d787e78ad0eb213d0a604c5a8a80 | /SHAdBST/src/main/java/com/bashi_group_01/www/util/PasueHeTongDetail.java | d086f1ca064f5a7bfe1f41aeaf83410e3d72832c | [] | no_license | JoeyChow1989/BitShare | f70e4bd2ecb4657188b1e8aad1b0c83c09e79ac3 | 77d2d95f40da3d9be9bca353555d5413cdfd209a | refs/heads/master | 2021-06-11T12:24:06.143044 | 2016-05-05T03:34:31 | 2016-05-05T03:34:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,676 | java | package com.bashi_group_01.www.util;
import java.util.ArrayList;
import java.util.List;
import org.json.JSONObject;
import com.bashi_group_01.www.domain.HeTongDetail;
public class PasueHeTongDetail {
public static List<HeTongDetail> list = null;
public static List<HeTongDetail> Pasue(String result) {
try {
... | [
"zzycj0258@126.com"
] | zzycj0258@126.com |
66b06a784c03ae4df85ff2da10068668676ec520 | 0746224e3a819ca118a4fbc1fcba35a84a0a9262 | /TreasurePotA.java | 3ed065ce2cc36664eebfe11eacf713a6c8f97b37 | [] | no_license | wassgha/ChutesLaddersSimulator | 0e1931e4339cd59f1a44ece9d7187367226379fd | c97dc5d0eb10abcd64d2ef8bf909d6f18fe1b699 | refs/heads/master | 2021-05-30T19:34:09.926348 | 2016-03-08T16:00:31 | 2016-03-08T16:00:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,145 | java | /*
* This is the class for the treasure pot type A tile
*
* When a player enters the tile, he earns a number of coins
* When the player rolls the dice and leaves the tile, he leaves with
* the amount of the dice roll.
*
*/
public class TreasurePotA extends Components
{
public int bounty, maxBountiesGiven;... | [
"wassgha@gmail.com"
] | wassgha@gmail.com |
9fd2f856a914a5d8227b61f02af027c1439f1fd8 | a3e1d3e6387ae2f1d332b5a827e36fba63837a8c | /RecursionAndBackTracking/CountAllPaths.java | be8913d16ec008500baf579e67471648884096d9 | [] | no_license | mariyajosh/javaLocal | 30d6a9659d3a0d97304d314afae079577c0ba2eb | 940ad1d55fc8cebe2b76fd1b200a434e06ddbee5 | refs/heads/master | 2023-04-19T19:30:25.351711 | 2021-05-28T01:49:57 | 2021-05-28T01:49:57 | 371,551,131 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 550 | java | package RecursionAndBackTracking;
public class CountAllPaths {
public static int countPaths(int[][]mat,int dr,int dc){
for(int i=0;i<=dr;i++){
mat[i][0]=1;
}
for(int i=0;i<=dc;i++){
mat[0][i]=1;
}
for(int i=1;i<=dr;i++){
for(int j=1;j<=dc;j++){
mat[i][j]=mat[i-1]... | [
"mariyajosh2018@gmail.com"
] | mariyajosh2018@gmail.com |
81b794ea466eade5dc99ec4551d22ab4d3611555 | 2f92dfff9b9929b64e645fdc254815d06bf2b8d2 | /src/main/lee/code/code_862__Shortest_Subarray_with_Sum_at_Least_K/Solution.java | 43278d413708819722a66507b1cb964efa781e44 | [
"MIT"
] | permissive | code543/leetcodequestions | fc5036d63e4c3e1b622fe73552fb33c039e63fb0 | 44cbfe6718ada04807b6600a5d62b9f0016d4ab2 | refs/heads/master | 2020-04-05T19:43:15.530768 | 2018-12-07T04:09:07 | 2018-12-07T04:09:07 | 157,147,529 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 912 | java | package lee.code.code_862__Shortest_Subarray_with_Sum_at_Least_K;
import java.util.*;
import lee.util.*;
/**
*
*
* 862.Shortest Subarray with Sum at Least K
*
* difficulty: Hard
* @see https://leetcode.com/problems/shortest-subarray-with-sum-at-least-k/description/
* @see description_862.md
* @Similiar Topics
* ... | [
"santoschenwbu@gmail.com"
] | santoschenwbu@gmail.com |
cb24ceb82e5fe65ab4ab619e28539b66e6d8ac3d | 1a8e8fc13f74906ac8aad616c01686d333f5bb77 | /src/main/java/com/vic/demo/property/WechatProperties.java | 3e12289b396bc5a2f4a94cec9cbbd65c77d75837 | [] | no_license | vincent12000/spring-boot-demo | 391f68aee8e2c668adeb9d26019c3def5dde652a | 993673005c8e13cbacaa01e4cd4bb961dd4a5f3b | refs/heads/master | 2022-04-28T14:21:00.689994 | 2022-03-08T08:32:26 | 2022-03-08T08:32:26 | 162,974,259 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 623 | java | package com.vic.demo.property;
import lombok.Getter;
import lombok.Setter;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
@ConfigurationProperties(prefix = "wechat")
@Component
public class WechatProperties {
private String appid;
... | [
"vincent.ke12000@gmail.com"
] | vincent.ke12000@gmail.com |
5e086a10f9a3ebccb71fee5c713bd023b4196ff4 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/test/java/org/gradle/test/performancenull_319/Testnull_31832.java | d437faeb6ba4c5b7419de023657f505ab5277c30 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 308 | java | package org.gradle.test.performancenull_319;
import static org.junit.Assert.*;
public class Testnull_31832 {
private final Productionnull_31832 production = new Productionnull_31832("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
8738a8608bdff0bdb90c77639a29eb2d3820491b | bd292f47546e43966b40cfa51e637c07ee49897d | /app/src/main/java/com/example/projektdyplomowyankiety/FragmentChangePassword.java | 6fddf4613cfcf5ac503d689fdc128152ef9eb154 | [] | no_license | przemek196/projektDyplomowyAnkiety | 30e3a5807f4df639e0f43312527527b1d6653c71 | be0d242fdbf81847e8e5309927040c47ca907b4d | refs/heads/master | 2022-12-24T20:03:32.695592 | 2020-10-12T14:53:15 | 2020-10-12T14:53:15 | 277,886,729 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,642 | java | package com.example.projektdyplomowyankiety;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.Bundle;
import android.text.TextUtils;
import android.text.method.PasswordTransformati... | [
"przemekbilas@gmail.com"
] | przemekbilas@gmail.com |
5935ff00b0809e06cfac75b8617228363c26654b | 7b413de2e619050db4645a80add0e445d9947f0f | /src/part01/sec01/exam02/Ex02_01.java | b33a36a6b6d848609a6cf0380ff8e47e917edb83 | [] | no_license | lovelybg0506/Chapter02 | 49cbd70db04ae0019826924bb68d2ba6c0b1bbe0 | b62a33a762181fe221de8da2470518173f28bf9c | refs/heads/master | 2023-03-11T16:47:34.337556 | 2021-02-26T08:05:20 | 2021-02-26T08:05:20 | null | 0 | 0 | null | null | null | null | UHC | Java | false | false | 467 | java | package part01.sec01.exam02;
public class Ex02_01 {
public static void main(String[] args) {
int a;
int b;
int result;
a=100;
b=50;
result =a+b;
System.out.println(a+b); //덧셈 연산
System.out.println(a+"+"+b+"="+result); // 변수(a)+"문자열" : +연결
result=a-b;
System.out.println(a+"-"+b+"="+resul... | [
"lovelybg0506@gmail.com"
] | lovelybg0506@gmail.com |
3e080ba831577ba7a85c7e03e52efe68eda68eed | 360c3af5ab01028ad60840f7ed23edf762b3d850 | /src/br/ufrn/ppgsc/backhoe/persistence/model/helper/Diff.java | 93671b9ecb0fb6a58d39717b67f5c4449de44d84 | [] | no_license | jalerson/backhoe | f54f2037c874ef27ca71c44366f10a300338db98 | 9999f08ab7062e3bf352388a78559c2126b02204 | refs/heads/master | 2016-09-06T03:08:20.482500 | 2015-07-31T00:00:38 | 2015-07-31T00:00:38 | 32,612,556 | 8 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,370 | java | package br.ufrn.ppgsc.backhoe.persistence.model.helper;
import java.util.LinkedList;
import java.util.List;
import br.ufrn.ppgsc.backhoe.persistence.model.ChangedPath;
import br.ufrn.ppgsc.backhoe.persistence.model.Task;
public class Diff {
// private TaskLog log;
private Task task;
private String fi... | [
"joaohelis.bernardo@gmail.com"
] | joaohelis.bernardo@gmail.com |
ad373e480fa4b6955af2e117c3aa711f160317c7 | cafd3eabfb5eb2c3472cb51116430f934057513b | /src/main/java/com/dada/test/constructor/AbstractTest.java | e48c96002e958c6dd03d4a783cd7633f80ed28bf | [] | no_license | pisory/spring-content-test | 88bfa7b423363f8ba992a3cdda4cba94d3660414 | 82cfb70da70115656a8b2dfef2cedd3ae84490f6 | refs/heads/master | 2022-12-23T11:32:56.437452 | 2019-12-07T04:01:17 | 2019-12-07T04:01:17 | 210,639,806 | 0 | 0 | null | 2022-12-16T09:43:07 | 2019-09-24T15:43:27 | Java | UTF-8 | Java | false | false | 231 | java | package com.dada.test.constructor;
/**
* @author zhoudahua
* @date 2019/6/14
* @description
*/
public abstract class AbstractTest {
public int a = 5;
public abstract void method(int a);
public void method(){}
}
| [
"32595419+plzla@users.noreply.github.com"
] | 32595419+plzla@users.noreply.github.com |
265b7e829d67ede41777839f45f8c7edfcadae93 | c47be256449a92767c90f9d4cd122188b1b90082 | /TI/Old/src/animation/GroupBox.java | eb66b70fc364b2b8f0118a06c713b163a68a2cb2 | [] | no_license | BoogieZero/School | e14e4a95065ddceb47e8a8f3f211c669e197245c | f9d2b12f574631abd29d3062fd9290c259565660 | refs/heads/master | 2020-04-08T16:39:07.636257 | 2018-11-28T16:00:44 | 2018-11-28T16:00:44 | 159,528,386 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 838 | java | package animation;
import javafx.geometry.Pos;
import javafx.scene.Node;
import javafx.scene.control.Label;
import javafx.scene.layout.StackPane;
public class GroupBox extends StackPane {
public GroupBox(String title, Node content) {
Label lbTitle = new Label(" " + title + " ");
lbTitle.setStyle( "-fx-tran... | [
"Boogie.Zero@gmail.com"
] | Boogie.Zero@gmail.com |
804523c60fceeeabbaba5ed33c5fbe5d1d0a0e7f | 6ca007cfafb37a8f9166e2c9021992e93994da32 | /s4/b151304/Frequencer.java | e540a5f99aa5007be17970cdef12c5bd8cd264a0 | [] | no_license | tut173358/tut2017informationQuantity | 686488928adb5c6a1c1a972118a72a0dde9cac3a | e01b8c6c85f2db2e2bfdfd4858e3e2ecfb5fe00b | refs/heads/master | 2021-09-07T02:41:11.056649 | 2018-02-16T00:04:58 | 2018-02-16T00:04:58 | 113,954,715 | 0 | 0 | null | 2017-12-12T06:54:56 | 2017-12-12T06:54:55 | null | UTF-8 | Java | false | false | 2,347 | java | package s4.b151304; // Please modify to s4.Bnnnnnn, where nnnnnn is your student ID.
import java.lang.*;
import s4.specification.*;
/*
interface FrequencerInterface { // This interface provides the design for frequency counter.
void setTarget(byte[] target); // set the data to search.
void setSpac... | [
"k173358@edu.tut.ac.jp"
] | k173358@edu.tut.ac.jp |
81a0f33cb8a2d949ca4d25f73a9bb46224d22896 | 7378949608fbecd16482c3e9150b2c7b207a3a72 | /src/userdefinedclass/Car.java | 9b3c33fefe0937bf3cffe0378ca1e421c0dcaf5e | [] | no_license | PeopleNTechJavaSelenium/core-java-ds | 0456b13bd6f2ed7a87b1d5396e4e6bbee01dcbc5 | 6ce77197f8bfc28605a5a7b37ab68962fe09564f | refs/heads/master | 2021-01-17T11:10:43.300877 | 2015-12-05T21:07:31 | 2015-12-05T21:07:31 | 47,472,542 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 258 | java | package userdefinedclass;
public class Car {
String carModel = "Acura" ;
public Car(String carModel){
this.carModel = carModel;
System.out.println(carModel);
}
public void driver(){
System.out.println("Need a driver to drive the car");
}
}
| [
"rahmanww@gmail.com"
] | rahmanww@gmail.com |
7d35fec2874d626afd04cc74c65e339b5b85bd39 | c6c391145d906bf895f82af13daca7a69403eb36 | /api/src/test/java/com/lhl/test/cxf20161216/TestProductClient.java | e1c203f4b1e59bd9994493eb853a0ee9a41f7e43 | [] | no_license | lunhengle/20161216 | c629e713e926f178eac16ddb0a0f80d8238a30f0 | 78508221a6894bde6078960aa8ff057abfea9aaf | refs/heads/master | 2021-01-12T05:51:44.386871 | 2017-03-22T02:04:27 | 2017-03-22T02:04:27 | 77,219,958 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,655 | java | package com.lhl.test.cxf20161216;
import com.lhl.api20161216.cxf.vo.Product;
import org.apache.cxf.jaxrs.client.WebClient;
import org.codehaus.jackson.jaxrs.JacksonJsonProvider;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.slf4j.Logger;
import org... | [
"lunhengle@163.com"
] | lunhengle@163.com |
804e5212885897f7de86243dcff8db4370d6a6e2 | 4312a71c36d8a233de2741f51a2a9d28443cd95b | /RawExperiments/Lang/Lang40/1/AstorMain-lang40/src/variant-69/org/apache/commons/lang/StringUtils.java | 1d210af187fd7766704e33f26356e18c0234b7a1 | [] | no_license | SajjadZaidi/AutoRepair | 5c7aa7a689747c143cafd267db64f1e365de4d98 | e21eb9384197bae4d9b23af93df73b6e46bb749a | refs/heads/master | 2021-05-07T00:07:06.345617 | 2017-12-02T18:48:14 | 2017-12-02T18:48:14 | 112,858,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 71,681 | java | package org.apache.commons.lang;
public class StringUtils {
public static final java.lang.String EMPTY = "";
public static final int INDEX_NOT_FOUND = -1;
private static final int PAD_LIMIT = 8192;
public StringUtils() {
super();
}
public static boolean isEmpty(java.lang.CharSequen... | [
"sajjad.syed@ucalgary.ca"
] | sajjad.syed@ucalgary.ca |
c53aff27027fc82924f447ac4c78ed2c38a386fe | f8d1c87e3e1985fa466c29490762d4574a2e9bc3 | /Chapter05/src/Ch02/MainTest1.java | 802a22fc4dd297bdc3e14ce84182fad09cd8b10a | [] | no_license | xhdlfkddl/GitTest1 | 4181d57a4b9fd429e8015744ecd0270bcafb6d47 | 47e71fc99f794523753f3b09dbedf602ffa91ce3 | refs/heads/main | 2023-09-02T23:04:38.158892 | 2021-11-12T05:04:20 | 2021-11-12T05:04:20 | 426,128,354 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,016 | java | package Ch02;
public class MainTest1 {
public static void main(String[] args) {
// 재료
Powder powder = new Powder();
Plastic plastic = new Plastic();
// 1. threeDPrinter -> 객체생성
// setter 메서드를 사용할 때 Powder
ThreeDPrinter1 printer1 = new ThreeDPrinter1();
printer1.setMaterial(powder);
System.ou... | [
"sonstar21"
] | sonstar21 |
77d887422216d04300ae27155a7931dccb4e6d24 | a31cd2597b3c446fab309072996e650de9fda18c | /app/src/androidTest/java/com/example/loginlocal/ExampleInstrumentedTest.java | 8bf24aed6ffe0371c86fd78a45b263bfd7aba98d | [] | no_license | guilherme-IFSP/LoginLocal | ea49c28175db95f2f461f76f94e632e1f25af72c | 866cc990f0ab3330d0d8769c1e30a424590591cc | refs/heads/master | 2022-12-03T10:38:24.226487 | 2020-08-23T19:48:36 | 2020-08-23T19:48:36 | 289,417,790 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 758 | java | package com.example.loginlocal;
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, which will execute on ... | [
"guilherme.c@aluno.ifsp.edu.br"
] | guilherme.c@aluno.ifsp.edu.br |
74b6f980796840ca13edab70a2ded84efa9fb67c | 7f929f6815c7df4b1cf88e628ad22edd08501365 | /WebProject/src/main/java/cn/itcast/b2c/gciantispider/model/NhSysmonitorSpiderdistinguish.java | 6fc291a9c683f1056f0ab9c521937e7f00a8ad23 | [] | no_license | githubkimber/git-test | fa16552303c7add9ea076711a96a04fb166c070f | 7cdc0093482789b3a984fbd7b2931e0ec60ceff3 | refs/heads/master | 2022-12-21T19:48:15.038712 | 2019-09-17T13:31:16 | 2019-09-17T13:31:16 | 208,517,283 | 2 | 0 | null | 2022-12-16T07:18:00 | 2019-09-14T23:42:58 | JavaScript | UTF-8 | Java | false | false | 1,623 | java | package cn.itcast.b2c.gciantispider.model;
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.Id;
import javax.persistence.Table;
import javax.persistence.Tem... | [
"wj@123.com"
] | wj@123.com |
e02fd14287eeeeb685caca06c0f75ae9db6db1ce | 1e61086c00c4f9af65843a87a46cfab428eb95fb | /ciclo3/src/main/java/co/usa/g32/ciclo3/Ciclo3Application.java | 6918af4d7753f74dca4781770c4ac6476885c888 | [] | no_license | joluroba/g32ciclo3r5 | 87c0bf0b7294694444be79df8c36a4f5aa704783 | 60f67d9dd81d063f17be5eb5a62970562c26c1d6 | refs/heads/main | 2023-08-31T19:03:27.527997 | 2021-10-31T14:26:55 | 2021-10-31T14:26:55 | 423,169,880 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 309 | java | package co.usa.g32.ciclo3;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Ciclo3Application {
public static void main(String[] args) {
SpringApplication.run(Ciclo3Application.class, args);
}
} | [
"noreply@github.com"
] | joluroba.noreply@github.com |
7c6f76839b18f945893212256ac09eebbbb598ee | d8e6e24eb0e3990d05631f3be0535081082fb696 | /src/br/com/sisagencia/view/CadastroUsuarioView.java | 057ed65862845cb677803f95454046bc488a5e3a | [] | no_license | JhonatanNobreBarboza/SistemaAgenciaViagens- | 67ae348e8c5b58f6a81be02cfb9e63101e32d2e9 | 916c7cb94ab0f642d369b4eab04926a49ff0f309 | refs/heads/master | 2020-03-27T12:31:51.544693 | 2019-04-26T17:58:10 | 2019-04-26T17:58:10 | 146,552,051 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,971 | 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 br.com.sisagencia.view;
import br.com.sisagencia.controller.UsuarioController;
import java.security.NoSuchAlgorithmException;
... | [
"jhonatan.souza@novaandradina.org"
] | jhonatan.souza@novaandradina.org |
fc6be871a6551562468a961a0422a1ad86f2cec8 | 088d3043de4f50d702829b9224889ba27ef28385 | /game-common/src/main/java/com/xianyi/framework/core/concurrent/selfDriver/AutoDriverQueue.java | 903decf50a5ca1aba5eb4e030863c3426390aeb1 | [] | no_license | taohyson/SERVER-1 | adf64087dab42a16af256a841a19b9556d05fd86 | d2bc339c4facebb6c63cabad406a623ebc14ef88 | refs/heads/master | 2020-04-15T16:19:04.804074 | 2018-12-03T08:11:21 | 2018-12-03T08:11:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,212 | java | /**
* Copyright@2015-2016 Hunan Qisheng Network Technology Co. Ltd.[SHEN-ZHEN]
*/
package com.xianyi.framework.core.concurrent.selfDriver;
import java.util.Collection;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;
import java.util.concurrent.Executor;
import java.util.concurrent.a... | [
"905202059@qq.com"
] | 905202059@qq.com |
32d18948726bf22c0f47fe6a315e036d4a25dc0f | e1baf0a5dcde05def447be3ff452489fadf9ca9a | /src/main/java/com/apple/service/impl/BloggerServiceImpl.java | ab9433b92293f9763ec80be3aee97a2ef7eac35b | [] | no_license | applechi/Blog | 96ad1c3e26b454418ace2ca63f7ad6063c5fe507 | cd7c9ca05db6966abe7643f3d6dfca2c2121e98f | refs/heads/master | 2022-12-25T20:01:05.191714 | 2019-09-30T07:21:09 | 2019-09-30T07:21:09 | 172,673,033 | 0 | 0 | null | 2022-12-16T05:53:56 | 2019-02-26T08:48:23 | JavaScript | UTF-8 | Java | false | false | 648 | java | package com.apple.service.impl;
import com.apple.dao.BloggerDao;
import com.apple.model.Blogger;
import com.apple.service.BloggerService;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
@Service("bloggerService")
public class BloggerServiceImpl implements BloggerService {
@Resour... | [
"907895575@qq.com"
] | 907895575@qq.com |
e5f418b33c8b4ffc6ea3fd17275e1d219a66e351 | ba118eeb413db8c679c0e987706e38dd294041ef | /Projeto/ws-dm110/2019-dm110/dm110-web/src/main/java/br/inatel/dm110/rest/RestApplication.java | 21c8a5a517e1be05efc3abf5fc9266601fb5a74c | [] | no_license | tbsouza/DM110-Projeto | 3c263e69ff3a024054b59138158dd2aa4fcc8648 | e9c055118cc9cba1746f18f554e7cf100f9701e2 | refs/heads/master | 2022-03-13T08:08:19.262443 | 2019-11-30T02:16:09 | 2019-11-30T02:16:09 | 222,578,550 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 436 | java | package br.inatel.dm110.rest;
import java.util.HashSet;
import java.util.Set;
import javax.ws.rs.ApplicationPath;
import javax.ws.rs.core.Application;
import br.inatel.dm110.impl.OrderServiceImpl;
@ApplicationPath("/api")
public class RestApplication extends Application {
@Override
public Set<Class<?>> getClasse... | [
"tbsouza@outlook.com"
] | tbsouza@outlook.com |
0f5eb281acf829da3b99c21fcfd72018fa55970e | 89b650261ce180c49c0728daa5d49a68855b771c | /J2se-8/src/org/test/cloneEx/Department.java | 623c40695316476409c5bc96968fcea62361dd2b | [] | no_license | ParveenThakur/CoreJava | 81f33a5a7b49c5fa386b52e8ad0e41c255159e80 | b105adfd9d5f6513d9f65811278ed4d382f664ae | refs/heads/master | 2021-01-18T20:17:17.680357 | 2017-11-20T12:33:26 | 2017-11-20T12:33:26 | 68,283,797 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 417 | java | package org.test.cloneEx;
public class Department {
private int id;
private String name;
public Department(int id, String name)
{
this.id = id;
this.name = name;
}
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String ... | [
"parveenkumar007@gmail.com"
] | parveenkumar007@gmail.com |
abcfb22613ec7fd8579fd250bc9e53cb40f53e61 | a6330fe54e1cde24d440039f07639f9cd76c9f04 | /app/src/main/java/com/android/sprj/criminalintent/CrimeFragment.java | ae80f94410247b626eddea8e7b9717910dcffeb3 | [] | no_license | sprj/CriminalIntent | f5d9bd8f57ab90cdb8ee7a970068c5f48c9d60fa | 168f41c094c883c9f58180d4b3d09cb622d7ce9c | refs/heads/master | 2020-05-03T18:16:34.990855 | 2015-07-13T10:55:39 | 2015-07-13T10:55:39 | 38,997,580 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,338 | java | package com.android.sprj.criminalintent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.EditText;
/**
* Created by sprj... | [
"sushil.kumar@inxero.com"
] | sushil.kumar@inxero.com |
37821a649b118598ffde6a13285e440ed7995862 | 4c91e2049a2f39d1c84cb0dc2f436256468b8edc | /app/src/main/java/co/borucki/mycvwithdatabase/view/fragments/EducationFragment.java | cc74b9bab816888f71ed8a9cf0e5d4dbe6242c01 | [] | no_license | LukaszBorucki/MyCVwithDatabase | 961794de2be95d0ca714a39c3716870b86f0dd04 | cda2388ceedbb9af04394be427fd6f3bee76a919 | refs/heads/master | 2021-08-12T08:19:18.721661 | 2017-11-14T15:37:22 | 2017-11-14T15:37:22 | 109,703,827 | 0 | 1 | null | 2017-11-14T15:37:23 | 2017-11-06T14:12:13 | Java | UTF-8 | Java | false | false | 2,533 | java | package co.borucki.mycvwithdatabase.view.fragments;
import android.app.ProgressDialog;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.widget.DividerItemDecoration;
import android.support.v7.widget.Lin... | [
"lukasz@borucki.co"
] | lukasz@borucki.co |
a6eeb3a64a0c8d15c23a57cc1155a49a79f51509 | cabf2eca639dd26529917c981479668c172203dc | /src/Entidad/ClsEntidadUnidad.java | 544bd575aad517f9f921ce321681ea5f977f3bb8 | [] | no_license | Drei109/SistemaInformesUPT | f91f001a883244ecbde15570ab2256ee989f3f5b | 51def2adcbc10e250097de14c62f387c42d2d861 | refs/heads/master | 2021-05-03T23:28:21.607915 | 2017-02-08T13:50:46 | 2017-02-08T13:50:46 | 71,736,519 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 806 | java | package Entidad;
/**
*
* @author enzocv
*/
public class ClsEntidadUnidad {
private int idUnidad;// INT(11) NOT NULL AUTO_INCREMENT,
private String descripcionUnidad;//` VARCHAR(20) NOT NULL,
private String estadoUnidad;// VARCHAR(20) NULL DEFAULT NULL,
public int getIdUnidad() {
return idU... | [
"enzocv96@gmail.com"
] | enzocv96@gmail.com |
b227ff088c2e65946855c3210a27bc7a6ec8c0e3 | 08ad19d2543ab96e4f404a688f75e9fbaf92de81 | /TradingBot/Server/src/main/java/com/kl/tradingbot/common/exception/GlobalExceptionHandler.java | 478efb7895d86d26b5bef8ecbfb8bebc107ef61c | [
"MIT"
] | permissive | kostadinlambov/Trading-Bot | 1c414c4bf518eba9dfcc931784703cd57d2319d0 | 1d4632efe6eb8772157abb6c36ec1916280d228a | refs/heads/main | 2023-09-05T10:13:47.053214 | 2021-04-05T12:17:34 | 2021-04-05T12:17:34 | 344,804,267 | 0 | 0 | MIT | 2021-03-25T19:01:26 | 2021-03-05T12:29:10 | Java | UTF-8 | Java | false | false | 2,364 | java | package com.kl.tradingbot.common.exception;
import com.kl.tradingbot.common.exception.model.ErrorMessageEnum;
import com.kl.tradingbot.common.exception.model.response.ExceptionResponse;
import org.springframework.context.support.DefaultMessageSourceResolvable;
import org.springframework.http.HttpHeaders;
import org.sp... | [
"klambov20@gmail.com"
] | klambov20@gmail.com |
c2f345a43fc0438e122a4f454c17347dcf31567f | 0513e1c8fc2d522bfdc3ef218deaf1447c98e7ce | /Method.java | b601d7e0a2ca4aec223454191aede82bbec944b9 | [] | no_license | kartikpatnaik/java-basic | 1782afc989f3062eea92adc04d7367fbc121d21f | ff3a42963391f07d1f2d0a45da9ffabbff7aa633 | refs/heads/main | 2023-09-04T15:15:56.874158 | 2021-11-16T19:28:43 | 2021-11-16T19:28:43 | 354,379,154 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 429 | java | import java.util.Scanner;
public class Method{
public static void main(String[] args)
{
Scanner sc=new Scanner(System.in);
int num1,num2;
System.out.println("Enter the first num");
num1=sc.nextInt();
System.out.println("Enter the second num");
num2=sc.nextInt();
int sum=getTotal(num1,num2);
System.out.pr... | [
"noreply@github.com"
] | kartikpatnaik.noreply@github.com |
17dbbe31cbc637808abeabfd68e0d9f8221c70f0 | 935c01eeb42e51c78cb2dee42a80a2c6432075a1 | /src/main/java/guru/springframework/msscbeerservice/web/controller/BeerController.java | f1df81921f7f9faa69310c63b621e1bc6e789c7e | [] | no_license | chriscj08/mssc-beer-service | b34eff0440791dda167b8786eb67061b9ef9b84e | 6ee6cec0236c14c50f24d58640824c62f6b1f2e9 | refs/heads/master | 2023-07-31T12:12:57.672170 | 2021-09-20T16:21:00 | 2021-09-20T16:21:00 | 407,235,719 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 974 | java | package guru.springframework.msscbeerservice.web.controller;
import guru.springframework.msscbeerservice.web.model.BeerDto;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
import javax.validation.Valid;
import java.util.UUID... | [
"crjurrens@gmail.com"
] | crjurrens@gmail.com |
a9aafbff53e68505a11a74143e119aaa9041c076 | 3590b627c3df339761621c57a47f6d7cc00ef9f3 | /unit-tests/app/src/androidTest/java/org/gearvrf/animation/GVRRotationByAxisWithPivotAnimationTest.java | 9b48a5e9460cd7cd617fe5ce2d94f75e88e69125 | [] | no_license | gearvrf/GearVRf-Tests | 72f9a27e01a3336ba126b1e37b9eabff7fc89d41 | 38321e9cb955ad1cd08e8720f6478e10b9581226 | refs/heads/master | 2020-05-22T04:00:09.586348 | 2018-10-25T19:32:47 | 2018-10-25T19:32:47 | 65,028,606 | 3 | 20 | null | 2018-10-25T19:32:48 | 2016-08-05T15:20:08 | Java | UTF-8 | Java | false | false | 2,815 | java | package org.gearvrf.animation;
import org.gearvrf.ActivityInstrumentationGVRf;
import org.gearvrf.viewmanager.TestDefaultGVRViewManager;
import org.gearvrf.GVRSceneObject;
/**
* Created by Douglas on 2/28/15.
*/
public class GVRRotationByAxisWithPivotAnimationTest extends ActivityInstrumentationGVRf {
... | [
"nola.donato@samsung.com"
] | nola.donato@samsung.com |
f2535b18ca1ae9435e738613472e1a51819d72bd | aa20dca7a42acf8636b324e1acde9f2f67081cdf | /finalProject/src/JAL.java | b1e1238529263af7ea03f4236b90b0d5f6bd2f55 | [] | no_license | irfanm96/CO225 | b86c579613c91603be84e4b4bab4a2116b6cab21 | 3af28472f9335c6c3e9b5c9a4fce627257cbb812 | refs/heads/master | 2020-03-31T22:12:55.710264 | 2019-02-18T14:14:20 | 2019-02-18T14:14:20 | 152,610,316 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 553 | java | import java.io.IOException;
public class JAL implements Instruction, JTypeInstruction {
@Override
public void execute(String[] args, CPUReg regFile) throws IOException {
throw new IOException("Need a cpu input for J type instructions");
}
//override executeBranch method in J Type instruction ... | [
"e15138@ce.pdn.ac.lk"
] | e15138@ce.pdn.ac.lk |
b4cfba46a7b444d52b883ece74a448f979dbf6d6 | 6b19524c2db316c1bae52a24f8b37fd6969b9400 | /plugins/circuit-breaker-policy/src/main/java/io/apiman/plugins/circuit_breaker/beans/CircuitBreakerConfigBean.java | 64ec649c11a3ed0df66550f5815a053acd0d5f48 | [
"Apache-2.0"
] | permissive | apiman/apiman | feb59b437485080425105c8597ff01f3df4a7697 | 347f4a8de4d3f9feea7a4daa01cec7d12f654a0d | refs/heads/master | 2023-08-31T23:50:25.742996 | 2023-08-25T19:22:58 | 2023-08-25T19:22:58 | 12,319,410 | 846 | 440 | Apache-2.0 | 2023-09-14T17:09:49 | 2013-08-23T09:29:20 | Java | UTF-8 | Java | false | false | 2,536 | java | /*
* Copyright 2016 JBoss 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 i... | [
"eric.wittmann@gmail.com"
] | eric.wittmann@gmail.com |
f9171dfc626e0f8060967bad543d4b06b79d4131 | 1e8b7c4ad46e6711eb433070064d50a958c4d953 | /sqtf-core/src/main/java/org/sqtf/FailedTestException.java | e25bc5924a8b35f6d9887baf536ca6c70c3923bb | [
"MIT"
] | permissive | BradleyWood/Software-Quality-Test-Framework | 465510d559ef373d96d81b2260d409d1c0f15b4b | 010dea3bfc8e025a4304ab9ef4a213c1adcb1aa0 | refs/heads/master | 2021-03-19T17:03:28.274827 | 2018-07-08T00:12:16 | 2018-07-08T00:12:16 | 121,662,864 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 139 | java | package org.sqtf;
final class FailedTestException extends Exception {
FailedTestException() {
super("Test failure");
}
}
| [
"bradley.wood@uoit.net"
] | bradley.wood@uoit.net |
5e941b5c694895938100145963a0aadb96efccde | dc861f083c39b16e8754810aae59c4a7dd6b4f67 | /app/src/test/java/com/madosweb/blurrystars/ExampleUnitTest.java | 31d6ebefe1cfea739f5dd6087d7a3d88a0457430 | [] | no_license | MohamedAbulgasem/BlurryStars-AndroidGame | ead3a2e2bb19b77b7823fa9de7d6abeeb6cd4eb8 | 27bfa9ff4e2fa61a1905000a84d3a057b073ae11 | refs/heads/master | 2020-03-16T19:15:04.217369 | 2018-05-20T16:41:37 | 2018-05-20T16:41:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 385 | java | package com.madosweb.blurrystars;
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 vo... | [
"algiriany93@gmail.com"
] | algiriany93@gmail.com |
740e11a27d92f4c4c76893da2da8ac6913d6318f | 79ea8f7eee0e8a432cd6493ff21786afe3e3633c | /apphx/src/main/java/com/lifucong/apphx/presentation/contact/search/HxSearchContactPresenter.java | 935d2f3b946613a16383fd4de4525b4445721ce2 | [] | no_license | powerwolfman/ReadGroup | 6aca06c5cf1958fb5c7cdc2ffcd67fb328d9bdac | c5def303b2f4fdc0a35c08cd6f932de081ffedb1 | refs/heads/master | 2021-05-04T04:50:48.526361 | 2016-10-18T11:19:17 | 2016-10-18T11:19:17 | 70,898,326 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,242 | java | package com.lifucong.apphx.presentation.contact.search;
import android.support.annotation.NonNull;
import com.lifucong.apphx.basemvp.MvpPresenter;
import com.lifucong.apphx.model.HxContactManager;
import com.lifucong.apphx.model.event.HxErrorEvent;
import com.lifucong.apphx.model.event.HxEventType;
import com.lifucon... | [
"m18234156370@163.com"
] | m18234156370@163.com |
47d59b956e560b39b2e735274b565ccef517d1cf | 37379ae134f7b0b09a841fc6938fa5f155395bb6 | /ByFei/analysis/maize2k/HapMapTaxaProcessor.java | 01488e025a3b31bf630c6bf923a5a7c0eb9e80c2 | [] | no_license | xuebozhao16/Wheat | f385196f6412bd90298aedeb51d03961c3e4ed30 | c16e9e9b342f76aeb221009c1f3cc1a41d54e8e9 | refs/heads/master | 2023-03-06T16:40:25.615124 | 2023-02-23T04:39:35 | 2023-02-23T04:39:35 | 148,152,557 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,914 | 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 analysis.maize2k;
import format.table.RowTable;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;... | [
"zhaoxuebo16@mails.ucas.ac.cn"
] | zhaoxuebo16@mails.ucas.ac.cn |
cb42b5f6e948de0527b6be0bff0c21ffc413e8c4 | 7398714c498444374047497fe2e9c9ad51239034 | /com/zhekasmirnov/innercore/core/MinecraftActivity.java | 1373fa43641748979535ca54428d4c051ecaf70a | [] | no_license | CheatBoss/InnerCore-horizon-sources | b3609694df499ccac5f133d64be03962f9f767ef | 84b72431e7cb702b7d929c61c340a8db07d6ece1 | refs/heads/main | 2023-04-07T07:30:19.725432 | 2021-04-10T01:23:04 | 2021-04-10T01:23:04 | 356,437,521 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,481 | java | package com.zhekasmirnov.innercore.core;
import java.lang.ref.*;
import android.app.*;
import com.zhekasmirnov.innercore.api.mod.*;
import com.zhekasmirnov.horizon.runtime.logger.*;
import com.zhekasmirnov.innercore.utils.*;
import com.zhekasmirnov.innercore.mod.resource.*;
import com.zhekasmirnov.innercore.api.runtim... | [
"cheat.boss1@gmail.com"
] | cheat.boss1@gmail.com |
ac614ae0ced817747dbf63d717066b0365e0d751 | e0770a2f82506643b5a621a8dabe1bc115738c2a | /app/src/main/java/com/shangame/fiction/book/cover/BookCoverView.java | 63ea9a6015136dfd3b909cc052f979d032a3acc8 | [
"Apache-2.0"
] | permissive | daixu/QuReader | e6ce1821e183c07e80ef74fb69820101113296ef | bcd65dc03bbaa8e4932026dc4969f43c26caf93d | refs/heads/master | 2021-01-03T04:38:25.508410 | 2020-02-16T13:53:22 | 2020-02-16T13:53:22 | 239,925,589 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,000 | java | package com.shangame.fiction.book.cover;
import android.animation.Animator;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.animation.ValueAnimator;
import android.app.Activity;
import android.content.Context;
import android.graphics.Color;
import android.support.annotatio... | [
"daixu.y@gmail.com"
] | daixu.y@gmail.com |
02f678101c7e83b2bd586134d27ce5b93618efb9 | a286f49957e5cd6e776c98205e98617c76d128ab | /SnagFlims/app/src/main/java/com/jsb/snagflims/data/ResponseCallback.java | 442212282ede0d15a197e4bff5cf9909a31f3dac | [] | no_license | Jayantheesh/SnagFlims | 499785889bb61957a2a3f6fa90c2ecf742c40a1d | 29d5816e2b53c0fdfa0b479617b02f348efa72fe | refs/heads/master | 2022-02-16T15:51:10.829549 | 2019-07-29T18:10:44 | 2019-07-29T18:10:44 | 198,307,710 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 224 | java | package com.jsb.snagflims.data;
import com.jsb.snagflims.model.SnagFlims;
import retrofit2.Response;
public interface ResponseCallback {
void onSucess(Response<SnagFlims> response);
void onFailure(String msg);
}
| [
"jaysb.android@gmail.com"
] | jaysb.android@gmail.com |
239b71b5c77bdc3739ca50d72e37318db45551ef | 7620774f3bf0d82561dc62aa29d65272bc246581 | /src/test/java/com/avseredyuk/carrental/dao/impl/MySqlAutomobileDaoTest.java | 364cc931fd30e7577b1e9eebb9526195ffd19c6d | [] | no_license | avseredyuk/car-rental | efb94971799e26ac30d8f192e5f6595f84bdc1af | 96fd9d7cf5c4eda840a6605c936820f051d6e9d9 | refs/heads/master | 2020-12-30T23:10:28.214965 | 2017-02-02T09:51:34 | 2017-02-02T09:51:34 | 80,601,691 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,503 | java | package com.avseredyuk.carrental.dao.impl;
import com.avseredyuk.carrental.dao.impl.factory.MySqlDaoFactory;
import com.avseredyuk.carrental.domain.Automobile;
import com.avseredyuk.carrental.util.RandomUtil;
import org.junit.Before;
import org.junit.Test;
import java.util.ArrayList;
import java.util.List;
import st... | [
"a.v.seredyuk@gmail.com"
] | a.v.seredyuk@gmail.com |
a8585aa5da5ed865cd0744d1e3b00c8922151fb5 | 006bc3911b1debfcdbcdcc37313ad7e2c7567c75 | /src/main/java/com/checkout/sessions/completion/HostedCompletionInfo.java | 6f2f89a532eae0a0fbe6a8cad20b94532dc45f0b | [
"MIT"
] | permissive | checkout/checkout-sdk-java | 835a30e576af3b5b7e21d148f47cc24ea63dc576 | 8f786cec6791e67e705124ff0213a5aad595a91e | refs/heads/master | 2023-08-16T04:19:56.009399 | 2023-08-11T12:11:22 | 2023-08-14T14:26:59 | 192,770,578 | 26 | 29 | MIT | 2023-09-14T08:39:02 | 2019-06-19T16:44:48 | Java | UTF-8 | Java | false | false | 1,015 | java | package com.checkout.sessions.completion;
import com.google.gson.annotations.SerializedName;
import lombok.Builder;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
@Setter
@Getter
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
public final class H... | [
"rsaestrela@gmail.com"
] | rsaestrela@gmail.com |
e818568417c10b28192594a028c6d6df77cc5d54 | b26a63c3743afd3aedcec85b1e99631be4e3e129 | /src/main/java/com/example/sg/fx/rate/db/model/FxRateModel.java | f9efa7c9eacc827b95efe5644dc9bf1e7ad2966b | [] | no_license | ps2420/kafka-stream-examples | bbbf0a54d6aa14e77fd3f211fac0da37f4963a5c | 1e998c71405f7ad51fc0ff15f12ab290d4069362 | refs/heads/master | 2020-03-30T11:41:14.077154 | 2018-10-02T02:35:22 | 2018-10-02T02:35:22 | 151,187,205 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 918 | java | package com.example.sg.fx.rate.db.model;
import java.io.Serializable;
import java.util.Date;
public class FxRateModel implements Serializable {
private static final long serialVersionUID = 1L;
private double bid;
private double ask;
private String currency;
private String tenor;
private Date timestamp;
... | [
"pankaj.singh@amaris.ai"
] | pankaj.singh@amaris.ai |
940967a6e35f1b5f913e8ad3d4cb81143f7c6c4b | f331c091d6d8a2aac7b5af11e05ffe7b5cafc6d8 | /myBudget/src/com/zavitz/mybudget/screens/ModifyBudgetScreen.java | ff8c61fc18acfe98019481fbea40b2a8fb884d32 | [
"MIT"
] | permissive | ianzavitz/blackberry-apps | 1f1df19d509d55588d3fa822e9284a3eb45d446a | c757ee491fb106021b5100c0aa1c1a0de80624b9 | refs/heads/master | 2020-04-08T01:45:47.076256 | 2012-02-15T19:50:44 | 2012-02-15T19:50:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,612 | java | package com.zavitz.mybudget.screens;
import com.zavitz.mybudget.UiApp;
import com.zavitz.mybudget.Utilities;
import com.zavitz.mybudget.elements.Budget;
import com.zavitz.mybudget.elements.Transaction;
import net.rim.device.api.system.Characters;
import net.rim.device.api.ui.Field;
import net.rim.device.api.... | [
"gzavitz@gmail.com"
] | gzavitz@gmail.com |
cfec1ff0c2a71c9a26b81e01ba64549cdb94afad | c9e6a6ef09d6cffed0877bda8fb71d16c30ade81 | /ArduinoLEDController/app/src/test/java/meethook/infobeans/com/arduinoledcontroller/ExampleUnitTest.java | 6c675b9ca2452ddaadeee835f231b812fac0d301 | [] | no_license | FarazAhmadBPL/Arduino-LED-Controller | 3f140d004e20e9720297d90e5f6321a8ff0bae4e | b124e31f669c2ab3f058ae67d5f72852b1f92738 | refs/heads/master | 2020-03-22T11:02:31.893482 | 2018-07-06T07:13:33 | 2018-07-06T07:13:33 | 139,942,486 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 421 | java | package meethook.infobeans.com.arduinoledcontroller;
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 {
... | [
"faraz.ahmad@infobeans.com"
] | faraz.ahmad@infobeans.com |
3ab013c624b1ba1969311d24dd6bb855eae196f2 | 51cc151ed0d06bee5c67215e1a8ea8f257717e70 | /src/main/java/chat/core/AbstractSocketManager.java | 10f3f0733e253c92d7840bba31f821deeeeb9591 | [] | no_license | frango9000/PSP_NetChat | a1816001a4bf9cebacb4e4ad6b5ded1ffd53a894 | f839b73daaa938d17e5b71c07e78a9b4c3613159 | refs/heads/master | 2022-04-03T03:04:40.766525 | 2020-02-22T19:29:27 | 2020-02-22T19:29:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,436 | java | package chat.core;
import chat.core.AppPacket.ProtocolSignal;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.Socket;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.TimeUnit;
import tools.log.Flogg... | [
"fsancheztemprano@danielcastelao.org"
] | fsancheztemprano@danielcastelao.org |
49ccf4e666d0f1e461451cb39230c07a2e2d9bc6 | d280800ca4ec277f7f2cdabc459853a46bf87a7c | /spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/web/servlet/mockmvc/ExampleException.java | 0cbe3925b82d5df699070ff89d72e3ffe1967eb3 | [
"Apache-2.0"
] | permissive | qqqqqcjq/spring-boot-2.1.x | e5ca46d93eeb6a5d17ed97a0b565f6f5ed814dbb | 238ffa349a961d292d859e6cc2360ad53b29dfd0 | refs/heads/master | 2023-03-12T12:50:11.619493 | 2021-03-01T05:32:52 | 2021-03-01T05:32:52 | 343,275,523 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 951 | java | /*
* Copyright 2012-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | [
"caverspark@163.com"
] | caverspark@163.com |
7ade04f2e67ea832f4459a20864db8dcc63906bc | 2097dc3f3306232a1ded508c1159ae129d881294 | /src/test/java/modelparser/TestUtil.java | 52dbd513d654dac1c587ac6192535148ba4930bd | [] | no_license | Gribiwe/anotherCalculator | 5dc51635796134fd1cdaec731083563a7857727a | 1e7f1e24eb5d64b85431ba6366b492ca5d933b97 | refs/heads/master | 2021-07-11T03:38:48.004689 | 2020-07-30T23:10:04 | 2020-07-30T23:10:04 | 152,425,811 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,507 | java | package modelparser;
import gribiwe.controller.util.HistoryLineParser;
import gribiwe.controller.util.OutputNumberParser;
import gribiwe.model.ModelBrain;
import gribiwe.model.dto.BuildingSpecialOperations;
import gribiwe.model.exception.OverflowException;
import gribiwe.model.exception.UncorrectedDataException;
impor... | [
"grib.morpech@gmail.com"
] | grib.morpech@gmail.com |
e8e02de364d4708f26ff147564abb50e4e92d1f5 | a97d3c14a3fd406fc5cf666fbd016aa200bab721 | /ex11/task11.3/Student.java | b9eb5bbe9b2f020022e58626e4604d18180dbd9a | [] | no_license | vladg94/java | 5f584064d3c6152a41422cf6692564f36b034c9f | e5005a757a06057ac4a5da30aee9c2ced8f43bef | refs/heads/master | 2021-06-03T21:04:33.098097 | 2017-08-26T19:18:58 | 2017-08-26T19:18:58 | 34,063,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,070 | java | /**
* Student class.
* @author Vlad Georgescu
*/
public class Student
{
private final String studentName;
private Phone mobilePhone = null;
/**
* Constructor a new Student.
*
* @param A string name of the student.
*/
public Student(String studentName)
{
this.studentN... | [
"vladgeorgescu13@gmail.com"
] | vladgeorgescu13@gmail.com |
4bd792aee03581d6d7c589a4d87aa2ed208c1ff9 | ad4463e2f9acd29ed86336b855a2681682eef549 | /src/com/company/HumanXenomorph.java | 9b3591b06082ad325d3766de3effd6e1af585034 | [] | no_license | swest599/Inheritance-Polymorphism | 412574aea6187a5105c728b541b28ed24e4ad54e | 14decb41d1785b6a330fd006611e75925d9cef04 | refs/heads/master | 2020-04-02T03:01:26.219345 | 2018-10-20T19:39:20 | 2018-10-20T19:39:20 | 153,941,586 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 209 | java | package com.company;
class HumanXenomorph extends AlienXenomorph {
public void walkLikeAHuman() {
System.out.println("I spawned from a human, so I can run upright!");
}
}
| [
"swest599@gmail.com"
] | swest599@gmail.com |
dd12609fbbdd2eda9de166d3f7711a70758b734a | 128636ab55275eee12aecf2c6408787679ddd0a8 | /src/nu/validator/datatype/AutocompleteDetailsUrl.java | 0ed2a90b10c9b8886154af5b0925f45e03ddc516 | [
"MIT"
] | permissive | validator/validator | db63c9085b0226cd7556f554757507d22abdf9da | ed62b92a2dd36b02711333f43f459f23218a2ac1 | refs/heads/main | 2023-08-24T19:30:45.547678 | 2023-08-13T20:41:09 | 2023-08-23T20:43:21 | 1,133,930 | 1,609 | 326 | MIT | 2023-09-11T04:26:10 | 2010-12-03T02:00:23 | Java | UTF-8 | Java | false | false | 2,146 | java | /*
* Copyright (c) 2016 Mozilla Foundation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, ... | [
"mike@w3.org"
] | mike@w3.org |
e5cfb2ef03f4c49af2e0b15070a2cf61fd00436f | 99579c1fa7851dac0621d454062e368eed9aee47 | /app/src/main/java/com/example/sean/adssdk/model/info/AdsInfo.java | 1a07f59d06ca4829828b0320feef5036825c8265 | [] | no_license | SeanZhu11/AdSDK | f83a564eea8b2d0f07be71f449c485f10b1b8469 | 52f1b1b33322665822e7633a3022c1725dd5b7d0 | refs/heads/master | 2021-01-20T16:09:27.882588 | 2017-05-10T04:23:02 | 2017-05-10T04:23:02 | 90,820,007 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,449 | java | package com.example.sean.adssdk.model.info;
/**
* Created by Sean on 17/4/20.
*/
public class AdsInfo {
private final float FullMark = 5.0f;
private String adsPicUrl; //图片地址
// private String sponsored; //赞助商
private String adsDescription; //广告介绍
private String adsUrl;//广告下载地址
private String... | [
"894656708@qq.com"
] | 894656708@qq.com |
b4537fbf8f5e4c6b0e45bda8114494edc7bd6907 | 006babf1e9574fd3299cd6456a8d08642a8a7077 | /Applications/Pachyderm3/Sources/org/pachyderm/woc/PXOuterPageWrapper.java | cedde5dbf5192be4e0c3a40eb20259178f1c5838 | [
"CC0-1.0"
] | permissive | gavineadie/Pachyderm | d79d1f26d90acbbecee6cd0d11cad86923e71c7d | e5bdeb852c10e33aea70e85e96a4eeaf68546c5c | refs/heads/master | 2023-05-11T20:34:21.553619 | 2023-05-03T04:05:43 | 2023-05-03T04:05:43 | 48,921,604 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,128 | java | //
// PXOuterPageWrapper.java: Class file for WO Component 'PXOuterPageWrapper'
// Project Pachyderm2
//
// Created by king on 2/21/05
//
package org.pachyderm.woc;
import com.webobjects.appserver.WOContext;
public class PXOuterPageWrapper extends PXPageWrapper {
private static final long serialVersionUID = -82743... | [
"gavin@umich.edu"
] | gavin@umich.edu |
c3e182afe2c6bcd5a2048426e7315e5e4ffaa7bd | adc86426ac8f3ab8ae2afa6a3d82989717d713d8 | /Main.java | cd4b1fea70ee15f0a56f37a1a24c8b2ad4d71cf9 | [] | no_license | acesHigh2020/CasiCocinado2 | 78245e7c93753010698e6b8a221d2a322fffb533 | 7ff9468f7c099780fd223535de6f356f54ce2e1e | refs/heads/main | 2023-01-02T19:28:46.658457 | 2020-10-17T15:41:55 | 2020-10-17T15:41:55 | 304,731,673 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 421 | java | package juegoTP;
public class Main {
public static void main(String[] args) {
Jugador j1 = new Jugador("Maxi");
Partida pp = j1.crearPartida();
Jugador j2 = new Jugador("Renata");
j2.unirsePartida(pp);
// Jugador j3 = new Jugador("Nestor");
// j3.unirsePartida(pp);
//
// Jugador... | [
"noreply@github.com"
] | acesHigh2020.noreply@github.com |
29c192ea2d377b9b6161b58011c5f5727e8e7500 | 05965fc81f35de533671a1f03e1e86b7e2b8898d | /app/src/main/java/com/moor/im/options/group/adapter/GroupAdminAndMemberAdapter.java | 078f052f3a7565f47a1939281f4c3396d2010a37 | [] | no_license | longwei243/im2.0 | f056ec82df399e64ae27fb212bce57e468f88cd7 | fb77a3004a38fbb99ab875153f3c4102965d9971 | refs/heads/master | 2020-04-15T13:38:28.346810 | 2016-10-08T09:05:07 | 2016-10-08T09:05:07 | 57,932,834 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,059 | java | package com.moor.im.options.group.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.bumptech.glide.Glide;
import com.moor.i... | [
"liulongwei243@yeah.net"
] | liulongwei243@yeah.net |
e85f883bbce7064a4de9c925a08be088a8357a55 | b305b1cf8603e5f7f3b7a6b536f792f2ced9f528 | /MosaicLite.java | 23d197a2df3c3dc00591f0756fb8ccdacf71c35b | [] | no_license | boomsquad/MosaicLite | abd2afe9c1ba7b9849b28f6b7cb567bba6a632bc | 619e0d9a8b210cce84bba4f94be9c32c3cb59a04 | refs/heads/master | 2021-02-04T06:34:18.669945 | 2020-02-27T23:17:10 | 2020-02-27T23:17:10 | 243,633,732 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 437 | java | import javax.swing.JFrame;
class MosaicLiteFrame extends JFrame
{
public MosaicLiteFrame()
{
setBounds(200,200,1200,800);
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
}
}
public class MosaicLite
{
public static void main(String[] args)
{
System.out.println("MosaicLi... | [
"59902565+boomsquad@users.noreply.github.com"
] | 59902565+boomsquad@users.noreply.github.com |
11e5a7ef21f3819ec0f4a997b2a854aee6e6800e | 963a0f42aaebbcc29879638db0f15e76d7c676fc | /wffweb/src/main/java/com/webfirmframework/wffweb/internal/tag/html/listener/AttributeAddListener.java | b97a23d61f3a94c2b3700a9bcfa797eb4ed3b94b | [
"Apache-2.0"
] | permissive | webfirmframework/wff | 0ff8f7c4f53d4ff414ec914f5b1d5d5042aecb82 | 843018dac3ae842a60d758a6eb60333489c9cc73 | refs/heads/master | 2023-08-05T21:28:27.153138 | 2023-07-29T03:55:08 | 2023-07-29T03:55:08 | 46,187,719 | 16 | 5 | Apache-2.0 | 2023-07-29T03:55:09 | 2015-11-14T18:56:22 | Java | UTF-8 | Java | false | false | 1,179 | java | /*
* Copyright 2014-2023 Web Firm Framework
*
* 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 o... | [
"webfirm.framework@gmail.com"
] | webfirm.framework@gmail.com |
b76a78012e401d6a20772bd4f0cc8097f1a91320 | 9a4e964c0218107209b961af105a69b6876e22b7 | /src/main/java/com/pp/server/service/impl/WeatherServiceImpl.java | 93053573e0403873e81cc75309cc2bf93504f28a | [] | no_license | brookhn/e-flink | a4dcbf5113d521164365a538c12e1e0e28dcce79 | d3b4c245a4fb75596afd83c392e682dac5bf0a9d | refs/heads/master | 2020-09-07T09:17:02.877005 | 2019-11-10T03:27:09 | 2019-11-10T03:27:09 | 220,735,454 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,555 | java | package com.pp.server.service.impl;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.pp.server.common.Constats;
import com.pp.server.common.DateUtil;
import com.pp.server.entity.WeatherResponse;
import com.pp.server.service.WeatherService;
import org.springframework.beans.factory.annotation.Autowired;
im... | [
"18111987@suningcultural.com"
] | 18111987@suningcultural.com |
3f66579516049f65f0c4654ce38f0339d28216e1 | dde91e170a3463e43453c1d8881e3762de1d6996 | /grinder-core/src/test/java/net/grinder/scriptengine/jython/instrumentation/AbstractJythonInstrumenterTestCase.java | a9ab74cee89c491776755677f2f6523b861bf72f | [] | no_license | jdpgrailsdev/grinder | 20e1e985337d0f5defca13376f77b9ccb0744297 | bed967021c5fbe8cfb29566c0d6e2a17df9e6434 | refs/heads/master | 2021-01-24T02:06:18.186236 | 2012-06-17T17:26:44 | 2012-06-17T17:26:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,205 | java | // Copyright (C) 2009 - 2011 Philip Aston
// All rights reserved.
//
// This file is part of The Grinder software distribution. Refer to
// the file LICENSE which is part of The Grinder distribution for
// licensing details. The Grinder distribution is available on the
// Internet at http://grinder.sourceforge.net/
//
... | [
"philipa@mail.com"
] | philipa@mail.com |
652147fbe5c68e91a44a4872bc273742832e8d21 | a9c692206a74809b3e8b63b76f3934c8ddc70b30 | /app/src/main/java/com/cabinet/rs485/rs485/common/RS485DeviceAddress.java | af0c9123a620d6b905fd42546809ba041275de26 | [] | no_license | TF27674569/Rs485 | cfc1722d1bc8fd1f73db4c16eac56dfadd3bb336 | 1f38b00f4916cb431973a6eedb50b72f241a9486 | refs/heads/master | 2020-03-23T11:28:27.507327 | 2018-07-19T01:01:04 | 2018-07-19T01:01:04 | 141,505,852 | 7 | 1 | null | null | null | null | UTF-8 | Java | false | false | 493 | java | package com.cabinet.rs485.rs485.common;
/**
* JIEGUI license
* Created by zuguo.yu on 2018/7/14.
*/
public enum RS485DeviceAddress {
NONE(0xFF, "NONE");
private final byte address;
private final String desc;
RS485DeviceAddress(int address, String desc) {
this.address = (byte) address;
this.desc ... | [
"286595632@qq.com"
] | 286595632@qq.com |
bd31d433ad16988686cad618afe6896c52a2962f | 9124396cc26e7d162b28d5de493199bf2c13860c | /spring-quartz/src/main/java/com/laiyy/springquartz/conf/TaskExecutorConfig.java | 4f34a8eaeb27f1b10becb7161e6d6e6d5e44c275 | [] | no_license | laiyy0728/study | 2f20a735a823494b08ad8c95d6d869b9c3507e67 | 752a5aaea6a68666f76e41f69925923397e8388f | refs/heads/master | 2021-07-11T21:38:06.892227 | 2018-12-17T03:30:23 | 2018-12-17T03:30:23 | 95,877,325 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 703 | java | package com.laiyy.springquartz.conf;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.task.TaskExecutor;
import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;
/**
* @author laiyy
* @date 2018/6/7 19:46... | [
"laiyy0728@gmail.com"
] | laiyy0728@gmail.com |
4d3d595ffa9cc3e9b4a4ba806fac63f9ec0ce656 | 323ee90f708f1affa07fe52af82e075a1d38204e | /src/main/java/org/jukbar/dao/CountryDao.java | 1416519f0b957bf2de3d66664f8549ef651dcf9f | [] | no_license | beksay/jukbar | c2bd08ae3bdad87178143c9afd4c47902e0eddc0 | 6d1cb6547f6697bba4543404fb6372ef16e98af5 | refs/heads/master | 2023-04-08T11:51:23.903555 | 2021-04-24T12:28:31 | 2021-04-24T12:28:31 | 296,508,604 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 177 | java | package org.jukbar.dao;
import org.jukbar.domain.Country;
/**
*
* @author Kuttubek Aidaraliev
*
*/
public interface CountryDao extends GenericDao<Country, Integer> {
}
| [
"bektur@bektur-A320M-H"
] | bektur@bektur-A320M-H |
6fd8aeb203a91db785a50bb2ae7b855d1f36d2ba | f91bc9b6d4b3fad7e0698522fde31c226400f0f3 | /src/main/java/com/runcible/abbot/service/UserServiceImpl.java | bca2e8e88fb746abf5c2a2a4e7165b226d47383c | [] | no_license | tom-biskupic/Abbot | 57b88e9798d59b02d1cc9f3edfb983be0717c1de | d99b0164ead5939825a52fd121babbd233cf57da | refs/heads/master | 2021-06-04T06:54:25.164370 | 2021-04-03T00:45:04 | 2021-04-03T00:45:04 | 67,769,466 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,449 | java | package com.runcible.abbot.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.stereotype.Component;
import org.springframework.transaction.annotation.Transactional;
import com.... | [
"tom.biskupic@gmail.com"
] | tom.biskupic@gmail.com |
aa672a751e1f646782de08146dbf113b52abee18 | 7a7aa2eb6ad7e8e2a09587f59911a54efefefefa | /src/main/java/com/felipeforbeck/vacuum/infrastructure/persistence/RequestEventRepositoryNeo4j.java | 7524a70e5f1eee1b19058edd713d5811d7aa21c1 | [] | no_license | umeshdangat/vacuum | 03d3ff7570b47e43848e53d1ee68794a9761a6eb | ce584fd67319ab785b0edf6ce90da096be48a670 | refs/heads/master | 2021-06-08T17:03:20.710006 | 2016-06-05T03:06:17 | 2016-06-05T03:06:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,956 | java | package com.felipeforbeck.vacuum.infrastructure.persistence;
import com.felipeforbeck.vacuum.domain.model.RequestEventRepository;
import com.felipeforbeck.vacuum.domain.shared.RequestEventMetaData;
import com.felipeforbeck.vacuum.infrastructure.Neo4JConnector;
import org.neo4j.driver.v1.Driver;
import org.neo4j.driver... | [
"fforbeck@gmail.com"
] | fforbeck@gmail.com |
4735402ff553c50d4c71ed3fd9d9c35af32118a6 | 62faa058c143b305d9eaffbec8d4da7b38e095c0 | /src/java/fr/paris/lutece/portal/business/globalmanagement/IRichTextEditorDAO.java | 9181c597fcab4e53dfd825a23ad90b7fbd3eabf9 | [] | permissive | dominiquesalasvega/lutece-core | c3d4c37d3513e6773c2e248288b576577e01aa60 | ca28d51f03a2ca65508e4d8411b6da655e31b643 | refs/heads/master | 2020-06-17T16:17:49.268072 | 2020-05-15T00:09:32 | 2020-05-15T00:09:32 | 195,974,016 | 1 | 0 | BSD-3-Clause | 2019-07-09T09:11:32 | 2019-07-09T09:11:32 | null | UTF-8 | Java | false | false | 2,230 | java | /*
* Copyright (c) 2002-2017, Mairie de Paris
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright notice
* ... | [
"pierrelevy@users.noreply.github.com"
] | pierrelevy@users.noreply.github.com |
5c6b3df6ee7abfe8de0947e6e297a1e452f5ca76 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_068af629bad56cbb85da6ee794d4c7f8edd66b8a/TwigUserDao/2_068af629bad56cbb85da6ee794d4c7f8edd66b8a_TwigUserDao_s.java | c685c13d359db6a1937cec80ef80bb5aa7eb0a29 | [] | 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 | 4,178 | java | package net.sparkmuse.data.twig;
import net.sparkmuse.data.UserDao;
import net.sparkmuse.user.Votable;
import net.sparkmuse.user.Votables;
import net.sparkmuse.user.UserLogin;
import net.sparkmuse.data.entity.*;
import com.google.inject.Inject;
import static com.google.appengine.api.datastore.Query.FilterOper... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
f014e20d5f4189370ac90f75397177941a05ff84 | a145697645c0483467d99599b943c37c99d87f44 | /MulipleImageSelector/build/generated/source/r/debug/android/support/v7/appcompat/R.java | 941dd50da63e4382d71e748ec56953cfbd835cde | [] | no_license | Arvind272/ELJEBO-Android | 963b3d64ab8571192cd69060d3912ad193c5c95a | d9eadafa6ba2f00a6a23d83f258522d00cec33b4 | refs/heads/master | 2021-09-17T22:58:16.104926 | 2018-07-06T09:25:51 | 2018-07-06T09:25:51 | 138,709,097 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 103,956 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.v7.appcompat;
public final class R {
public static final class anim {
public static int abc_fade_in... | [
"sushil@samosys.com"
] | sushil@samosys.com |
dd11bbe7920c5b0ceff1082bb53b906ac59c2ba6 | fb3b083a2fdb401a3feebf8b4ad673ccdc76d07b | /clever-canal-driver/src/main/java/org/clever/canal/parse/driver/mysql/utils/MSC.java | e355c9a35ca3985d5533ff05b05b2ebbd910fe45 | [
"MIT"
] | permissive | Lzw2016/clever-canal | 85ce0d25b550e112475de1bc9966490407e7be79 | a6a317abeb7792a4fb5fc56bcbcd61ee19b80441 | refs/heads/master | 2022-10-09T22:07:23.136857 | 2021-05-27T02:35:40 | 2021-05-27T02:35:40 | 217,486,047 | 0 | 0 | MIT | 2022-10-04T23:55:08 | 2019-10-25T08:17:19 | Java | UTF-8 | Java | false | false | 886 | java | package org.clever.canal.parse.driver.mysql.utils;
/**
* MySQL Constants.<br>
* constants that is used in mysql server.<br>
*/
@SuppressWarnings({"unused", "WeakerAccess"})
public abstract class MSC {
public static final int MAX_PACKET_LENGTH = (1 << 24);
public static final int HEADER_PACKET_LENGTH_FIELD_... | [
"lzw1000000@163.com"
] | lzw1000000@163.com |
c30c6ece41af14f8252ddfd0598e5c4bdc2c03f5 | dd765c56951ffc34172fcb429e72ec3211920f2c | /gen/net/wekk/android/cheatsms/R.java | 15169cad2442565a54ae2cbd0bf5f80748f90379 | [] | no_license | whatsbcn/cheatsms_android | eacf34bc0640a0020bf7709afafe6fac2b607ff0 | 28990233f44890d4376e5231dafdfb5ce5b57697 | refs/heads/master | 2020-12-28T22:11:09.769816 | 2012-04-09T12:50:43 | 2012-04-09T12:50:43 | 68,436,052 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,608 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package net.wekk.android.cheatsms;
public final class R {
public static final class attr {
}
public static final class color ... | [
"whats@wekk.net"
] | whats@wekk.net |
317cd2263a05c8159d1198b19bcce3096394a9bd | 0dbb686651f7749d27f7486a07fbdc89a5e6e9c6 | /reply/src/main/java/com/serverless/ApiGatewayResponse.java | acc058f241bbfec25081755c66255117794348ae | [] | no_license | moritalous/linebot-serverless-blueprint-java | 76989852b415c372ee532871f24a8d8474f278c9 | b5be160be76715037535fcd0a24354f1e7bd126b | refs/heads/master | 2021-01-17T23:17:31.728695 | 2017-03-09T10:09:05 | 2017-03-09T10:09:05 | 84,215,338 | 1 | 1 | null | 2017-03-09T10:09:06 | 2017-03-07T15:30:12 | Java | UTF-8 | Java | false | false | 3,965 | java | package com.serverless;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.apache.log4j.Logger;
import java.nio.charset.StandardCharsets;
import java.util.Base64;
import java.util.Collections;
import java.util.Map;
public class ApiGatewayResponse... | [
"moritalous@gmail.com"
] | moritalous@gmail.com |
2fe246a48ede8eedb3f5595e3108f196f4ca4ea1 | a97138b55c34a9c3454fdcb64be10735cacf8085 | /HackerRank/Interview/SockMerchant/Main.java | 818ab5812289f633de50a42e7e00f59c43e9cbc5 | [] | no_license | siddharththakur26/hackerRank | b4f960dd40713c3c18de89ac864996c794a06811 | b0c002dd3e5b93809a2a2ab6ece63bf86056e351 | refs/heads/master | 2021-11-30T00:07:35.014725 | 2021-11-23T16:10:39 | 2021-11-23T16:10:39 | 169,684,621 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 550 | java | package HackerRank.Interview.SockMerchant;
import java.util.Arrays;
public class Main {
public static void main(String[] args) {
int ar[] ={10, 20, 20, 10, 10, 30, 50, 10};
int n = ar.length;
int count=0;
Arrays.sort(ar);
for (int i = 0; i< ar.length; i++){
for (i... | [
"u6395848@anu.edu.au"
] | u6395848@anu.edu.au |
409ad8ad5ec35b17b87a1698b886adc12ac99fd0 | 3dc78b726ec091b5d22940564973d1dfd91e7eac | /src/test/java/hello/core/singleton/StatefulServiceTest.java | 5ca0ca3ebef1b87460b97b2a516a4f8cd58e846a | [] | no_license | nimkoes/inflearn_spring_core_basic_KYH | aa753095adc080b6e428d65acad345e810bcc8c6 | 1ec5800aaa6c1c874ff014e87134bbca3c649838 | refs/heads/master | 2022-12-23T20:36:56.746960 | 2020-09-22T08:18:06 | 2020-09-22T08:18:06 | 297,354,783 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,251 | java | package hello.core.singleton;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import org.springframework.context.annotation.Bean;
import static org.asser... | [
"xxxelppa@gmail.com"
] | xxxelppa@gmail.com |
6f7abd2b6a4e441d84a0a6b967c6452ecc3f7131 | 1d0ec91c86ca7a0bad92603dfb5b0960afd2b89f | /src/durablefurniturejavaproject/Bussiness/ProductBill.java | 239b97c67baad055a4d798423acd08464011cf9a | [] | no_license | rockle2000/durable_furniture_prj | 4964ea8fc3871f19a0e91f399134a189560610ed | 7ebd6e68674b9877ba992d2341f2c62c96711894 | refs/heads/master | 2023-02-11T03:25:14.075635 | 2021-01-08T16:39:30 | 2021-01-08T16:39:30 | 320,586,622 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,542 | 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 durablefurniturejavaproject.Bussiness;
import durablefurniturejavaproject.DataAccess.SqlDataAcess;
import java.sql.PreparedSta... | [
"hoangkhiem1382000@gmail.com"
] | hoangkhiem1382000@gmail.com |
e42e99ff6931506a0e1d33881c5075e11458debd | 08180f91cdee97e969aeaabcfe3889f7d4b68263 | /9/src/main/java/app/FamilyServiceDao.java | b9701f0a384c76944d5c2f5bdafaf72e3daf3738 | [] | no_license | SergiiCini/Homeworks.Java | ae88a2d210adf8f1217879167a248a4307038e4c | 3e6aaa40078b792e9fbc0f9ed6b76e03eba326dd | refs/heads/master | 2023-02-21T19:05:20.066079 | 2021-01-17T11:06:27 | 2021-01-17T11:06:27 | 316,233,163 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 990 | java | package app;
import java.text.ParseException;
import java.util.ArrayList;
import java.util.List;
public interface FamilyServiceDao {
public List<Family> getAllFamilies();
public <T> void printData(List<T> data);
public void displayAllFamilies();
public List<Family> getFamiliesBiggerThan(int numberOfF... | [
"romaniuk87@gmail.com"
] | romaniuk87@gmail.com |
86e64a9fb9bf93f7d5917438f8a5f2832083d8ba | 689ad7cd25f9d0016107842d93e4fd4b7d67c328 | /CarAppAPI/src/main/java/com/mycompany/carappapi/core/mapper/CarMapper.java | 3d5abbff1b11add9ccf6650582853175dd5c31ca | [] | no_license | daesungjin/CarApplicationAPI_Android | 9a87dd8444762ec48d7cf1c74cf8cae49d4ae45c | eb3031b843e48f8265e64ba480aec761a55ad5c7 | refs/heads/master | 2022-06-23T02:09:48.177231 | 2019-05-27T16:25:41 | 2019-05-27T16:25:41 | 130,620,655 | 0 | 0 | null | 2022-06-20T23:25:47 | 2018-04-23T00:44:43 | HTML | UTF-8 | Java | false | false | 1,393 | 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.mycompany.carappapi.core.mapper;
import com.mycompany.carappapi.core.Car;
import com.mycompany.carappapi.core.CarInfo;
imp... | [
"djin@oswego.edu"
] | djin@oswego.edu |
e1d499f8cfad4e5b632cd077656ba12d5204b40d | ea4228b7cd2238fd6f8bc47e6e71ccb53b9a9ad0 | /DAOProj8-NamedParameterJdbcTemplate/src/main/java/com/nt/dto/BookDTO.java | c33edc2439f185a9294f4d4e092922baadd2c7a0 | [] | no_license | PrimeCaster/NITSP612Lockdown | 5219de6918daf1b860127a704a3bb703e6c5556e | b1a2db3b22eea9250c9d41c70ea6de66bc70d28b | refs/heads/master | 2023-01-05T05:49:59.532155 | 2020-11-04T06:21:23 | 2020-11-04T06:21:23 | 297,062,694 | 3 | 0 | null | 2020-11-04T06:21:24 | 2020-09-20T11:37:14 | null | UTF-8 | Java | false | false | 1,431 | java | package com.nt.dto;
import java.io.Serializable;
public class BookDTO implements Serializable{
private int bookId;
private String bookName;
private String author;
private float price;
private String publisher;
private String status;
private String category;
public int getBookId() {
return bo... | [
"Admin@DESKTOP-2VT4A0N"
] | Admin@DESKTOP-2VT4A0N |
c1b6da96eec6050e9780bbc1b24c4294d1a9b7ab | d7af49f76296ddbd9b01dbcd8aa40c05bb3d79a8 | /hedwig-client/src/main/java/org/apache/hedwig/client/netty/impl/simple/SimpleSubscribeResponseHandler.java | 2f671b9b94ef5a3ad0cfa822e8f34423b4f4d53b | [
"Apache-2.0"
] | permissive | wobo-abhishek-zz/bookkeeper | d0e1f7d90b8e89ace1975c78bdbdabf11e1f7db8 | acbdfe6c3eb371d84b98dfad9fdd5b6f1a9ab4dc | refs/heads/master | 2022-04-30T04:06:51.469296 | 2013-03-05T22:03:09 | 2013-03-05T22:03:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 27,969 | 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... | [
"sijieg@twitter.com"
] | sijieg@twitter.com |
7ca6a8a10e5c02e70f914df9007373dc817afad4 | bf97d2e27b66e2f8b4580ac400a2073b14c6bf63 | /20201027/LoopInLoop.java | 87b6e048bda02df9980a1668546cb021346ea0d5 | [] | no_license | rkgus7736/java | d46bd64f25146e0b32d6849320d7cb7538b5cafd | 6e532e1266d4286807684d64092658756182da5c | refs/heads/master | 2023-02-12T14:02:50.095347 | 2021-01-11T15:13:20 | 2021-01-11T15:13:20 | 328,702,791 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 535 | java |
public class LoopInLoop {
//구구단 2단부터 9단 출력
public static void main(String[] args) {
for(int dan=2;dan<10;dan++) {
System.out.println(dan+"단");
//1~9까지 곱한 결과
for(int is=1;is<10;is++) {
System.out.println(dan + " * "+ is + " = " + dan * is);
}
}
int dan=1;
int is = 1;
while(dan <10) {
... | [
"rkgus7736@nate.com"
] | rkgus7736@nate.com |
b2adbfdc2c0ca8172bb5525358e610979b0ceabc | 29274b62a179629d690a2f352d314b5d1e6b35cd | /app/src/main/java/com/example/administrator/read/fenlei/book_info.java | d78d4ada4aa4e6db9c566e9253300a05e95937b3 | [] | no_license | Kini0804/read | aaaee8e1c3852eaa5dc9d0641f980f87dd482b17 | a1373b53b6c16b294b1df5539c2da99994df726b | refs/heads/master | 2023-02-03T22:13:40.429413 | 2020-12-24T11:33:43 | 2020-12-24T11:33:43 | 323,832,144 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,293 | java | package com.example.administrator.read.fenlei;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.os.Handler;
import android.os.Looper;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.Fra... | [
"1823044724@qq.com"
] | 1823044724@qq.com |
258bba18cae9453a69744d6d06966d28f9768456 | e858882c4bfb5655300ef9ab3a20fd79df3de985 | /Ejercicio3DavidAbellanNavarro.java | 333835e1f2432b3674bb0a7842a3948b30ea30fa | [] | no_license | Naabda/Ejercicio3 | 48742aeac7e8b3458795e5de18e2c0eb6f8e2ebe | 50722219fae4c3de4cb03be63655efc11d5546cf | refs/heads/main | 2022-12-31T06:16:18.107315 | 2020-10-20T06:15:02 | 2020-10-20T06:15:02 | 305,607,627 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,496 | java | //Created by David Abellán Navarro 1ºDAM
//https://github.com/Naabda/Ejercicio3/blob/main/Ejercicio3DavidAbellanNavarro.java
package EjerciciosEntregados;
import java.util.Scanner;
public class Ejercicio3DavidAbellanNavarro {
// TODO Auto-generated method stub
public static void mostrarSubMenu() {
Scan... | [
"noreply@github.com"
] | Naabda.noreply@github.com |
07ccbfd96e035a23bfdf87189f1569f8556c605f | 2cd00cba3e07a32abca4135d34c66a32c1af4596 | /src/com/kimyunjae/basket/controller/BasketAdd.java | c13e1b0baa31ea3e43c9a0af096ef8aec9a7de84 | [] | no_license | yunjaeKim-dev/personalProject | a4d7346108c636b5868e844396ec7139ec669b64 | c876702cd0971427476b91026ef317f8e13888ef | refs/heads/master | 2020-09-08T14:16:00.575596 | 2019-11-12T08:11:24 | 2019-11-12T08:11:24 | 221,155,515 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 888 | java | package com.kimyunjae.basket.controller;
import java.io.IOException;
import java.util.List;
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 com... | [
"yunjaekim-dev@gmail.com"
] | yunjaekim-dev@gmail.com |
b5b00fffa426f1d68c924f56a39c483b48f50799 | 08dfb6b273126902d6ea458dc2fa750b6b3b651c | /src/main/java/iloveyouboss/ScoreCollection.java | a555428e9184e1542f4dd8735da0f3a68bc1e77c | [] | no_license | manuel-lim/junitStudy | d9e753493498577f174e964a520e50777d572af3 | 360ea62f0c25a558c3130c4afaa8461613922658 | refs/heads/master | 2022-12-02T10:23:06.883006 | 2020-07-31T08:54:41 | 2020-07-31T08:54:41 | 283,984,266 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 396 | java | package iloveyouboss;
import java.util.ArrayList;
import java.util.List;
public class ScoreCollection {
private List<Scoreable> scores = new ArrayList<>();
public void add(Scoreable scoreable) {
scores.add(scoreable);
}
public int arithmeticMean() {
int total = scores.stream().mapToIn... | [
"skt.1112332@sk.com"
] | skt.1112332@sk.com |
5db482bf7bac5d3dcc640c82a04b3d2da772a70a | d36ec4db1fa1d69379f1ce74af2616470345df0c | /android/app/src/main/java/com/sample/SamplePackage.java | e3b5a49a31482878acc4d8245e93042e1dcd7625 | [
"MIT"
] | permissive | devnirajc/ReactNativeSampleApp | 83d2b88945fbf101faaf0d0b71d7463c1fa01434 | 96ef30ae1530d58159a1bdb234e1ef71be522493 | refs/heads/master | 2023-07-07T15:30:47.501450 | 2021-07-12T17:39:40 | 2021-07-12T17:39:40 | 125,188,513 | 1 | 0 | MIT | 2023-06-21T15:21:39 | 2018-03-14T09:33:31 | JavaScript | UTF-8 | Java | false | false | 1,170 | java | package com.sample;
import android.app.Activity;
import com.facebook.react.ReactPackage;
import com.facebook.react.bridge.JavaScriptModule;
import com.facebook.react.bridge.NativeModule;
import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.uimanager.ViewManager;
import java.util.ArrayLi... | [
"brian@bleonard.com"
] | brian@bleonard.com |
c72a92699b9c2cf6a12e85ff820bf2dc62c6d9e0 | a4e77dc7149c42d3da14bdb2129c8ed08657e9d5 | /Authentication.java | 8df7b45ad812e5fa8bc66fb799796b3c312a84c3 | [] | no_license | Saidul1997/Banking-Management-System | 0d8c003af41cd37160983e8b61b84d34a1996166 | f96483cda9bd7ff860fddd2457a906701f96c815 | refs/heads/master | 2020-05-07T09:41:35.787442 | 2019-04-09T15:43:39 | 2019-04-09T15:43:39 | 180,388,116 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,027 | 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 online_banking;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import javax.swing.J... | [
"saidulraja88@gmail.com"
] | saidulraja88@gmail.com |
4723070bcce64793c4214e4052eaddfdb18d8afa | fe494c27b5b4499a22b4b6b45498e66b1ace6389 | /Weibo/src/main/java/cc/openhome/controller/Message.java | 954bb4c0675f00658773a836341e77ffe5d1ea35 | [] | no_license | RingoKawasumi/JSP_ServletStudyNote | dd92212f9b676f97067ae77e06101d7c78fbe7d6 | 9487cd0c574929c1bb1c13a5320ad2c05b0f31af | refs/heads/master | 2021-01-10T16:13:01.918396 | 2016-02-17T06:48:13 | 2016-02-17T06:48:13 | 47,705,567 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,105 | java | package cc.openhome.controller;
import cc.openhome.model.Blah;
import cc.openhome.model.UserService;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebInitParam;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
imp... | [
"zhujie@51zhangdan.com.cn"
] | zhujie@51zhangdan.com.cn |
72484e916f2df2ee66caa9a27b123b9fdeeb69a6 | 4a35bdad25f49353889fb21d35c56ac4a7f9cf6c | /CyclingSerbia/src/main/java/com/springmvc/model/FileBucket.java | 27dc7b566d13bbc8f1ec3d180a78f5c599534650 | [] | no_license | Milanx64/CyclingSerbia | 99c2f40b193ecda7229da488a700ff5db9d4011c | 7949dd33a9f9f84e1f9db28b227fbc986054436f | refs/heads/master | 2022-12-21T10:50:24.048518 | 2020-03-18T11:08:47 | 2020-03-18T11:08:47 | 178,016,605 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 503 | java | package com.springmvc.model;
import org.springframework.web.multipart.MultipartFile;
public class FileBucket {
MultipartFile file;
public MultipartFile getFile() {
return file;
}
public void setFile(MultipartFile file) {
this.file = file;
}
String descripti... | [
"markovic37m@gmail.com"
] | markovic37m@gmail.com |
8a151f015c51c63e3da7633c56370dd0063635a5 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/6/6_ea5f99affcb13d7e00394b4fed343364267794a9/PShapeSVG/6_ea5f99affcb13d7e00394b4fed343364267794a9_PShapeSVG_t.java | a01d680a57c991bc8e601a99e6e530cddb2b018a | [] | 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 | 47,978 | java | package processing.core;
import java.awt.Paint;
import java.awt.PaintContext;
import java.awt.Rectangle;
import java.awt.RenderingHints;
import java.awt.geom.AffineTransform;
import java.awt.geom.Point2D;
import java.awt.geom.Rectangle2D;
import java.awt.image.ColorModel;
import java.awt.image.Raster;
impo... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
f6b26d98948cd613f578023dd5528dbf1990b150 | faea897caba7ca92bf83268c60a978015e791d6c | /src/models/Backpack.java | b7a21904035a44bc4a51ae5d09367dac0da0966e | [] | no_license | alexander-koronovskiy/bigNumberUi | f7d175a1d8a51cb99e652634af456dc3e9dd842d | 57a00898d5613ed83c38c1e52f8b6e90ce8f7d14 | refs/heads/master | 2020-04-21T18:58:02.425905 | 2019-02-26T17:14:27 | 2019-02-26T17:14:27 | 169,789,548 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,467 | java | package models;
import java.sql.*;
import java.util.ArrayList;
public class Backpack {
public void insertData(Connection connection, String object,float volume, float value) {
try {
String sql = "INSERT INTO backpack VALUES (?,?,?)";
PreparedStatement stat = connection.prepareStat... | [
"alexander.koronovskiy@gmail.com"
] | alexander.koronovskiy@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.