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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
350521749e29fdc73ecb27065861dc4c7a8a92a0 | d9f9aa34664d921032214894b444efe5712871f1 | /李欢/Chapter10/作业/1/TestAdmin.java | d9f3868885b8598168e433855d2f88144d454994 | [] | no_license | Newdream-College2019/nd-Java001 | a636c10fd6b0bbc27db60938f1c80a92e86b6f3f | cefef82dee6acb04312d8d888e20b832b4c20c9b | refs/heads/master | 2020-04-14T20:54:39.073987 | 2019-01-26T01:25:15 | 2019-01-26T01:25:15 | 164,110,923 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 822 | java | package chapter10;
import java.util.Scanner;
public class TestAdmin {
public static void main(String[] args) {
Admin admin=new Admin();
admin.username="admin1";
admin.password="111111";
Admin admin2=new Admin();
admin2.username="admin2";
admin2.password="222222";
admin.show();
admin2.show();
Sca... | [
"1107331058@qq.com"
] | 1107331058@qq.com |
a166544654018b3ed4c05b8caf862e919e329527 | 72178719836873f0e48a5ab078cfabab1720fe95 | /Calculadora/src/Calculadora.java | e2ace1ac2ace1fb81f7d4bd31b0b7ce01def0875 | [] | no_license | calvod7/Practica_Calculadora | ba246f7cde59ac8d7b0b538c68dfbe220e82a3e3 | 89b3a9b2674c8861633dbaf00235f602e7ba7775 | refs/heads/master | 2021-01-17T23:38:47.829590 | 2017-03-08T20:02:54 | 2017-03-08T20:02:54 | 84,232,528 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,131 | java |
/**
* Esta clase tien como funcion una calculadora.
* @author David Calvo
* @version 08/02/2017
*/
public class Calculadora {
private int x, y;
/**
* @param x primer operador
* @param y segundo operador
*/
public Calculadora(int x, int y) {
super();
this.x = x;
this.y = y;
}
... | [
"Vespertino@192.168.128.128"
] | Vespertino@192.168.128.128 |
fccb9da96df06e210cc6d360f9b18c4650509ba6 | 24d9420c54b5551b476284b508440f2d3d9c231e | /angular-beans/src/main/java/angularBeans/context/SessionMapper.java | 4204fb805ccb8560b4eda84f26b023e30599b13b | [] | no_license | antoinesd/AngularBeans | db49d376f46b4ef1edba76091405e19168e537e7 | e72bbf96c063b27804fb54245c14acd5693190a9 | refs/heads/master | 2021-01-17T17:44:33.425783 | 2015-10-15T01:38:40 | 2015-10-15T01:38:40 | 38,692,433 | 2 | 1 | null | 2015-07-07T14:18:51 | 2015-07-07T14:18:51 | null | UTF-8 | Java | false | false | 1,375 | java | /*
* AngularBeans, CDI-AngularJS bridge
*
* Copyright (c) 2014, Bessem Hmidi. or third-party contributors as
* indicated by the @author tags or express copyright attribution
* statements applied by the authors.
*
* This copyrighted material is made available to anyone wishing to use, modify,
* copy, or redistr... | [
"bessem@esprit.com"
] | bessem@esprit.com |
b36ee83a03c00a2cc84ca846315a26eb8cebc458 | 5bc916e3d0c2a924e1c6d8ebef5980e0ecb2ce3e | /src/Model/Compagnie.java | 727fa98574a30bd490d8263d85125d9645c21b01 | [] | no_license | faycelgnfd/Tech-Agent | 36bc44cac447af43fc66c7181cb8257b10a8223b | 028b384527fea7ee3d8c137fce97e60e54ff38fa | refs/heads/master | 2023-06-16T17:40:52.921895 | 2021-07-11T09:53:51 | 2021-07-11T09:53:51 | 384,893,711 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 534 | java | package Model;
import java.util.ArrayList;
public class Compagnie {
private String nom;
private ArrayList<Vol> vols;
public Compagnie(String nom)
{
this.nom = nom;
this.vols = new ArrayList<Vol>();
}
public String getNom() {
return nom;
}
public void setNom(String nom) {
this... | [
"noreply@github.com"
] | faycelgnfd.noreply@github.com |
c3351b872d27d85fcf02f341d3d5b85c960c6f98 | 9c84388b49a751497bd996cd2afaf2fdac2711bc | /src/main/java/edu/usc/csci310/team16/tutorsearcher/server/persistence/adapter/NotificationAdapter.java | 11bf958970dce23a53a1ca0fc4bbc9acb607293d | [] | no_license | Tony1023/tUtorSearCher-server | c3fb8db8b48867e94d2ffc6eb80a97ac9be582d6 | 4143970009293793cfcc961553f068e64cf3b55b | refs/heads/master | 2020-08-29T20:23:53.710220 | 2019-12-10T05:07:04 | 2019-12-10T05:07:04 | 218,165,099 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,042 | java | package edu.usc.csci310.team16.tutorsearcher.server.persistence.adapter;
import edu.usc.csci310.team16.tutorsearcher.server.persistence.model.Notification;
import edu.usc.csci310.team16.tutorsearcher.server.persistence.model.RequestOverlap;
import java.util.ArrayList;
import java.util.List;
public class Notification... | [
"tony1023lv@gmail.com"
] | tony1023lv@gmail.com |
4753118e9134e9f0b3930d3fb30e0c3558be4ce4 | ec78b6c687f8977d020dad28f01186b3092f44e1 | /app/src/main/java/com/chinabsc/telemedicine/expert/entity/MiddlePatientEntity.java | b99cc45583cae3d1a87eb184427f90ab4fc82dc2 | [] | no_license | o2bobo/Telemedicine | 7f691fe4d68c1149f2ba00fa757b7f44f44a2744 | 8cfec27c5a9564f82820d4c134758697dc8c1f73 | refs/heads/main | 2023-04-19T07:02:20.826736 | 2021-04-30T15:17:08 | 2021-04-30T15:17:08 | 363,178,546 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,203 | java | package com.chinabsc.telemedicine.expert.entity;
import java.util.List;
public class MiddlePatientEntity {
/**
* code : 001
* data : [{"admissionId":"1338731","birthDate":"1933-06-05","cardId":"420400193306051016","gender":"男 ","hisId":"710073","infectedpatchId":"2905","infectedpatchName":"肾内科一病区","i... | [
"o2bobo@126.com"
] | o2bobo@126.com |
6513c68fb901f995fe98f1b801e8ed183858d8e7 | 00231cbd47bbbbfa1e1a09f49986ec02362f3083 | /src/com/datafast/transactions/callbacks/waitPrintReport.java | 5b8e3198b6504e6313f1d64b8056b107f5ea552e | [] | no_license | dacarrascals/9220l_datafast_multiredes | 0cf81a6109223d8f8f766f7945d44fb9235fd7f5 | 87240d719fc5a83d3b4db8dadf00d9a670309083 | refs/heads/master | 2023-08-01T05:22:12.090590 | 2021-09-15T19:42:43 | 2021-09-15T19:42:43 | 407,623,054 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 123 | java | package com.datafast.transactions.callbacks;
public interface waitPrintReport {
void getRspPrintReport(int status);
}
| [
"yeisonsanchez@wposs.com"
] | yeisonsanchez@wposs.com |
6580a220d5932c9dde70b9f6d71885aef64b5b0e | 318c1a1d99323f421fe9c2c2770f49afb87366df | /sw-marketing/src/main/java/com/zscat/marketing/wx/service/impl/WxServerService.java | 5a03695495d7113a02bad553923c429c38d18abf | [] | no_license | narci2010/zscat | e4ec9cf22967bcfca377712263109238c751eccf | e2bf16aa804caff1594a6a81666bdf7d62f8c1c2 | refs/heads/master | 2021-01-21T22:35:27.978743 | 2017-09-01T10:24:46 | 2017-09-01T10:24:46 | 102,163,734 | 1 | 3 | null | null | null | null | UTF-8 | Java | false | false | 5,290 | java | package com.zscat.marketing.wx.service.impl;
import com.zscat.marketing.wx.handler.LogHandler;
import com.zscat.marketing.wx.handler.MsgHandler;
import com.zscat.marketing.wx.handler.SubscribeHandler;
import com.zscat.marketing.wx.handler.UnSubscribeHandler;
import com.zscat.marketing.wx.service.IWxServerService;
impo... | [
"1439226817@qq.com"
] | 1439226817@qq.com |
b948d315f82d3ed82390b2e12344a33dbf34942a | 676486f76a6a47c143ef056dfb0fd6b226c81cb3 | /level6/Trees/PathSum.java | 5472834cd0950924e2ee545ff6b87008d2a55f68 | [] | no_license | dr28/InterviewBit | 7a0771668bea71f6eae0bfc8a073276bc584838e | cb3e4107b7761a9fd1f792bf0f5ce7770913dd28 | refs/heads/master | 2021-09-06T08:10:36.380687 | 2018-02-04T06:34:47 | 2018-02-04T06:34:47 | 111,505,833 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,465 | java | package com.dr.level6.Trees;
/*Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the
given sum.
Example :
Given the below binary tree and sum = 22,
5
/ \
4 8
/ / \
11 1... | [
"rkdeepthy@gmail.com"
] | rkdeepthy@gmail.com |
52f5ffedc25f816c9b3bece9a0bcc4134284b95f | ae7ba9c83692cfcb39e95483d84610715930fe9e | /MyCATApache/Mycat-Web/src/main/java/org/mycat/web/jmonitor/JMEevntCenter.java | 485c9e7438577688e2ede76927402dbc23fc79dd | [
"Apache-2.0"
] | permissive | xenron/sandbox-github-clone | 364721769ea0784fb82827b07196eaa32190126b | 5eccdd8631f8bad78eb88bb89144972dbabc109c | refs/heads/master | 2022-05-01T21:18:43.101664 | 2016-09-12T12:38:32 | 2016-09-12T12:38:32 | 65,951,766 | 5 | 7 | null | null | null | null | UTF-8 | Java | false | false | 1,857 | java | package org.mycat.web.jmonitor;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.CopyOnWriteArrayList;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.LinkedBlockingQueue;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
im... | [
"xenron@outlook.com"
] | xenron@outlook.com |
dad2fdd59dafb6a596007a5745a5d414b5931575 | 9c9c53974b3b3996a4c61fba38046987fb5911d6 | /RPG-Fighting-games/code/src/pkg0313/drink/Decaf.java | 544ba9816ebb9c95c0f985bc98cbcbceab3d1c8e | [] | no_license | shiguanghai/University-projects | 38a8d77182320eb70153bfecb9e8b1a06c67c552 | 8005b20b0429ccdbc401c1ac138cabaf79896936 | refs/heads/master | 2023-05-04T04:13:20.976630 | 2021-05-27T08:00:55 | 2021-05-27T08:00:55 | 308,266,397 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 165 | java | package pkg0313.drink;
public class Decaf extends Beverage {
public Decaf() {
super.description = "Decaf";
}
public double cost() {
return 1.05;
}
}
| [
"1932275668@qq.com"
] | 1932275668@qq.com |
702aeb40298d8f98eefb5a3ecc322c747846b35e | c7017be1b530f1a2ebe027da157e51e3ed11f677 | /main/java/com/example/wordsapp/WordDetailActivity.java | 5e4ba09b129ee78b77f91ec331741bfb0553c2a9 | [] | no_license | 2017011153/Word-App | 18c7db2e673f3c237a2c34fb7a6b398792d51027 | e6e116f7a5c477039d945081e0ce6e2cdf449c34 | refs/heads/master | 2020-09-13T18:27:25.995877 | 2019-11-24T15:03:53 | 2019-11-24T15:03:53 | 222,867,966 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,118 | java | package com.example.wordsapp;
import android.content.res.Configuration;
import android.net.Uri;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
public class WordDetailActivity extends AppCompatActivity implements com.example.wordsapp.WordDetailFragment.OnFragmentInteractionListener... | [
"noreply@github.com"
] | 2017011153.noreply@github.com |
3826bb44ae1a350078925c593950d14f13e1a60a | 8d884949c6d01ce0225038e88734f7a05889d8b6 | /dziemke/src/main/java/playground/dziemke/cemdapMatsimCadyts/oneperson/DemandGeneratorOnePersonV2.java | b94f33c4d832a54bc6c56a366c903712a0993c4c | [] | no_license | matsim-vsp/vsp-playgrounds | 790c43acd5492f6c81dbeca56b52e0a269b35c9e | 4e1da810533bfafd890a50eb945efadf42375c65 | refs/heads/master | 2022-05-26T16:08:38.044357 | 2022-05-11T12:27:36 | 2022-05-11T12:27:36 | 123,579,086 | 7 | 7 | null | 2022-03-16T10:42:27 | 2018-03-02T12:55:30 | Java | UTF-8 | Java | false | false | 14,965 | java | /* *********************************************************************** *
* project: org.matsim.* *
* *
* *********************************************************************** *
* ... | [
"ziemke@vsp.tu-berlin.de"
] | ziemke@vsp.tu-berlin.de |
35745d6b17c390c97b51920e0cbd967e8a97444e | e9032ec515997e96f8d907f88000a090ea574f24 | /src/main/java/com/imooc/utils/JsonUtils.java | 48d10ee07c2093bdb71f2f1e1aac9cc0a90af973 | [] | no_license | a8520238/spring-netty | 6a67bd6791d276e888dc7e50570c25015e2489dd | 65bd0d918e880267cf6b8e249bff8ad4534d97d2 | refs/heads/main | 2023-03-10T04:00:49.936581 | 2021-02-18T05:49:18 | 2021-02-18T05:49:18 | 339,948,632 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,804 | java | package com.imooc.utils;
import java.util.List;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.JavaType;
import com.fasterxml.jackson.databind.ObjectMapper;
/**
* @Description: 自定义响应结构, 转换类
*/
public class JsonUtils {
// 定义jackson对象
private s... | [
"360238076@qq.com"
] | 360238076@qq.com |
35a92951a6f974a4bc23f1848f6c178c68c8c172 | 335f4c42b064004b2f0a0a6254ff1ff5c38e56e9 | /src/main/java/hello/core/MemberApp.java | f5c6e798f799cb5f2ec5c0f3ad925ce5bbe0d521 | [] | no_license | hjun-park/spring-principles-basic | a9fbb6daa9ac92dfd866060afd8efea7d009fe45 | 72f043f0f83eea8f5f0eda401df6d83a3c257d9f | refs/heads/master | 2023-03-20T19:11:48.889287 | 2021-03-30T13:28:12 | 2021-03-30T13:28:12 | 341,549,595 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,634 | java | package hello.core;
import hello.core.member.Grade;
import hello.core.member.Member;
import hello.core.member.MemberService;
import hello.core.member.MemberServiceImpl;
import hello.core.order.OrderService;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.AnnotationC... | [
"root@netmanui-MacBookPro.local"
] | root@netmanui-MacBookPro.local |
af3e729d90f43a308685b24009a9bf46a48e1c15 | daa04d1b142abc28525f30222be667797628d476 | /src/main/java/com/nombremystere/Game 2.java | 402818393a3cf19c4ea46df850bf3cbc5508dbc7 | [] | no_license | SStaili/LeNumberGuesser | 8c98541a6eca05343d87a683758f1994d094b0cd | a3ed0f912db0d3595890a17b6c5602123df71b19 | refs/heads/main | 2023-03-28T13:52:45.259249 | 2021-03-28T19:31:17 | 2021-03-28T19:31:17 | 347,645,952 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 619 | java | package com.nombremystere;
import java.util.Scanner;
public class Game {
public static void main(String[] args) {
// TODO Auto-generated method stub
int choice = 0;
Nombre n = new Nombre();
n.Generer();
do {
System.out.println("1. Deviner un nombre");
System.out.println("2. Challenge IA");
Sys... | [
"chloe.merck@ynov.com"
] | chloe.merck@ynov.com |
bdf60678bb857fbeec9958869dc2d09ed72dd6b3 | 822fe54e7e8c028e946ee438294ec961a3f439c5 | /src/main/java/com/javaweb/constant/SystemConstant.java | f265ceb7cb78221a60e08495c625910796c3ab2c | [] | no_license | lediep2809/R4R_WEB-room_for_rent- | c8e059c6113d0f2a1949826266dee86d28836eff | 7d9500be6f3d9251c932544fd2b7169bbcc3b667 | refs/heads/master | 2023-02-17T09:47:12.736255 | 2021-01-18T19:12:51 | 2021-01-18T19:12:51 | 330,716,353 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 282 | java | package com.javaweb.constant;
public class SystemConstant {
public static final String MODEL = "model";
public static final String ADMIN = "ADMIN";
public static final String USER = "USER";
public static final String LIST = "list";
public static final String EDIT = "edit";
}
| [
"35600474+lediep2809@users.noreply.github.com"
] | 35600474+lediep2809@users.noreply.github.com |
531823757d6e80540167a9e698802d67db598407 | 473dbd28935fa248dd9575c5533786b76419fcde | /src/main/java/com/personal/xwei/leetcode/_0003LongestSubstringWithoutRepeatingCharacters.java | 218e7ff33d5401c4450855a1f6ebc2e7fdda5a28 | [] | no_license | mikexwei/xweicode | fa6ae2762e8a8feea37cee7c2a655c6e61ac8b4a | 11945efc16784db834853733c5ebe8c1528f90e1 | refs/heads/master | 2023-03-07T00:58:33.902710 | 2023-02-21T04:44:19 | 2023-02-21T04:44:19 | 167,670,501 | 0 | 0 | null | 2021-03-31T20:59:43 | 2019-01-26T09:14:43 | Java | UTF-8 | Java | false | false | 33,036 | java | package com.personal.xwei.leetcode;
import java.util.HashSet;
import java.util.Set;
public class _0003LongestSubstringWithoutRepeatingCharacters {
public static int lengthOfLongestSubstring(String s) {
// int len = s.length();
// if (len == 0) return 0;
// if (len == 1) return 1;
// int length... | [
"mikexwei@gmail.com"
] | mikexwei@gmail.com |
3b3127e5f9903f2dfae8fbce72bc94b8488539ff | 00c238ae526fc79c9c2a7d1867f72d802bba8e1c | /app/src/main/java/edu/cnm/deepdive/videopoker/Analyzer.java | b5a2cff3241ff0d2e9756b74fb11c40d6a0cc54a | [
"Apache-2.0"
] | permissive | jscpeterson/video-poker-android | f7d5159635ad8c795c3dfee730784c604be9639d | 48889c4f5d39253159032cf51359544951eabfaf | refs/heads/master | 2020-04-01T10:37:32.458090 | 2018-12-10T04:52:44 | 2018-12-10T12:22:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,496 | java | package edu.cnm.deepdive.videopoker;
/**
* When implemented, this class will analyze the estimated value of a given hand.
*/
public class Analyzer {
//Calculate estimated value of hand
//for each payout greater than 0
// calculate the probability to get the hand ??
// hold 5
/*
Strategy number 1 i... | [
"jscpeterson@gmail.com"
] | jscpeterson@gmail.com |
ab0f7183bf4425767f8a0277edab5604980f49cd | 8bf77532bc9bc963bd210820453784045bc1167e | /CPS350_LinkedLists/src/Node.java | 2b5aeadbd9ce0b923570332601d1122621112779 | [] | no_license | dport17/Freshman_Junior_Code | cb47a744739ba75e52774733cd9a6ef0ffcc9df3 | ddcca9f904e2609d7a1fc95c6bb9f6fac051b584 | refs/heads/master | 2023-07-19T17:32:36.925769 | 2021-08-21T02:40:20 | 2021-08-21T02:40:20 | 218,590,678 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 501 | java |
public class Node {
String name;
Node next;
Node(){
//initialize an empty Node, with no node following it.
name=""; next=null;
}//end empty Node constructor
Node(final String str, final Node nextNode){
//Initialize a Node with
name=str; next=nextNode;
}//end populated Node constructor
... | [
"noreply@github.com"
] | dport17.noreply@github.com |
4371f659adedcb35a814a64aa5db1e9053f4c150 | d531fb2aac142fd3afcd20b286daab6727c66fe5 | /PocketCv/app/src/main/java/com/example/user/pocketcv/MainActivityPocket.java | b5323700c78ca136f6b67067688a84b0ca437e34 | [] | no_license | ArvidQuarshie/androidprojects | d647697c44649cfcabca01a90a7bde7708378eb9 | ac3b6d2bf36250dcf14c1478766229c920d7eea1 | refs/heads/master | 2021-01-09T23:39:43.565726 | 2016-05-30T08:08:44 | 2016-05-30T08:08:44 | 59,516,303 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 831 | java | package com.example.user.pocketcv;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivityPocket extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
... | [
"arvidquarshie@gmail.com"
] | arvidquarshie@gmail.com |
27ef11dce766b5ca9f5766947946f2fe72f1710b | d334476831b215449233d271786eaca138612dfd | /src/main/java/biz/fabiotecnico1/apirestfulspringbootmongo26/services/PostService.java | b7fb2937b97680003cd495c99e5b47f30d0f5aae | [
"MIT"
] | permissive | Flgc/ApiRestFul_SpringBoot_MongoDB_16 | 76d3b883fb08d2752ab04a8c2ad9a84f4bbbbdfd | 59408a76044be8a90e8d730a2f3a3eb5e0bf9c27 | refs/heads/main | 2023-07-17T00:01:51.846895 | 2021-08-19T17:20:54 | 2021-08-19T17:20:54 | 397,434,436 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,021 | java | package biz.fabiotecnico1.apirestfulspringbootmongo26.services;
import java.util.Date;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import biz.fabiotecnico1.apirestfulspringbootmongo26.domain.Post;
impo... | [
"ml@fabiotecnico1.biz"
] | ml@fabiotecnico1.biz |
04896063d34bffe613de9438ffec633b182cbfe0 | d338fb76e0fdfeed8d2185b2822067e5a4c8a5d8 | /aula-calculadora-web/src/main/java/ifpb/ads/aula/calculadora/web/ControladorDeCarrinho.java | cb763473b956fb9b58186c9dca82bcf2ba791eed | [] | no_license | ifpb-disciplinas-2016-2/dac-docker-calculadora | 49009adc3eb3578d69dcb3432c5700deaaef9dbb | 966fa68aab2cefde7da9ef8da63e7b564dfad18e | refs/heads/master | 2021-01-09T06:46:07.815616 | 2017-02-23T13:09:54 | 2017-02-23T13:09:54 | 81,083,782 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,847 | java | package ifpb.ads.aula.calculadora.web;
import ifpb.ads.aula.calculadora.shared.Carrinho;
import java.io.IOException;
import java.io.Serializable;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.ejb.EJB;
import javax.enterprise.context.SessionScoped;
import javax.fac... | [
"sousajob@gmail.com"
] | sousajob@gmail.com |
4c4ec8a5c84b8d77705f899d68aa5f6515367fdd | 4fd772743418acc024002fa01da663dee230e325 | /1st Assignment_Comparing the run times/CompareSortingAlgorithms/src/SortingAlgorithms/BubbleSort.java | ff1b0e3dd5608c9a63b1dfe9f22a6276257b37b2 | [] | no_license | chaitu234kin/AnalysisofSortingAlgorithms | 6f325a5db199fd19ea32d3b7eef49dabaa17c4b5 | f076bc1f4b3f2f3af699e1897c0940bfa1dc387b | refs/heads/master | 2021-01-03T02:35:07.400228 | 2020-02-11T23:12:33 | 2020-02-11T23:12:33 | 239,882,328 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,403 | java | package SortingAlgorithms;
public class BubbleSort {
public static int[] sort(int numbers [], int numbersSize) {
int i=0,k=0,temp=0;
int is_sorted=1;
for(k = 0;k < numbersSize -1; k++) {//n
is_sorted=1;
for(i=0;i < numbersSize - k - 1;i++) {// best case loop wil... | [
"ckintali@uncc.edu"
] | ckintali@uncc.edu |
ab5e1bdf72d361618b417af3242c5cd6a180c793 | 5cbc1ee3c711b79f3a02e7296089c131f28fc25d | /app/src/main/java/com/only/rxtest/common/model/MovieBean.java | ca9a862f7ff31c175360dda36d381131d8f90abd | [] | no_license | onlybeyond/RxJavaTest | 6d481d604e4ad7ee4c66ba9cf0e7b937b1647a3b | e6866bcf352d800b5e52639e2366d0381218728c | refs/heads/master | 2020-04-02T23:01:53.029367 | 2016-06-21T03:55:06 | 2016-06-21T03:55:06 | 60,834,244 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,256 | java | package com.only.rxtest.common.model;
import java.util.List;
/**
* Created by only on 16/6/14.
*/
public class MovieBean<T> {
private int count;
private int start;
private int total;
private String title;
//用来模仿Data
private T subjects;
public int getCount() {
return count;
... | [
"932507637@qq.com"
] | 932507637@qq.com |
2a7ac4aeb0a5da8b6a9fe03eaa51be92a2ea9ab6 | 36628f43065db9cc7c2ca8f0d4635d7f44018d50 | /NumPattern.java | f306a04071b00c86b9970dc8011c34ed17d3c4cc | [] | no_license | AdityaKaushik121/Java-Programs | 4bd41ffaaedd63a86b104e693891eb64f7fa645c | b231bc48279e4dc01632aba6633b92c6a442cd4c | refs/heads/master | 2020-12-08T22:03:15.281005 | 2020-01-10T18:55:39 | 2020-01-10T18:55:39 | 233,108,004 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 293 | java | package StarPattern;
public class NumPattern {
public static void main(String[] args) {
// TODO Auto-generated method stub
int num=71;
for(int i=65;i<num;i++){
for(int j=65;j<=i; j++){
System.out.print((char)j);
}
System.out.println();
}
}
}
| [
"noreply@github.com"
] | AdityaKaushik121.noreply@github.com |
944d73f1a85454024a0fce81a2954dc3eccc1712 | 0f4ea57ed8f47a46e736b04c4e00c521e3aa44d9 | /src/main/java/com/softwareproject/collegeinformationsystem/reqcontroller/OtherLinksController.java | 911203aa3cf13e90cbb73e606aae4e875865ddf4 | [] | no_license | aerus02/College-Information-System | 17cb4dc146f1e6f7e49ac93eabc0a5bc2b0ddcc4 | 0c51d806423c39bf90f4b0ba88a52208d858c7a8 | refs/heads/master | 2022-08-02T16:26:58.852635 | 2020-05-26T05:25:16 | 2020-05-26T05:25:16 | 263,381,510 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,894 | 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.softwareproject.collegeinformationsystem.reqcontroller;
import com.softwareproject.collegeinformationsystem.model.OtherLin... | [
"sai.rahul.murali@gmail.com"
] | sai.rahul.murali@gmail.com |
9234fc0748f23d525e74a1a59e3710362f589ee4 | ea01ae50c4ccb0d47b80928d41e12e0d894e511d | /app/src/main/java/com/wenzs/jokeintefacetest/MainActivity.java | 0b28a136e93c480b9e86b0318c97ad5718fec913 | [] | no_license | wenzs/Hellod | 4bca97017895416c6833411264df3dccaee6f3bc | 1332c1c805e03b637ff14d079c99b1613e0fd9e4 | refs/heads/master | 2020-04-02T21:21:34.749297 | 2016-06-21T06:51:42 | 2016-06-21T06:51:42 | 61,609,640 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,123 | java | package com.wenzs.jokeintefacetest;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.Menu;
imp... | [
"1104793497@qq.com"
] | 1104793497@qq.com |
6ec61a747ba41e69e9d1439a0b6123a73c6fe15d | eb0eb6d02c8ceac3f0784ded67f61b62a210f89f | /src/main/java/McDonaldsExecutor.java | 984a9b73c4b509391e567e312eaaf58bd9c58ab8 | [] | no_license | savioteles/producer_consumer_rmi_corba | fd11e396cc9333ae9f1e2700c43d66fb129f55e1 | 7368e92fb9b2fc56aced92037f4e186bf4156084 | refs/heads/master | 2020-06-03T08:48:02.678840 | 2014-07-04T01:07:53 | 2014-07-04T01:07:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,400 | java | package main.java;
import java.util.concurrent.LinkedBlockingQueue;
import java.util.concurrent.ThreadPoolExecutor;
import java.util.concurrent.TimeUnit;
import main.java.McDonaldsQueue;
import main.java.rmi.McDonaldsRmiInterface;
public class McDonaldsExecutor implements McDonaldsRmiInterface {
private static McD... | [
"savio.teles@cuia.com.br"
] | savio.teles@cuia.com.br |
87b7dd6424bc4c801c753340396a6f80d1d8211d | 377d92c73511a3f3e9dcbc5272c4cf089b602a21 | /src/main/java/com/ehr/dao/SalaryLeverDao.java | 04f74bc7dc7fb1657b3d8ba6fa1f5b25fdd8ffb1 | [] | no_license | ttxxss99/ehr | 459ee3ccdd231ca1148fd0fc6d2c1fb5e551a15f | a2bcc528f81d3c3f931614604f0a03f5160e1a33 | refs/heads/master | 2023-08-09T13:34:05.939437 | 2019-07-07T03:37:08 | 2019-07-07T03:37:08 | 195,533,491 | 2 | 1 | null | 2023-07-22T10:10:13 | 2019-07-06T11:47:26 | JavaScript | UTF-8 | Java | false | false | 1,306 | java | package com.ehr.dao;
import com.ehr.model.SalaryLever;
import java.util.List;
public interface SalaryLeverDao {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ehr_paygrades
*
* @mbg.generated Fri Jun 28 10:57:26 CST 2019
*/
int de... | [
"809079733@qq.com"
] | 809079733@qq.com |
27c69e69b0233468db1b5289c329bc3a38bab010 | 3b4643ccd2ebe2aacdee396f8cc2c7851d8d3eac | /hw12-0036480046/src/main/java/hr/fer/zemris/java/webserver/IWebWorker.java | 2a1cd9e7bcfa57c81c4d24411d0dae0f68e8317b | [
"MIT"
] | permissive | Daria2002/Java_hw | fb12a49d448dc899c73737d4e9206e8e5e78a829 | 017b245c622753ad56fe03be1aa099b6a8f7e140 | refs/heads/master | 2022-11-30T21:16:11.482713 | 2020-09-24T11:41:12 | 2020-09-24T11:41:12 | 175,823,150 | 0 | 0 | MIT | 2022-11-24T07:44:34 | 2019-03-15T13:14:46 | Java | UTF-8 | Java | false | false | 337 | java | package hr.fer.zemris.java.webserver;
/**
* Interface that represents web worker
* @author Daria Matković
*
*/
public interface IWebWorker {
/**
* This method processes request
* @param context request context
* @throws Exception throws exception
*/
public void processRequest(RequestContext context) thro... | [
"daria.matkovic@fer.hr"
] | daria.matkovic@fer.hr |
a54b5b586b683bf19d9a483515d0fda341c75924 | cc511ceb3194cfdd51f591e50e52385ba46a91b3 | /example/source_code/12b8c6977953050625bf8a5c6e3607f766d9d58d/jackrabbit/src/main/java/org/apache/jackrabbit/core/nodetype/NodeDefImpl.java | 138208ebfc85c4f1fb0f7be425167514c8475e3a | [] | no_license | huox-lamda/testing_hw | a86cdce8d92983e31e653dd460abf38b94a647e4 | d41642c1e3ffa298684ec6f0196f2094527793c3 | refs/heads/master | 2020-04-16T19:24:49.643149 | 2019-01-16T15:47:13 | 2019-01-16T15:47:13 | 165,858,365 | 3 | 3 | null | null | null | null | UTF-8 | Java | false | false | 3,627 | java | org apach jackrabbit core nodetyp
org apach jackrabbit qname
java util arrai
class implement code nodedef code interfac addition
setter method node definit attribut
node def impl nodedefimpl item def impl itemdefimpl node def nodedef
default primari type
qname default primari type defaultprimarytyp
name requir primari ... | [
"huox@lamda.nju.edu.cn"
] | huox@lamda.nju.edu.cn |
025174b9c23bc57b24f9815eac6c44b96c9f2963 | 78887910fbea9507997ec80de45468ac419fda42 | /afterschool/src/afterschool/Exam15.java | 06c2361e5a466261de7091acd723a95211f2bf6f | [] | no_license | ghtmdaks/javasource | 5f3417ed2fdecf4da23414d003e20d1dd9515346 | 040f4cf9ea2d2a8c6baf5bf4820669ea0b381b91 | refs/heads/master | 2023-08-24T08:30:34.295403 | 2021-10-07T09:02:47 | 2021-10-07T09:02:47 | 411,899,097 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,252 | java | package afterschool;
import java.util.Scanner;
public class Exam15 {
public static void main(String[] args) {
// 저는 3명의 학생이 있고 3과목의 시험에 대한 점수를 입력 받고자 해
// 2차원 배열
int student[][] = new int [3][3];
Scanner sc = new Scanner(System.in);
int sum=0;
System.out.println("각 학생의 과목별 점수를 입력해 주세요");
for (int ... | [
"ghtmdaks@naver.com"
] | ghtmdaks@naver.com |
2a1f99daa8bed4111e4a950a04c3b6a0ccd4a33b | 11b9a30ada6672f428c8292937dec7ce9f35c71b | /src/main/java/com/sun/org/apache/bcel/internal/generic/IASTORE.java | 798bd17ecf7bb53fde36be427b89190627813f64 | [] | no_license | bogle-zhao/jdk8 | 5b0a3978526723b3952a0c5d7221a3686039910b | 8a66f021a824acfb48962721a20d27553523350d | refs/heads/master | 2022-12-13T10:44:17.426522 | 2020-09-27T13:37:00 | 2020-09-27T13:37:00 | 299,039,533 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,171 | java | /***** Lobxxx Translate Finished ******/
/*
* Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package com.sun.org.apache.bcel.internal.generic;
/* ==============================================================... | [
"zhaobo@MacBook-Pro.local"
] | zhaobo@MacBook-Pro.local |
aa72172911a0a55c082a8cb7841abf38b7304d91 | 747441ba9493bb1c35e8dc8285c904a2e566667e | /app/src/main/java/com/app/nfcwork/ResponsiveLinearLayoutManager.java | b230b044ea19b36472034ce95e64ecb08c58080e | [] | no_license | benquick123/nfc_work_app | 214e138fa0c6a9c7e5208c53e0f5cdf23f89c819 | e2f4b43663b875f1394da2e8f8adfbc935c0d03a | refs/heads/master | 2021-03-30T02:00:24.666342 | 2020-03-17T15:51:55 | 2020-03-17T15:51:55 | 248,004,390 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,841 | java | package com.app.nfcwork;
import android.content.Context;
import android.icu.text.DateFormatSymbols;
import android.util.AttributeSet;
import android.util.Log;
import android.view.View;
import android.widget.TextView;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.Recycler... | [
"benjamin.fele@gmail.com"
] | benjamin.fele@gmail.com |
dd119ea47ac674247c28e2e3434e7a2ddb4740bd | ea8307041d10c9e71659af371202943387a6fd9c | /LO02_project/src/fr/utt/lo02/j8/modele/variantes/VarianteMinimale.java | 4030b57c1ea97fba03b112778fd41e79429d70e5 | [] | no_license | AdrienLebret/Java-Jeu-du-8-americain | 3fa0dea48d39f51f6b535e604e74ec24c0922268 | 7a23cd11c4d6ad501c35a32e5af5c72aca558f7f | refs/heads/master | 2020-04-07T20:32:04.860719 | 2018-11-22T11:57:28 | 2018-11-22T11:57:28 | 158,692,560 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,345 | java | package fr.utt.lo02.j8.modele.variantes;
import fr.utt.lo02.j8.modele.effets.ChangerCouleur;
import fr.utt.lo02.j8.modele.effets.Effet;
import fr.utt.lo02.j8.modele.effets.Rejouer;
import fr.utt.lo02.j8.modele.jouabilite.Jouabilite;
import fr.utt.lo02.j8.modele.jouabilite.JouableSurTout;
import fr.utt.lo02.j8.modele.jo... | [
"39364576+AdrienLebret@users.noreply.github.com"
] | 39364576+AdrienLebret@users.noreply.github.com |
050b935e595de5b34cfcc0b6a5d1142fbfeeabfd | 311f1237e7498e7d1d195af5f4bcd49165afa63a | /sourcedata/poi-REL_3_0/src/contrib/src/org/apache/poi/contrib/metrics/FontMetricsDumper.java | d0080503697ae04b068529c4536137f7023c3239 | [
"Apache-2.0"
] | permissive | DXYyang/SDP | 86ee0e9fb7032a0638b8bd825bcf7585bccc8021 | 6ad0daf242d4062888ceca6d4a1bd4c41fd99b63 | refs/heads/master | 2023-01-11T02:29:36.328694 | 2019-11-02T09:38:34 | 2019-11-02T09:38:34 | 219,128,146 | 10 | 1 | Apache-2.0 | 2023-01-02T21:53:42 | 2019-11-02T08:54:26 | Java | UTF-8 | Java | false | false | 3,060 | 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 ... | [
"512463514@qq.com"
] | 512463514@qq.com |
c88abe14c21e561d17173362c4a9eea16c76fdb3 | 5e19c3b375680ec4267db1ad4c43c8b53ac00b99 | /app/src/main/java/vn/com/vsc/ptpm/VNPT_DMS/view/viewevent/tmx/IDanhSachKhachHangView.java | dd8234885b2e133255e92225939849a2ff68ab49 | [] | no_license | minhdn7/dms | b478214c2c6dc1c5438232830d8e873d80fa2907 | 8fde79c7adef24997d186a0cb4354169a4552cf5 | refs/heads/master | 2020-03-17T13:50:08.844025 | 2018-05-16T10:21:35 | 2018-05-16T10:21:35 | 133,646,559 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 235 | java | package vn.com.vsc.ptpm.VNPT_DMS.view.viewevent.tmx;
/**
* Created by MinhDN on 11/10/2017.
*/
public interface IDanhSachKhachHangView {
void onLayKhachHangSuccess(Object object);
void onLayKhachHangError(Object object);
}
| [
"minhdn231@gmail.com"
] | minhdn231@gmail.com |
0d443422725fa2ae2bd62ef0ae28452ad9907ecd | c1ab371ab1a7a7d6df4457a8bd5c9e3499fa41a3 | /app/src/main/java/com/example/administrator/omg/PlaceOrder/PlaceOrderContract.java | 9f4a15ef2917c0f06cfdccdf5511350fd44fba8d | [] | no_license | zyssky/OMG | 9e4d79cc2c022a20089692c449124446677fa4f7 | 07526aed21a409550001873b0789b26619b6c513 | refs/heads/master | 2021-01-19T16:42:11.679088 | 2017-05-20T15:47:01 | 2017-05-20T15:47:01 | 88,279,626 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 767 | java | package com.example.administrator.omg.PlaceOrder;
import android.widget.ExpandableListAdapter;
import com.example.administrator.omg.MetaData.Order;
import java.util.List;
/**
* Created by Administrator on 2017/4/22.
*/
public interface PlaceOrderContract {
interface View{
void setPickDate(String date... | [
"2462084760@qq.com"
] | 2462084760@qq.com |
fb642af31e015eadd419136944acdc762095083a | 63e838569356e15863456b567ef3f0b22a954765 | /teacher/lesson_4_git_brancing_pull_request_code_review/step_3_paging/src/main/java/lv/javaguru/java2/library/core/services/SearchBooksService.java | 2e1f77d4a61e5f7533a18419b1227b764272c5e9 | [] | no_license | AndrejsB86/java2_thursday_online_2021_spring | 90a270781f69619aee6d4b5403e8acb88f62c175 | 28cdd096bb9ff36ca2612d174fe596c2c1655e77 | refs/heads/master | 2023-06-24T15:42:22.591858 | 2021-07-29T13:45:54 | 2021-07-29T13:45:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,514 | java | package lv.javaguru.java2.library.core.services;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
import java.util.stream.Collectors;
import lv.javaguru.java2.library.Book;
import lv.javaguru.java2.library.core.database.Database;
import lv.javaguru.java2.library.core.requests.Ordering;
... | [
"viktors.savonins@proofit.lv"
] | viktors.savonins@proofit.lv |
ffef12a8b07a09f87122b42e54d094580721939e | 3c8c08db76a94dcf72b5873e2776f118db12ab41 | /gen/com/example/ipcforsocket/R.java | 60f305c0481b50c094dfcc267c6735a43e775d22 | [] | no_license | yjy239/SocketTest | 56bb2c96b45817a7e9b455d033fa5f0805d11f4a | b001ea1d322caa771e76b404038c0afb7f147ecc | refs/heads/master | 2020-09-22T18:08:19.028791 | 2016-08-28T12:35:25 | 2016-08-28T12:35:25 | 66,767,054 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,586 | 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.ipcforsocket;
public final class R {
public static final class attr {
}
public static final class dimen {... | [
"2651167692@qq.com"
] | 2651167692@qq.com |
6548f4ea362978d39336bbc3ea841ea8f5021bbc | 9981cfb0c7a5fc3a6eb803acaa159749a6c45b73 | /src/main/java/com/bolsadeideas/springboot/error/app/models/domain/Usuario.java | d3cb07ec47dcb56ae28eda2e15d75d5141a4f2a4 | [] | no_license | nikopfleger/spring-boot-error | a82517facc130ce9a352a5f937bef658d9e4ae66 | 715fa7ab50b536b5c2a7a09da67edde856905d5d | refs/heads/master | 2023-04-13T05:35:10.424978 | 2021-05-01T00:06:01 | 2021-05-01T00:06:01 | 363,287,369 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 718 | java | package com.bolsadeideas.springboot.error.app.models.domain;
public class Usuario {
private Integer id;
private String nombre;
private String apellido;
public Usuario(Integer id, String nombre, String apellido) {
this.id = id;
this.nombre = nombre;
this.apellido = apellido;
}
public Usuario() {
supe... | [
"nicolas.pfleger@gmail.com"
] | nicolas.pfleger@gmail.com |
104402834d5b24473323094a552b7f5d33d9cbd8 | 3e7a12012ee9e0c74e760e65cdc7c7adcd6f4808 | /src/main/java/com/example/demo/SmtpComponent.java | b9d7a77b34ea27ef14ba81aa2b1567e33443ca58 | [] | no_license | inhalin/Delibrary | 8654a80a0deaff9c50a4eb96a220f1a52c148e05 | 86fc7e1113341c5ea8a8f3a980d2e1b78e3b108c | refs/heads/main | 2023-04-22T06:54:07.670500 | 2023-04-12T13:26:05 | 2023-04-12T13:26:05 | 315,908,245 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 785 | java | package com.example.demo;
import java.util.Properties;
import org.springframework.context.annotation.Bean;
import org.springframework.mail.javamail.JavaMailSenderImpl;
import org.springframework.stereotype.Component;
@Component
public class SmtpComponent {
@Bean
public JavaMailSenderImpl javaMailSender(){
Jav... | [
"inhalin.kim@gmail.com"
] | inhalin.kim@gmail.com |
a2990d6af9532a7a401e3068dcce3980e1f5bd0d | ec61b53984cd26906842e35336dd897de734995c | /Qatools/src/main/java/com/QaTools/pages/InteractionPage.java | 6aca3d7ba76c9d74d9dbe76ba32b7bdb72292829 | [] | no_license | Aditya-Shastri/QAToolsAutomation | 158b9b1bae435dd5b1b53748448e2057569c12a8 | 2aec7f80466498758aa6a4dd42f5326930fef2b4 | refs/heads/master | 2023-04-21T17:54:31.981701 | 2021-05-13T15:22:02 | 2021-05-13T15:22:02 | 367,083,962 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 305 | java | package com.QaTools.pages;
import org.apache.logging.log4j.Logger;
import org.openqa.selenium.WebDriver;
public class InteractionPage extends BasePageObject {
public InteractionPage(WebDriver driver , Logger log) {
// TODO Auto-generated constructor stub
super(driver,log);
}
}
| [
"Git_Home8000"
] | Git_Home8000 |
1b41e09977db4e294d16744705b33736bef47c4c | 7563950dbcf1f109e8e46ffc58dcd4e54ef4d11c | /app/src/main/java/com/mobile/termproject/TestActivity.java | 2fd3ad0d26cf80912318dbb1f13ea92f7604cabe | [] | no_license | hololol-101/CoTest | 58965c65343182fff153236b7ec21c4c40b6f7b4 | e9989d41dc184e171d8772f79c5c44313c748558 | refs/heads/master | 2023-06-14T22:57:35.375492 | 2021-07-12T04:12:18 | 2021-07-12T04:12:18 | 385,120,957 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,439 | java | package com.mobile.termproject;
import androidx.appcompat.app.AppCompatActivity;
import android.annotation.SuppressLint;
import android.graphics.Color;
import android.os.AsyncTask;
import android.os.Bundle;
import android.os.CountDownTimer;
import android.view.View;
import android.webkit.WebChromeClient;
import andro... | [
"gkrbs1010"
] | gkrbs1010 |
5f90e39c6aa4ae23e97aac1e4f84121e6a80263f | 3c2ae49c8099b5f86c8a0243abfb2c92ccde5cec | /shg-ws/src/main/java/com/beone/udaan/mr/bo/DashboardMrBO.java | 46b2b810842b92518b2950744816c971ce608ffd | [] | no_license | vaibhav-raut/beOne-Server | 4cbed65a7ff542972a427a8d6c54a0024e902a3d | 99b89df1447b7562da257a65c1972cf3ad26f63c | refs/heads/master | 2022-12-23T23:12:05.251324 | 2020-03-08T18:14:34 | 2020-03-08T18:14:34 | 245,856,036 | 0 | 0 | null | 2022-12-16T03:32:36 | 2020-03-08T17:17:42 | Java | UTF-8 | Java | false | false | 1,303 | java | package com.beone.udaan.mr.bo;
import java.util.List;
import org.springframework.stereotype.Component;
import com.beone.shg.net.persistence.bo.BaseBO;
import com.beone.shg.net.persistence.util.ConversionUtil;
import com.beone.shg.net.persistence.util.DateUtil;
import com.beone.shg.net.webservice.rest.support.BadRequ... | [
"vaibhav.beone@gmail.com"
] | vaibhav.beone@gmail.com |
86f0891c83b0b19b10473ef3e035cb3a390b5d1f | 80157850cb96ff4e52de2a4aea0ac37e663d6091 | /bxy-platform/bxy-demo/bxy-demo-controller/src/main/java/com/github/bxy/demo/controller/test/model/Orddder.java | 5a652940972ec7d953b5a23540e0c7c5f3c783d3 | [
"Apache-2.0"
] | permissive | YephetsSkys/bxy-open-cloud | 59a895ed456f40a9319472f2d2f80f2bf10f10d4 | 3c9dfbc776228a6e105a299f09c71526508e753c | refs/heads/master | 2022-04-11T14:49:32.102566 | 2020-02-10T01:00:12 | 2020-02-10T01:00:12 | 283,141,468 | 1 | 1 | null | 2020-07-28T07:55:02 | 2020-07-28T07:55:01 | null | UTF-8 | Java | false | false | 336 | java | package com.github.bxy.demo.controller.test.model;
import java.io.Serializable;
import lombok.Data;
import lombok.ToString;
/**
* 订单测试DTO
*
* @author bxy
* @date 2019/08/01
*/
@Data
@ToString
public class Orddder implements Serializable {
private Long id;
private String name;
private Producttt produ... | [
"liujian@gpdata.cn"
] | liujian@gpdata.cn |
812fd8858ccef08ffa0a689214054cb12c4cf3d8 | 6cc14212f091eea44323531c856606bd3ce95f52 | /src/main/java/com/service/zhishouservice.java | e95051837b5c594acc9a94fcfa88e2f43094da7e | [] | no_license | donghongwei001/p2p | 9d5e451b69eefce84d21687bd5a3ed43037635f8 | bec41fc9978d83c9d07bdf15c32681063047ffc1 | refs/heads/master | 2021-01-20T12:20:40.409810 | 2017-12-30T07:38:16 | 2017-12-30T07:38:16 | 101,711,269 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 457 | java | package com.service;
import java.util.List;
import java.util.Map;
public interface zhishouservice {
public int querytotalmoney();
public void addshouru(int id,String date,double money);
public void addzhichu(int id,String date,double money);
public List<Map> selshouzhi();
public List<Map> selyuqi(Strin... | [
"873546384@qq.com"
] | 873546384@qq.com |
94f6c5213279cc1ce98430c666662e50fd83faf9 | adf73a10247e470fe895d9477ec5ee12491e4c0a | /src/utility/Route.java | 041231f0865520776b74113fed3ebb39e21c647e | [] | no_license | thaibert/au-bachelors | c727d7ba9ac6a8461928a920b093ed985bbd275f | b2535a4ecb6deaee4416e055d354978284781821 | refs/heads/main | 2023-06-05T09:03:01.882058 | 2021-06-21T12:13:15 | 2021-06-21T12:13:15 | 335,896,167 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 273 | java | package utility;
import graph.*;
import java.util.*;
public class Route {
public final Vertex start;
public final Vertex destination;
public Route(Vertex start, Vertex destination) {
this.start = start;
this.destination = destination;
}
}
| [
"au617767@uni.au.dk"
] | au617767@uni.au.dk |
99367a996d7357abbf7453068cf2d96bd495a33f | 511f859eed529858c2b8ce085cd17694929dbb68 | /ce/src/main/java/com/hjx/service/SecurityService.java | e1572c00b8685a781795dae91265530db745305f | [] | no_license | pzwdshxzt/CE-BBS | 14f3a4030bb17eb742a21b46ca10c9f8a03797b9 | 706400990c35212d4cbd41659ca1be15318135bb | refs/heads/master | 2021-01-19T22:40:13.219433 | 2017-09-04T05:40:50 | 2017-09-04T05:40:50 | 83,777,525 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,046 | java | package com.hjx.service;
import com.hjx.core.service.IBaseService;
import com.hjx.model.Security;
public interface SecurityService extends IBaseService<Security> {
/**
* 登录验证
* @param security
* @return Security
*/
public Security loginSecurity(Security security);
/**
* 检验邮箱是否被注册
* @param securit... | [
"huangjinxing@szzt.com.cn"
] | huangjinxing@szzt.com.cn |
be81c18480a88880d1fbd60947869d9b3d054435 | 0836d3a9df8faba04e74aff73c0cdc0492918f2b | /app/src/main/java/com/infinite/weixincircle/widget/photopicker/event/OnItemCheckListener.java | d8efe26822364b3f474e72e676afc1b7223ba1d8 | [] | no_license | blueflychief/WeixinPublishi | 053df2a25b2bff49343c07d81f78d6b2efe71002 | 2e7a20ea035dbd38c61a0abe5af84c15398c9983 | refs/heads/master | 2021-01-11T04:18:31.911801 | 2016-10-18T04:59:04 | 2016-10-18T04:59:04 | 71,210,479 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 463 | java | package com.infinite.weixincircle.widget.photopicker.event;
import com.infinite.weixincircle.widget.photopicker.entity.Photo;
public interface OnItemCheckListener {
/***
*
* @param position 所选图片的位置
* @param path 所选的图片
*@param isCheck 当前状态
* @param selectedItemCount 已选数量
* @return enable c... | [
"luoshuiquan@kuaikuaikeji.com"
] | luoshuiquan@kuaikuaikeji.com |
10410e0277972bbea777489327f872e764cd9b66 | c5f0384c4d9aa89a80b18d74c72d183c1837998a | /src/com/cls/action/GysAction.java | 537b7bac83bb4cd24c6dc5f768ea9718379edb15 | [] | no_license | songxiaobai/songxiaobai-ssh_group11 | 997f7cf699c573c1bd62046606d60f19a7d7b999 | 29ffbc8d4d267232b694d1086956388ff75f5034 | refs/heads/master | 2021-01-20T18:52:45.515910 | 2016-05-31T11:06:33 | 2016-05-31T11:06:33 | 60,083,274 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,890 | java | package com.cls.action;
import java.util.Iterator;
import java.util.List;
import com.cls.pojo.Gys;
import com.cls.service.GysService;
import com.opensymphony.xwork2.ActionSupport;
public class GysAction extends ActionSupport{
private GysService gysservice;
private Integer gysId;
private String gysName;
private S... | [
"184976916@qq.com"
] | 184976916@qq.com |
5e5d6890475b29a72acb21dd21364834fea75373 | 3a7cd818e9030291ad6e80b7a2ab4e946ca8c4f9 | /xinguan/src/com/xinguan/question/dao/QuestionFactory.java | 54ba0fddea66c70ff7e519afedb665a3e4de3585 | [] | no_license | DemonCirno/xinguanjd | 262f0f53e7ca6b38e14cc94f0e62089ebf528d9a | baddd7212005868a8f37a0b3a7d42f008f9c18df | refs/heads/master | 2020-06-11T09:43:50.256654 | 2017-02-13T13:50:41 | 2017-02-13T13:50:41 | 75,688,894 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 159 | java | package com.xinguan.question.dao;
public class QuestionFactory {
public static IQuesDao createQuestionImplInstance(){
return new QuestionImplDao();
}
}
| [
"demon.cirno@outlook.com"
] | demon.cirno@outlook.com |
d1848c2da32a99993e2ce736d077643ff6f68516 | 1a9e8c61c9e890e493a9522e90b9fd6ce756dde6 | /app/src/main/java/com/martinborjesson/usbmousetoserialconfiguration/utils/DownloadTask.java | 3f0700f7c4a4629d1ae0364272e91a5ab25ad4cf | [
"Apache-2.0"
] | permissive | mborjesson/USB-Mouse-to-Serial-Configuration-Android | 4791fd3f7746e92e9326883b669b59f79e97989d | bc0f93d86104b56032f201a58190db27be0c5eae | refs/heads/master | 2020-03-10T09:10:30.638334 | 2018-04-16T09:42:18 | 2018-04-16T09:42:18 | 129,303,865 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,756 | java | package com.martinborjesson.usbmousetoserialconfiguration.utils;
import android.os.AsyncTask;
import com.martinborjesson.usbmousetoserialconfiguration.utils.callbacks.DownloadCallback;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.URL;
public class Downlo... | [
"martin@ammarnas.nu"
] | martin@ammarnas.nu |
d0ed2264585fbba48487cc34ec0b01373286145e | edba60bb2b081bef0dde2141d4273a8ec5b85b59 | /src/zeus/visualiser/VisualiserModel.java | bc9fedcfc85d3b5dc6d70d8c6c4fca87bb9e471b | [] | no_license | sgt101/zeus | 6a087bc6438ff82b456b67f193dd554954cd0599 | 1f48ff24ffaa55128fbe0b9b67b2465e1d1e46ce | refs/heads/master | 2020-05-30T11:02:22.819112 | 2015-02-26T15:25:23 | 2015-02-26T15:25:23 | 31,373,027 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 8,416 | java | /*
* The contents of this file are subject to the BT "ZEUS" Open Source
* Licence (L77741), Version 1.0 (the "Licence"); you may not use this file
* except in compliance with the Licence. You may obtain a copy of the Licence
* from $ZEUS_INSTALL/licence.html or alternatively from
* http://www.labs.bt.com/projects/age... | [
"simon.2.thompson@gmail.com"
] | simon.2.thompson@gmail.com |
f3a0767e308a167235a26bf0ff2f2510f032cd6d | 53d677a55e4ece8883526738f1c9d00fa6560ff7 | /com/tencent/mm/plugin/appbrand/media/record/g$5.java | 1814c3998b31b1f9e92e588f218f03d87805a165 | [] | no_license | 0jinxing/wechat-apk-source | 544c2d79bfc10261eb36389c1edfdf553d8f312a | f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d | refs/heads/master | 2020-06-07T20:06:03.580028 | 2019-06-21T09:17:26 | 2019-06-21T09:17:26 | 193,069,132 | 9 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,471 | java | package com.tencent.mm.plugin.appbrand.media.record;
import android.os.Looper;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.mm.g.a.mb;
import com.tencent.mm.plugin.appbrand.media.record.a.c.a;
import com.tencent.mm.plugin.appbrand.media.record.record_imp.RecordParam;
import com.tencent... | [
"172601673@qq.com"
] | 172601673@qq.com |
80da5bfb0ec54392d99638637aba2c13bed6c69b | aee8a8979b98497031388c387d46ed31cc8d543e | /src/java/net/spy/photo/struts/KeywordCloudAction.java | 385d1b966924c29fbe2d72d440da00932fe846f4 | [] | no_license | cchrisscoupe/photo | 272b554ad30134102ba8facb0391ca2e87b35742 | 2d0b4373391f69cdf033141794e377bb55a18276 | refs/heads/master | 2020-04-05T22:49:31.575553 | 2009-01-17T03:41:12 | 2009-01-17T03:41:12 | 111,720 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,402 | java | package net.spy.photo.struts;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Collection;
import java.util.Iterator;
import java.util.TreeSet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import net.spy.photo.s... | [
"dustin@spy.net"
] | dustin@spy.net |
8f056bf91b8f508bfc09df2ba95206354dcf3fb7 | 309e3ad7416158e345f76721757ec38e2fde1e89 | /src/main/java/ru/nik/testtask/repository/HumanRepository.java | 3acb865917d5e5086ec380bbf6feff2ff955c360 | [] | no_license | ujwegh/test-task | 43992c4b2882702a7ded6916daa730b5a106b943 | f7db98d6105cc08be18f04371ce71a9f2fa24ee3 | refs/heads/master | 2022-09-28T12:01:35.217849 | 2020-06-06T10:48:20 | 2020-06-06T10:48:20 | 269,752,301 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 470 | java | package ru.nik.testtask.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import ru.nik.testtask.model.Human;
import java.util.List;
@Repository
public interface HumanRepository extends JpaRepository<Human, Long> {
// длинновато, но как же... | [
"nik29200018@yandex.ru"
] | nik29200018@yandex.ru |
57d372f422c5be55ca2a80fe09bc18cc5842c5d9 | 576325c11b3a83bb874a4efe36cfb37784b72ff1 | /app/src/test/java/in/co/ayushjain/justjava/ExampleUnitTest.java | 6b49e44c4533bb4880fd6706ae49c4e31cd6a7d2 | [] | no_license | ayush1703/JustJava | 39f7ac9298d5c072e27fec2c931341153e2415f0 | 012eff07f2e636137799609c0acc673c026d4a67 | refs/heads/master | 2020-05-29T14:40:49.630466 | 2016-07-14T20:21:13 | 2016-07-14T20:21:13 | 63,367,054 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 317 | java | package in.co.ayushjain.justjava;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
} | [
"Wingify@Ayushs-MBP.lan"
] | Wingify@Ayushs-MBP.lan |
26e5aa6455092afc173dbe0bf6d0ad69f26186c1 | 7645ed419e3ec6b08a7aac884aa6eb35428fceaa | /maven-plugin-demo/src/main/java/com/william/maven/study/App.java | f825dda0943ec45bc6307b8a1526ed63e43526e2 | [] | no_license | williamcheng1988/maven-study | bf022b37cdd5d504b7a698a7804ba214d24ffe2e | 68eb2ff7f954e1479c5bf7f8aa0bf3a4ec3d98f3 | refs/heads/master | 2020-12-25T17:46:28.066491 | 2018-09-11T12:05:27 | 2018-09-11T12:05:27 | 68,536,914 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 185 | java | package com.william.maven.study;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
| [
"williamcheng1988@gmail.com"
] | williamcheng1988@gmail.com |
0f0130d4e0e18aa06e0a7016e773e1d5fa3f66de | d1db66e9a8878acd9e5ce44e5904d6fcf0fc8e22 | /src/main/java/uvsq/fr/entities/Category.java | b5a838177eccae8a86930a18e29e23f185a94b21 | [] | no_license | rroot47/light-ecommerce | 89c00d19efc1625f2173324438215ee210737eb5 | 1f54aff697c390c1e76e424732b10d81c42c31eb | refs/heads/master | 2022-11-06T22:40:43.573251 | 2020-06-19T20:14:56 | 2020-06-19T20:14:56 | 273,578,594 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,477 | java | package uvsq.fr.entities;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Collection;
@Entity
public class Category implements Serializable {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
private String name;
private String description;
pri... | [
"syllabouboumohamed@gmail.com"
] | syllabouboumohamed@gmail.com |
4d2f89b2c924b5725550b7a9693cf38f0aacc4d9 | 977230ea6055910ee5665eaa2c658ab359cbc45d | /gulimall-product/src/main/java/com/wang/gulimall/product/entity/SkuSaleAttrValueEntity.java | cd5a8165742082e7cb38c110a67f3a9cfb53af08 | [
"Apache-2.0"
] | permissive | 817coder/gulimall | 74c0d6f5c0ca7515054e4bc9fdcb7c0b527404b1 | 287142d45ffd1eb4780b4fc4068115d320eca8c8 | refs/heads/main | 2023-06-11T06:08:25.725518 | 2021-06-28T08:55:07 | 2021-06-28T08:55:07 | 309,115,074 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 818 | java | package com.wang.gulimall.product.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
import java.io.Serializable;
/**
* sku销售属性&值
*
* @author leifengyang
* @email leifengyang@gmail.com
* @date 2019-10-01 21:08:49
... | [
"wangjunjie@wangjunjiedeMacBook-Pro.local"
] | wangjunjie@wangjunjiedeMacBook-Pro.local |
f5286c07e9ac447f6e4d7ccf695cdebe44eb9951 | c8e19f3859654e51f656ee41e5661e1d65f94192 | /Handins/hi10/CAS/TestCasAtomicInteger.java | 48a17c0e78ee6fd2d3440c1d9b8079bd21278f52 | [] | no_license | ThomasKeralla/PCPP- | fca00ad84a9fa005d4c547ba4264171c3204f30c | 6494998978b95335b002a603d4c07eebf318832b | refs/heads/master | 2020-06-27T03:25:36.515881 | 2019-07-31T10:11:47 | 2019-07-31T10:11:47 | 199,831,399 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,251 | java | // For week 10 and 11
// sestoft@itu.dk * 2014-11-12, 2015-11-03
// Implementation of CAS in terms of lock, for describing its meaning,
// and implementation of AtomicInteger style operations in terms of
// CAS.
import java.util.concurrent.CyclicBarrier;
import java.util.concurrent.atomic.AtomicInteger;
import java.u... | [
"thkh@itu.dk"
] | thkh@itu.dk |
5ecc6a5fc17da6882a5a15726999b05313b66e4c | 4a972fbc3784e2e4bfe897bae56aab424d5dea4b | /kafkaservice/src/main/java/kafkaservice/msg/service/Consumer.java | 1dd815aeefed723fb365335a87cd74ff2cc5de0a | [] | no_license | SasmitaPriyadarshiniDas/restaurant-ordering-service | d4e903d4278da13b956676e74f64d7bd78f6aec8 | 84d9dd8c85c725cf166e7a353d8d24a9e2d7a05e | refs/heads/master | 2022-07-18T16:50:44.219352 | 2020-02-19T12:02:13 | 2020-02-19T12:02:13 | 241,607,490 | 0 | 0 | null | 2022-07-01T21:28:33 | 2020-02-19T11:42:43 | Java | UTF-8 | Java | false | false | 112 | java | package kafkaservice.msg.service;
public interface Consumer {
public void consume(String message);
}
| [
"noreply@github.com"
] | SasmitaPriyadarshiniDas.noreply@github.com |
0f98fb142bc484e6e29f0b480ab8035576570064 | 54510bb4c17e1edfcb801d97e38c7ce9a0784606 | /src/main/java/com/moqi/lock/SpinLockDemo.java | c575cae11b4546852a9122e99a2fdb7e747267cb | [] | no_license | moqi1997/suanfa | 46bbdfcb96ab2cf368238beabe5500b1d8b26b43 | 3887d677d9738a06dcba9178a77d13ca760b8e48 | refs/heads/master | 2021-02-05T00:45:48.503069 | 2020-05-15T11:01:04 | 2020-05-15T11:01:04 | 243,723,699 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 390 | java | package com.moqi.lock;
import java.util.concurrent.atomic.AtomicReference;
/**
* @author moqi
* @date 2020/5/5 14:55
*/
public class SpinLockDemo {
AtomicReference<Thread> atomicReference = new AtomicReference<>();
public void myLock() {
Thread thread = Thread.currentThread();
System.ou... | [
"1176323390@qq.com"
] | 1176323390@qq.com |
0b42a0cd9bb93b2b1d24e4921d2a1b56056d5f64 | fa51687f6aa32d57a9f5f4efc6dcfda2806f244d | /jdk8-src/src/main/java/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_zh_CN.java | 67ed167630714da0e3a063d551803f660b1cc2d3 | [] | no_license | yida-lxw/jdk8 | 44bad6ccd2d81099bea11433c8f2a0fc2e589eaa | 9f69e5f33eb5ab32e385301b210db1e49e919aac | refs/heads/master | 2022-12-29T23:56:32.001512 | 2020-04-27T04:14:10 | 2020-04-27T04:14:10 | 258,988,898 | 0 | 1 | null | 2020-10-13T21:32:05 | 2020-04-26T09:21:22 | Java | UTF-8 | Java | false | false | 53,359 | java | /*
* Copyright (c) 2007, 2019, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except ... | [
"yida@caibeike.com"
] | yida@caibeike.com |
86e2134979abd84d54aff6a1233e6663c1840d78 | 39349eac7ae11d3c8ac2e2591d0118beb7e3532d | /java_classes/Credit_Card_Details/Credit_Card_DetailExceptions.java | cfe54d15a7c2b2bfbb45d4cd34d21e7b94e587c6 | [] | no_license | fmb3codes/CaseStudyProject | 84d7403ee6681bac30b5b3157c07c51f9aef9d30 | 4d4ce66d667c28eb4fadcc571b553c946d8064ea | refs/heads/master | 2020-03-15T08:21:36.030969 | 2018-05-25T17:08:21 | 2018-05-25T17:08:21 | 132,048,978 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 167 | java | package Credit_Card_Details;
public class Credit_Card_DetailExceptions extends Exception {
public Credit_Card_DetailExceptions(String msg)
{
super(msg);
}
} | [
"lawrence.broomfield@gmail.com"
] | lawrence.broomfield@gmail.com |
fb37b33ca340f2238e5b1570c25d49fa2a90ed04 | 89c213059a4364c733dcbc313b801587b75acd37 | /src/main/java/ru/golidonov/actions/Checker.java | f1f75426d3f8b441772dfdf992bb7aa1b36c3b93 | [] | no_license | SergeyGolidonov/JavaMentorTestProject | c2a1f22b6c51e3e86a5a9fa23202ef853082b903 | 768217cb3135c81e8757f13fe9cc966c673a4db4 | refs/heads/main | 2023-04-13T08:56:02.350778 | 2021-04-21T21:14:23 | 2021-04-21T21:14:23 | 359,758,795 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 556 | java | package main.java.ru.golidonov.actions;
public class Checker {
private Checker() {
}
public static boolean isNumber(String s) {
if (s.length() == 0) return false;
char[] chars = s.toCharArray();
for (int i = 0; i < chars.length; i++) {
char c = chars[i];
i... | [
"3apa3a86@inbox.ru"
] | 3apa3a86@inbox.ru |
d231bd694dd8a191a0d9129d09a29bb1513b9989 | 71000f734edaaaa2a0fd45a77f48b0ebc57afaba | /java-source/study/src/chapter2/CharacterEx2.java | c4d1f6ea722b9df1d245a6fc3a0e0bf396637ed5 | [] | no_license | psg1415/java | 1b71a4cb3b444f7613affb74884321064543d0ee | a87f26540e5841724d9d79fe08d9c3877e19e664 | refs/heads/main | 2023-08-11T14:52:01.633586 | 2021-09-27T11:42:51 | 2021-09-27T11:42:51 | 398,220,166 | 0 | 0 | null | null | null | null | ISO-8859-7 | Java | false | false | 195 | java | package chapter2;
public class CharacterEx2 {
public static void main(String[] args) {
char ch1 = 'ΗΡ';
char ch2 = '\uD55C';
System.out.println(ch1);
System.out.println(ch2);
}
}
| [
"psg1415@naver.com"
] | psg1415@naver.com |
79be1dc00e9b2c956292663e2586ba226351faec | 92368ec4b32de7de17156bafc049f0c7d5edd951 | /build/generated/src/org/apache/jsp/home_jsp.java | aafd16d850a3edfdd601ff533a6916dba689fa7a | [] | no_license | Kitty-G/Pstudent | fe1c4effb58b79d20d12a83b45b3fb26f8f8ef46 | 217538a4648029784680b60e765e0c2fceb5e79c | refs/heads/master | 2021-01-21T04:36:19.927222 | 2016-06-08T17:12:58 | 2016-06-08T17:12:58 | 39,626,299 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,447 | java | package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import com.javabean.common.User.Identity;
public final class home_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static final JspFactory ... | [
"silver.codingcat@gmail.com"
] | silver.codingcat@gmail.com |
d0bea6bb0aa218839a1d71c07bc81750bc230cfb | 60ae606671fb41ef2349d6075723b86efb7cbbe4 | /baizhi-cmfz-service/src/main/java/test/TestWebServiceImpl.java | f3f8ec80af3311e4e8dda47030216317231f183f | [] | no_license | SingleNoble/codes | 13bdae64fb7a8ed4b5f50407f85ac2ca27f1d2a2 | 46c48683b8a6c14d9f503531f16a6c6c8d32f772 | refs/heads/master | 2020-06-02T17:35:01.710762 | 2017-06-20T11:12:30 | 2017-06-20T11:12:43 | 94,100,311 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 398 | java | package test;
import javax.jws.WebService;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
/**
* Created by wangqiang on 2017/6/15.
*/
@WebService
@Path("/test")
public class TestWebServiceImpl implements TestWebService{
@GET
@Path("/testE")
@Produces("application/json;char... | [
"908686019@qq.com"
] | 908686019@qq.com |
9ef72d2f96ef2884bd08f0a07719cd399861992b | d9f9cd5df3ee1acc965e33822ee9760e9b4ed6cc | /src/main/java/com/smr/market/persistence/entity/ComprasProducto.java | 6528d60f1b2649e7375d12fadb935d7d30db5075 | [] | no_license | saimyrcaliche/platziSpring | a17591f9e2657122cbb901ba7fcbcf7c81fdc9f0 | 0f52a97a5f0adba19be6b82a2ad476c9e78c5729 | refs/heads/master | 2022-12-23T06:36:55.562565 | 2020-09-25T22:34:27 | 2020-09-25T22:34:27 | 293,957,501 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,464 | java | package com.smr.market.persistence.entity;
import javax.persistence.*;
import java.math.BigDecimal;
@Entity
@Table(name = "compras_productos")
public class ComprasProducto {
@EmbeddedId
private CompraProductoPk id;
private Integer cantidad;
private BigDecimal total;
private Boolean estado;
@... | [
"carlosalvarez@saimyr.com.co"
] | carlosalvarez@saimyr.com.co |
e08eee8bedaedd70cb28e6f38b9a07a87c9bcfe3 | 65e2f1acae7db1e047c6c6b0986d086b7aae3b2b | /src/main/java/com/hxzy/pojo/pageBean.java | 950dc5345e2411efeb194f9cfa3a6d44b542421b | [] | no_license | yuanjh123456/p2p | ae583a2cba058f9d27096c2e0bffa46c3f18d945 | dd4e78418c156ab189ee2933a318e43b40437a75 | refs/heads/master | 2022-07-24T01:14:09.996904 | 2019-12-19T08:26:27 | 2019-12-19T08:26:27 | 229,006,943 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 769 | java | package com.hxzy.pojo;
public class pageBean {
private String name;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
private Integer page;
private Integer rows;
public Integer getPage() {
return page;
}
public void setPage(Integer page) {
... | [
"1830589047@qq.com"
] | 1830589047@qq.com |
f8b6bbc5a2402bef363ce5ce2aedbd702127bd0e | bef1126f8d7e8915ada233a24a428e536283f506 | /app/src/main/java/ru/helen/movie/di/MainModule.java | 1f77bf3550dd5be0a35bfbee17e89e969aeb8c25 | [] | no_license | pogorelets/movie | 057e4dddf9bea63aaf336186b243f9b5280be15b | 135aa31b51a910e779840e4c18b331c2e56e553b | refs/heads/master | 2021-01-24T09:37:29.223351 | 2018-03-11T19:47:57 | 2018-03-11T19:47:57 | 123,023,792 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 901 | java | package ru.helen.movie.di;
import dagger.Module;
import dagger.Provides;
import ru.helen.movie.feature.main.Contractor;
import ru.helen.movie.feature.main.InteractorImpl;
import ru.helen.movie.feature.main.Presenter;
import ru.helen.movie.repository.NetworkRepository;
/**
* Module for main feature.
*/
@Module
publi... | [
"pogorelets.elena@mail.ru"
] | pogorelets.elena@mail.ru |
98deec78d0a3b5e7d29741983c43233137ea885a | ed0c48542eeffc01507618322414f68b255b129c | /neural-network/src/main/java/br/com/ufu/lsi/studies/model/Layer.java | 13a74d84d74f3185d8f197c083e0e9c5f2805008 | [] | no_license | fabsfernandes/bmlp-ann | f793d8915dca1a0d7a0db1bd49c99832d98517af | 8a61e7f4bb64c94cc4e2c43ff8e94c21bea3edf8 | refs/heads/master | 2020-12-24T14:36:09.498720 | 2014-11-27T20:18:43 | 2014-11-27T20:18:43 | 33,134,927 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 666 | java | package br.com.ufu.lsi.studies.model;
import java.util.ArrayList;
import java.util.List;
public class Layer {
private List<Neuron> neurons;
public Layer( int neurons ) {
this.neurons = new ArrayList<Neuron>();
for ( int i = 0; i < neurons; i++ )
this.neurons.add( null );
}
public void setNeuronsActivat... | [
"fabsfernandes@gmail.com@8b1716e6-3757-5406-c5e1-474e462e550f"
] | fabsfernandes@gmail.com@8b1716e6-3757-5406-c5e1-474e462e550f |
491a876a5b521fe04c1bb0439f5be955f2b24711 | 273fdf80a1a6a8fa5e8acfc13c8fe5f0843d8ba4 | /plugins/eeui/framework/android/src/main/java/app/eeui/framework/extend/integration/glide/load/ImageHeaderParserUtils.java | a2304e39ba5648a6f8236e2ec96eb40d26ad4de6 | [
"MIT"
] | permissive | kuaifan/eeui-template | 9cdacc749be8acbd2f9c675b2dedf3f3a4651dc1 | ba7ee45b60abd30df64ea599929f44f5dd9d0a1c | refs/heads/master | 2022-06-05T10:08:48.978982 | 2022-05-18T08:01:56 | 2022-05-18T08:01:56 | 190,676,484 | 52 | 31 | MIT | 2022-03-30T10:04:07 | 2019-06-07T02:12:39 | C++ | UTF-8 | Java | false | false | 3,187 | java | package app.eeui.framework.extend.integration.glide.load;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import app.eeui.framework.extend.integration.glide.load.ImageHeaderParser.ImageType;
import app.eeui.framework.extend.integration.glide.load.engine.bitmap_recycle.ArrayPool;
import app.eeu... | [
"aipaw@live.cn"
] | aipaw@live.cn |
70cc0eb97c05841ad8ad071d68775e4b427c499f | c3a3965415bd37d6e11c797fc3e5c34256c8334f | /01-hello-spring/src/test/java/com/itutry/hellospring/HelloSpringApplicationTests.java | e742f96bff57ecd3fcb203b3f79309423265a209 | [] | no_license | china-university-mooc/spring-family-geektime | 61f994a14777aa84fee81018f54b4687af9c1f50 | 534d3d06dad1fcb5bb292a327abd2aa3c6f7cce8 | refs/heads/master | 2022-11-25T13:07:17.402366 | 2020-07-30T09:32:51 | 2020-07-30T09:32:51 | 283,729,234 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 219 | java | package com.itutry.hellospring;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class HelloSpringApplicationTests {
@Test
void contextLoads() {
}
}
| [
"zhaozhang@thoughtworks.com"
] | zhaozhang@thoughtworks.com |
b09fa302e118b873784b49a0dde3e6b9e24ff472 | 954c4ea003b055e75b482532f86635c60ee141ce | /src/main/java/com/upgrade/volcanocamping/exceptions/MaxRetryLimitExceededException.java | 207a9a779814a450831fd135419d82fc8d4d4228 | [] | no_license | valverdethiago/volcano-camping | 867fae50b34e5d592b279a28c856c39eb8dce1c4 | a27bd17c0108ddb5d5ef26ff0d5201f9c5f7ef4a | refs/heads/master | 2020-04-20T19:14:38.083001 | 2019-02-08T17:29:47 | 2019-02-08T17:29:47 | 169,044,033 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 121 | java | package com.upgrade.volcanocamping.exceptions;
public class MaxRetryLimitExceededException extends RuntimeException {
}
| [
"valverde.thiago@gmail.com"
] | valverde.thiago@gmail.com |
bb0e7a38788663367bbd95d336ab349df15390d4 | 0cbd412add138eb9245cb7923bb7d6c8da0a71ab | /ssi_fcms/src/cn/freeteam/cms/service/InfoImgService.java | bc900b22115836de199a3c99b690ec380512bba9 | [] | no_license | zq392532521/gocms | 0fbbda2090bb85cf9cc8b1a0bd40f7afeb54047b | 93e4167e4755a2a3f6adbf64ce6df07696d5e832 | refs/heads/master | 2018-12-29T01:58:10.953734 | 2014-10-24T09:46:40 | 2014-10-24T09:46:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 682 | java | package cn.freeteam.cms.service;
import java.util.List;
import cn.freeteam.cms.dao.InfoImgMapper;
import cn.freeteam.cms.model.InfoImg;
import cn.freeteam.cms.model.InfoImgExample.Criteria;
public interface InfoImgService { public List<InfoImg> findByInfoid(String infoid);
public List<InfoImg> find(InfoImg infoImg... | [
"125585625@qq.com"
] | 125585625@qq.com |
8da4b54103efb1cb442dbd281dfab13ae7e50c59 | e977c424543422f49a25695665eb85bfc0700784 | /benchmark/icse15/687046/buggy-version/lucene/java/trunk/src/java/org/apache/lucene/index/TermVectorsReader.java | aa23e79b3a5b94d84237c864c737a1ef6b489a95 | [] | no_license | amir9979/pattern-detector-experiment | 17fcb8934cef379fb96002450d11fac62e002dd3 | db67691e536e1550245e76d7d1c8dced181df496 | refs/heads/master | 2022-02-18T10:24:32.235975 | 2019-09-13T15:42:55 | 2019-09-13T15:42:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,590 | java | package org.apache.lucene.index;
/**
* 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, Versi... | [
"durieuxthomas@hotmail.com"
] | durieuxthomas@hotmail.com |
1b8ea4a3987dd1a5f51f16bcdd4e2046cfec96b7 | c7de3d8d42890b0413a1d5e0f93e79b2c1ce93c1 | /src/com/hibernate/dao/idao/IPerformanceCRMDAO.java | ca1187a0570f578b9d5b2499ea05abfbc11b2d1e | [] | no_license | duandao1950/zhuzi123 | 8d18b92bf987488baff6b5d4f91e0a954e3a940f | 6f07b1132a6606808c350d7a433dcf9d521257b5 | refs/heads/master | 2020-05-17T20:25:56.851224 | 2013-04-24T10:45:30 | 2013-04-24T10:45:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 491 | java | package com.hibernate.dao.idao;
import java.util.List;
import org.apache.poi.hssf.record.formula.functions.T;
import com.hibernate.beans.PerformanceCRM;
public interface IPerformanceCRMDAO
{
public List<T> findAllByCondition(Class<PerformanceCRM> class1,
PerformanceCRM perCRM) throws Exception;
public void... | [
"duandao1950@163.com"
] | duandao1950@163.com |
aa2ba45a306bc438614f4343378f792c57617685 | f1b36c04e314ea492684d7780987705d737aa2d0 | /app/src/test/java/com/example/andresfarias/bbpos/ExampleUnitTest.java | 7c5ddf6abade1318808a8965a52c8fdcbca5ff1f | [] | no_license | AndresFarias1110/bbpos | 1f3bc737613fe3b3b1b86bf5f395c414de5c1fec | 229bb513f8ffc3c5ce20385b653a6d04f2400b7b | refs/heads/master | 2020-03-18T14:58:55.216670 | 2018-05-25T16:19:22 | 2018-05-25T16:19:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 408 | java | package com.example.andresfarias.bbpos;
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
pub... | [
"afarias@next-cloud.mx"
] | afarias@next-cloud.mx |
295a9bc868751d0f97d0a88598d3bf971aa8b0bd | ffda5dade1098f96d459fd9321b41d070015904f | /src/main/java/com/example/demo/DvpProjectApplication.java | 897b21fc7437b27ba33605f41d09f4029a69134f | [] | no_license | prangya12345/DvpProject | 7b8e676106ddfbfed219deecaa6ffad521e32bef | 4fdddedd158386ad06fcb0bda86ed55c8529b4b7 | refs/heads/master | 2022-07-17T09:38:24.255141 | 2020-05-20T18:07:51 | 2020-05-20T18:07:51 | 265,642,358 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 778 | java | package com.example.demo;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import com.example.demo.service.DvpService;
@SpringBootAp... | [
"prangya.it90@gmail.com"
] | prangya.it90@gmail.com |
e7f91f1b31bf54757fdae424c27d02c35f01e6d5 | b5ca12c3d2e5450720423c5ba795fb073f45da3b | /app/src/main/java/com/epicodus/stonesoup/util/OnSoupSelectedListener.java | f7af5e6055d11eb0260e79e24eaa1881f7e2b780 | [
"MIT"
] | permissive | kchamp45/StoneSoup2 | b89b359f2312441225738099926d385dc64fc664 | 8dcb9703c731bba388b1e0bd99528b29c79d0d7a | refs/heads/master | 2021-08-06T20:04:42.854563 | 2017-11-06T23:06:52 | 2017-11-06T23:06:52 | 107,609,729 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 289 | java | package com.epicodus.stonesoup.util;
import com.epicodus.stonesoup.models.Soup;
import java.util.ArrayList;
/**
* Created by Guest on 11/2/17.
*/
public interface OnSoupSelectedListener {
public void onSoupSelected(Integer position, ArrayList<Soup> soups, String source);
}
| [
"Guest@Epicodus-4D.local"
] | Guest@Epicodus-4D.local |
f932f220e21a80a48804c2728c31686b55139d7f | dddd296f5026cf5af48fec97799bcde8145b9827 | /mall-order/src/main/java/com/smartmall/order/service/impl/OrderReturnApplyServiceImpl.java | 03a9778b9fb1001b697a563c84ef3d66d4e0637b | [] | no_license | mspmjl/smartmall | 179e6e0e40538e6b502e00712e1fa76e4e0de773 | e5d9a776ad435f1909462ba7ebf5146ba04f1381 | refs/heads/master | 2023-01-23T12:15:12.938855 | 2020-12-03T13:31:05 | 2020-12-03T13:31:06 | 306,039,821 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,055 | java | package com.smartmall.order.service.impl;
import org.springframework.stereotype.Service;
import java.util.Map;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.smartmal... | [
"867181563@qq.com"
] | 867181563@qq.com |
4284df631e29b8805a0641cc380ce0f515373f57 | 79dc9d4fd646002126b1f8357de49329cb659c50 | /src/test/java/exercises/chapter03/LambdaGeneratorTest.java | 298f4ada54786e1de8beddc753a55f7fabdcae2b | [] | no_license | bombadil78/java8 | c333454f94259c8e2787450cb675630c094f0f8e | 2b90ff6c75134d5ece28e5fe6c8abd3e37ec7b55 | refs/heads/master | 2021-01-23T22:30:19.974686 | 2017-09-24T05:46:21 | 2017-09-24T05:46:21 | 102,936,871 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 358 | java | package exercises.chapter03;
import excercises.chapter03.LamdaGenerator;
import org.junit.Test;
import static junit.framework.TestCase.assertEquals;
public class LambdaGeneratorTest {
@Test
public void tripleIt() {
String s = "s";
String t = "t";
assertEquals("sssttt", LamdaGenerator... | [
"chkeller@gmx.net"
] | chkeller@gmx.net |
030a9305ac5d17b5f72162072ddc261bca4ab091 | 2af5ae2a57ba675828aa024038c8a910c4cedc02 | /src/com/gmail/filoghost/holographicmobs/exception/UnreadableImageException.java | 410ef65b8d65ba2d7582ba758b8d3a7570929a93 | [
"BSD-2-Clause"
] | permissive | WildAdventure/HolographicMobs | 211506ae478d256c57348ad066f901b97c7fc765 | 8424ac095ad64c0ae5d7abdd32bf35deff45c890 | refs/heads/master | 2021-05-19T10:19:16.295259 | 2020-03-31T18:32:14 | 2020-03-31T18:32:14 | 251,649,126 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,886 | java | /*
* Copyright (c) 2020, Wild Adventure
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright notice, this
* list of condit... | [
"admin@wildadventure.it"
] | admin@wildadventure.it |
f6b456e6e72191a4635f99f8d8343fcf5f77f527 | 5665675d8ae748824ace5828808506934148135c | /src/edu/ufl/bme/parsing/RegularExpressionsMatch.java | e67024594a2ac92c73ff7acd7c93e63f97851d11 | [] | no_license | saanchi/TRCExperiments | ff9a0c56e9b78a876b4cb83238866316b7128751 | 5ff07d5b773446b0618bea1c505e7215347fa9d0 | refs/heads/master | 2016-09-09T22:23:33.621473 | 2014-02-22T19:28:35 | 2014-02-22T19:28:35 | 14,052,632 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 791 | java | package edu.ufl.bme.parsing;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.regex.Pattern;
public class RegularExpressionsMatch {
public static void main( String args[] ){
String regex = ".*abc.*(mno|xyz).*";
Pattern patern = Pattern.compile(regex);
String s... | [
"saanchithefriend@gmail.com"
] | saanchithefriend@gmail.com |
ff64b355a3479de01b516f8914071a725b4f2f03 | cbea23d5e087a862edcf2383678d5df7b0caab67 | /aws-java-sdk-gluedatabrew/src/main/java/com/amazonaws/services/gluedatabrew/model/DeleteRulesetRequest.java | 5b3b8b5b635ae6e107223640afe6fa8523d1b74f | [
"Apache-2.0"
] | permissive | phambryan/aws-sdk-for-java | 66a614a8bfe4176bf57e2bd69f898eee5222bb59 | 0f75a8096efdb4831da8c6793390759d97a25019 | refs/heads/master | 2021-12-14T21:26:52.580137 | 2021-12-03T22:50:27 | 2021-12-03T22:50:27 | 4,263,342 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,436 | java | /*
* Copyright 2016-2021 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 "licen... | [
""
] | |
180b81fe65f2fc6009636e6f45939009c4f935a3 | d61eb73f504248f9244185739430d3ad244b0a6a | /src/test/java/es/rickyepoderi/wbxml/bind/wvcsp/MCLS.java | 7fe74676436ef007b0cb1a94d4fea98b0e21e5ac | [
"Apache-2.0"
] | permissive | Autom-liu/SMSGate | 35531b1a285144e669a2fdf472535b99f261ab27 | d0f2df1441734f39fbf39e973686e09201ac22f8 | refs/heads/netty4 | 2020-11-25T12:50:32.257897 | 2020-08-26T12:57:16 | 2020-08-26T12:57:16 | 228,670,614 | 1 | 0 | Apache-2.0 | 2020-08-26T12:57:18 | 2019-12-17T17:44:17 | null | UTF-8 | Java | false | false | 701 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2012.08.25 at 0... | [
"jameslover121@163.com"
] | jameslover121@163.com |
7bffb64a9242378ee0d3de560cb19b1f0e081910 | 6b2c327a1523ee8ba97d308ead5fb6050156062a | /src/com/javarush/test/level20/lesson04/task01/Solution.java | 1ca196fe182b01a21fc25ef832fa38aa5a35c423 | [] | no_license | uneikov/JavaRushHomeWork | d987413df192f0dbb9df4a59f561fcca467724a3 | 454c16d7ed5518ce38ef9a876c21f0075a5913b5 | refs/heads/master | 2020-12-24T17:26:42.804524 | 2017-02-07T15:28:20 | 2017-02-07T15:28:20 | 61,533,062 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,247 | java | package com.javarush.test.level20.lesson04.task01;
import java.io.*;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/* Как сериализовать?
Сделайте так, чтобы сериализация класса Human была возможной
*/
public class Solution {
public static class Human implements Serializable{
... | [
"neikov@gmail.com"
] | neikov@gmail.com |
ea1744886fcd8279f01d9ea8e0c314cc3f73e6bb | da62508356630033f9a42229f19a55d2476ba1ba | /app/src/main/java/com/stratagile/qlink/ui/activity/seize/presenter/SeizeVpnPresenter.java | 2a3f38726b725d41ae018106079649fd5818e8dd | [] | no_license | qchainorg/WQ-Android | 7c42dba579b45cb3e27e554fd64a0873202b4873 | 55a66ecd1d6f3d8f512c2d176c075a43b4495b26 | refs/heads/master | 2020-03-21T17:17:39.197410 | 2018-07-03T03:32:54 | 2018-07-03T03:32:54 | 138,824,308 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,464 | java | package com.stratagile.qlink.ui.activity.seize.presenter;
import android.support.annotation.NonNull;
import com.socks.library.KLog;
import com.stratagile.qlink.application.AppConfig;
import com.stratagile.qlink.data.api.HttpAPIWrapper;
import com.stratagile.qlink.db.TransactionRecord;
import com.stratagile.qlink.entit... | [
"zhanglang108@sina.com"
] | zhanglang108@sina.com |
bc507527b9e34176eced2f7e2de8cd39ba89b6dd | 431d8362e87e61ee568d79c57e13c4a0b0e02d2e | /lara/sep-4th batch/java/39.Object class/Garbage Collectors/src/M2.java | bcd74ccb603c49fc70fe373354c12a124b44755c | [] | no_license | svsaikumar/lara | 09b3fa9fb2fcee70840d02bdce56148f3a3bf259 | ed0bfbdfa0a0e668c6ffdd720d80551e03bb93db | refs/heads/master | 2020-03-27T08:53:34.246569 | 2018-08-27T13:56:22 | 2018-08-27T13:56:22 | 146,295,997 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 688 | java | class A
{
A obj;
protected void finalize()//overriding finalize method of object class
{
System.out.println("from finalize()");
}
}
class M2
{
public static void main(String[] args)
{
A a1 = new A();
A a2 = new A();
A a3 = new A();
a1.obj = a2;
a2.obj = a3;
a3.obj = a1;
//a1 = a2 = a3 = null;//a... | [
"saikumarsv77@gmail.com"
] | saikumarsv77@gmail.com |
95e23956c6c6a03e79a8440a6b0ab86af9792a31 | 7f38fe2262b64f0e3dd19106a652c44114cf0f83 | /src/humide/Abstraithumide.java | 3e1446b5d6108277b20a2ab5adb7b00f973e9bc5 | [] | no_license | ndeyenenedieye/humidite-avec-observateur | 2653e5da35d6134911c07b0686e668949809e5c8 | 40bd852405531e1f600f03c1e993e321d193048f | refs/heads/master | 2020-06-09T01:58:30.180549 | 2019-06-23T13:00:55 | 2019-06-23T13:00:55 | 193,348,361 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 649 | java | package humide;
import java.util.ArrayList;
public abstract class Abstraithumide {
private ArrayList<IObservateur> ListeObs1;
public ArrayList<IObservateur> getListeObs(){
return ListeObs1;
}
public void abonner(IObservateur io) {
ListeObs1.add(io);
}
public void desabonner(IObservateur io) {... | [
"ndeyenenedieye@gmail.com"
] | ndeyenenedieye@gmail.com |
ceb05cae17a5478ca70a108adec434510e56b10e | 8cb1c24ee69ab053cc9121969e264a5f8086921a | /src/com/dialog/activity2_1.java | f6f23f0be5f38165131bcaf656ee7ab2d762c863 | [] | no_license | anisha9000/DTS-Schedule-Book | d816e43ebb077bb2ec468eff5bfa902eac3d71ae | 42d0dafa2746572584ed2de22e32dded8cdf63ae | refs/heads/master | 2020-03-15T22:02:40.688269 | 2016-09-24T16:43:53 | 2016-09-24T16:43:53 | 132,366,021 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 768 | java | package com.dialog;
import android.app.Activity;
import android.os.Bundle;
import android.view.*;
import android.view.View.*;
import android.content.Intent;
import android.widget.Button;
public class activity2_1 extends Activity {
/** Called when the activity is first created. */
Button b;
@Override
publ... | [
"anisha9000@gmail.com"
] | anisha9000@gmail.com |
63b32f7126666608318d635e796882f06ec8e8b3 | a600c28f03e6fedfb5d6add61dbc109975a5b366 | /src/main/java/org/sonatype/mavenbook/weather/WeatherFormatter.java | f147aa008475c657a3069bfa9b7e2751e7977119 | [] | no_license | mallison2002/simpleweather | 95eee738161c40e63e34c24e032c544430e099ae | 844ca9d2bae4de51d4bf53a40cd9c3faa41509e7 | refs/heads/master | 2020-12-04T22:49:02.682175 | 2017-03-30T17:07:50 | 2017-03-30T17:07:50 | 66,096,288 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 869 | java | package org.sonatype.mavenbook.weather;
import java.io.InputStreamReader;
import java.io.Reader;
import java.io.StringWriter;
import org.apache.log4j.Logger;
import org.apache.velocity.VelocityContext;
import org.apache.velocity.app.Velocity;
public class WeatherFormatter {
private static Logger log = Logger.ge... | [
"noreply@github.com"
] | mallison2002.noreply@github.com |
9c475de1dd30bba02efd33fa67c7c008422ccf9e | aad1b23210f64324190a93d998a13f9e42f27fbc | /astrans/ru.ifmo.rain.astrans.asttomodel/tests/ru/ifmo/rain/astrans/asttomodel/bootstrap/impl/IterableQNTest.java | 7292364c313927b2069d39fcd76b2c72f6949778 | [] | no_license | abreslav-from-google-code/abreslav | 9272ecdd8d3abf1d541d8f85fad8756184d1c2db | 2d0882e29de0833097bf604ece541b9258ed296f | refs/heads/master | 2016-09-05T15:15:50.343707 | 2010-11-18T22:26:53 | 2010-11-18T22:26:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,544 | java | package ru.ifmo.rain.astrans.asttomodel.bootstrap.impl;
import static org.junit.Assert.*;
import java.util.Iterator;
import org.junit.Before;
import org.junit.Test;
import ru.ifmo.rain.astrans.asttomodel.bootstrap.impl.IterableQN;
import astransast.AstransastFactory;
import astransast.QualifiedName;
... | [
"abreslav@f8d81c2c-b11e-0410-9df4-1f401b7bbd07"
] | abreslav@f8d81c2c-b11e-0410-9df4-1f401b7bbd07 |
fcf9be6d5ebf47bf3fb671b6f43b000c87d216fb | 019fb20a428755693ad64188934a5c5a51ea487e | /src/main/java/com/gustavodfs/cursomc/repositories/CidadeRepository.java | eac2644756f92dd445c634088c6269eacdfbac9f | [] | no_license | Gustavodfs1/Proj-full-stack-Java-JPA-Angular | 045d61edb64a661e2dae426a594422576c64fee1 | 4d849a07f80580eade768c7bc53f904188eb64d4 | refs/heads/master | 2020-08-07T13:11:12.249352 | 2019-10-28T19:33:26 | 2019-10-28T19:33:26 | 213,463,949 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 301 | java | package com.gustavodfs.cursomc.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.gustavodfs.cursomc.domain.Cidade;
@Repository
public interface CidadeRepository extends JpaRepository<Cidade, Integer> {
}
| [
"gustavodfs@gmail.com"
] | gustavodfs@gmail.com |
07e935e1df487157d83bd01fdd0aca030db7d5d3 | 60216a2a96ec31ffbc1aed74260088d111d1ef30 | /app/src/main/java/comzkqueen/customview/BezierAnimActivity.java | 72bb101ed7d21933cc314dd66f28208ee9d4f4b3 | [] | no_license | ZhouKanZ/zkqueen | 751d31d264b32a0d62268f385470c979412b978a | 5944a824e58c1752f18c97baf5250fe5794286fc | refs/heads/master | 2020-05-05T09:59:02.586270 | 2019-04-26T02:47:11 | 2019-04-26T02:47:11 | 179,925,300 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,991 | java | package comzkqueen.customview;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.graphics.Path;
import android.graphics.Point;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
imp... | [
"1259183297@qq.com"
] | 1259183297@qq.com |
1489464f3e351df54447ee04a49c7735fea6f547 | dc6968a55d91082c85b26d469fb12466cb5563b9 | /demo_Hotelcurd/src/main/java/com/springboot_hotelcurd/demo_Hotelcurd/controller/HotelController.java | 0ca18480b498e5199ed1edfb5055fc94d212f6b1 | [] | no_license | KirtiSawant/demo_Hotelcurd | 727fb50746022241e0f7ef0fedc0c069a9247968 | 404adfad81cb7affd58e62892b03d6b7bbc3f723 | refs/heads/master | 2023-07-07T00:06:22.974996 | 2021-08-15T10:00:05 | 2021-08-15T10:00:05 | 379,520,191 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,159 | java | package com.springboot_hotelcurd.demo_Hotelcurd.controller;
import com.springboot_hotelcurd.demo_Hotelcurd.model.Hotel;
import com.springboot_hotelcurd.demo_Hotelcurd.service.HotelService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import o... | [
"sawantkriti4@gmail.com"
] | sawantkriti4@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.