blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 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 684M ⌀ | 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 132
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 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b232296b9664dc09c48b946d01ee000733eb135e | 2aad35c8b1da4d198fedbc2215781faa3b94ad2d | /app/src/main/java/br/com/compilando/mymarket/SplashActivity.java | 52a1baee2fe3d82913796fb1262f7be74dd2043f | [] | no_license | JoseVieiraCF/MyMarket | 8a18de03a1100aedea9a36db57a5a658ed6bdb46 | 835169c4506ac0d89c699c0998f9011eb8bf1613 | refs/heads/master | 2020-06-16T22:05:25.209847 | 2019-07-11T20:04:26 | 2019-07-11T20:04:26 | 195,717,087 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 752 | java | package br.com.compilando.mymarket;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class SplashActivity extends AppCompatActivity {
Button btn;
@Override
protected void onCreate(Bund... | [
"josecarlos8161@gmail.com"
] | josecarlos8161@gmail.com |
650b35b53256428e8bd0a35b97ec95a6403b5278 | a98e2bf2bebedfa8a6e240d15cf8fc8b0debdb73 | /Lab3/A3-MinTree/src/gen/lang/ast/Opt.java | 473dd3ce5595a6333c265f7c2887cfe73252c2f4 | [] | no_license | miquelpuigmena/CompilerSimpliCInJava | 9b0e2a93de0b02345d4832c81013984cfe7b494a | 674b622e0d225a9ad2222e3362ae90aed850ed2e | refs/heads/master | 2020-07-24T02:23:26.719621 | 2019-10-22T11:00:51 | 2019-10-22T11:00:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,228 | java | /* This file was generated with JastAdd2 (http://jastadd.org) version 2.3.2 */
package lang.ast;
import java.io.PrintStream;
/**
* @ast node
* @astdecl Opt : ASTNode;
* @production Opt : {@link ASTNode};
*/
public class Opt<T extends ASTNode> extends ASTNode<T> implements Cloneable {
/**
* @declaredat ASTNode... | [
"miquelpuigmena@gmail.com"
] | miquelpuigmena@gmail.com |
b66dd0c830e8a0a1b89cb1bb6bd7dadc1ac64ea7 | 924b82ccc05ec2c9d3b68e128ce9df1aaef9ea2c | /Myshopping/src/main/java/com/fjt/repository/impl/OrderItemRepoImpl.java | 506693a705015ecae247ed1b985a9e9350b74a47 | [] | no_license | AronHub/myProject | 2de33f8c4825239daadaf1e1dcbda88e85e2837d | 96cde235cf02cd5ff573a092fc29ea57dd8d582e | refs/heads/master | 2022-12-21T13:34:55.570758 | 2019-09-18T07:57:48 | 2019-09-18T07:57:48 | 195,384,180 | 0 | 0 | null | 2022-12-16T02:41:53 | 2019-07-05T09:45:47 | Java | UTF-8 | Java | false | false | 148 | java | package com.fjt.repository.impl;
import com.fjt.repository.custom.OrderItemCustom;
public class OrderItemRepoImpl implements OrderItemCustom{
}
| [
"416926039@qq.com"
] | 416926039@qq.com |
d02f1403b0b92be77550bdc90cebc4664ebeb474 | 8616be0c3c20420395481e7080441ebb5c78d8bf | /Project1/src/com/yedam/interfaces/EmpServiceImpl.java | 47135403a42d1d0ae8e3c06a15d900a3d2dc5d1b | [] | no_license | gaexpa004432/firstjava | 34344ac1d865090a1de1ee961e621c0ab5829a71 | fc5a794e332781c20e1fbe7a4d508bb2e267e397 | refs/heads/master | 2022-11-25T10:34:41.653619 | 2020-07-17T00:07:59 | 2020-07-17T00:07:59 | 261,940,834 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 489 | java | package com.yedam.interfaces;
public class EmpServiceImpl implements EmpService{
EmpDAO dao = new EmpDAO();
@Override
public void createEmp(Employee emp) {
dao.insertEmp(emp);
}
@Override
public void getEmpList() {
for(Employee emp : dao.getEmpList()) {
if (null != emp) {
System.out.println(emp.toStri... | [
"admin@YD03-18"
] | admin@YD03-18 |
ce7a1d54965fba768053a14ca7b5b9de3d97b482 | 3c4d1604e615e8c4d208ddc4bd0af246fcc34c64 | /app/src/main/java/e/jesus/sharedpreference/MainActivity.java | ef411ac2ee48e579d5e3d2f2b53aa500039f8194 | [] | no_license | JesusJaimeCano/SharedPreferences | 12ca552d219df65d4c4b83ec28a20d1bdf4b0bfc | fbb038cb29a6994eb03495ecfb4a85ba49123581 | refs/heads/master | 2021-09-02T03:32:51.739168 | 2017-12-30T00:12:56 | 2017-12-30T00:12:56 | 115,762,806 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,054 | java | package e.jesus.sharedpreference;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
public class MainActivity extends AppCompatActivity {
MyPreferences preferences;
@Override
protected void ... | [
"32400980+JesusJaimeCano@users.noreply.github.com"
] | 32400980+JesusJaimeCano@users.noreply.github.com |
3de600b390e61f705929a70911a2c2ffb897222d | a13e706ad9824f8d4c5d2af0e8b508b3f70ffb63 | /Team Knuth Submission File/Team Knuth Code/src/config/Keys.java | a22b5eb429afe856ba607c794122e4e0ac48a13d | [] | no_license | MatthewRandle/vultureservices | 41ed1d7beedee888540a48d1c40a717fa36cefb9 | 2ed1cd4d16921171c17c2c92eacfb8891b755fe8 | refs/heads/master | 2020-05-20T06:14:50.032134 | 2019-05-16T08:10:29 | 2019-05-16T08:10:29 | 185,423,985 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 238 | java | package config;
public class Keys {
public static String databaseURL = "jdbc:mysql://remotemysql.com:3306/TiqtIjwWJq";
public static String databaseUser = "TiqtIjwWJq";
public static String databasePassword = "KqQQznF1IA";
}
| [
"42222293+Ryanp1998@users.noreply.github.com"
] | 42222293+Ryanp1998@users.noreply.github.com |
11c65506bc286ca937aa0a3b889ab1aa578633c9 | ced11fd402c75ef685e72ac88910ce2b69daa2ff | /workbench/src/main/java/org/fourthline/cling/workbench/plugins/avtransport/impl/ProgressPanel.java | b877663351cc02d3fded6c67c27d425267fff9b7 | [] | no_license | COLTRAM/cling | eeedde664de2995c56cdb1b4e0452ee3628d72f6 | 02a30774315a6f26da4a916c4ef88ce18f7d86df | refs/heads/master | 2021-01-14T14:29:04.853829 | 2014-04-02T16:16:39 | 2014-04-02T16:16:39 | 18,370,971 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,183 | java | /*
* Copyright (C) 2013 4th Line GmbH, Switzerland
*
* The contents of this file are subject to the terms of either the GNU
* Lesser General Public License Version 2 or later ("LGPL") or the
* Common Development and Distribution License Version 1 or later
* ("CDDL") (collectively, the "License"). You may not use ... | [
"cb@4thline.com"
] | cb@4thline.com |
0f4ee898272e508e8a6102e833d6803387022465 | 49cf058f67c9083746ba144ba88825a8d474fb70 | /src/test/java/com/abouerp/zsc/library/utils/IpResolutionUtilTest.java | 7935fa9a98dbe8da4d58045cc2d43235fc8d0a5e | [] | no_license | Abouerp/web-library | d33b6092aa7f8a28516da5c435b240554a767035 | a30aa6002b9dec61260939710ba94d9fad83bd76 | refs/heads/master | 2023-04-20T20:48:29.232886 | 2021-03-15T03:47:35 | 2021-03-15T03:47:35 | 327,958,328 | 12 | 0 | null | null | null | null | UTF-8 | Java | false | false | 559 | java | package com.abouerp.zsc.library.utils;
import com.abouerp.zsc.library.dto.IpResolutionDTO;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
/**
* @author Abouerp
*/
@SpringBootTest
@RunW... | [
"1057240821@qq.com"
] | 1057240821@qq.com |
048fa8cce316673a57935f6efb24c2040208e1ea | fa6da1c8225d1425757dcb45a13f739090c79c6a | /app/src/androidTest/java/com/example/abunaim/myapplication/ApplicationTest.java | 8c41c077a509bc339b9e083f07f8f8f8b3cc5eaa | [] | no_license | ShaimaAbuNaim/Calcualtor_assignment2 | f8fc957103e7f1bef8b8114bbe3617ed6e4f0a0f | a52c92996b4396c17bfc0ec497451aa6a4ddd5e2 | refs/heads/master | 2020-04-06T03:56:36.148107 | 2015-03-29T05:43:14 | 2015-03-29T05:43:14 | 33,049,546 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 364 | java | package com.example.abunaim.myapplication;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest()... | [
"shaima.abunaim@gmail.com"
] | shaima.abunaim@gmail.com |
a25c09ff353d3b45c5563eac5b77d1b6a5cf3bce | c3e5df121cc2430f228305abfbfb987384be4bea | /notepadv3/app/src/androidTest/java/es/unizar/eina/notepadv3/unitarias/Notepadv3Test.java | 5f42636dd1abf8a8d37e0b3f18c8c7a195cc64c2 | [] | no_license | javiermixture17/unizar-vv-notas | 30aa8ea3cb94331bbc5075cb43f5e652f3d7fbbb | 36cb3bfbd72e774423c5ecf7fb63f746e4afeaaf | refs/heads/master | 2020-04-28T09:55:18.841407 | 2019-06-18T15:50:05 | 2019-06-18T15:50:05 | 175,184,824 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,154 | java | package es.unizar.eina.notepadv3.unitarias;
import android.database.Cursor;
import org.junit.After;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
import java.util.Date;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import androidx.test.rule.ActivityT... | [
"pedromalo@live.com"
] | pedromalo@live.com |
87e831ad0db4a12a222ade5358bf2c0e01f2fe41 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_083f4834cb91ea35ca08e3b58b70ae2bee0b7faa/UtteranceActionProposer/2_083f4834cb91ea35ca08e3b58b70ae2bee0b7faa_UtteranceActionProposer_s.java | bebe83b61907478e34c908dae3c898ef6c7ab925 | [] | 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 | 31,845 | java | /**
* Copyright (C) 2009 University of Twente. All rights reserved.
* Use is subject to license terms -- see license.txt.
*/
package eu.semaine.components.dialogue.actionproposers;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Random... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
60a9cd19c41b85921640d3983f2572fd71062da6 | 642c84a3999ce0ccbfbde5cfe4b5ccc615eda8ec | /app/src/main/java/com/example/nadeche/nadechestuder_pset2/Story.java | 63779e7294e5780f8632497d8c6220a4379ccee1 | [] | no_license | nadeche/NadecheStuder-pset2 | ecb52f9650bc910230c85eabff9ba02658cb91a7 | 03fd12f0671914ebad7847f42522d8012f0b5614 | refs/heads/master | 2016-09-13T19:08:19.483849 | 2016-04-24T20:24:42 | 2016-04-24T20:24:42 | 56,992,164 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,967 | java | /*
* Story.java
* Madlibs
*
* Created by Hella Haanstra on April 15, 2016
*
* Based on: CS 193A, Marty Stepp
*
* This class represents a Mad Libs story that comes from a text file.
* You can construct it and pass an input stream or Scanner to read the story text.
* After constructing it, you can ask it for ea... | [
"nadeche.studer@gmail.com"
] | nadeche.studer@gmail.com |
aabde4e15c114821e0737050ade7f5cbfaad6c0a | d4393460316fb92930b7a0c61fe9424783f18396 | /app/src/main/java/com/firststep/beautytips/utils/Constant.java | 8097ad78909c4099bebcbb34ad698168730fa60c | [] | no_license | CSClubThirdGeneration/Beauty-Tips | 6c1300affade2b1e3f78e2a5be615949fc546370 | ec4941f66748bf8cffd19cff90a333b11498ac1f | refs/heads/master | 2021-01-01T17:29:01.670787 | 2017-08-03T19:27:27 | 2017-08-03T19:27:27 | 98,081,113 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 179 | java | package com.firststep.beautytips.utils;
/**
* Created by Zwe Mun Htun on 7/31/2017.
*/
public class Constant {
public static final String IS_UNI_FORCE = "isUniForced";
}
| [
"zwewitt@gmail.com"
] | zwewitt@gmail.com |
8404c516967450ec4e580660522f712d21590c21 | d9eeea35528ca705a039b2de243283a2482d953b | /Retos en clase/RetoClase24/SistemaColegio/src/vista/MatricularEstudianteFrame.java | 68bd5d235e86935be09bbc93e79359174b9300ba | [] | no_license | kbenedetti9/Mision-TIC-Java | 832687015fcf6282483e0a2ad80a637557bb66d7 | 410644f72bc6fc2d3adf64fd2fd9ec1969f86433 | refs/heads/master | 2023-02-10T08:47:18.920181 | 2020-12-29T22:31:39 | 2020-12-29T22:31:39 | 310,419,515 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,056 | 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 vista;
import java.util.ArrayList;
import javax.swing.DefaultListModel;
import modelo.Curso;
import modelo.Estudiante;
import ... | [
"kbenedetti9@gmail.com"
] | kbenedetti9@gmail.com |
a13b0a145c892b85cef4f4fb45eb7b322cbf3106 | f2674933ab7ca084dfd6d5a3fcd1309152e2a56f | /src/main/java/com/yzhh/backstage/api/dto/resume/EducationalBackgroundDTO.java | 2c7e68a8ebc40c90f67700bf7f88e496d2c5adc0 | [] | no_license | Zhongwt/yizhihenhao | f890f03e04f66ba23e6a9e849640f0eea2aa4046 | fae23e4ac91670b5e389612119e5742859150311 | refs/heads/master | 2020-03-21T18:01:45.635072 | 2018-10-29T08:08:52 | 2018-10-29T08:08:52 | 138,868,284 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,344 | java | package com.yzhh.backstage.api.dto.resume;
import javax.validation.constraints.NotNull;
import io.swagger.annotations.ApiModelProperty;
public class EducationalBackgroundDTO {
private Long id;
@NotNull
@ApiModelProperty(value = "开始时间")
private String startTime;
@NotNull
@ApiModelProperty(value = ... | [
"245473357@qq.com"
] | 245473357@qq.com |
b1ba27145ae403632698976baf00d59cb053eab5 | f81737aea98075e18b7f84065a18f3ea5353900f | /src/main/java/com/bludworth/ninjagold/controllers/NinjaGoldController.java | e09e42a240c50f3e4e9bf982bc19b998f7dfdbe8 | [] | no_license | Nathan-B21/java-ninja-gold | 4ebcf75a68d497254ca57bd8a21fef7818a301b9 | 53f5d25dd581c0ff03738245808c220475829fde | refs/heads/main | 2023-04-06T07:49:09.966405 | 2021-04-13T00:33:56 | 2021-04-13T00:33:56 | 357,377,724 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,383 | java | package com.bludworth.ninjagold.controllers;
import java.util.Date;
import java.util.ArrayList;
import java.util.Random;
import java.sql.Timestamp;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annota... | [
"nathanbludworth@gmail.com"
] | nathanbludworth@gmail.com |
a6a1eeb4f95d7b7c87f8e2a3f8081dcd61935874 | f18fcb7d3d6c993b72eb61db1f580af1aa2fd917 | /JavaStuday/src/cn/basedemo/PackageDemo.java | b87c447fc80c6067e61fe4fcbbd81945b94378bf | [] | no_license | LLLRS/JavaStudy | 1cbc5e5ddbb682000655c76cf8f34b28d3625d8d | 375a48d0bde1f804c7923b639e278d98db357e38 | refs/heads/master | 2021-09-20T13:57:23.667233 | 2018-08-10T08:22:31 | 2018-08-10T08:22:31 | 106,909,150 | 1 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 304 | java | package cn.basedemo;//°üÃû¡£ÀàÃû
import cn.basedemo.packa.PackageADemo;
public class PackageDemo {
public static void main(String[] args) {
PackageADemo t = new PackageADemo();
t.show();
//PackB.PackageBDemo d = new PackB.PackageBDemo();
//d.method();
}
}
| [
"15311257617@163.com"
] | 15311257617@163.com |
adc9311dc94f3fd69e6da34add43795495b5a9e4 | 5f3a5fa3ee442c7bd9761d08b956b9a29a76d318 | /app/src/main/java/com/example/quickstart/report.java | e5b791f9e47a237760f003617a3fa167e6db0e67 | [] | no_license | varun9597/SheetsAPI | 7ed81dbc83ba838f17625aeb0f877797006c9641 | 0b365a22ab98f87c69896eb24013da3546aa55e6 | refs/heads/master | 2021-01-19T20:27:46.273234 | 2017-04-19T19:21:07 | 2017-04-19T19:21:07 | 88,508,645 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 667 | java | package com.example.quickstart;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.TextView;
public class report extends AppCompatActivity {
TextView attendance;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInst... | [
"panditpautrav@gmail.com"
] | panditpautrav@gmail.com |
27f441c1dc87a5c6010555fc53067992f9ca4ef3 | 8d66a92ebe3a1d32b02fff454d2b0f66691308da | /src/esaude/model/EsusCadastroIndividualDoencarespiratoria.java | 657193a2f9402e19faf2045d1b96d79dcd9b7dbe | [] | no_license | horaciobarros/GeradorESus | 28ca0ca83f72c024572da24fca199facc0ac1caa | 2ad21f7c8162381b4d44d3e6ad3ccfe11a41e4af | refs/heads/master | 2021-01-23T14:03:40.329277 | 2016-10-26T00:33:10 | 2016-10-26T00:33:10 | 36,838,719 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,609 | java | package esaude.model;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.pers... | [
"Horacio@192.168.25.3"
] | Horacio@192.168.25.3 |
e8be6aefdf12b368c270b87270c5a7b115157160 | 2f6f8b1d93e1787a9c6b598f13e3fecc0e9797ce | /Array/Easy/035-Search-Insert-Position/src/Solution0352.java | 6bf87b67dd88178bb6dcda6b6c89367b8400f576 | [] | no_license | YaboSun/Play-with-LeetCode | 4143ca1a2808a6af94df6cca3c4e263a70fa9a60 | c9277708c3a627016d5de9afde8a2a8b335c5348 | refs/heads/master | 2020-03-18T23:59:45.145290 | 2018-10-15T13:51:37 | 2018-10-15T13:51:37 | 135,445,545 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 460 | java | import java.util.Arrays;
public class Solution0352 {
public static int searchInsert(int[] nums, int target) {
int index = Arrays.binarySearch(nums, target);
if (index < 0) {
index = index * (-1) - 1;
}
return index;
}
public static void main(String[] args) {
... | [
"yabosun@163.com"
] | yabosun@163.com |
1a1d6e52ff0563183e2303d1304fe623a57c9c30 | 64a9624c726eda649644b3f8b225ef934f997b96 | /src/main/java/org/zalando/intellij/swagger/completion/field/model/common/ArrayField.java | bf8eed20d4e9bb58faa1607cf1f35cf0ccca3ced | [
"MIT"
] | permissive | WouldYouKindly/intellij-swagger | bb77e1c4dec91520407289a0d0753e599712e0a2 | 3ef9039330de169e439862f2b590d07679583231 | refs/heads/master | 2021-09-09T19:28:45.670690 | 2018-03-17T12:57:38 | 2018-03-17T12:57:38 | 125,818,971 | 0 | 0 | MIT | 2018-03-19T07:35:33 | 2018-03-19T07:35:33 | null | UTF-8 | Java | false | false | 1,415 | java | package org.zalando.intellij.swagger.completion.field.model.common;
import org.apache.commons.lang.StringUtils;
import static org.zalando.intellij.swagger.file.FileConstants.CARET;
public class ArrayField extends Field {
public ArrayField(final String name) {
super(name, false);
}
@Override
... | [
"sebastian.h.monte@gmail.com"
] | sebastian.h.monte@gmail.com |
095caad6fd25fb44518f3cf35303ae55bfc4e9a8 | 7d68a34e09e2ab22fbe0efe43ff6b3ccf44cf8a3 | /NTHB41 Final upto june14/HBProj51-Filters/src/main/java/com/nt/dao/AccountInfoDAO.java | cb96cb4391f0e63cf4fc436637cf0a6fccf77e99 | [] | no_license | ALLISWELL-REPO/Natraj | 293a9d65eb1de585fbf3d9b4f233a2c5ace1c6f6 | cab1ce5c12df97e59b5cac0f53bf77c99012951a | refs/heads/master | 2022-12-02T01:08:41.704483 | 2019-10-01T19:30:40 | 2019-10-01T19:30:40 | 212,178,682 | 0 | 0 | null | 2022-11-24T07:12:43 | 2019-10-01T19:09:51 | Java | UTF-8 | Java | false | false | 108 | java | package com.nt.dao;
public interface AccountInfoDAO {
public void getAllAccountDetailsAndBalnaceSum();
}
| [
"alliswellrepo@gmail.com"
] | alliswellrepo@gmail.com |
076b98e7363a6e24d228de7bc1d5197b4b77f6e5 | 08474e85f65b78a1506a98ff4e03db82cd542cc8 | /src/main/java/com/example/demo/cache/Cache1.java | 6ac9a087257cde96b600570212a98ebd9c8a9ae0 | [] | no_license | qq921124136/juzhipi | 8f3c762d2c1631fde2eda45c3d7b7e015b4a6688 | 82d10052ee98ff38087ee77245dba17c406c1433 | refs/heads/master | 2023-06-16T21:25:52.455328 | 2021-07-13T00:32:22 | 2021-07-13T00:32:22 | 385,271,974 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 229 | java | package com.example.demo.cache;
import org.springframework.stereotype.Component;
@Component("Cache1")
public class Cache1 implements Cacheca{
@Override
public void haha() {
System.out.println("haha1()");
}
}
| [
"92112@LAPTOP-LPHG6PEV"
] | 92112@LAPTOP-LPHG6PEV |
31d77d19892f62dd5e00576161760b3afabaea27 | d7322b91966b99a3e3efa2c47c72fb50072f6e95 | /src/main/java/lwjgui/scene/control/TextInputControl.java | bd8776b44987a8a04e1176e93a26154e6cf61ac1 | [
"MIT"
] | permissive | bumfo/LWJGUI | 3a22f711f6853a3cedfca393f66182ab53ada34f | 9d9075198cf8186edbcb0e6603895efdd73cf9f4 | refs/heads/master | 2020-11-25T08:32:42.748364 | 2019-12-17T09:10:29 | 2019-12-17T09:10:29 | 228,575,603 | 1 | 0 | MIT | 2019-12-17T09:02:25 | 2019-12-17T09:02:24 | null | UTF-8 | Java | false | false | 42,904 | java | package lwjgui.scene.control;
import java.awt.font.TextHitInfo;
import java.util.ArrayList;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.lwjgl.glfw.GLFW;
import org.lwjgl.nanovg.NVGGlyphPosition;
import org.lwjgl.nanovg.NVGPaint;
import org.lwjgl.nanovg.NanoVG;
import lwjgui.LWJGUI;
imp... | [
"bumfo@users.noreply.github.com"
] | bumfo@users.noreply.github.com |
06d5d5738a562d2f7d446d0bc09f75bfecc3d8ba | 3b481b302b02edf57b816acac9e5ff3b7ec602e2 | /src/com/twitter/app/lists/i.java | bbdf92b87c85892b73b99eb42a13668ee4789d42 | [] | no_license | reverseengineeringer/com.twitter.android | 53338ae009b2b6aa79551a8273875ec3728eda99 | f834eee04284d773ccfcd05487021200de30bd1e | refs/heads/master | 2021-04-15T04:35:06.232782 | 2016-07-21T03:51:19 | 2016-07-21T03:51:19 | 63,835,046 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 244 | java | package com.twitter.app.lists;
abstract interface i
{
public abstract void a(long paramLong, String paramString);
}
/* Location:
* Qualified Name: com.twitter.app.lists.i
* Java Class Version: 6 (50.0)
* JD-Core Version: 0.7.1
*/ | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
5e466264fa787faec5abe35aa8cbfdef6474e16d | 97fd02f71b45aa235f917e79dd68b61c62b56c1c | /src/main/java/com/tencentcloudapi/rum/v20210622/models/DescribeScoresResponse.java | d44d7924771709d25495d89884846aa907f2a84f | [
"Apache-2.0"
] | permissive | TencentCloud/tencentcloud-sdk-java | 7df922f7c5826732e35edeab3320035e0cdfba05 | 09fa672d75e5ca33319a23fcd8b9ca3d2afab1ec | refs/heads/master | 2023-09-04T10:51:57.854153 | 2023-09-01T03:21:09 | 2023-09-01T03:21:09 | 129,837,505 | 537 | 317 | Apache-2.0 | 2023-09-13T02:42:03 | 2018-04-17T02:58:16 | Java | UTF-8 | Java | false | false | 3,197 | java | /*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | [
"tencentcloudapi@tencent.com"
] | tencentcloudapi@tencent.com |
8faedd61883a9efa0cf537b40650e9a0585ac512 | 84bce56a5557e6230b3f221c0fb5eb420084871b | /scripts/atlasProcessingOrders/bnWalletInstantPurchaseWTokenization/TC02_ebookKids.java | 8b1bfd91b2211328da14df9ee3284c3f3825e50f | [] | no_license | zafor99/serviceatlas | 8e42c9e5a161e34e188cd09af9ab39103f79318d | 922ffdd223d1d8b206efb63e0a1a42083fe1bd9c | refs/heads/master | 2022-11-29T17:23:47.411796 | 2019-07-28T19:57:47 | 2019-07-28T19:57:47 | 94,845,828 | 0 | 0 | null | 2022-11-24T07:02:22 | 2017-06-20T03:28:52 | Java | UTF-8 | Java | false | false | 6,179 | java | package scripts.atlasProcessingOrders.bnWalletInstantPurchaseWTokenization;
import resources.scripts.atlasProcessingOrders.bnWalletInstantPurchaseWTokenization.TC02_ebookKidsHelper;
import com.rational.test.ft.*;
import com.rational.test.ft.object.interfaces.*;
import com.rational.test.ft.object.interfaces.SAP.*;
impor... | [
"zafor99@gmail.com"
] | zafor99@gmail.com |
c1fa70a89d8810a9355386ee0539bf71d2f5c50f | bf4a5509bbedeca549d97f884b36001138518a38 | /UI/CustomComponent/entry/src/main/java/ohos/samples/customcomponent/utils/Util.java | 337cc23ec0f0eac30ca78799de05a8dbcf73eb2d | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | xiongmaozairanshao/app_samples | abe282fb27e46babaf49e6fa474b103e60826690 | f105afea3df27beca6d3088295ce45a5013e58aa | refs/heads/master | 2023-06-22T22:18:47.017329 | 2021-07-19T01:37:24 | 2021-07-19T01:37:24 | 388,351,466 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,786 | java | /*
* Copyright (c) 2021 Huawei Device Co., Ltd.
* 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 a... | [
"gaohui34@huawei.com"
] | gaohui34@huawei.com |
4d672fc6d323a55c3ecb7ca501d4d40f167cd739 | e361cdaa8fd6fbbc56547d969eb81229aae69f14 | /cloudalibaba-provider-payment9002/src/main/java/com/sherlock/springcloud/alibaba/PaymentMain9002.java | 37c16b9418d2328730ccdb93654aedc02b12ace4 | [] | no_license | 43984463/springcloud | 61711de419557a1bac60489604b6558015b8713d | b21717b836794c703f7e3d024cb123669cf54218 | refs/heads/master | 2021-03-07T16:53:07.345204 | 2020-03-22T07:23:32 | 2020-03-22T07:23:32 | 245,988,481 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 497 | java | package com.sherlock.springcloud.alibaba;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
/**
* @auther Sherlock
* @date 2020/3/13 23:29
* @Description:
*/
@SpringBootAp... | [
"+XSxs100206@"
] | +XSxs100206@ |
79af8e81cf20a291cde8fd3461c283622020f01a | 0b9ea4672de638479ef8a7b992c571f0b925fdff | /src/main/java/search-in-rotated-sorted-array-ii/Solution.java | c8727edae12e8b1525ce23c329a268877f0671fc | [] | no_license | VictorKostyukov/coding-interview-solutions | 195fa5572b0d34369919557dad3236b435c04d3a | 57a65e3588175d5af511722c354ed4b142ceff2c | refs/heads/master | 2020-04-01T09:08:00.270927 | 2018-06-24T18:54:57 | 2018-06-24T18:54:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,060 | java | public class Solution {
/**
* param A : an integer ratated sorted array and duplicates are allowed
* param target : an integer to be search
* return : a boolean
*/
public boolean search(int[] A, int target) {
if (A.length == 0) return false;
int low = 0, high = A.l... | [
"hivetrix@yahoo.com"
] | hivetrix@yahoo.com |
8c66d511df58b19dca6e71e443deddfd7549ed68 | 5fcb3a69d582495774cde794ce3d2777b22a9312 | /src/com/feytuo/chat/Constant.java | 9163913f99aa7374d31364cb23a41040af53cc53 | [] | no_license | hellocountryman/helloxiangxiang | 247d58e877e945c04658f62e2cc628c4d26fadd6 | 7fc01735cce421df55ca1741f16d663e3748ad63 | refs/heads/master | 2020-05-17T22:24:34.956307 | 2014-12-24T05:18:25 | 2014-12-24T05:18:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 952 | java | /**
* Copyright (C) 2013-2014 EaseMob Technologies. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unles... | [
"hand@hand-PC1"
] | hand@hand-PC1 |
033ae22931dc21f7a7514de2411d0dddb4e115b0 | 327f005fc3903a4a4110aa242e4dfc2cd3bd6b2c | /QRAProject/src/com/qra/project/CreateBlankQRServlet.java | 757c8afc05053fca0e10c4ce511a2ff0097975dd | [] | no_license | ridetheflatline/qradroid | a265e51d2155374ece621838f9202ca3e9ca0e16 | 778ab633775dcbf0632ec37f637b8a6ae0eea627 | refs/heads/master | 2020-12-24T17:17:52.293944 | 2013-12-05T16:53:34 | 2013-12-05T16:53:34 | 38,907,191 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,086 | java | package com.qra.project;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.List;
import javax.jdo.PersistenceManager;
import javax.jdo.Query;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.Ht... | [
"qrattendanceproject@46f55a48-31d8-6c2b-38d9-c1b5235c93de"
] | qrattendanceproject@46f55a48-31d8-6c2b-38d9-c1b5235c93de |
98bf25423950bee352455e8dec9e2abe296273e7 | 678a3d58c110afd1e9ce195d2f20b2531d45a2e0 | /sources/com/airbnb/android/lib/viewcomponents/viewmodels/LargeTitleRowEpoxyModel_.java | a20b1f890d47b5829d0da83cd0850dea8368e6da | [] | no_license | jasonnth/AirCode | d1c37fb9ba3d8087efcdd9fa2103fb85d13735d5 | d37db1baa493fca56f390c4205faf5c9bbe36604 | refs/heads/master | 2020-07-03T08:35:24.902940 | 2019-08-12T03:34:56 | 2019-08-12T03:34:56 | 201,842,970 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 10,091 | java | package com.airbnb.android.lib.viewcomponents.viewmodels;
import com.airbnb.android.lib.C0880R;
import com.airbnb.epoxy.EpoxyModel.SpanSizeOverrideCallback;
import com.airbnb.epoxy.EpoxyViewHolder;
import com.airbnb.epoxy.GeneratedModel;
import com.airbnb.epoxy.OnModelBoundListener;
import com.airbnb.epoxy.OnModelUnbo... | [
"thanhhuu2apc@gmail.com"
] | thanhhuu2apc@gmail.com |
9c7b5d48733b227e1248bc5a48ac8fb367b64ad6 | 6c773f210243d1b9d621b927e66487a490c1003c | /Hotel/src/com/hotel/dao/QuartoDAO.java | 3ae2a807a8dd0be48a5c7d816c0f0563168e90e4 | [] | no_license | danielcorreaa/workspace-geral | 6974817e5dda0dce1df8308d213020d9971b4d9c | 486eb8860308d97bfd4fea7abf6fd14e7f91f902 | refs/heads/master | 2021-01-20T02:41:53.079778 | 2017-08-24T19:49:26 | 2017-08-24T19:49:26 | 101,331,170 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 505 | java | package com.hotel.dao;
import java.util.List;
import com.hotel.modelo.Quarto;
public class QuartoDAO extends GenericDAO<Quarto>{
public QuartoDAO() {
super();
}
public List<Quarto> povoarBanco(){
HotelDAO dao = new HotelDAO();
for(int i = 101; i < 161; i++){
Quarto q = new ... | [
"daniel.cor@outlook.com"
] | daniel.cor@outlook.com |
a64fe235d14add6c9bcc1b11fe31c9ca01fb33c3 | 26b7f30c6640b8017a06786e4a2414ad8a4d71dd | /src/number_of_direct_superinterfaces/i64872.java | bbc6121e36ddc1469a2d9c6f32cdc17db6e322a8 | [] | no_license | vincentclee/jvm-limits | b72a2f2dcc18caa458f1e77924221d585f23316b | 2fd1c26d1f7984ea8163bc103ad14b6d72282281 | refs/heads/master | 2020-05-18T11:18:41.711400 | 2014-09-14T04:25:18 | 2014-09-14T04:25:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 69 | java | package number_of_direct_superinterfaces;
public interface i64872 {} | [
"vincentlee.dolbydigital@yahoo.com"
] | vincentlee.dolbydigital@yahoo.com |
e34f89bbbec1981dffab0504204bb1575f984cde | 765d5cb95aca11d5a0ac649ed276f1a2ec37a279 | /Android/MVVMProject/app/src/main/java/vn/baonq/mvvmproject/data/remote/ApiHelper.java | 513a193f3ac1340e367338a86bb191411b2a8f26 | [] | no_license | hungnd2126/Capstone | f389cdb1d41e0f284c6dc1b364592700aa1c5ba1 | e36a262c0bfb921e2fe2901fccac4c3919806c27 | refs/heads/master | 2020-03-27T21:55:00.878793 | 2018-09-03T10:06:30 | 2018-09-03T10:06:30 | 147,186,511 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,446 | java | package vn.baonq.mvvmproject.data.remote;
import java.util.List;
import io.reactivex.Single;
import vn.baonq.mvvmproject.data.model.api.ApiViewModel.CheckoutViewModel;
import vn.baonq.mvvmproject.data.model.api.ApiViewModel.CrawlViewModel;
import vn.baonq.mvvmproject.data.model.api.ApiViewModel.HistoryViewModel;
impo... | [
"hungnd2126@gmail.com"
] | hungnd2126@gmail.com |
da2cd504d43f452204d054f75ef036b5941c94d5 | b5d2c20e29a9063f8c72135bd5173afffe8f5579 | /jaudiotagger/src/main/java/jaudiotagger/org/jaudiotagger/tag/id3/ID3v1TagField.java | c65b120306bb324e20f2b29a76fc5966bcf4c1d6 | [] | no_license | Daniel199438/myMusicPlayer | 7d712501a0a272b35a4c60ec41afa425ce73effa | 2f406d086f59326168a9074c50df01c5b501eeb8 | refs/heads/master | 2021-04-28T20:38:08.154362 | 2018-02-18T08:03:40 | 2018-02-18T08:03:40 | 121,930,263 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,928 | java | package jaudiotagger.org.jaudiotagger.tag.id3;
import jaudiotagger.org.jaudiotagger.audio.generic.Utils;
import jaudiotagger.org.jaudiotagger.tag.TagField;
import jaudiotagger.org.jaudiotagger.tag.TagTextField;
import java.io.UnsupportedEncodingException;
/**
* This class encapsulates the name and content of a tag ... | [
"daniel.schneider@cirrantic.com"
] | daniel.schneider@cirrantic.com |
638538ec73461e280b79b3a83be4c7461c4df025 | 728d2eefd30f56fb4d92f6505503863a0eb48078 | /src/main/java/com/zhiyou/zc/service/ProjectService.java | 8ac6f572ade807494256ac2e94101dce58838ee8 | [] | no_license | jiandanYK/crowdfunding | 5142d628c9886ccd75ee3a2fa1138dbe98dfe1f2 | 455bd894e316eaf26515675b009d9bffe7604953 | refs/heads/master | 2020-03-28T12:07:19.342698 | 2018-09-11T06:30:01 | 2018-09-11T06:30:01 | 148,270,860 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,150 | java | package com.zhiyou.zc.service;
import java.util.List;
import java.util.Map;
import com.zhiyou.zc.entity.Project;
public interface ProjectService {
int deleteByPrimaryKey(Integer pId);
int insert(Project record);
int insertSelective(Project record);
Project selectByPrimaryKey(Integer ... | [
"15560107856@163.com"
] | 15560107856@163.com |
1a54ac9938944670ea3d7bc15027d8c4922b53b3 | b4bfaf17a5aa546784fb45dade93598a08f4d5f1 | /app/src/main/java/com/trailbuddy/trailbuddy/trail/data/TrailDetails.java | bdfe68542db65c09a00b68e79c73ecc67e407d39 | [] | no_license | hogtreks/TrailBuddy_AndroidHikingApp | 31917dd126183524f36150d0e2aa52fef487e9f9 | fcc8ee6b6769518bc3bb2adf255e1917146083c6 | refs/heads/master | 2022-02-04T03:45:07.827208 | 2019-03-04T21:50:28 | 2019-03-04T21:50:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 290 | java | package com.trailbuddy.trailbuddy.trail.data;
import com.trailbuddy.trailbuddy.reviews.data.Review;
import java.io.Serializable;
import java.util.ArrayList;
public class TrailDetails implements Serializable {
public ArrayList<Review> reviews;
public ArrayList<String> photos;
}
| [
"gpise@mail.sfsu.edu"
] | gpise@mail.sfsu.edu |
7febca90eef9ca01d3fb2ef086ef774462b94839 | 07ca13ca2ac3d5d12c4acafd67f752cd5e1d187e | /app/src/main/java/com/inz/z/view/adapter/example/RollViewPagerAdapter.java | 8f22fe729fd3ec65c0f5e2ef6d09890d5b2e6ed3 | [
"Apache-2.0"
] | permissive | Memory-Z/Z_inz | 13430dca2e3e648c16a86d85fc71cbd24d5f0b3c | feff01057cf308fcbf9f1ebf880b9a114badf970 | refs/heads/master | 2021-06-04T10:26:02.982347 | 2020-01-18T02:20:39 | 2020-01-18T02:20:39 | 141,771,340 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,893 | java | package com.inz.z.view.adapter.example;
import androidx.annotation.NonNull;
import androidx.viewpager.widget.PagerAdapter;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import com.inz.z.view.widget.RollViewPager;
import java.util.ArrayList;
import java.util.List;
import ja... | [
"1165469346@qq.com"
] | 1165469346@qq.com |
c5f6c4a07b5e7c10197b87055e39cda19f0404ea | a5f009bda24e7d2ded45706605652685b0dd41b7 | /interviewAbout/interview-crm/crm-entity/src/main/java/com/iw/crm/entity/ChanceRecord.java | ed447be4f669d24702540ac9281e28ced79b80ee | [] | no_license | HoufaLv/interview | 7e94be1ca852efedd49bb7d72d0b4574c9e66453 | 9b80e0e281c4ad311434b80ea906ff19cc5e0427 | refs/heads/master | 2020-03-17T14:52:42.700802 | 2018-06-06T09:09:54 | 2018-06-06T09:09:54 | 133,689,228 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,003 | java | package com.iw.crm.entity;
import java.io.Serializable;
import java.util.Date;
/**
* @author
*/
public class ChanceRecord implements Serializable {
private Integer id;
/**
* 销售机会ID
*/
private Integer saleId;
/**
* 创建时间
*/
private Date createTime;
/**
* 跟进内容
... | [
"houfaLv@outlook.com"
] | houfaLv@outlook.com |
8f5661f699c2cb8bf8a28cae951b5d24593e6d21 | d8c6afa5aad69a5f3e8a07052f0708191e0e411c | /src/main/java/org/ahren/android/run/configuration/gdb/AndroidGDBDebugProcess.java | 3f1ddef121693c84fd9ace0461b56d36b09ccaf7 | [
"Apache-2.0"
] | permissive | 1670295969/AndroidNativeDebug | dc4814c5a5eca1e5e55ab2c8ea133775190a66c3 | a500a9b5c23bdc7c00de49dac008585befb8ac1e | refs/heads/master | 2023-08-27T22:59:21.733986 | 2021-11-14T13:05:29 | 2021-11-14T13:05:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,738 | java | /*
* Copyright 2019 Ahren Li(www.lili.kim) AndroidNativeDebug
* 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 ... | [
"6323113li"
] | 6323113li |
8f220c88409b39f90000b79e3a3bb76cfedf6011 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/9/9_8e877ffeb0d0dc55a308efe8d1727337fd72af2d/MethodInvocationAndReturnTest/9_8e877ffeb0d0dc55a308efe8d1727337fd72af2d_MethodInvocationAndReturnTest_s.java | a91d653c80d711d49f4a6887a263bc64a2555789 | [] | 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,061 | java | /*
* Copyright (C) 2007 Pekka Enberg
*
* This file is released under the GPL version 2 with the following
* clarification and special exception:
*
* Linking this library statically or dynamically with other modules is
* making a combined work based on this library. Thus, the terms and
* co... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
c29dd35e82e0157cded2b285a372e65db2435fec | 69f437327222aac0409395feefa8340c5f715ee3 | /PAcketCap/gen/com/example/packetcap/R.java | 23bdced52751fe543bbeb6e1bee9f85e5f51250b | [] | no_license | MShahzadS/AndroidProjects | 4795836d52f343ca4ae2234a3df38c93b2060287 | 4c8c6552c9ea5e0214011ab4af68400ace522e7f | refs/heads/master | 2016-09-05T12:57:55.911276 | 2015-02-09T21:28:24 | 2015-02-09T21:28:24 | 30,555,116 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,665 | 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 com.example.packetcap;
public final class R {
public static final class attr {
}
public static final clas... | [
"shahzadshameer1@gmail.com"
] | shahzadshameer1@gmail.com |
36e5a7ecd5842ec0f2f8bd15ad63e50dcfd84ac9 | 71f5619cca3daf66734a2f4a6b3ca8b1f4ea1b65 | /src/tictactoe/GamePanel.java | 67a1767df34d7c1c32b7fb738ec884bc7e979da0 | [] | no_license | matruim/portfolio | abdddc6d09a2c748e6c12a410691492c8bf42df3 | 2e6e64a3af41cab44a5f52940e65ff76059ae803 | refs/heads/master | 2023-08-31T09:41:09.450017 | 2023-08-21T15:55:49 | 2023-08-21T15:55:49 | 236,804,369 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 858 | java | package tictactoe;
import java.awt.GridLayout;
import javax.swing.JButton;
import javax.swing.JPanel;
@SuppressWarnings("serial")
public class GamePanel extends JPanel {
JButton[][] buttons = new JButton[3][3];
Integer turn;
Integer count;
public GamePanel() {
setLayout(new GridLayout(3, 3));... | [
"jared_danell@yahoo.com"
] | jared_danell@yahoo.com |
e121045eaaa4434f4a0d090f4fc8479e8c85e53a | 7b4dc34c668f4c8a9052820deb45aa121fca59d9 | /graduate_design_plugin/src/buaa/sei/xyb/analyse/code/AMAPParser.java | 644446ae89ed385c4602a74ed87fcbbfe5c48095 | [] | no_license | xuyebing/xyb-graduate-design-plugin | 8593818c35fec95c2aa7da75195be1274346c64a | dacfbc4748d5ec9742ad08d43a6729b7bd6d269c | refs/heads/master | 2021-01-10T21:11:49.976910 | 2012-11-27T06:14:13 | 2012-11-27T06:14:13 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 23,560 | java | package buaa.sei.xyb.analyse.code;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.PrintStream;
import java.util.HashMap;
import java.util.Vector;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.apache.commons.logg... | [
"yebingxu@gmail.com"
] | yebingxu@gmail.com |
6a02c6c5410e7326012839ccfd88dec4a8b467f0 | 220d62b3c467145f8a8dc81be842364fdc480ba3 | /src/main/java/com/example/demo/util/Constants.java | 07d4961a8bf166543ffdbff8bb5d7e88dc905f40 | [] | no_license | codermaxzhou/spring-reddit-clone | 2d564fb6a8152dd7b919d162898150e71dc7577e | bad37132e02bce173791a90305e846d67ff335cb | refs/heads/master | 2022-11-08T02:02:54.299956 | 2020-06-24T02:54:55 | 2020-06-24T02:54:55 | 273,303,251 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 218 | java | package com.example.demo.util;
import lombok.experimental.UtilityClass;
@UtilityClass
public class Constants {
public static final String ACTIVATE_EMAIL = "http://localhost:8080/api/auth/accountVerification/";
}
| [
"6313700+yihaozhou@users.noreply.github.com"
] | 6313700+yihaozhou@users.noreply.github.com |
60a978d9f03d5fe4a9af8128a3f0be214b90f6ef | 266885047b9553fe5220fc4cc9880871ae2e7bba | /util/jar/Pack200.java | cb753bfc9f5efab8ed2781fa3821405f71a343f8 | [] | no_license | yuya008/java_src_study | c9586aaf75614e0ea6145d59948d641fc9bd917c | 68121f6c9f867fa7cfff7ddddb164fdc7afcd5b4 | refs/heads/master | 2016-09-06T19:02:53.097936 | 2015-04-12T17:48:09 | 2015-04-12T17:48:09 | 33,782,512 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,369 | java | package java.util.jar;
import java.util.SortedMap;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.File;
import java.io.IOException;
import java.beans.PropertyChangeListener;
public abstract class Pack200 {
private Pack200() {} //prevent instantiation
public synchronized static Pac... | [
"yuya008@outlook.com"
] | yuya008@outlook.com |
3614c995e3014f99d13f85a7089a91e8b0324f23 | 9ff02be7823e5b403556a94d51e580adb296f5d9 | /webflux-test/src/main/java/com/lcm/test/webfluxtest/WebfluxTestApplication.java | 82e9877b698b83baba5585b8ec28aa6ad9ca9fa2 | [] | no_license | lcmvs/spring-web-flux-test | d11b98d4790b0df32d02d440bfb77dee931119d8 | f054b278cde12bd3453aa5b59d8caf14ed9c9771 | refs/heads/master | 2022-11-10T13:53:13.013383 | 2020-07-03T09:40:36 | 2020-07-03T09:40:36 | 276,863,475 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 339 | java | package com.lcm.test.webfluxtest;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class WebfluxTestApplication {
public static void main(String[] args) {
SpringApplication.run(WebfluxTestApplication.clas... | [
"1264221821@qq.com"
] | 1264221821@qq.com |
dede80f4a42c86c286c0829a93e820147ed0451d | 41d993287f46cae4e142ab08da156a997656196d | /SysBank/src/br/com/wfsistemas/sysbank/excecao/UsuarioLoginExistenteException.java | 87a5e790bb365612b1ec10a71af3ed7473fa0aa5 | [] | no_license | walissonfarias/SysBank | 78b26003030c62311c3e16850001db3af879e585 | e846135583a194544508c686ea0be58924b67ebb | refs/heads/master | 2021-06-01T12:34:33.287156 | 2016-07-16T11:24:02 | 2016-07-16T11:24:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 421 | 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.wfsistemas.sysbank.excecao;
/**
*
* @author wff
*/
public class UsuarioLoginExistenteException extends BancoExceptio... | [
"walisson@server.com"
] | walisson@server.com |
e10e32fb9b9a01da291ac803c542091e66e62c56 | e9e1809461a0f9b063fbf682a062af63aec193c2 | /app/src/main/java/com/example/reganthomas/projectapp/CalcScreen.java | 1864c2133478be37adcee99a81d81fe1590d5d63 | [] | no_license | AtroxLtd/Test | 52ee3e93455215c3eda8c6c7e7379246aa44c194 | 1146c209609f0ded45f993127c21b66da06fa190 | refs/heads/master | 2021-01-20T09:29:48.782685 | 2017-08-28T03:12:51 | 2017-08-28T03:12:51 | 101,599,097 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,153 | java | package com.example.reganthomas.projectapp;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
public class CalcScreen extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCr... | [
"bweake@hotmail.com"
] | bweake@hotmail.com |
a61e4f896453c6e7c4c7970db440371594d4ae6c | 91f0d73625beda43373f3d4b9dc0664f75aecd99 | /SS2Engine/src/com/wicpar/sinking_simulator/engine/glfw/GLFWObject.java | 9582dc5b725d410a3616670cfe30a1659e79ba1c | [] | no_license | Wicpar/KeeLoq | 1d3c44f5ba1d8bdc7a400d980832f54ceb086808 | 2644ce5ff7a23239f4f52a99228974cea5564c9c | refs/heads/master | 2021-01-20T16:58:25.684973 | 2017-04-25T15:51:54 | 2017-04-25T15:51:54 | 82,844,108 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 445 | java | package com.wicpar.sinking_simulator.engine.glfw;
import com.wicpar.sinking_simulator.engine.memory.ADestructible;
/**
* Created by Frederic on 03/12/2016.
*/
public abstract class GLFWObject extends ADestructible {
protected final GLFW glfw;
public GLFWObject(final GLFW instance) {
if (instance == null)
t... | [
"frederic.artus.nieto@gmail.com"
] | frederic.artus.nieto@gmail.com |
fd5bdf754b9db5c3a5263be178182e7099a6a924 | be588f9903b4491dd1b52ad8c9e872f3f91e274a | /authserver/src/main/java/com/ddastudio/auth/config/BeanConfig.java | 8c9f0c20625328afa8fa0f51a941160d15316411 | [] | no_license | messi1913/fishing-wang | 36ac9cd65eb855420512a407cd4f9fde185802c3 | 30f195c40fa0f350f23e73293ba6f45bc4ea4c03 | refs/heads/master | 2020-07-04T02:52:03.552506 | 2019-08-15T03:47:51 | 2019-08-15T03:47:51 | 202,130,104 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 770 | java | package com.ddastudio.auth.config;
import org.modelmapper.Conditions;
import org.modelmapper.ModelMapper;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.crypto.factory.PasswordEncoderFactories;
import org.springframew... | [
"messi1913@gmail.com"
] | messi1913@gmail.com |
15812baf6c2b430374efd993b36eff7484ef6c12 | 4d0d56f53e4fade971dea6376350a4194ad6cb0e | /src/bean/ResultBean.java | fb42c570c792d8f4ea7e6ecbf6620e323db87a59 | [] | no_license | megacann/SocialE-Learning | 2bcfd60bcb00d856f053de5c4a7f82d599619218 | b815961f716141112aeefb4179a41de38a7af0ee | refs/heads/main | 2023-05-05T06:13:26.583857 | 2021-05-23T08:27:47 | 2021-05-23T08:27:47 | 369,868,511 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 442 | java | package bean;
public class ResultBean {
int resultID;
float score;
String answer;
public String getAnswer() {
return answer;
}
public void setAnswer(String answer) {
this.answer = answer;
}
public int getResultID() {
return resultID;
}
public void setResultID(int resultID) {
this.resultID = resul... | [
"megacandrad@gmail.com"
] | megacandrad@gmail.com |
0c89eb4d152d92b909b99a26b54aa51e6feeb7f0 | 88fa5202233b149f24aa1640125fcbd7d8c2e9a5 | /src/main/java/arithmetic/BinarySearchTree/LinkedListSet.java | f724be516abbb835ec8377b0438cd013c4f83087 | [] | no_license | never123450/the-data-structure | 03c89c12a0e12d52d43dd2e83a0ea90a1fbe33dd | 3ca52debe2e00c1e66dbd0dde29b1a9942f471e7 | refs/heads/master | 2020-04-17T00:04:31.576460 | 2019-01-24T14:11:55 | 2019-01-24T14:11:55 | 166,036,311 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 689 | java | package arithmetic.BinarySearchTree;
import arithmetic.LinkedList.LinkedList;
public class LinkedListSet<E> implements Set<E> {
private LinkedList<E> list;
public LinkedListSet() {
list = new LinkedList<>();
}
@Override
public void add(E e) {
if (!list.contains(e)) {
... | [
"845619585@qq.com"
] | 845619585@qq.com |
d9b6500b57750383d594cd36b0943159495b2447 | 4525822f703ff4c4eda76859a4c9a05e62f75515 | /16/16-6/synchronized/DepositThread.java | e39279882f979ffb85332690741f80a9342bde50 | [] | no_license | zhdying/CrazyJava | 4bc2ef9a480313836026bf908e82c1447c7fc9e9 | a08261769568de131a291c2efe2cb4142e6e023e | refs/heads/master | 2020-12-24T21:22:50.514801 | 2016-04-15T03:11:23 | 2016-04-15T03:11:23 | 56,286,246 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 731 | java |
/**
* Description:
* <br/>Copyright (C), 2008-2010, Yeeku.H.Lee
* <br/>This program is protected by copyright laws.
* <br/>Program Name:
* <br/>Date:
* @author Yeeku.H.Lee kongyeeku@163.com
* @version 1.0
*/
public class DepositThread extends Thread
{
//模拟用户账户
private Account account;
//... | [
"cnhnzhangdi@gmail.com"
] | cnhnzhangdi@gmail.com |
d73250240a7bb76bfb1632be810eebc43d2e94eb | 4e6110e8cd29089815fe335584fafb5df2b82058 | /Struts2/src/model/StuLoginPermissModel.java | 610c432bfa70debdafb6005c189f286882e32259 | [] | no_license | yaogege/git_repository | 8bd8f4b24a1ccaf7de01bd873238d6123097d8f2 | 5bdcbe4fe7fda3d0794619ef0a96d3b4f3094d9b | refs/heads/master | 2021-07-18T17:50:17.594416 | 2020-04-29T02:55:26 | 2020-04-29T02:55:26 | 133,127,570 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 155 | java | package model;
public class StuLoginPermissModel {
private int stuID;
private String username;
private String password;
private String permission;
}
| [
"767320509@qq.com"
] | 767320509@qq.com |
41674ec44c731724b5e543822b6c368da57c3350 | c8d3a01e9c811a9da075d01cb40803655cc09222 | /src/main/java/crud/service/UserService.java | 79b10e6f74b981636749a959d06b829ec49eb3b3 | [] | no_license | AlexPimGit/springcrud3 | eb9e221b3c0760b790d72cbcf8c6a7772f5c5b25 | 05efb3b16fe079530267c1c6396bba8997a6aaac | refs/heads/master | 2022-12-22T06:39:40.113469 | 2020-02-20T16:58:46 | 2020-02-20T16:58:46 | 240,251,308 | 0 | 0 | null | 2022-12-15T23:26:48 | 2020-02-13T12:07:37 | Java | UTF-8 | Java | false | false | 259 | java | package crud.service;
import crud.model.User;
import java.util.List;
public interface UserService {
void addUser(User user);
void updateUser(User user);
void removeUser(Long id);
User getUserById(Long id);
List<User> listUser();
}
| [
"shurik__@tut.by"
] | shurik__@tut.by |
901704ef69c290733f7c719eccac79ed955d779a | c9bdee1084c85786b1b20b8d503b0af468284419 | /cs3220_lab6/src/dao/DAO.java | ad0b79c5e211eb5f4252437c65dba77521938278 | [] | no_license | csula-students/cs-3220-summer-2017-hitagak | 81ad5959922611c55b65f04455e4e21ad86dcb71 | b84d0f1d4908a21e4ab776a41e0d5c287d46dcba | refs/heads/master | 2021-01-23T14:59:52.589138 | 2017-08-12T07:57:31 | 2017-08-12T07:57:31 | 93,266,245 | 0 | 0 | null | 2017-08-12T07:57:32 | 2017-06-03T18:19:04 | Java | UTF-8 | Java | false | false | 604 | java | package dao;
import java.util.List;
import java.util.Optional;
/**
* DAO (Data Access Object) is common abstraction layer between business model
* to database
*
* Common operations in this layer is to parse result set into business model
* and vice versa
*/
public interface DAO<T> {
// List a list of object... | [
"hitagak@calstatela.edu"
] | hitagak@calstatela.edu |
9c389582f71960282ed535cad80ec5523054fe79 | 79bdb304316cba76c0be112d78a1dc594c0c4a01 | /WiFiModel/src/main/java/com/znt/wificonnector/WifiConnectionReceiver.java | 3626e0dd8acfb5c55e8d3cb234da06f80ff980de | [] | no_license | HotterYu/DianYinBox | 0e075b0b7f0bf78553ff699d72180edbe8a1542f | 1eadff3c8187ba5e796794b0d44d81d5f87efe7e | refs/heads/master | 2020-05-15T15:31:26.715247 | 2019-06-19T03:13:16 | 2019-06-19T03:13:16 | 174,515,846 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,641 | java | /*
* Created by Jose Flavio on 10/18/17 12:49 PM.
* Copyright (c) 2017 JoseFlavio.
* All rights reserved.
*/
package com.znt.wificonnector;
import android.annotation.SuppressLint;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.net.wifi.Suppli... | [
"yuyan@zhunit.com"
] | yuyan@zhunit.com |
d4926f18231986debf74ccfe4349f25551652b81 | fc7fbac56265d090e372ff8efec6e072b84809bb | /common/src/main/java/tcp/common/Service.java | fd53a7767c369d6cab80bcb263a3acb825980760 | [] | no_license | pici0154/lab3-amalia-darius-ingrid-ionut | 0fd9b88b5d02929c6dc7fa322c5f83bdb437c368 | 6e868b0a4422c40d9c92413bd74b5049f3dbfcb4 | refs/heads/master | 2023-02-11T10:13:50.796497 | 2021-01-09T15:47:48 | 2021-01-09T15:48:00 | 328,188,770 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 116 | java | package tcp.common;
public interface Service {
String SERVER_HOST = "localhost";
int SERVER_PORT = 1234;
}
| [
"ionutpop26@yahoo.com"
] | ionutpop26@yahoo.com |
635b81854b8758756876ea05de52237496ce229f | d492dac2b9d2f21f84872dd3142d1a87f43ce141 | /src/main/java/me/netty/discard/DiscardServer.java | 4b811b994746ddecadf4673d7e750ad8c6b68453 | [] | no_license | ohMaxy/git_demo | 505719535943d3c0105eab4836af669d99b8d0f2 | 6017cb04daabdc82a012afef76b107ce7767bc6a | refs/heads/master | 2020-05-31T19:06:34.330674 | 2015-08-04T11:15:17 | 2015-08-04T11:15:17 | 40,180,503 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,300 | java | package me.netty.discard;
import io.netty.bootstrap.ServerBootstrap;
import io.netty.channel.ChannelFuture;
import io.netty.channel.ChannelInitializer;
import io.netty.channel.ChannelOption;
import io.netty.channel.EventLoopGroup;
import io.netty.channel.nio.NioEventLoopGroup;
import io.netty.channel.socket.... | [
"404408395@qq.com"
] | 404408395@qq.com |
eb122bf8bcdc7e25a3b4f95ee125cdceef06bff8 | 14b0a92fb8b2da559d303fa453e3a8538b8abc9a | /mahindragto-epc_frm/src/main/java/com/mahindra/epcfrm/serviceimpl/CityMasterServiceImpl.java | 6bd04bc8747627612e1092fd24a75f1367a1a3c5 | [] | no_license | GargeeAP/EPC-FRM | 8726ac394bf0e6719222ec3bc73c97038081dd08 | 3381fdcdd1f7e166ce99ac45c07ffa23df077d7e | refs/heads/main | 2023-05-14T09:10:17.138544 | 2021-06-07T11:22:16 | 2021-06-07T11:22:16 | 374,620,693 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,855 | java | package com.mahindra.epcfrm.serviceimpl;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.mahindra.epcfrm.dto.CityRequestDto;
import com.mahindra.epcfrm.dto.MasterRe... | [
"gargee.patil21@gmail.com"
] | gargee.patil21@gmail.com |
2ac489cf8fc58556413b85f380f9519fed15f42f | 59b01f7b18d53e94f16ac0b6902b03df32030581 | /src/main/java/com/lsy/test/redis/service/TuserService.java | 4fe411133c9bad8509fb47c8da3c1147942faa19 | [] | no_license | KingOfPine/redis | 07605f7a2d410b6d3394d842b208e71d3e11ec5c | fcd0162b266f47835038c782ff1fb357fd3898ba | refs/heads/master | 2021-04-26T22:15:46.936836 | 2018-03-06T09:50:45 | 2018-03-06T09:50:45 | 124,056,376 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 342 | java | package com.lsy.test.redis.service;
import com.lsy.test.redis.model.Tuser;
import java.util.List;
/**
* Created by liangsongying on 2017/10/26.
*/
public interface TuserService {
List<Tuser> getAll();
boolean add(Tuser tuser);
boolean delete(List<Integer> ids);
Tuser doLogin(String userName, S... | [
"lingsongying@qq.com"
] | lingsongying@qq.com |
11159ecc147d63a7854039a7e4519cbb17f769e3 | 2bf46163a5c5e2735fcbc870fda9b4a9b4c7b0e2 | /src/main/java/com/jpbo/PBOProductHeader.java | 049a5f5fcaf6d1d5003c14dcddd9087fc1d10cd5 | [] | no_license | klmunday/JPBO | f83c220dcd02f2d108cea80e111e59835f421054 | 8bd9e1680527b0bfe7aac81dfca5178b13475e12 | refs/heads/master | 2020-04-30T19:49:04.538490 | 2019-08-31T21:14:02 | 2019-08-31T21:14:02 | 177,049,543 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,121 | java | package com.jpbo;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
public class PBOProductHeader extends PBOHeader {
private PBOStrings strings;
public PBOProductHeader(String path, PackingMethod packingMethod, long originalSize,
int reserved, int timestamp, long dataSize,... | [
"klmunday@users.noreply.github.com"
] | klmunday@users.noreply.github.com |
74b060c465a461d9b1afd9787f0a6621b468995a | f2d085998273b0da3e91a6a18ec036e125e1c443 | /app/src/main/java/io/pello/android/intentssample/AnotherActivity.java | 67968ebdd92793b5151d56c6bf1819c28e19427f | [] | no_license | pxai/android-intentssample | d1fe99581d807751394bc86c7abc0e41cfb19e6a | aae3f7f97bb443b515087bbd183ca3cec92db578 | refs/heads/master | 2021-01-12T12:59:46.085728 | 2016-09-21T23:35:57 | 2016-09-21T23:35:57 | 68,866,369 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 873 | java | package io.pello.android.intentssample;
import android.app.Activity;
import android.os.Bundle;
import android.util.Log;
import android.widget.TextView;
/**
* AnotherActivity shows how to get extra parameters from intent
* @author Pello Xabier Altadill Izura
* @greetz Mr. Remírez
*/
public class AnotherActivity ex... | [
"pello_altadill@cuatrovientos.org"
] | pello_altadill@cuatrovientos.org |
f9404e799255af69eb23e09b12f513922fd4b635 | a9ffa13eab4677cfba160ded15afd71d73f876c1 | /src/main/java/command/CommandOff.java | dc5c8c484eb918f37e3823010aee32761317a951 | [] | no_license | jx199132/Design_Patterns | 8661f7ab46ec326b98a7176bba231c495b2ab29b | b2b89811de8db875a45fc0a4006a9d6a289a9ad0 | refs/heads/master | 2020-06-30T09:52:17.404172 | 2019-09-24T00:25:48 | 2019-09-24T00:25:48 | 200,795,112 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 188 | java | package command;
//关机命令
public class CommandOff implements Command {
private Tv tv;
public CommandOff(Tv tv) {
this.tv = tv;
}
public void execute() {
tv.turnOff();
}
} | [
"q348002671@qq.com"
] | q348002671@qq.com |
e86457c5a7f31001e72e9ddae537723cfc034cbd | 7d697f6237ef0052ec5dd9d87ccdaceee5ba2a3d | /arunx/src/main/java/com/arunx/model/Friend.java | a1289fe512937c98fd7a07239321c1dee7c6fac8 | [] | no_license | arunras/arunx | 0e8ddac921fc13f93a1572746347497704884985 | 09a288279e7e29f96262825ff7ec77880e518ff4 | refs/heads/master | 2020-04-08T00:25:04.116263 | 2018-11-24T04:54:54 | 2018-11-24T04:54:54 | 158,851,293 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,996 | java | package com.arunx.model;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import javax.validation.constraints.NotBlank;
import... | [
"prith000@citymail.cuny.edu"
] | prith000@citymail.cuny.edu |
78911eaee34830325f65c45e7bf5ddededbc4ce8 | 2ecf404cab963a32e19fbeaa3897f5645131cc1b | /src/main/java/com/hospital/service/WaitingQueueService.java | 7b1976e409e367ec039beb12059d46cef36da563 | [] | no_license | ibtehalamro/Hospital-backEnd-Spring | bb8069b19405035512ac9da9b29af0cca3109aac | 5ed7afa4796c87e60f24d949fa3962459f71c703 | refs/heads/master | 2023-03-10T10:17:52.941752 | 2021-02-20T00:21:04 | 2021-02-20T00:21:04 | 287,823,029 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,126 | java | package com.hospital.service;
import com.hospital.domain.WaitingQueue;
import com.hospital.repository.WaitingQueueRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Sort;
import org.springframework.stereotype.Service;
@Service
public class WaitingQueueSer... | [
"ibtehalamro11@gmail.com"
] | ibtehalamro11@gmail.com |
c61f283cfb0af70f0b64d2878f0bf7ced830117f | 1b4440d7bb415a315e5f5cf86ca0699f21dd2fcf | /app/src/main/java/com/example/anomia/MainActivity.java | 738995c44d251d094074c6c77865b3591a8975e6 | [] | no_license | jennatauro/Anomia | 5b3e55bd5a34ac0170baecdc2014aa3254a1d34d | b936bfc2d5557597ddf8f3274e23180c04ff12bf | refs/heads/master | 2020-12-08T22:40:18.059388 | 2020-01-11T16:18:25 | 2020-01-11T16:18:25 | 233,114,955 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,401 | java | package com.example.anomia;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import... | [
"jennatauro@Jennas-MacBook-Pro.local"
] | jennatauro@Jennas-MacBook-Pro.local |
051571bb9fd327654e7b4eec57d0dadfcf6e6b96 | 3d4349c88a96505992277c56311e73243130c290 | /Preparation/processed-dataset/god-class_4_983/12.java | 7483562d34e762ac74f3d673c0f38cc315c38779 | [] | no_license | D-a-r-e-k/Code-Smells-Detection | 5270233badf3fb8c2d6034ac4d780e9ce7a8276e | 079a02e5037d909114613aedceba1d5dea81c65d | refs/heads/master | 2020-05-20T00:03:08.191102 | 2019-05-15T11:51:51 | 2019-05-15T11:51:51 | 185,272,690 | 7 | 4 | null | null | null | null | UTF-8 | Java | false | false | 380 | java | private ClassLoader findClassloader() {
// work-around set context loader for windows-service started jvms (QUARTZ-748)
if (Thread.currentThread().getContextClassLoader() == null && getClass().getClassLoader() != null) {
Thread.currentThread().setContextClassLoader(getClass().getClassLoader());
}
... | [
"dariusb@unifysquare.com"
] | dariusb@unifysquare.com |
64aa4218a1b32c0d526500dbe3fb3301f2b456c4 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/51/org/apache/commons/math/dfp/DfpField_newDfp_342.java | dd2d25724586ce0e74f1f7a015d9feea7048cddb | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 900 | java |
org apach common math dfp
field decim float point instanc
version
dfp field dfpfield field dfp
... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
743a1d0df0befbd5b4f3d4f871df42a07d96580b | 4f5d7d4610e9cac24ff3227dc9a38691e85ef9fe | /app/src/main/java/com/game/libs/algo/LookUp.java | e010894f816acf7a4bc11579b4afa1913b7f2bc3 | [] | no_license | jancychr/BeatMeGo | 69eb18606e6e20f4afaa8531fa01283dee4fb867 | 8192b277afc539b05ab7016faef98792391fb65f | refs/heads/master | 2022-05-18T18:39:23.731883 | 2020-01-08T04:41:06 | 2020-01-08T04:41:06 | 109,226,043 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 43,974 | java | package com.game.libs.algo;
import java.lang.reflect.Field;
public class LookUp {
public int _28Y6R = 0;
public int _35RY = 2;
public int _35R1Y = 0;
public int _35R2Y = 3;
public int _35R3Y = 3;
public int _35R4Y = 4;
public int _35R5Y = 1;
public int _35YR = 1;
pub... | [
"jancychristy@jancys-MacBook-Air.local"
] | jancychristy@jancys-MacBook-Air.local |
0a31b00c39148bc7277db1d29daf214ff1b40e73 | 3615448f4081f94b64e71f6e2ff1a9718dd28542 | /spring-boot-Group2Assessment/src/main/java/com/group2/greatlearning/entity/ProductCategory.java | 339ef830abd6f250b4106901c9a055f2045fcc72 | [] | no_license | Developers-HCL/HCL-FSD-Group2 | 38cf59fb2e7f8b30cd55b09c5ed65c6ed5c1f816 | 0005d705717a9fa1da9a1e01b43b88c8f2576dbb | refs/heads/main | 2023-04-11T18:05:59.144629 | 2021-05-18T13:51:09 | 2021-05-18T13:51:09 | 366,110,552 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 856 | java | package com.group2.greatlearning.entity;
import javax.persistence.*;
import java.util.Set;
@Entity
@Table(name="product_category")
public class ProductCategory {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name="id")
private Long id;
@Column(name="category_name")
priv... | [
"mvnnaveen98@gmail.com"
] | mvnnaveen98@gmail.com |
62bda9d6f94ae7a5628ff6b50df2aeec4f4fcb65 | 178ef1239b7b188501395c4d3db3f0266b740289 | /android/os/MessageProto.java | 290c38a1ffad8a13f3e5ae48263fb36812dd0655 | [] | no_license | kailashrs/5z_framework | b295e53d20de0b6d2e020ee5685eceeae8c0a7df | 1b7f76b1f06cfb6fb95d4dd41082a003d7005e5d | refs/heads/master | 2020-04-26T12:31:27.296125 | 2019-03-03T08:58:23 | 2019-03-03T08:58:23 | 173,552,503 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 495 | java | package android.os;
public final class MessageProto
{
public static final long ARG1 = 1120986464260L;
public static final long ARG2 = 1120986464261L;
public static final long BARRIER = 1120986464264L;
public static final long CALLBACK = 1138166333442L;
public static final long OBJ = 1138166333446L;
public ... | [
"kailash.sudhakar@gmail.com"
] | kailash.sudhakar@gmail.com |
575e45ddf0e57fb93e25ebb3f2a02878ec0ce0c7 | 9dc05d84b06df93fcf49123ddcd474770133a200 | /app/src/main/java/org/shpstartup/android/yocount/StartActivity.java | 318644b9ea1952a09a69e31bc3ff7bc1c39ecb4a | [] | no_license | opg7371/MyProject2 | e1032d8def9372670ed5a98c7eeb132fa14b30e4 | 1469791ef64f5b8c506356d286398c89e83df743 | refs/heads/master | 2021-01-12T17:17:03.220680 | 2016-10-20T12:54:01 | 2016-10-20T12:54:01 | 71,538,480 | 0 | 0 | null | 2016-10-21T06:57:03 | 2016-10-21T06:57:03 | null | UTF-8 | Java | false | false | 1,529 | java | package org.shpstartup.android.yocount;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
public class StartActivity extends AppCompatActivity {
SharedPreferences pref;
@Override
protected void onCreate(Bun... | [
"harshgupta.04@gmail.com"
] | harshgupta.04@gmail.com |
a00da7916adbcf982946121eb0a1fb124bbfa926 | db38e5b6c39f144a0a363fc61a0ba8be04157c8c | /src/main/java/org/codelogger/utils/exceptions/HttpException.java | 5216b08cde24d80dea0379b6b4ffae04dcaa4b5e | [
"Apache-2.0"
] | permissive | defei/codelogger-utils | 40d0dfff85e7c6e696626058fad672aad9aae669 | d906f5d217b783c7ae3e53442cd6fb87b20ecc0a | refs/heads/master | 2020-06-04T00:34:23.090985 | 2016-08-31T15:58:25 | 2016-08-31T15:58:25 | 26,074,164 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 442 | java | package org.codelogger.utils.exceptions;
public class HttpException extends RuntimeException {
private static final long serialVersionUID = 8368845127235795357L;
public HttpException(final String message) {
super(message);
}
public HttpException(final Throwable cause) {
super(cause... | [
"deng.defei@integrasco.no"
] | deng.defei@integrasco.no |
b30fa86ef23bc613fb6e294e235c4be33d986533 | 65645e3548abe00e8d238db8a6f0f4441a39207d | /src/main/java/code/interviews/singleton/SingletonLazyVolatile.java | cbb956a42878b7d2c520c555617c5fd97fef141a | [] | no_license | haroldcoding/code-interviews | 1d941a0bf3a0966bc3d5575ec2e5f4fa944efcda | 6def70e0db85008ad3293abe3c3a2a39f642ecf6 | refs/heads/master | 2020-12-02T16:21:09.735066 | 2017-08-09T11:33:05 | 2017-08-09T11:33:05 | 96,539,233 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 811 | java | package code.interviews.singleton;
/**
* 单例模式,懒汉式,利用关键字 volatile 解决双重检查锁线程不安全.
*
* @author haroldcoding
* @create 2017/07/08/10:12
*/
public class SingletonLazyVolatile {
private static volatile SingletonLazyVolatile instance = null;
private SingletonLazyVolatile() {
}
public static... | [
"contactiharold@gmail.com"
] | contactiharold@gmail.com |
6b4c62782357a2e0034436190d4b5ec6b356de02 | 17a3c3e845bfe1d1bb8585c18e5f4687d0e534da | /meiqia-service/room-service/src/main/java/org/cl/meiqia/mapper/ContentMapper.java | 1ccf9b7703ff1afa5407677bce58ac63675a21c8 | [] | no_license | chenlei582748/meiqia | 6906f264e1f5cb2fd3707d8b59bfdd95bdac70de | 514efbb25eda3c75ab02ad61f5047d403b32d20e | refs/heads/master | 2023-01-24T17:46:42.844422 | 2020-12-11T15:02:47 | 2020-12-11T15:02:47 | 320,603,737 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 341 | java | package org.cl.meiqia.mapper;
import org.cl.meiqia.entity.Content;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* Mapper 接口
* </p>
*
* @author yiyu
* @since 2020-12-09
*/
@Mapper
public interface ContentMapper extends BaseMapper<... | [
"1580690002@qq.com"
] | 1580690002@qq.com |
419a756ae3c531e0d68d4e22ce7261b342aac25f | 6d5e181e5aa9dc2bd79e56c52dce8681f7a8bb5a | /app/src/main/java/com/developer/phimtatnhanh/setuptouch/gridviewstarapp/AppItem.java | bcab60cab46b3e796a6daa03c49437f3a400f1ec | [] | no_license | vuabocphet/iOS14-2020 | 25c768a6d5664f5bd0160896a9de054cf60e8821 | 47b5178513d9d2f936da33a19ef45a582509e43f | refs/heads/master | 2023-01-04T13:13:20.915195 | 2020-11-04T13:33:57 | 2020-11-04T13:33:57 | 299,713,137 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 851 | java | package com.developer.phimtatnhanh.setuptouch.gridviewstarapp;
import android.content.pm.ApplicationInfo;
public class AppItem {
public String name = "";
public String packname = "";
public ApplicationInfo applicationInfo = null;
public TypeStar typeStar;
public AppItem() {
}
public sta... | [
"vuabocphet98@gmail.com"
] | vuabocphet98@gmail.com |
379db29c99c526e8a8d7aabd85a40a209bb13535 | 1041eb85331a09e2ca6b19b293c235aaa90d0d47 | /app/src/androidTest/java/com/example/barryallen/minted/ExampleInstrumentedTest.java | 35c709d53c1e300040248d244432adc9ad74f432 | [] | no_license | IslamSaeed90/Minted | d14cb8bf1623eff8a2496d6cfc1ca4c9deb3f23c | ac8e6007f88846308fcea0229a8bc2d9bbb5416f | refs/heads/master | 2020-04-10T05:27:13.402010 | 2018-12-07T13:33:32 | 2018-12-07T13:33:32 | 160,827,854 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 742 | java | package com.example.barryallen.minted;
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 A... | [
"engeslam9470@gmail.com"
] | engeslam9470@gmail.com |
55ed33413922b1f508d26236633f628491329613 | 9ccb8daad44996d14446d37d76f66cd5c251f99f | /zqzd/platform-zuoduan/src/main/java/com/platform/entity/ZdOpinionEntity.java | f3608958a1e6e7bb3d7bfad1666bf544efbf35fa | [
"Apache-2.0"
] | permissive | ypzer0/workSpace | 8205689f6f50c62abb01cb79e58f0bf0be85f233 | 0a4dddc48e7e6fc94b085679ceee048860e9ec1b | refs/heads/master | 2023-01-05T13:06:45.427109 | 2019-06-14T16:33:49 | 2019-06-14T16:33:49 | 186,972,634 | 1 | 0 | null | 2022-12-16T11:34:31 | 2019-05-16T07:12:49 | TSQL | UTF-8 | Java | false | false | 2,819 | java | package com.platform.entity;
import java.io.Serializable;
import java.util.Date;
/**
* 实体
* 表名 zd_opinion
*
* @author zy
* @email zgyxszyd@163.com
* @date 2019-05-30 13:13:21
*/
public class ZdOpinionEntity implements Serializable {
private static final long serialVersionUID = 1L;
//
private Integ... | [
"1635324525@qq.com"
] | 1635324525@qq.com |
b52b20f07d01be16b3e9aae5fe3ce9be441e8abe | 1baaa53016ac06a291d6ac9c7a4c6e4d4a87c51c | /zb-wechat/zb-wechat-rpc-api/src/main/java/pers/zb/wechat/rpc/api/wxapi/coupon/manage/model/BaseInfo.java | 6ad1b7c86f49582425a2e4d73e64d15d619ad221 | [] | no_license | tapate/- | 7a4e0354a1c56afcb5d6f0c9f23059277e24e54a | e9e9d99911d8134794f3d55850a1e1000629389f | refs/heads/master | 2020-04-23T13:31:31.807404 | 2017-08-11T07:39:54 | 2017-08-11T07:39:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,988 | java | package pers.zb.wechat.rpc.api.wxapi.coupon.manage.model;
import java.util.List;
/**
* 基本的卡券数据.
*/
public class BaseInfo {
// card_id
private String id;
// 卡券的商户logo
private String logo_url;
// code 码展示类型 请参考常量类 CardConsts.CodeType
private String code_type;
// 商户名字
private String bra... | [
"842324724@qq.com"
] | 842324724@qq.com |
2097f8c75fd5e5f3731eba2d875025067ca383f6 | 07cdf2e625898185f704ca350881c75f078ffda8 | /UniversityProtal/src/main/java/com/mycompany/universityprotal/model/Professors.java | 45f09a376f67aca6a8b7e392c73ffb5968509f00 | [
"MIT"
] | permissive | sharifulislamhridoy/AngularUniversityProtal | 3bf61224cad09b18887394a3facbed4cc4a28d53 | ff5db3968d4956eac408934110b2614fcc1f81cc | refs/heads/master | 2022-11-30T15:37:29.899530 | 2020-08-12T15:21:53 | 2020-08-12T15:21:53 | 286,682,516 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,462 | 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.universityprotal.model;
import com.fasterxml.jackson.annotation.JsonFormat;
import java.util.Date;
import javax.... | [
"58853961+sharifulislamhridoy@users.noreply.github.com"
] | 58853961+sharifulislamhridoy@users.noreply.github.com |
d521a9c0348c8c5b23498cfccd0b8337681265c7 | 2720a31de6ab2f5564a7070075ac6d45abee0730 | /app/src/main/java/com/example/myapplication/MainActivity.java | b06f0e66a627a579067d23b6ace317fe04b735e9 | [] | no_license | astroRobert/2acts | b01209c438d3ba6b20ff5bfc87bbb808fe57bf6a | 7668720dc4bf30d46d7a36e82d0213cb3d5eda57 | refs/heads/master | 2020-05-07T21:10:38.881721 | 2019-04-11T22:34:57 | 2019-04-11T22:34:57 | 180,894,033 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,591 | java | package com.example.myapplication;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity {
... | [
"emmanuel.owusu001@bluecrest.edu.gh"
] | emmanuel.owusu001@bluecrest.edu.gh |
46a6cdc94d5220d00b28a1a2686123617986331a | 0da084eebf004ab2c656b6216a87d6f9f830bfc3 | /huahua_parent1608v/huahua_friend/src/main/java/com/huahua/friend/ApplicationConfig.java | 19d59c97d4f3a33492ca95274678ad53453d2fda | [] | no_license | ccdalun/huahuacommunity | 9d9ffe28ae85736d2bcba0a3cf37ef1ff7bfa307 | 9ade3f184a73c5b725949438506e2786fa8ef1c2 | refs/heads/master | 2020-05-20T22:57:48.209120 | 2019-05-10T02:27:24 | 2019-05-10T02:27:40 | 185,792,352 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 734 | java | /**
* Date: 2019/4/26 16:49
* <author>
* 陈柏
*/
package com.huahua.friend;
import com.huahua.friend.fifter.JwtFilter;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.InterceptorReg... | [
"1103525456@qq.com"
] | 1103525456@qq.com |
041e4b0e998e61363ebaafed4e94c890b354793c | eb5865718618d8e02dbed79113dd4d0ce0b62354 | /app/src/main/java/com/evenless/tersicore/activities/SingleEmailActivity.java | fc68ca4106a58e00f8433589fccd2b2ac5205a82 | [] | no_license | NoMore201/tersicore-client | 64210cfc3b8c559e50852d4a7e5623d9c09cc7f8 | 550562de918fd6b86ab6c90116b855f211c62570 | refs/heads/master | 2021-09-05T10:23:44.257910 | 2018-01-26T11:04:50 | 2018-01-26T11:04:50 | 110,439,980 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,907 | java | package com.evenless.tersicore.activities;
import android.content.Intent;
import android.graphics.BitmapFactory;
import android.os.PersistableBundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import a... | [
"giusep502@gmail.com"
] | giusep502@gmail.com |
f18e44162e804748ad334315f5852342383ccc56 | 3bcb57810c69405d4ea653e1095ccbecf4aea16d | /ConcecionarioAPO2/ConcecionarioCarros/src/mundo/Concecionario.java | 794b711a60ae8c6f4f06ff2d2eac41231566639b | [] | no_license | dylan9538/ProjectsAPOIcesi | 3eabe623701e056b8045a133467c3e852b18927b | 194449f29525d3515b541974f0bbfde6f39b7311 | refs/heads/master | 2021-01-19T23:00:55.447010 | 2017-04-20T21:53:36 | 2017-04-20T21:53:36 | 88,909,302 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 17,605 | java | package mundo;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.Iterator;
import java.util... | [
"diland.t95@hotmail.com"
] | diland.t95@hotmail.com |
8a2d2845d62d925b9b1c23961479e4bb2a2b2b6f | 525d1ddee8e717e36d6406f0167fd8be250c9444 | /app/src/main/java/com/example/user/finalprojectapp1/Model/UserModel.java | a73d45312f842418142fce70f1bdba03622033fa | [] | no_license | tuanct1997/Android_App_1 | add83b97be76da085ab93a80286ffff323ec9fa5 | de574f62c330a08937568aed5e6d232f41b85562 | refs/heads/master | 2020-03-30T20:38:03.808938 | 2018-10-04T16:26:37 | 2018-10-04T16:26:37 | 151,596,630 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,579 | java | package com.example.user.finalprojectapp1.Model;
public class UserModel {
private String username;
private String password;
private String email;
private String phone_number;
private String created_at;
private String update_at;
private HomeModel HomeModel;
public UserModel()... | [
"leleismine@gmail.com"
] | leleismine@gmail.com |
aad2ff162c30caa686730ff828da6e8bf7e6c39b | 6419dccf6e806f06902c69561d5def901d9d42e2 | /ex2/EmbededSQL.java | c8c35ad1c4f65c46ce260049aa22e1e8dbfcc3e8 | [] | no_license | isabella0428/SJTU-SE305 | 620c7ee31449b2d5145f5a8fdff85622e9482cdd | 41e3726db027ae3c4fef7c6ad35fcd24ae51733d | refs/heads/master | 2020-12-14T09:32:10.097351 | 2020-01-18T07:53:34 | 2020-01-18T07:53:34 | 234,700,165 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,174 | java | "
"
Author: Yi Lyu
Email: isabella_aus_china@sjtu.edu.cn
Date: 2019.12.08
"""
import java.sql.*;
import java.text.SimpleDateFormat;
import java.util.Date;
public class trigger {
// Connect to database
private static Statement stat, stat1;
private static ResultSet rs; // For all select qu... | [
"isabella_aus_china@163.com"
] | isabella_aus_china@163.com |
e0dc22a552059fa12deeca32d80d6c197273e015 | 5b5e0eda3cf646df26cd8023efa58fac5b114c0f | /Assignment03/04/TestDessertShop.java | 681c9b30ea401cd00d6a6d4a5787fc98bec83953 | [] | no_license | ab1995/Java | 72ff5af49470fb89a5a7f2b543eedd3afa9fb666 | 965414fd5dad16487f5e84fe7cda24c8b3a6da54 | refs/heads/master | 2021-01-15T09:19:33.268602 | 2017-08-18T11:46:08 | 2017-08-18T11:46:08 | 99,572,671 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,240 | java | import java.util.*;
abstract class DessertItem{
abstract public double getCost();
}
class Candy extends DessertItem{
private double candyCost;
private double candyTax;
public Candy(int cost, double tax){
this.candyCost=cost;
this.candyTax=tax;
}
public double getCost(){
return this.candyCost+this.can... | [
"Dhus_g@India.XoriantCorp.com"
] | Dhus_g@India.XoriantCorp.com |
650f4078169a7cb768856301147065b41511c503 | bbf7c2764167b05f3d38f69dbfbd71d789246c5c | /codigos del curso/tema 2/Ejemplo_Hilos1.java | 9d566f85f80fc5e1556c4a51665b220683644ab6 | [] | no_license | lezkizofrenik/PCTR | c6a6c5c87ed70d0ab2f7370ea3781a00bc9ff614 | 525b42fad04b0e422e73bdb13d6d1836602a9499 | refs/heads/master | 2023-07-16T05:23:26.119282 | 2021-09-06T11:16:28 | 2021-09-06T11:16:28 | 320,035,519 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 289 | java | class Ejemplo_Hilos1 extends Thread {
public Ejemplo_Hilos1(int Tope) //constructor
{
T = Tope;
}
public void run() //sobreescritura del metodo run
{
for (int i = 1; i <= T; i++)
System.out.println(i); //aqui comportamiento del
} //hilo deseado
private int T;
} | [
"dece279@gmail.com"
] | dece279@gmail.com |
4501250060ed779eb1b8d5c33a5ffc3ca760da18 | 300ef54b29f9ebba15a559d407aca92e8d04c157 | /src/Main.java | 2f38d51d91e3104724bb55565785bdd9765a9598 | [
"Apache-2.0"
] | permissive | arsengir/netology-synchronization | a07257ec073389c9da00bf30efa9bd534d5fa248 | 560d0f6069ca7fc13114ccced53b6e8eef0c7b89 | refs/heads/main | 2023-05-02T07:29:07.909849 | 2021-05-20T08:48:26 | 2021-05-20T08:48:26 | 368,159,484 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 672 | java | public class Main {
public static void main(String[] args) throws InterruptedException {
final Carshow carshow = new Carshow();
ThreadGroup mainGroup = new ThreadGroup("main group");
Thread productionThread = new Thread(null, carshow::acceptCar, "Производитель Toyota");
production... | [
"amateurlib@yandex.ru"
] | amateurlib@yandex.ru |
cf606b1a87657bf1d6c125e1fa92d7fe37c16061 | 6240a87133481874e293b36a93fdb64ca1f2106c | /taobao/src/com/taobao/api/response/ItemUpdateListingResponse.java | 397c154f3ba3631b5485175a3237253b60caa38b | [] | no_license | mrzeng/comments-monitor | 596ba8822d70f8debb630f40b548f62d0ad48bd4 | 1451ec9c14829c7dc29a2297a6f3d6c4e490dc13 | refs/heads/master | 2021-01-15T08:58:05.997787 | 2013-07-17T16:29:23 | 2013-07-17T16:29:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 665 | java | package com.taobao.api.response;
import com.taobao.api.internal.mapping.ApiField;
import com.taobao.api.domain.Item;
import com.taobao.api.TaobaoResponse;
/**
* TOP API: taobao.item.update.listing response.
*
* @author auto create
* @since 1.0, null
*/
public class ItemUpdateListingResponse extend... | [
"qujian@gionee.com"
] | qujian@gionee.com |
6215971fbfb18519a90b8683b07700c9d28aef2a | 034416becb36f4a9922053daf5f1175349a2843f | /mmall-oms/mmall-oms-api/src/main/java/com/xyl/mmall/oms/report/meta/OmsReceiptDaily.java | 9a50c7e3b3972cbbb5ea47cf551018368e6048dc | [] | no_license | timgle/utilcode | 40ee8d05e96ac324f452fccb412e07b4465e5345 | a8c81c90ec1965d45589dd7be8d2c8b0991a6b6a | refs/heads/master | 2021-05-09T22:39:11.417003 | 2016-03-20T14:30:52 | 2016-03-20T14:30:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,904 | java | package com.xyl.mmall.oms.report.meta;
import java.io.Serializable;
import com.netease.print.daojar.meta.annotation.AnnonOfClass;
import com.netease.print.daojar.meta.annotation.AnnonOfField;
@AnnonOfClass(desc = "oms签收情况", tableName = "Mmall_Oms_Report_ReceiptDaily")
public class OmsReceiptDaily implements Serializ... | [
"jack_lhp@163.com"
] | jack_lhp@163.com |
5609be73a26fbf62e4b4b575e92be247e75d42e0 | 77066f48e0043d39adb44a172392594dee2bc66a | /dig-manual/splittypie/testsplittypieAdaptiveSequence_6/main/ClassUnderTestApogen_ESTest_scaffolding.java | 289034821b4c4b6ae051234578754ffe54d1724d | [] | no_license | sumleo/dig-data | dd982533aca49e8db5fd0a4be532c5bb56e2cd3f | 36a79726a74044be8d2ad86160ded76d98aabb2e | refs/heads/master | 2022-12-05T19:24:18.070437 | 2020-08-25T01:19:46 | 2020-08-25T01:19:46 | 286,430,012 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 64,309 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Sat Aug 15 02:19:49 GMT 2020
*/
package main;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
import org.evos... | [
"11610522@mail.sustech.edu.cn"
] | 11610522@mail.sustech.edu.cn |
5dda2eb9ac0f04a0098e4a8e7cdf08b7dd308e95 | 3d462a3a7cd444f1896994d8950409b71d7a86dd | /flink-taxi-stream-processor/src/main/java/com/amazonaws/flink/refarch/events/PunctuatedAssigner.java | d57f786d970ab19ab8733656ff7f456d3dabb6f1 | [
"Apache-2.0"
] | permissive | aws-samples/flink-stream-processing-refarch | eb5f723c2b30156c2f21b14238e85e5d53e3a5c0 | cd73ea7546a59d387c566c70c25b323e4b6db9e8 | refs/heads/master | 2022-09-03T00:52:35.606193 | 2022-08-10T19:56:08 | 2022-08-10T19:56:08 | 86,844,331 | 50 | 27 | Apache-2.0 | 2022-07-15T21:08:44 | 2017-03-31T17:30:51 | Java | UTF-8 | Java | false | false | 1,457 | java | /*
* Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may
* not use this file except in compliance with the License. A copy of the
* License is located at
*
* http://aws.amazon.com/apache2.0/
*
* or in the "licens... | [
"shausma@amazon.de"
] | shausma@amazon.de |
db09ddc7b65c9c1da43b876ecd2e0b4156976266 | 90373267eb2bf7adbecc66f8c946825e964bca7f | /Unit017/src/Ship.java | 0d760e3b5a930077431b8077c4dda54e15d031f1 | [] | no_license | hbg/beg_harris_apcsa-p3 | e3dd1a6eb8276c5015954f7772bfb39216fee85d | 18722ac3e60cdc23de5d7a25cf36a12a93ae598a | refs/heads/master | 2020-04-19T20:15:02.527393 | 2019-05-02T19:52:30 | 2019-05-02T19:52:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,488 | java | //(c) A+ Computer Science
//www.apluscompsci.com
//Name -
import java.io.File;
import java.net.URL;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Image;
import javax.imageio.ImageIO;
public class Ship extends MovingThing
{
private int speed;
private Image image;
public Ship()
{
this(10,10,10... | [
"legostarwarsguy02@gmail.com"
] | legostarwarsguy02@gmail.com |
1433e53e866d1fb8310ef0c73c85242de6f51a75 | ca021ff2fb3d5abdaf7f65fbaab776e869ccd7a5 | /src/ebay/UniqueBinarySearchTrees.java | c1e4f230e4636b37eb527a53ca2bdc1793bc14da | [] | no_license | teddywang1992/leetcode | 56ab4c072c9f0f2db31a0721294b1619a12856cd | 7d676f2e67a1a2ba073a5c11fc5f17e8c6b77e69 | refs/heads/master | 2021-01-22T18:07:23.152614 | 2018-11-24T22:46:09 | 2018-11-24T22:46:09 | 100,737,117 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 378 | java | package ebay;
public class UniqueBinarySearchTrees {
public int numTrees(int n) {
if (n <= 1) return 1;
int[] dp = new int[n + 1];
dp[0] = 1;
dp[1] = 1;
for (int i = 2; i < n + 1; i++) {
for (int j = 0; j < i; j++) {
dp[i] += dp[i - j - 1] * dp[j... | [
"443909723@qq.com"
] | 443909723@qq.com |
6e0658d339982fb5feedb5312a908d0a6d9b3e05 | df8a07b62e8ab6aa8b463c5ecc8e576af46c1f7e | /BakerSMS/app/src/androidTest/java/com/bakerkims/bakersms/ApplicationTest.java | 8fb3055f872a8123799f55c8ceea4fdccf216524 | [] | no_license | junhyunss/FreeApps | 0d975d6d93246d2a53704b7b587fbc5bca655d01 | 595fa7634099c281c460a0353728fa39dd8c9ef8 | refs/heads/master | 2021-01-21T13:53:16.359418 | 2016-06-01T13:35:55 | 2016-06-01T13:35:55 | 53,113,406 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 353 | java | package com.bakerkims.bakersms;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
... | [
"hyun8510@jun-ui-MacBook-Air.local"
] | hyun8510@jun-ui-MacBook-Air.local |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.