blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
55fda9a15b1b7f97e806f7970b13ac8a410b5811 | 8875ac25f6c724cf80921ad747bc684e7620603e | /app/src/main/java/org/byters/api/memorycache/listener/ICacheExploreListener.java | df14fa7dd919332c80335a42b110812b5f3eaa5c | [] | no_license | BlackDizel/BooksApp | 4b019860b6c907eb4f0de620d61201875592d60b | 1883746ede07c6664c0d2c439a753832ce667353 | refs/heads/master | 2021-07-10T11:07:16.464408 | 2021-01-05T08:46:11 | 2021-01-05T08:46:11 | 225,453,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 110 | java | package org.byters.api.memorycache.listener;
public interface ICacheExploreListener {
void onUpdate();
}
| [
"blakdizel@gmail.com"
] | blakdizel@gmail.com |
2d8d28aae770c885cc6958436b699f2040d4b214 | 022ac85c9a972e25a781be06bb9211a9753417cb | /showroom/showroom-ejb/src/main/java/showroom/jsf/Notifications.java | 54a0f6a9800c8524340130d83e0351b8386adabf | [] | no_license | HendAjej/showroom-repo | f9c4ed6c9b451046b6b3a4219aa16326b651b11d | 0450ce9e157a34a2847b18fcf96fb6466efa9fe8 | refs/heads/master | 2020-05-21T21:43:07.077524 | 2017-05-03T05:53:43 | 2017-05-03T05:53:43 | 84,651,389 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,083 | java | package showroom.jsf;
import java.util.List;
import javax.ejb.LocalBean;
import javax.ejb.Stateful;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import artRoom.entities.Notification;
import artRoom.entities.User;
/**
* Session Bean implementation class Notific... | [
"naoures.benmahfoudh@esprit.tn"
] | naoures.benmahfoudh@esprit.tn |
3bc69a6d62a8f5dfcf565d63016983dd19882adc | b501d88b205edebc15857a30d97722978819b651 | /Java/DiscreteQuiz.java | 7ddaebd0d7d0516eaed637b54decc5a314cfd6aa | [] | no_license | StevenSavant/CodeSamples | 3f3dd947bc304965ad2d69b21d691fab40b0fe25 | 9fba3d134cee7fae742ef3e8f1ebdedf21643c91 | refs/heads/master | 2023-08-08T19:51:41.577298 | 2023-07-24T13:29:57 | 2023-07-24T13:29:57 | 133,497,996 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 323 | java | public class DiscreteQuiz
{
public static void main(String[] args)
{
int k = 1;
int sum = 0;
while (k <= 11)
{
sum = sum + (10 * k);
k = k + 1;
}
int j = 1;
while (j <= 11)
{
sum = sum + (10 * j);
j = j + 1;
}
System.out.println(sum);
... | [
"stevensavant@gmail.com"
] | stevensavant@gmail.com |
357f6fdf0dc959a72ee536f75cc391fbde1908ce | 25baed098f88fc0fa22d051ccc8027aa1834a52b | /src/main/java/com/ljh/daoMz/ViewJhDzblUserMapper.java | 11e4652775d68c40460c5b967dcb48a3d660d4df | [] | no_license | woai555/ljh | a5015444082f2f39d58fb3e38260a6d61a89af9f | 17cf8f4415c9ae7d9fedae46cd9e9d0d3ce536f9 | refs/heads/master | 2022-07-11T06:52:07.620091 | 2022-01-05T06:51:27 | 2022-01-05T06:51:27 | 132,585,637 | 0 | 0 | null | 2022-06-17T03:29:19 | 2018-05-08T09:25:32 | Java | UTF-8 | Java | false | false | 275 | java | package com.ljh.daoMz;
import com.ljh.bean.ViewJhDzblUser;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* Mapper 接口
* </p>
*
* @author ljh
* @since 2020-10-26
*/
public interface ViewJhDzblUserMapper extends BaseMapper<ViewJhDzblUser> {
}
| [
"37681193+woai555@users.noreply.github.com"
] | 37681193+woai555@users.noreply.github.com |
3747374c401104c2dfa2b624cb5783134fd9016d | 66d54877be6b3f568845a19c45c00830f5eca5eb | /j2eeDesignPatterns/src/main/java/com/sai/sri/siddhi/j2ee/design/behavioral/mediator/ChatRoom.java | 501412eb564f407950fb0f8c8bae947fef9b0c85 | [] | no_license | yshprasanth/J2EE-HandsOn | 60b45a8e842dadc0a612857e0138599e3fa098da | 577d0a875b22fe1321183c03c7738dc1167da0ce | refs/heads/master | 2021-07-14T16:23:51.388984 | 2021-03-04T15:32:07 | 2021-03-04T15:32:07 | 99,496,302 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 275 | java | package com.sai.sri.siddhi.j2ee.design.behavioral.mediator;
import java.util.Date;
public class ChatRoom {
public static void showMessage(User user, String message) {
System.out.println(new Date().toString() + " [" + user.getName() + "] : " + message);
}
}
| [
"yshprasanth@gmail.com"
] | yshprasanth@gmail.com |
d9eca7d223a343cc5b62cd006ee13b3b34c3d865 | fe73fc2db1819ae14c7c53e5fc4b97690116af04 | /src/main/java/com/zl/design/buider/pojo/Computer.java | ce706ee2a580dbd531ccff06c8131a3e031b20bc | [] | no_license | wonder-code/design | f0b2372962be4026a58c564b7cd7ab84793811a8 | 58f45700517a8e7d3b4e92980a8b63281831c69f | refs/heads/master | 2021-07-10T14:01:41.295997 | 2019-09-06T06:53:21 | 2019-09-06T06:53:21 | 206,692,286 | 1 | 0 | null | 2020-10-13T15:50:37 | 2019-09-06T01:59:42 | Java | UTF-8 | Java | false | false | 783 | java | package com.zl.design.buider.pojo;
public class Computer {
private String cpu;
private String neicun;
private String xianka;
@Override
public String toString() {
return "Computer{" +
"cpu='" + cpu + '\'' +
", neicun='" + neicun + '\'' +
", xi... | [
"873429393@qq.com"
] | 873429393@qq.com |
49172da4937d505cabe33f7db28b4e313a54d569 | 499e1ec3562cf30b7da6262067a174839cb96421 | /src/com/mapledev/SmartUndoMain.java | feb32d5bed0078ef03a49bacf88e2f5acbfc56c3 | [] | no_license | Zikstar/Smart_Undo_TextEditor | 72401c10a48946fe2d4733ca9571ab1e3289d70b | 7d83aa5395039b4e37ba575615731db7f459850e | refs/heads/master | 2023-04-19T18:13:47.889799 | 2021-05-02T17:15:36 | 2021-05-02T17:15:36 | 348,095,902 | 8 | 4 | null | 2021-04-20T21:16:47 | 2021-03-15T19:21:48 | Java | UTF-8 | Java | false | false | 321 | java | package com.mapledev;
import com.mapledev.GUI.HomePageGUI;
import com.mapledev.GUI.SmartUndoEditorGUI;
public class SmartUndoMain {
public static void main(String[] args) {
// write your code here
HomePageGUI gui = new HomePageGUI();
//SmartUndoEditorGUI mainGUI = new SmartUndoEditorGUI();
}
}... | [
"bolanle93@yahoo.com"
] | bolanle93@yahoo.com |
73c2878a713f0c105f0365022b6fedfdb59a63ec | 1087bf9f2fc96a9f6563dca76a2045da1283a810 | /app/src/main/java/com/example/alangregos/lordoftheringsnerdquiz/MainActivity.java | f0cfe0b954b9314e2b8efecba92b293edb5ff9aa | [] | no_license | ADDPALADIN1983/LordoftheRingsnerdquiz | 63218bc6943d3ca8c7951e6dbafd0c419b2d28d8 | 2fb82d85813a542d752d56ce20d8bc28409676fb | refs/heads/master | 2020-03-23T20:48:02.951359 | 2018-08-19T19:43:34 | 2018-08-19T19:43:34 | 142,063,411 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,634 | java | package com.example.alangregos.lordoftheringsnerdquiz;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.CheckBox;
import android.widget.EditText;
import android.widget.ImageView;
import android.widget.RadioButton;
import android.widget.RadioGro... | [
"alangregos1983@gmail.com"
] | alangregos1983@gmail.com |
a607d7231499e20422fac2d54c6c153f5e179e9b | 4b68dd4d5d005af3b595d12e1364a96205fd5b94 | /app/src/main/java/com/AiNotes/app/Activity/Note/RestoreNoteActivity.java | 40e74d82d90a5547fce7a298a51aa6ec9b3b3400 | [] | no_license | Amit2569/notesapp | a75ad1fb235b5b6a4452b42a54378a418a1f6b96 | 9ee065bfdaf7ffe1572873f3a5c4823717920db9 | refs/heads/master | 2023-08-25T18:41:22.830178 | 2021-10-23T04:26:19 | 2021-10-23T04:26:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,481 | java | package com.AiNotes.app.Activity.Note;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Color;
import android.graphics.drawable.... | [
"sumit2607"
] | sumit2607 |
18000ae7fc698db742e385ff8d1d0aaf0a7a4483 | 047b413521874dd6e887c9ea057b504df9c9e029 | /app/src/main/java/com/android/materialdesign/ui/fragments/HomeFragment.java | ffa3600fcf4deda2825b95dcdfed6b747aa836f8 | [] | no_license | nataraj06/MaterialDesign | b31880c8bd21f4b40c769dec8619ae32707f6d1b | bd6ed47c2f792431d1cec16494a7aea3416faf2c | refs/heads/master | 2021-01-13T05:14:05.087179 | 2017-03-28T15:16:28 | 2017-03-28T15:16:28 | 81,275,960 | 0 | 0 | null | 2017-03-28T15:16:28 | 2017-02-08T01:59:14 | Java | UTF-8 | Java | false | false | 687 | java | package com.android.materialdesign.ui.fragments;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.android.materialdesign.R;
public class HomeFragment extends Fragment {
public HomeFragment() ... | [
"nataraj.sharan@gmail.com"
] | nataraj.sharan@gmail.com |
219b1dc34d165cfcae9c0f22000f610a3229ef51 | 8e59d90559e05695c5bfa718a948a6a2ed8680ef | /app/src/main/java/com/biegajmy/comments/CommentsListPlaceholderFragment.java | 7834d4913f50addce6e40d359dcd5681aaeb641f | [] | no_license | mkorszun/biegajmy | 8864391a31acafaf1f350b1a7724f03a23cf56fe | 369e0c6c361b886a0a7d49d2f06257e38e15070a | refs/heads/master | 2016-09-05T18:34:00.602215 | 2016-01-24T18:43:39 | 2016-01-24T18:43:39 | 32,687,943 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,663 | java | package com.biegajmy.comments;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.View;
import android.widget.AdapterView;
import android.widget.Button;
import com.biegajmy.R;
import com.biegajmy.events.EventListBus;
import com.biegajmy.general.ExpandableHeightListView;
import com.bi... | [
"mkorszun@gmail.com"
] | mkorszun@gmail.com |
1364239c637b395ef62d5e0943d1813e4efc9964 | 8c47fb4d6a6521ac916fb693c2c06f24e850de90 | /09 Comparing Numbers/Compare.java | a45e7ffa84decd55fd99b6ef3c9c388ec3e119f7 | [
"MIT"
] | permissive | comunidad-devf/JavaAlgorithms | 3d4572871654aac22e423409680ee00d65e8f7a4 | 23b242464ebe37391058b50bf2f10308efa3c494 | refs/heads/master | 2020-12-24T18:03:58.123638 | 2015-09-01T21:46:01 | 2015-09-01T21:46:01 | 41,503,003 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 614 | java | import java.util.Scanner;
public class Compare
{
public static void main(String[] args)
{
Scanner sc = new Scanner(System.in);
System.out.println("Give a number");
int a = sc.nextInt();
System.out.println("Give me one more number");
int b = sc.nextInt();
if (a > ... | [
"pabloatp0204@gmail.com"
] | pabloatp0204@gmail.com |
42f99ecef5d369848e1bb2d05fc0fc301c83300f | 0c9de0c8b8f3bf6a5720740237d19b2441d293e1 | /RealTime_Study_PS/210225_realtime_study/BOJ2116.java | 10d2971c620bee8ffc5fa93125b3eacb95f9d362 | [] | no_license | SSAFY-7-4/algo_study_jy | 4412003651e779566b5af710369f2bb43ea40a46 | f297567c4b726aa1f6c2b77209fe61db39dbf639 | refs/heads/master | 2023-03-18T01:21:15.144522 | 2021-03-07T06:27:52 | 2021-03-07T06:27:52 | 336,279,809 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,377 | java |
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class BOJ2116 {
public static int N;
public static int dice[][];
public static int max=0;
public static void main(String[] args) throws NumberFormatException, IOException... | [
"RJY@DESKTOP-A1SFR8U"
] | RJY@DESKTOP-A1SFR8U |
0bc121d430cdc61196074872eb2af101d894e9c5 | 907e384b4c931345a2f9ad4219142b98a69990cc | /src/zx/leetcode/chicken/Sep/Longest_Continuous_Increasing_Subsequence.java | 23ada77aec5077945be5d106544e81284a06c7a2 | [] | no_license | zxiang179/LeetCode | 602dc7569608a6a3b3b03a8888bbf176d5cdfa8f | c399f44cfae963bab5e0ae4c3b0523e7888c3784 | refs/heads/master | 2021-01-19T04:24:58.384604 | 2018-07-27T02:49:16 | 2018-07-27T02:49:16 | 87,368,683 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 801 | java | package zx.leetcode.chicken.Sep;
/**
* 674. Longest Continuous Increasing Subsequence
* @author Carl_Hugo
* 2017年9月15日 下午9:54:12
*/
public class Longest_Continuous_Increasing_Subsequence {
public int findLengthOfLCIS(int[] nums) {
if(nums==null||nums.length==0)return 0;
if(nums.length==1)return 1;
... | [
"zxiang248@gmail.com"
] | zxiang248@gmail.com |
c7cbdd75988b705d330b8bc25dae7a5d4e45b553 | 92c59d5451f44f9442310771c3f0b72e4725a14e | /MM_Mentorship_alpha/app/src/main/java/com/example/root/mm_mentorship_alpha/MyFirebaseInstanceIdService.java | d28b4cf403a9281525f05788c60e380a0d50d49c | [] | no_license | doverh/Mentoring-App-Android | 4e973fbd4f262ab7c3c2cb99fd4a1a824a03ba60 | 33957a30363911231ac40004116c67603be40f8e | refs/heads/master | 2021-01-20T03:21:26.887547 | 2017-07-07T12:39:53 | 2017-07-07T12:39:53 | 89,525,391 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 988 | java | package com.example.root.mm_mentorship_alpha;
import android.util.Log;
import com.google.firebase.iid.FirebaseInstanceId;
import com.google.firebase.iid.FirebaseInstanceIdService;
import static android.content.ContentValues.TAG;
/**
* Created by edwin on 4/27/2017.
*/
public class MyFirebaseInstanceIdService ex... | [
"doverheld@gmail.com"
] | doverheld@gmail.com |
57875fbdbea76d6c77d7e4e7dc498e6c014224e0 | 4ddd1e6b22de57606d30577d7ec4f1c43d9dab28 | /src/guiPackage/administrator/ChangeCustomerInfo.java | 0f39132536fcb4075b3a40435c11f0008b208847 | [] | no_license | LiErGou/RestaunrantSystem-master | 6083479fbdafcacae61da3d94db135129f941cf5 | 84a2079729db66a19a22d8cd043684d9a47576e7 | refs/heads/master | 2021-01-21T19:39:56.511852 | 2017-06-08T04:52:00 | 2017-06-08T04:52:00 | 92,148,723 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 9,274 | 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 guiPackage.administrator;
import guiPackage.DBUtil;
import java.sql.Connection;
import java.sql.PreparedStatement;
import ja... | [
"lichangliangsky@126.com"
] | lichangliangsky@126.com |
a4b21fb02c5cb042b26046cf62552a0c811930d8 | eb9424a2db813fa76e55c3f9d449e625f4db3988 | /src/main/java/org/projog/core/KnowledgeBaseServiceLocator.java | 6738ee9265813e41b9c7f16fa1eb0d94e24a4d92 | [
"Apache-2.0"
] | permissive | gameneverend/projog | 725c93c4f7d055ef20ef8b834be9348fb3c20b6c | 152abc9d23fee44729e32e90d293e432476077cc | refs/heads/master | 2022-03-09T18:14:43.207116 | 2019-10-20T12:35:00 | 2019-10-20T12:35:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,178 | java | /*
* Copyright 2013-2014 S. Webber
*
* 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 agre... | [
"webbers.github@gmail.com"
] | webbers.github@gmail.com |
9f7953b4fcc9d87fcf7482da4d2212db359893e8 | f941ac16d056595ac58da4f52f4df9ec1fa60533 | /src/C10/Test3.java | 335de01630a55379413bf5090ea6da1635bc3c4a | [] | no_license | seamisssun/zly | 6bde9307e53b532d3247cc92fdfb0d9290ffba6d | a7fd4bc182bb7ad628e757929d3007a5a5758c72 | refs/heads/master | 2020-12-02T22:47:42.122723 | 2017-07-01T05:18:34 | 2017-07-01T05:18:34 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,209 | java | package C10;
import java.util.*;
public class Test3 {
/**题四: 定义一个整型数组a[10],并从键盘输入一个正整数n(n<=10),
再连续从键盘输入n个整数存入a[10](如n是5,就连续从键盘取5个整数存入数组),再求你录入的n个数中的最大值和最小值,并输出。
(要求静态方法实现findMax() findMin())
考察知识点:数组的定义和初始化,数组的应用,方法的调
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated ... | [
"zhuangliangyun@163.com"
] | zhuangliangyun@163.com |
d67361d25308d214c1d4f9106cfacd84610672be | 8a6453cd49949798c11f57462d3f64a1fa2fc441 | /aws-java-sdk-datasync/src/main/java/com/amazonaws/services/datasync/model/CreateLocationEfsRequest.java | df44a3024f58cf66771a9033e33c0ea28963cbba | [
"Apache-2.0"
] | permissive | tedyu/aws-sdk-java | 138837a2be45ecb73c14c0d1b5b021e7470520e1 | c97c472fd66d7fc8982cb4cf3c4ae78de590cfe8 | refs/heads/master | 2020-04-14T14:17:28.985045 | 2019-01-02T21:46:53 | 2019-01-02T21:46:53 | 163,892,339 | 0 | 0 | Apache-2.0 | 2019-01-02T21:38:39 | 2019-01-02T21:38:39 | null | UTF-8 | Java | false | false | 12,817 | java | /*
* Copyright 2013-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 "licen... | [
""
] | |
e16c606657b9a6a06f9c4671c4bf8910bb70b58e | 086e8f18b0ba30f53493983af4054367d0e08d49 | /Kafka-Services/Kafka-Consumer-Service/src/main/java/com/tpspringcloud/kafkaconsumerservice/KafkaConsumerServiceApplication.java | c92b8818b25d9aeb4bf108096f6ffe5a28ab7db0 | [] | no_license | Meihern/Spring-Cloud-Keycloak-Kafka-Setup | 40916f0ed21cd5fbade547dbb8e9a27e97ffab81 | 1693e82b8ac66b805c9bfa9c38a240a81cfac77f | refs/heads/master | 2023-03-05T18:56:18.119281 | 2021-02-11T17:14:39 | 2021-02-11T17:14:39 | 329,897,719 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,642 | java | package com.tpspringcloud.kafkaconsumerservice;
import com.opencsv.CSVWriter;
import com.tpspringcloud.kafkaconsumerservice.deserializers.KafkaFactureDeserializer;
import com.tpspringcloud.kafkaconsumerservice.entities.Facture;
import com.tpspringcloud.kafkaconsumerservice.repositories.FactureRepository;
import org.ap... | [
"43423207+Meihern@users.noreply.github.com"
] | 43423207+Meihern@users.noreply.github.com |
5c1190029dc71aa0bec9b7865320ec68de31552c | 37b97af2347fe93c92d02c4e671f0c8ae66e4ef1 | /sending-email/src/main/java/com/pmagnaghi/domain/User.java | 8610c03e4a675434383c141088cff0491c83af82 | [] | no_license | pablomagnaghi/spring-boot | 9fc0075ee1a91309932a932018176ed94157c8b7 | f5faa405af28b17571e817c043803867083412a0 | refs/heads/master | 2021-01-20T05:00:47.808700 | 2017-09-08T17:39:03 | 2017-09-08T17:39:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 587 | java | package com.pmagnaghi.domain;
public class User {
private String firstName;
private String lastName;
private String emailAddress;
public User(){
}
public String getFirstName() {
return firstName;
}
public void setFirstName(String firstName) {
this.firstName = firstName;
}
public String getL... | [
"pmagnaghi@solstice.com"
] | pmagnaghi@solstice.com |
6eba6c41fa6bceaa18152068e2f5bc44d179b177 | 9729beae49e8c4640faa7aa3a44bc054126da589 | /All prog/PolyTest/src/food.java | e072b50a80ed24f72613d9d2d64ed8fc702d91b5 | [] | no_license | danielhamalainen/firstDemo | b161338ba310ff354abf05df635ea108ee5491b5 | a61c9b92229871cab3e7177730d5d84a070f7fa8 | refs/heads/master | 2020-08-08T06:26:10.983950 | 2019-10-08T21:09:48 | 2019-10-08T21:09:48 | 213,755,077 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 96 | java | public class food {
void eat() {
System.out.println("This food is great");
}
}
| [
"danielhamalainen@daniels-MacBook-Pro.local"
] | danielhamalainen@daniels-MacBook-Pro.local |
73ba9c7d584c50e52fcb23c894b43fe2eccdb741 | c68087cdf17cc724ef1968d703e3e2a1057a9d38 | /java/server/tags/1_0_2_RC1/src/main/java/org/red5/server/net/remoting/message/RemotingPacket.java | 17c6134e0efc67eb383a9ee7b713af1f8fc0cd2b | [
"Apache-2.0"
] | permissive | wallbase/red5-google-code | 3b7a0624d7be65c3fd861ee322ff3d30102a9388 | 1708fd9e524abd4a3714cb1b37261063a352f596 | refs/heads/master | 2021-04-09T10:37:53.489677 | 2018-03-16T09:25:38 | 2018-03-16T09:25:38 | 125,493,550 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,535 | java | /*
* RED5 Open Source Flash Server - http://code.google.com/p/red5/
*
* Copyright 2006-2013 by respective authors (see below). 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 t... | [
"wang.kun@jinyinwu.com"
] | wang.kun@jinyinwu.com |
01181c2d47b6dc004663f926fc1395b31fd87249 | 2f31dbebf66c277d9e4549bc79899f6e2b5fe2e7 | /src/main/java/org/kamogelofoundations/controller/UserController.java | 43020e3492cbb14792042757e175f6f2dbfa2918 | [] | no_license | tshep159/cartAndPost | 9a6a6c48f999f8c258fe17ff8fd09aa504b617eb | 5b197cc3c45cfaf71eacec4b53852c657cbde60d | refs/heads/master | 2022-12-25T12:08:25.432126 | 2020-10-05T17:17:12 | 2020-10-05T17:17:12 | 301,477,823 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,372 | java | package org.kamogelofoundations.controller;
import javax.servlet.http.HttpServletRequest;
import org.kamogelofoundations.dto.User;
import org.kamogelofoundations.exception.UserNotFound;
import org.kamogelofoundations.repository.UserRepository;
import org.kamogelofoundations.service.MailService;
import org.kam... | [
"Tshepo@DESKTOP-0OFIVN6"
] | Tshepo@DESKTOP-0OFIVN6 |
420135b219a3baca74ee77f2f6b5bf6fa472d8e9 | 1075ea122d9eed9432afb5a9bef99148495e4ccb | /app/src/main/java/com/ej/zerdabiyolu2/Helper/StorageFunctions.java | 2d18dc4dded4b4c53da6fa8262c8ee73b4c6fce2 | [] | no_license | FeridAdashov/Electron-Journal-Zerdab | 5ddf06b680211d3277171c6178032aa537439356 | 5738862a6659338e2d4e0c8461320e56d226efe2 | refs/heads/main | 2023-04-21T02:14:26.497450 | 2023-04-11T19:28:55 | 2023-04-11T19:28:55 | 357,896,061 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,824 | java | package com.ej.zerdabiyolu2.Helper;
import android.app.Activity;
import android.os.Environment;
import android.util.Log;
import android.widget.Button;
import android.widget.EditText;
import android.widget.LinearLayout;
import android.widget.Toast;
import androidx.appcompat.app.AlertDialog;
import com.ej.zerdabiyolu2... | [
"fadasov@mai.ru"
] | fadasov@mai.ru |
a842c2760ab59c61d69ad9dc38fc038ea421ceff | b73d08744477050872f5de0f7d0e5ee867b77476 | /src/main/java/com/ecommerce/login/config/ErxProperties.java | f8b19c5b87fc6f02f4788684dfee758dc9e9b44d | [] | no_license | murthykolla/E-Commerce-Base | 718eda99b6200abf80c2c7806f9ab19c9cddc42e | b3a08aff112f6ae9cd4ab6b2347e05ff4dcbd642 | refs/heads/master | 2022-12-27T18:50:11.154840 | 2020-05-02T07:14:46 | 2020-05-02T07:14:46 | 256,965,194 | 0 | 0 | null | 2020-10-13T21:19:02 | 2020-04-19T09:53:42 | Java | UTF-8 | Java | false | false | 13,762 | java | package com.ecommerce.login.config;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.web.cors.CorsConfiguration;
/**
* Properties specific to Erx.
* <p>
* <p>
* Properties are configured in the application.yml file.
* </p>
*/
@ConfigurationProperties(prefix ... | [
"murthykolla132@gmail.com"
] | murthykolla132@gmail.com |
4dfbc9dbe48a496cbff0e70e3b6d6b0b6a1a1ebd | c5c580f5bdc9815b27b30ab56c0a03d7beb39e89 | /phoneProfilesPlus/src/main/java/sk/henrichg/phoneprofilesplus/GrantPermissionActivity.java | d6b9b975d6dfc5b747d8411cdadb01f83cead2ed | [
"Apache-2.0"
] | permissive | TheNothingMan/PhoneProfilesPlus | d24c36e4c5e30c6de7047b210e52854fb7d50c1c | 8199e6ccc66754d9f6f839f803e848344bf7740d | refs/heads/master | 2021-01-19T07:20:28.480822 | 2015-12-16T17:37:54 | 2015-12-16T17:37:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 36,672 | java | package sk.henrichg.phoneprofilesplus;
import android.Manifest;
import android.annotation.TargetApi;
import android.app.Activity;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.DialogInterface;
import and... | [
"henrich.gron@chello.sk"
] | henrich.gron@chello.sk |
047e8e0c9a43b4f26e52a0596de8d8f390359e60 | 14f2d9d20904f0a3db48825288c93666b3385cca | /src/main/java/com/deltaa/app/todo/HomeController.java | bb763714bdf5bf8e573e49564f071a82feca730c | [] | no_license | Malaka/superduper | 275a236e472b7854feb13cf5a8459206b8a0c82b | 05c18d7ec1fd4d1b95623ad28181127ec7cc675f | refs/heads/master | 2021-01-20T02:37:53.050069 | 2017-04-26T03:42:41 | 2017-04-26T03:42:41 | 89,432,303 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 294 | java | package com.deltaa.app.todo;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
/**
*
* @author malaka
*/
@Controller
public class HomeController {
@RequestMapping(value = "/")
public String index() {
return "index";
}
} | [
"malaka@proavos.com"
] | malaka@proavos.com |
4b79fbc2014bdcfe52ea5a0f17c34967d1290b92 | 8858e08c02f62fa86bd5d10c69cdb414ed68105d | /CatalogItem.java | 5d42b178f974ff34ddc575b2bfa35c13fbd0341e | [] | no_license | akhilgangidi/OnlineStore | 891880c128a423f3ba15e8d4ca2479df7628de92 | ce48673c4c478ac64e7b34a403e9ad42fd270c14 | refs/heads/master | 2020-05-26T01:58:53.869689 | 2019-05-22T15:46:27 | 2019-05-22T15:46:27 | 188,068,760 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 522 | java | public class CatalogItem //declares the CatalogItem superclass
{
//defines private variables for CatalogItem class
private String title;
private double price;
public CatalogItem(String title, double price) //CatalogItem constructor
{
this.title = title; //sets title to title
this.price = price; //sets price ... | [
"noreply@github.com"
] | noreply@github.com |
49697a4c837dd2838c4bdacbb2af01a3b6c58471 | 6e5284b89323cc811b73f7bbebb8c858a56905dd | /HealthCare/src/main/java/com/capg/Service/HealthServiceImpl.java | 9ebbe86b49beb51e73b52442e678ab40c86199a4 | [] | no_license | bhavya123423/Healthcare | 0a06a50817c72055b3c32490b8859523ddf66e0c | e76d2f2c9f58720072d7614e45d6d562d3b2c0ab | refs/heads/master | 2021-01-13T19:41:27.620129 | 2020-02-24T05:30:26 | 2020-02-24T05:30:26 | 242,473,187 | 0 | 0 | null | 2020-10-13T19:45:56 | 2020-02-23T07:12:47 | Java | UTF-8 | Java | false | false | 1,303 | java | package com.capg.Service;
import java.util.Date;
import java.util.List;
import java.util.Random;
import com.capg.DAO.HealthDao;
import com.capg.DAO.HealthDaoImpl;
import com.capg.DTO.DiagnosticCenter;
import com.capg.DTO.Test;
import com.capg.HealthException.HealthException;
public class HealthServiceImpl impl... | [
"BVRIT@PLACEMENT-LAB-19"
] | BVRIT@PLACEMENT-LAB-19 |
cf2a93b642f8027a235f6670f5537eadcbe2a7bb | 9b30f5ef60f11dd7b9236da8f14a36b019568db3 | /src/main/java/com/example/RestaurantTest1/dao/FoodItemDAO.java | 90e193ff7e529906af4347ed8b2a0de69c75ef5b | [] | no_license | shalinikaMalshani/Hotel-Management | 5d808ea7f03d6e74c8f6f91b724b303d5673e36b | 36db75a7c27cacd017af29bde81a89f99e7a8e91 | refs/heads/master | 2023-07-19T04:56:22.514684 | 2021-08-28T01:38:45 | 2021-08-28T01:38:45 | 398,779,960 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 456 | java | package com.example.RestaurantTest1.dao;
import com.example.RestaurantTest1.dto.FoodItemDTO;
import com.example.RestaurantTest1.entity.FoodItem;
import org.springframework.data.repository.CrudRepository;
import org.springframework.data.repository.PagingAndSortingRepository;
import org.springframework.stereotype.Reposi... | [
"it20233976@my.sliit.lk"
] | it20233976@my.sliit.lk |
820eeea79e47db7a5ed0e5cfcd96eb389688ee44 | eebaf695049237086cd0102a4b5988afd3b4b40a | /src/dao/DBManager.java | cdc7079bd3866eaa764d9056061192bc4689ecb3 | [] | no_license | YamashitaTatsuya/PrivateWork | ca162db97dbb3f5689d4ea78bbc6075c6466aecd | fde92778e4709cfd72f015e561972fd6624e43c0 | refs/heads/master | 2020-04-13T07:24:02.112387 | 2018-12-28T09:54:49 | 2018-12-28T09:54:49 | 163,050,720 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 831 | java | package dao;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
/**
* DB接続処理全般
* @author takano
*/
public class DBManager {
final private static String URL = "jdbc:mysql://localhost/";
final private static String DB_NAME = "abcd?characterEncoding=utf8";
final priva... | [
"tatsuya.yamashita.likeit@gmail.com"
] | tatsuya.yamashita.likeit@gmail.com |
46bdb6d357adbcbc5c874a72033ab978a912e853 | 64c80fcda57d935fc038245f3873dddc2811e1e0 | /src/main/java/innerAnonimousClasses/MyListener.java | 81858362a2e5085574b2b7f5a38e6df55ca2c4f6 | [] | no_license | Jeka1978/db-demo | 0eb996e4ca2a0b2217b8d1e72f500992e8399a57 | 9c7fc72a6f3a196d3b9856c9389e6bca75dc5c7e | refs/heads/master | 2020-12-05T14:57:44.385719 | 2016-08-30T13:38:11 | 2016-08-30T13:38:11 | 66,273,465 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 354 | java | package innerAnonimousClasses;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.lang.ref.WeakReference;
/**
* Created by Jeka on 23/08/2016.
*/
public class MyListener implements ActionListener {
@Override
public void actionPerformed(ActionEvent e) {
System.ou... | [
"bsevgeny@gmail.com"
] | bsevgeny@gmail.com |
2c68eb7bed91a60a82706571be2764dcbc484bae | bf99900c496fea063bf1f35dbcca826c5a639612 | /src/test/java/umm3601/todos/FullTodosListSpec.java | f490730ea1d7c7abfb05c5eaa52b39b3629a5004 | [] | no_license | UMM-CSci-3601-S17/lab-2-client-server-design-brittneyandy | be57b1285ee4454aed325ed6836b176bcef8e206 | 7c36cffb8275076869534c1ebaeedac09ec1598a | refs/heads/master | 2021-06-11T07:57:40.119214 | 2017-02-09T06:52:50 | 2017-02-09T06:52:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,224 | java | package umm3601.todos;
import org.junit.Test;
import umm3601.todos.Todos;
import umm3601.todos.TodosController;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import static org.junit.Assert.assertEquals;
public class FullTodosListSpec {
@Test
public void totalTodosCount() thro... | [
"lauxx265@morris.umn.edu"
] | lauxx265@morris.umn.edu |
150c445d80aa480a415a776228059cad9308f49e | 01b7d483637636c661b903e58c6454359490221b | /S9. Inner and Abstract Classes and Interfaces/3. Abstract_classes_basics/src/com/victor/Dog.java | 9f650e6debac97421eda64f69d51d5e2e68b8e94 | [] | no_license | Vyankovich/Complete-Java-Masterclass---updated-for-Java-10 | 031a3796f01030c1712c8431bce33e27e3b407f7 | 25d62ade128625c73608469ed8c7f4bf9a3f6bfa | refs/heads/master | 2021-07-11T06:45:40.895559 | 2019-03-04T21:09:55 | 2019-03-04T21:09:55 | 147,878,705 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 364 | java | package com.victor;
/**
* Created by dev on 27.10.2018.
*/
public class Dog extends Animal{
public Dog(String name) {
super(name);
}
@Override
public void eat() {
System.out.println(getName() + " is eating");
}
@Override
public void breath() {
System.out.println... | [
"victor.yankovich@gmail.com"
] | victor.yankovich@gmail.com |
612f678b01200a200d55457d6e7d79c2bc17ef04 | b5b3679e9232b7c50dfbcdada12575c80ae0506e | /SOAP-WS/Lab0201 -Client CMD Junit/src/test/java/org/testplayground/consumer/GetEmployeeById.java | c9c9737a01a72da5f39cbd1a173e1163b27926ac | [] | no_license | AhmedWael25/web_projects | bd6d442b6207073dc8c196583abd1b9ed22680c8 | f50629c2167f03667e8c27e17a634ffb4ab3ac85 | refs/heads/master | 2023-04-29T06:03:58.454446 | 2021-05-22T18:54:45 | 2021-05-22T18:54:45 | 348,258,506 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,368 | java |
package org.testplayground.consumer;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlType;
/**
* <p>Java class for getEmployeeById complex type.
*
* <p>The following schema fragment specifies the expected content contain... | [
"ahmedwaela25@gmail.com"
] | ahmedwaela25@gmail.com |
59bea51876802e0a6a7e8b0f1bd52de949e1daf7 | 349e9dcdff99fbfb0be2786a8c627fc845512c7c | /aliyunplayerlib/src/main/java/com/readboy/aliyunplayerlib/view/PlayerIdleViewBase.java | a306c874510bcc5445349ef36b83e5f5f32afe14 | [] | no_license | MyJesus/MathProblem | eafd0f89620ee97e664809ce74d149ff8fdf1edc | 504fbb867079aec8987bca5aa49b3b1ddca198b2 | refs/heads/master | 2020-04-11T10:33:38.582483 | 2018-12-14T02:04:27 | 2018-12-14T02:04:27 | 161,719,054 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,018 | java | package com.readboy.aliyunplayerlib.view;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.widget.RelativeLayout;
/**
* 播放器闲置布局抽象类。
* 自定义闲置布局必须继承该抽象类。
* Created by ldw on 2018/4/19.
*/
public abstract class PlayerIdleViewBase extend... | [
"1119723650@qq.com"
] | 1119723650@qq.com |
174c5dee5bb42f4b0049a33cc4f08ea6337256c7 | 463ce99463420844c71d4962dd92229a6cfd7cb6 | /src/main/java/com/bluewhite/portal/common/annotation/ClearCascade.java | d498e972292d0c07e1a1f16d222ec0be4417623d | [] | no_license | jieziz/portal | 241fd758a124aa0ec6997dfdf60cc6ce9a7931ea | b4469f5d0bde34e8f1bc3065039fe175a7acf87e | refs/heads/master | 2021-09-22T15:00:18.545750 | 2018-09-11T07:45:28 | 2018-09-11T07:45:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,093 | java | package com.bluewhite.portal.common.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import java.lang.annotation.ElementType;
import java.lang.annotation.RetentionPolicy;
/**
* 提供清除级联关系注解,<b>该注解仅对Acti... | [
"597929460@qq.com"
] | 597929460@qq.com |
5b18039f83f5ac5fa8006b01cf96f13dd8479443 | 0765abad4f670fea61364b6bfd0a89194a8ba0e0 | /app/src/androidTest/java/com/example/bendenisshaffer/multiactivityapp/ExampleInstrumentedTest.java | 88d97625965fefa86ea94af05ae2bdf21f196ea1 | [] | no_license | bendenis/MultiActivityApp | 5dbf536f5259651131da3ecfbd37570b968fe1bb | 07fb0ba38d00edc7296cce66a83e94e18805789a | refs/heads/master | 2021-08-14T08:49:24.301285 | 2017-11-15T06:13:19 | 2017-11-15T06:13:19 | 110,791,578 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 789 | java | package com.example.bendenisshaffer.multiactivityapp;
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 ... | [
"bdshaff@umich.edu"
] | bdshaff@umich.edu |
83abed4350a482a4dd5bcdc1500cb7fcc4d59055 | 8ff74fd0f2cfa97be552e4165a17d7aecaac45e2 | /BaseProject/src/main/java/BaseProject/Implementation17.java | cde4653084f21b1a249b6a7978cbee5d6e43ac24 | [] | no_license | patrickbaumann/daggervsroboguice | 6a663509485a5f1b0e34fa55b7d02b52296ff9f7 | 01b7567186feb27867a1eb21ba260fb623c315f8 | refs/heads/master | 2020-12-24T13:28:50.311709 | 2013-06-18T20:05:40 | 2013-06-18T20:05:40 | 6,273,479 | 1 | 1 | null | 2013-06-18T20:05:42 | 2012-10-18T05:27:02 | Java | UTF-8 | Java | false | false | 362 | java | package BaseProject;
import javax.inject.Inject;
public class Implementation17 implements Interface17 {
private final Interface18 dependency;
@Inject
public Implementation17(Interface18 dependency){
this.dependency = dependency;
}
@Override
public String getString(){
return ... | [
"patrick@patrick-Aspire-5745G.(none)"
] | patrick@patrick-Aspire-5745G.(none) |
7f1a01378c74ae76810af6bf7b0e2d8010b1adc5 | ab32f312c34ac368ac6da540b76469bf8fac1b78 | /src/test/java/pageObjects/HeaderPage.java | 1f98797d6f3e644f2247c175f963bda1cb58730f | [] | no_license | rulincab/renfeProject | 42a7eca2c32f5fb8f285b452c8acc8435f65c448 | 83b4fd5f11f225a1434051d6c9b614fa8021c8d0 | refs/heads/master | 2023-04-12T18:39:12.198845 | 2021-05-03T13:27:23 | 2021-05-03T13:27:23 | 363,709,516 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,033 | java | package pageObjects;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
public class HeaderPage {
public HeaderPage(WebDriver browser){
}
//locators
@FindBy(css = ".rf-header__principal > li:nth-of-type(1)")
private WebElement... | [
"esalgue@US-C02F235LMD6M"
] | esalgue@US-C02F235LMD6M |
4880cac1f89d64dbf9bdf707ec96ad173223115f | 1155e95c48e8da1db61b4e5742b2975657debc7d | /src/com/voip/steganography/packts/IpAddress.java | 32f756c42606dbf5366026ba24f71805048b518f | [] | no_license | subash81/STEGONOGRAPHY-Skype | 1c54fd8ab2e89c0d81aef729afd41e31f1f021ec | 90cca32e559da3ab3209a7e0f7aba76473cfb175 | refs/heads/master | 2021-08-23T07:15:53.556174 | 2017-12-04T03:08:15 | 2017-12-04T03:08:15 | 112,988,215 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,043 | java | /*
* Copyright (C) 2005 Luca Veltri - University of Parma - Italy
*
* This source code is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later ve... | [
"subashskumar@gmail.com"
] | subashskumar@gmail.com |
a8db3b436cbeb0ecbc338492bc8dd7f5fd27f574 | 6ecdad0f4f7ff12c6c9a97bb90f85b9f1dd951ec | /FlowSpot/java/com/cloudrail/userInterface/FlowSpot.java | c3fb695646e704850e36997f4c4c44b487387940 | [
"Apache-2.0"
] | permissive | ortenburger/hackathon | 4400aa6767f83572e1d3affeabd26ea27e160961 | 4a2735d7f6f5b1e41541e8ce594e89b49c74dcec | refs/heads/master | 2020-12-29T04:21:01.124355 | 2016-05-22T11:17:17 | 2016-05-22T11:17:17 | 56,376,210 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 40,999 | java | package com.cloudrail.userInterface;
import java.util.HashMap;
import com.cloudrail.userInterface.Endpoint;
import com.cloudrail.userInterface.EndpointCallResponseListener;
import com.cloudrail.userInterface.Endpoint.WebAuthorization;
import java.util.List;
import java.util.Map;
import com.cloudrail.exception.CloudRail... | [
"ortenburger@gmail.com"
] | ortenburger@gmail.com |
8a63345315878794ce1a0cbcf666a0711f98be7c | ca314e1b7e6f16e345add5f21023b3fff2c3e462 | /src/main/java/lists/chap13/list13_02/Character.java | adb03f9bc3318aaf4388e9caa40cc91a3eb1c091 | [
"Apache-2.0"
] | permissive | shigeharu-1978/javaNyumon | fb2ad680d88505a886ca6bc3d88293c9cc70bdbc | d65fd8c61731f724ab18d9f6dc81dc644f092f00 | refs/heads/master | 2020-04-17T22:49:05.996174 | 2019-06-09T03:28:37 | 2019-06-09T03:28:37 | 167,009,871 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 280 | java | package lists.chap13.list13_02;
public abstract class Character implements Life{
String name;
int hp;
public String getName(){
return this.name;
}
public void run(){
System.out.println(this.name + "は逃げ出した");
}
public abstract void attack(Matango m);
}
| [
"shigeharu_1978@yahoo.co.jp"
] | shigeharu_1978@yahoo.co.jp |
1a22f0af8eafd0acdddeb47a92351c03519f98eb | c4302fd5fcbd86f6fb1e8632f68203c9b7c30428 | /src/main/java/problems/Sort/day615/Solution1.java | f10d66c11c94433c8ec734eded5e4982c5126962 | [] | no_license | LinZiYU1996/myActionInLeetCode | c843ae3ee28bb8f061a07d7885a7ab4b0ce66004 | 9c2736c168ef0be1a25a42f133f3f62954c00fea | refs/heads/master | 2022-11-15T04:08:52.513617 | 2020-06-30T01:01:34 | 2020-06-30T01:01:34 | 271,263,589 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,462 | java | package problems.Sort.day615;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* \* Created with IntelliJ IDEA.
* \* User: LinZiYu
* \* Date: 2020/6/15
* \* Time: 21:16
* \* Description:
* \
*/
public class Solution1 {
//给定一个字符串,请将字符串里的字符按照出现的频率降序排列。
//
//示... | [
"2669093302@qq.com"
] | 2669093302@qq.com |
a41d8568b0ec883450ce03cde129fbcbd720d8a6 | 4e536428b68fdb40bb6b5fd9653071c1cb54fc59 | /app/src/test/java/com/ncm/nguyenchiminh/danhba/ExampleUnitTest.java | 1e514718ddc37e759d4f369d5001998bf94c0700 | [] | no_license | nguyenchiminh99/Danhba | 6bccf6593115926c6f283cdd4268c8534a5b2af7 | 7a202bb9ce4a12d54368e3481a3377e84dba3187 | refs/heads/master | 2021-03-24T05:54:06.257737 | 2020-03-15T18:11:04 | 2020-03-15T18:11:04 | 247,523,525 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 389 | java | package com.ncm.nguyenchiminh.danhba;
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
publi... | [
"="
] | = |
4a4f6e3b607563f36b0dde5554c9c2e7574c5085 | 29927882bee279159cd7427d501dd2087f3ed4b3 | /clase08_01/app/src/main/java/pe/area51/clase06_01/activities/GaleriaActivity.java | bfe14546a820c79bcdb3364f358902b6bc82643e | [] | no_license | rzcodx/Area51-Android | 2c1ed419a17ac34a738f650f2056d6da9a948936 | ef554389ada8c7c1b7bbf822b9562c5b64864a0b | refs/heads/master | 2020-09-11T18:32:27.128020 | 2020-01-18T20:25:05 | 2020-01-18T20:25:05 | 222,153,941 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,557 | java | package pe.area51.clase06_01.activities;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.viewpager.widget.ViewPager;
import android.os.Bundle;
import android.view.MenuItem;
import java.util.ArrayList;
import pe.area51.clase06_01.R;
import pe.area51.clase06_01.ada... | [
"rzcodx@gmail.com"
] | rzcodx@gmail.com |
371e43d7c39ae046c16fbd40129f22080aef3ae9 | 780ea3e340b57f11fb86ecee5b6c52d680c1842d | /netty/src/main/java/net/protocol/devicecmd/handler30/AgriThreadFactory.java | 1c9dddd8bb66fbcae6629734359ab243aef221c1 | [] | no_license | WKINGT/agricultrue | cbbce8d16d906b7ff0bdc4ee92fc5d113b8ab38f | 81adfa2f4f1fa6ca4b6a31802b13e80f8e26b48e | refs/heads/master | 2020-03-26T03:27:32.873633 | 2017-09-28T10:34:17 | 2017-09-28T10:34:17 | 144,456,880 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,367 | java | package net.protocol.devicecmd.handler30;
import java.util.concurrent.ThreadFactory;
import java.util.concurrent.atomic.AtomicInteger;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class AgriThreadFactory implements ThreadFactory {
private static final AtomicInteger poolNumber = new AtomicInteger... | [
"1582293004@qq.com"
] | 1582293004@qq.com |
3e488da400569464704cbe15d3a762f3c0db93d5 | 196e31065dc556c1660e9b3629c990df6fb513c4 | /oidc/src/main/java/com/okta/developer/MainController.java | adf39e8772af23a35ae9228d4693aa8cdcc53224 | [] | no_license | n3io/JavaProjects | d3348d453d0707ae5b5e52b09d5910a9958c2496 | 002ca94ef535103a2ef0e32d5ef076aa9b233d4b | refs/heads/master | 2021-05-10T09:59:45.274537 | 2018-09-25T22:28:51 | 2018-09-25T22:28:51 | 118,943,183 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,324 | java | package com.okta.developer;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpHeaders;
import org.springframework.security.oauth2.client.OAuth2AuthorizedClient;
import org.springframework.security.oauth2.client.OAuth2AuthorizedClientService;
import org.springframewo... | [
"kali@ymail.com"
] | kali@ymail.com |
86a7f5f5489a29cc8ba2622be407e507244e6fec | f09a23ce6bd791872a1dc16392a032d75f0a957b | /src/arrays/TestArray.java | 84ab41da6fa05c921a8b1eb40434459f56650782 | [] | no_license | anilchitturi/DemoSession | 1f626fcaf185d85cd46ebec1870e69247faffd9b | 26d8110c3b3f20a2998bcc0743f8cd8fdc9715c8 | refs/heads/master | 2021-01-15T19:28:15.811268 | 2014-11-04T04:26:09 | 2014-11-04T04:26:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 700 | java | package arrays;
public class TestArray {
public static void main(String[] args) {
double[] myList = {1.9, 2.9, 3.4, 3.5};
// Print all the array elements
for (int i = 0; i < myList.length; i++) {
System.out.println(myList[i] + " ");
}
// Summing all elements
do... | [
"anilkumarchitturi@gmail.com"
] | anilkumarchitturi@gmail.com |
394b1884288a4d9cf0b5f16ab419a032f0886e5d | 832e30062690a2c055c08899a2e03591a5173375 | /src/krasa/grepconsole/filter/support/ThreadUnsafeGrepProcessor.java | d6528c919ac8d5811cb43d8d5c9b3904494a6a8b | [
"Apache-2.0"
] | permissive | KillGit/GrepConsole | 14fedf90c6332238751eb3ec6f22dbd6056ec968 | dfe8ca853fc2930a1ee39f9c69f996f1322b471e | refs/heads/master | 2020-06-11T09:52:16.388498 | 2016-09-01T18:57:39 | 2016-09-01T18:57:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,195 | java | package krasa.grepconsole.filter.support;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.apache.commons.lang.StringUtils;
import com.intellij.execution.filters.Filter;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.openapi.util.text.StringUtil;
import krasa.grepconsol... | [
"vojta.krasa@gmail.com"
] | vojta.krasa@gmail.com |
762b88836a5e4456e69a2d371c6c66fc91afb43a | fae71599c8a1cae11da9f6ef21d86f7f756473c1 | /18_NoSQL/18_NoSQL/homework_18.2/task_2/src/main/java/users/redis/RedisStorage.java | 96bc4c25c1fe9d33b9c711d5c09792b35581a62b | [] | no_license | VladChain/java_basics | d6b20a5e9fb2b57d7bfd715f5927f1785e471dfa | 6ef752974617f8bd7c553d0adefb2435cd75d4ac | refs/heads/master | 2023-08-21T11:01:39.791635 | 2021-10-29T04:19:47 | 2021-10-29T04:19:47 | 302,089,315 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,810 | java | package users.redis;
import org.redisson.Redisson;
import org.redisson.api.RScoredSortedSet;
import org.redisson.api.RedissonClient;
import org.redisson.client.RedisConnectionException;
import org.redisson.client.codec.StringCodec;
import org.redisson.config.Config;
import java.util.Date;
import static java.lang.Sys... | [
"vlad.chain@mail.ru"
] | vlad.chain@mail.ru |
10042ab5051a3833c4f65dc6878b7fe392cc3322 | 3c469b0f8944e70cb2ed573fd555651aae0c9ba9 | /bitms-generator/src/main/java/com/blocain/bitms/generator/model/IModel.java | fccbdc9b79640a77d63cdb3ff2fd912e7e6acd5b | [] | no_license | edby/backend | 05fe622889fa38dedc26b21c6cb39bf10cec9377 | 0b9e1799f68741f36a7797b85afd267d383b9327 | refs/heads/master | 2020-03-14T22:36:43.495367 | 2018-05-02T07:26:08 | 2018-05-02T07:26:08 | 131,824,956 | 3 | 5 | null | 2018-05-02T08:58:57 | 2018-05-02T08:58:57 | null | UTF-8 | Java | false | false | 804 | java | package com.blocain.bitms.generator.model;
import java.util.Map;
/**
* 模板数据模型
* <p>File:IModel.java</p>
* <p>Title: IModel</p>
* <p>Description:IModel</p>
* <p>Copyright: Copyright (c) May 26, 2015</p>
* <p>Company: BloCain</p>
*
* @author Playguy
* @version 1.0
*/
public interface IModel
{
/**
* ... | [
"3042645110@qq.com"
] | 3042645110@qq.com |
ccd440d20f0cf9c3d59bb7a5b555a0b34119a229 | 7572f4eb4b1ae8086a9d767d83bd7d8e3ca1e3b9 | /src/main/java/com/jason/bytecode/IfAndWhileAndWhen.java | 159b61feddc8198044d017f869653b7097ae69a8 | [] | no_license | chenchencc/code | 624c45e60e136a6de395ebffdc26243c50314e34 | 4ba8fbd8f41d3c5401e7b5218952ef397f62d82b | refs/heads/master | 2021-10-11T20:21:13.288222 | 2019-01-29T11:35:16 | 2019-01-29T11:35:16 | 111,351,679 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 406 | java | package com.jason.bytecode;
public class IfAndWhileAndWhen {
public void test(){
int i = 0;
for (int m = 0;m < 100;m++){
if (m < 5){
i = m;
}
}
}
public void test2(){
int i = 0;
while (i<10){
System.out.println(i)... | [
"chenchen65@meituan.com"
] | chenchen65@meituan.com |
d98044d2162cad98a6fb29027ed18d8d42aef051 | 4a597da8eff9eb6a48aa86bac9d0f1399c97d95a | /onto_lib_custom/ontolib/ontolib-io/src/main/java/com/github/phenomics/ontolib/io/obo/upheno/UphenoGeneAnnotationParser.java | f817f1bc89d3324b14a49deb3d4a51806cf258d3 | [
"BSD-3-Clause-Clear",
"BSD-2-Clause"
] | permissive | johntiger1/boqa | 710e84de7c6e772afd75cb8800f633f2248b7d4d | 18270f3b1d7126f78f0938802146624b8cb65b60 | refs/heads/master | 2020-12-30T12:56:34.543263 | 2018-09-19T17:17:58 | 2018-09-19T17:17:58 | 91,379,125 | 1 | 0 | null | 2017-08-25T21:32:29 | 2017-05-15T19:58:06 | Java | UTF-8 | Java | false | false | 2,208 | java | package com.github.phenomics.ontolib.io.obo.upheno;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import com.github.phenomics.ontolib.io.base.TermAnnotationParser;
import com.github.phenomics.ontolib.io.base.TermAnnotationParserException;
import com.github.... | [
"john.person1@gmail.com"
] | john.person1@gmail.com |
a8e6eb559261e533b8bfd9b3b9b4eb2419cb7599 | 28597b580d3d3d812904a16109cf99b3d0e6fc06 | /src/main/java/de/interactive_instruments/xtraserver/config/schema/TableWithComment.java | beea1c6a9ce465c62e0540d5ebb4219cab6f9351 | [
"Apache-2.0"
] | permissive | stempler/xtraserver-config-util | b166f1e325bc7fe699c5faf16ba941fdb3524cb3 | 95f8913f5ac4bf9b424eaabc871e24836d981ee6 | refs/heads/master | 2020-03-09T22:52:54.727363 | 2018-04-10T14:28:50 | 2018-04-10T14:28:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,336 | java | /**
* Copyright 2018 interactive instruments GmbH
*
* 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... | [
"zahnen@interactive-instruments.de"
] | zahnen@interactive-instruments.de |
6e310e3b4b7b1ed4fe9735bfc1ba5a14ace56dc6 | e02f14b8e1ad8471c63fd47891b0378eb75b7f53 | /dev/treetonCore/src/treeton/core/config/context/resources/xmlimpl/ResourceChainModelXMLImpl.java | de7b953c3eada3fae9f12bf5e0d4aa392176376f | [
"Apache-2.0"
] | permissive | TreetonOrg/Treeton | c6c599d3c7d69be3685c8c08897fbcedf7d5a31b | fb1b85c138fd7aa31f4a78703b31cde364952b69 | refs/heads/dev | 2020-04-06T03:51:59.522677 | 2019-10-03T12:48:27 | 2019-10-03T12:48:27 | 83,141,024 | 0 | 2 | Apache-2.0 | 2019-10-03T12:48:28 | 2017-02-25T15:29:14 | Java | UTF-8 | Java | false | false | 2,149 | java | /*
* Copyright Anatoly Starostin (c) 2017.
*/
package treeton.core.config.context.resources.xmlimpl;
import org.w3c.dom.Element;
import treeton.core.config.context.ContextException;
import treeton.core.config.context.ContextUtil;
import treeton.core.config.context.resources.api.ResourceChainModel;
import treeton.co... | [
"phoenixilya@gmail.com"
] | phoenixilya@gmail.com |
56dcc1b21ebd7339a75bff9749f84cdada1571ad | 839d619559119c22e8f213258316451ead614106 | /src/main/java/com/enhinck/db/entity/OneVersionModifySummary.java | c877953bf5098b13e644b6020895d105a9ebd2c1 | [
"Apache-2.0"
] | permissive | Enhinck/db-utils | 6625d527a7a25c3c93257c6d8f4f4bd4a292496c | 9b2fab4de70b9232778934c6a5eb920b3682563d | refs/heads/master | 2022-07-09T07:49:25.701749 | 2019-09-10T09:24:14 | 2019-09-10T09:24:14 | 194,997,420 | 4 | 3 | Apache-2.0 | 2022-06-29T17:29:06 | 2019-07-03T06:58:04 | Java | UTF-8 | Java | false | false | 625 | java | package com.enhinck.db.entity;
import com.google.common.collect.MapDifference;
import lombok.Data;
import org.apache.commons.collections.map.HashedMap;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
@Data
public class OneVersionModifySummary {
List<Inform... | [
"huenbin@foxmail.com"
] | huenbin@foxmail.com |
fbb904307cf70bde6bb71815aad8160f7a953893 | f766baf255197dd4c1561ae6858a67ad23dcda68 | /app/src/main/java/com/tencent/mm/plugin/location/Plugin.java | 7145a8ae5da9035c28e2511af3f57c19331a06d2 | [] | no_license | jianghan200/wxsrc6.6.7 | d83f3fbbb77235c7f2c8bc945fa3f09d9bac3849 | eb6c56587cfca596f8c7095b0854cbbc78254178 | refs/heads/master | 2020-03-19T23:40:49.532494 | 2018-06-12T06:00:50 | 2018-06-12T06:00:50 | 137,015,278 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 685 | java | package com.tencent.mm.plugin.location;
import com.tencent.mm.model.ar;
import com.tencent.mm.plugin.location.model.l;
import com.tencent.mm.pluginsdk.b.b;
import com.tencent.mm.pluginsdk.b.c;
import com.tencent.mm.pluginsdk.n;
public class Plugin
implements c
{
public n createApplication()
{
return new a()... | [
"526687570@qq.com"
] | 526687570@qq.com |
1f6b3793b9e4c86ba3d50c8c8127dc764c802aeb | f4b26c993c3131df83950a565c2e48471fa6aa15 | /src/main/java/com/yydb/common/web/validate/AjaxResponse.java | e385f9ab4177238745c097723ce7029eb5a88301 | [] | no_license | yorkchow/yydb | 0c1b325df8e2cf85da7d6ed47e4542068e5e5419 | e8e95dca2c4efb7ac7e301c4c1d46c0c4850f244 | refs/heads/master | 2021-01-16T18:19:33.673957 | 2014-11-03T14:58:14 | 2014-11-03T14:58:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,552 | java | package com.yydb.common.web.validate;
/**
* @author YorkChow<york.chow@actionsky.com>
* @since 2014/11/3
* Time: 1:37
*/
public class AjaxResponse {
private Boolean success;
private String message;
public AjaxResponse() {
this(Boolean.TRUE, "操作成功");
}
public AjaxResponse(Boolean succe... | [
"marqro.york.chow@gmail.com"
] | marqro.york.chow@gmail.com |
680744e1394e90c5b971e67308443ad220a01f62 | 2114e3a9daca4017b2f4e732484ceb58f1e65200 | /app/src/main/java/com/example/rodrigo/singin/MainActivity.java | e91bf906df1cd8847efca046037fb9d7bb58c5b2 | [] | no_license | shop-aplicativo/appShop | 38b678ef0f57b8b2e1341002038e3f34092f9ded | 0fa05f6d52c60e9f08059907f3e1c5872babfd01 | refs/heads/master | 2021-08-16T03:34:02.971652 | 2017-11-18T23:08:23 | 2017-11-18T23:08:23 | 104,025,196 | 0 | 2 | null | 2017-11-04T00:28:48 | 2017-09-19T04:09:25 | Java | UTF-8 | Java | false | false | 1,176 | java | package com.example.rodrigo.singin;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class MainActivity extends AppCompatActivity {
private Button abrirCad;
private Button abrirLog;
@Ov... | [
"rodrigo.17@hotmail.com.br"
] | rodrigo.17@hotmail.com.br |
849a467ce84b586def230d8615bfbb703136f3fb | b6e59f72027d908602b29dd93f66642eb0eaf532 | /app/src/main/java/com/example/wedeliver/orderSuccess.java | 282e8de228ed1589cef9b133b1f2523bbf590aa0 | [] | no_license | yililavender/WeDeliver | 43451580d8ebe375195cd1f2d8a2d045ee478da7 | 1afa5fc3810f5fd1b6d4c09692b8820a2d962ec4 | refs/heads/master | 2023-06-14T13:10:56.565797 | 2021-07-06T14:14:17 | 2021-07-06T14:14:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,200 | java | package com.example.wedeliver;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.widget.LinearLayout;
import com.google.android.material.snackbar.BaseTransientBottomBar;
import com.google.android.material.snackbar.Snackbar;
import com.google.fire... | [
"eramalaaravind@gmail.com"
] | eramalaaravind@gmail.com |
5071c4e38be5e34b7abf7fdf85d91b6830141994 | ac24c4ad4331a981fa0e8d88a1f958c0159cba16 | /app/src/main/java/ru/geekbrains/Observer.java | 44b09c9f23112225d70087cfd4bbd5564cb0d7ec | [] | no_license | 23err/weatherApp | 52318f4316e041877039c8155360cb86c1babd8f | 3f4b30690f9b322cb979fe58cc3922d53759765e | refs/heads/master | 2023-02-25T23:57:08.513251 | 2021-01-31T18:23:52 | 2021-01-31T18:23:52 | 322,901,085 | 0 | 0 | null | 2021-01-31T20:03:41 | 2020-12-19T17:27:05 | Java | UTF-8 | Java | false | false | 95 | java | package ru.geekbrains;
public interface Observer {
public void updateCity(String city);
}
| [
"flip.04@mail.ru"
] | flip.04@mail.ru |
691b05effa405e7e2f38604a0b10beb3b3727896 | 7e4695865f1a1fe73434d3c96f7a545ba79a8163 | /book-api/src/main/java/br/com/pilgriman/bookapi/controller/BookController.java | 382f086cbc12bf1cb4042978655814420bda11b9 | [
"MIT"
] | permissive | Pilgriman/api-springboot-books | b99c21dc58900b9f03eaf47cc3b7af98969758a7 | 6327d2c921ba403bf5ff7af095e6ac6836c15e49 | refs/heads/main | 2023-07-18T11:10:43.077004 | 2021-08-24T01:45:44 | 2021-08-24T01:45:44 | 399,298,553 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,988 | java | package br.com.pilgriman.bookapi.controller;
import br.com.pilgriman.bookapi.bookservice.BookService;
import br.com.pilgriman.bookapi.dto.BookRequestDto;
import br.com.pilgriman.bookapi.entity.Book;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpHeaders;
import org.... | [
"limaufrpe289@gmail.com"
] | limaufrpe289@gmail.com |
cd446ef02f14fefa9d1046eae7618671146168c6 | fea66906353e7dfde1fc142f019461c2d3c5432a | /app/src/main/java/com/portfoliorobbinschlepers/portfoliorobbinschlepers/Downloadreacties.java | 380fa6b1b47fba5f1f11c14a56595c0b5b750b06 | [] | no_license | rschlepers/PortfolioRobbinSchlepers | 3539baec0f32d73a8266bf301cb9d159d27fcbb0 | bac7af185d55e8024ba850804f760246386a4f0d | refs/heads/master | 2021-01-20T13:18:12.996182 | 2017-05-06T15:00:59 | 2017-05-06T15:00:59 | 90,470,657 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,661 | java | package com.portfoliorobbinschlepers.portfoliorobbinschlepers;
import android.app.ProgressDialog;
import android.content.Context;
import android.os.AsyncTask;
import android.widget.ListView;
import android.widget.Toast;
import java.io.BufferedInputStream;
import java.io.BufferedReader;
import java.io.IOException;
imp... | [
"rschlepers@deltion.nl"
] | rschlepers@deltion.nl |
fe3cc48fc16cbdd9c0e1e6800d3bfceddc66ef96 | 2264dd5b16e4f13ee3b52facc8baca50eed51be7 | /src/main/java/com/springapp/user/NotFoundUserByUserIdNPasswordException.java | 06bdd4b6d12d7439fb4118b20ea3e64196081be9 | [] | no_license | kimmunsu/passion | 39c652b3dfecac8f5d7792f2bf106d28272605df | 2c7f45dff4b6497fa0f386bc2ff6b2e53162abab | refs/heads/master | 2021-01-24T23:45:11.037422 | 2014-02-14T10:31:04 | 2014-02-14T10:31:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 311 | java | package com.springapp.user;
public class NotFoundUserByUserIdNPasswordException extends Exception {
private static final long serialVersionUID = -511800988622582769L;
@Override
public String getMessage() {
return "id 혹은 password를 잘못 입력하셨습니다. 다시 입력해주세요.";
}
}
| [
"darkship1022@gmail.com"
] | darkship1022@gmail.com |
5e4c53244367e7238c813e11f852afc5e9e67c54 | ab52bb58aab8104c26db2a6690ec1986ac37dd62 | /main6/envoy/src/java/com/globalsight/machineTranslation/promt/pts9/TranslateFormattedText2Response.java | ba4c788338b6b6b1821412c9b4dbaf0a273a16db | [] | no_license | tingley/globalsight | 32ae49ac08c671d9166bd0d6cdaa349d9e6b4438 | 47d95929f4e9939ba8bbbcb5544de357fef9aa8c | refs/heads/master | 2021-01-19T07:23:33.073276 | 2020-10-19T19:42:22 | 2020-10-19T19:42:22 | 14,053,692 | 7 | 6 | null | null | null | null | UTF-8 | Java | false | false | 6,294 | java | /**
* Copyright 2009 Welocalize, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | [
"kenny.jiang@welocalize.com"
] | kenny.jiang@welocalize.com |
21b2a6fb1f6940ab1cc7086201abc54485268386 | e8527c8730fa0fed5cbd27b6b76ecf80d4fd2926 | /app/src/main/java/com/example/think/coolweather/service/AutoUpdateService.java | 871b6e21be6732e9a618a15c5b9f678e6554ac9c | [
"Apache-2.0"
] | permissive | lupengchen/coolweather | 351afe9b9598dc3e8a08d1f9690650f93b2be899 | 0afad88b04a97d063027ea16e967895e1a01866c | refs/heads/master | 2021-09-05T10:16:50.233221 | 2018-01-26T10:14:33 | 2018-01-26T10:14:33 | 112,967,468 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,651 | java | package com.example.think.coolweather.service;
import android.app.AlarmManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.IBinder;
import android.os.SystemClock;
import android.preference.PreferenceManager;
i... | [
"you@example.com"
] | you@example.com |
7e4ad7fa53508068878a87770283d2e3f672eeba | 91e4dc2de5a788cdf16cbdfe22ce0658b7760598 | /src/test/java/jp/com/study/StudyApplicationTests.java | eabaff70d7fc017da8c9c1c473a2099bd6318779 | [] | no_license | integerzeroGit/study | 504ff9edb4d8e128c87c0536ac9bce626053bff9 | e029156df75fc416672ca2e9f2ec3317a037e388 | refs/heads/master | 2023-03-05T22:19:32.753736 | 2021-02-18T00:43:04 | 2021-02-18T00:43:04 | 339,307,868 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 203 | java | package jp.com.study;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class StudyApplicationTests {
@Test
void contextLoads() {
}
}
| [
"favoritemail.integerzero@gmail.com"
] | favoritemail.integerzero@gmail.com |
20eac56d1189b7efb99154c3bb2c9df0610844d0 | 8b4dad04d6df47503082ccf0c6977e8f4dd36e96 | /src/main/java/com/chinalbs/controller/UserManageController.java | 9ffa61f302125e53ff11b592e743ef8cb44e034c | [] | no_license | wangyiran125/portal_ec | debe084e3cb4ec093ef7f2ed75a40e1ae70b9401 | 5dd1acdb583c52d7a18eb69d320fdf02d4567532 | refs/heads/master | 2021-03-12T19:24:53.431109 | 2015-05-20T07:15:00 | 2015-05-20T07:15:00 | 35,932,151 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,648 | java | package com.chinalbs.controller;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Resource;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.RequestMapping;
import ... | [
"wangyiran125@icloud.com"
] | wangyiran125@icloud.com |
5868866d7895cc961b00dec9ffcb477d998b451e | 83d12c77b6afd8d53871770248736513440d7e9c | /src/test/java/io/github/oxnz/Ingrid/tx/TxHttpExecutorTest.java | efe4e63ea56462f22e8707f86258f49f4241c0ee | [
"MIT"
] | permissive | oxnz/Ingrid | e6392d83b1c5fccf01ab955f2e16fe3e20732214 | df7bc81a95234ed3dbe4ab1930f7facec06bdf9f | refs/heads/master | 2020-07-06T08:24:46.848719 | 2020-01-20T08:29:54 | 2020-01-20T08:29:54 | 202,953,957 | 0 | 0 | MIT | 2020-01-20T08:29:56 | 2019-08-18T03:08:58 | Scala | UTF-8 | Java | false | false | 7,530 | java | package io.github.oxnz.Ingrid.tx;
import org.apache.http.conn.ssl.NoopHostnameVerifier;
import org.junit.Before;
import org.junit.Test;
import javax.net.ssl.KeyManagerFactory;
import javax.net.ssl.SSLContext;
import javax.net.ssl.TrustManagerFactory;
import java.io.ByteArrayInputStream;
import java.io.IOException;
im... | [
"max.zhang@airbnb.com"
] | max.zhang@airbnb.com |
ccddbef1b6e737eadd7e703a44cfeac5dc1e8ce3 | f439b74ebcf230e737aedf19243a8d6e612dd02a | /src/JPL/ch02_12/Ex02_12.java | be619ecad566d91362e4aeb022cf292a112fa7b7 | [] | no_license | Nkitoh/JavaTraining | 98d442d9c4d7c06f1a727015e41cab0a155b5e96 | f60e910874c986700e5be132fc1c3820a21784c5 | refs/heads/master | 2016-09-06T11:08:18.853233 | 2014-04-09T03:58:48 | 2014-04-09T03:58:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,955 | java | package ch02_12;
/*
* Vehicleクラスには、
* Ownerのみ可変長引数を追加
*
* LinkedListには、
* Add_multi_listで、
* 複数のVehicleオブジェクトをリストに追加できるようにした。
*
*/
public class Ex02_12 {
public static void main(String[] args) {
LinkedList Vehicle_list = new LinkedList();
Vehicle Benz = new Vehicle("Benz", 120, 45, "A");
Vehicle C... | [
"naoya0901_j@yahoo.co.jp"
] | naoya0901_j@yahoo.co.jp |
932768b08c7c8144a406bbcdcb3fdea51aa4684d | 2b91cd325c397a15b80f192de4705b496f617d74 | /src/main/java/org/ocsoft/rosetto/parsers/ScenarioParser.java | 2bf1f70df1f5b27a5174b2504301486909820c47 | [] | no_license | Rosetto/Rosetto-base | 1d8d2b5c137cd3c994200ea26cec787dfe22494d | f7b4f39c21d4c934216cabb4840063708f86859e | refs/heads/master | 2021-01-22T18:28:16.792270 | 2015-10-07T00:56:18 | 2015-10-07T00:56:18 | 17,415,573 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,262 | java | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.ocsoft.rosetto.parsers;
import java.util.List;
import java.util.Map;
import org.frows.lilex.parser.To... | [
"olivinecafe@gmail.com"
] | olivinecafe@gmail.com |
56de761a8c25c342bb90dfc214fef70fda99d988 | 2c4530cc44adb302df608ff12669f8929d9d9d88 | /src/java/org/com/exam/messages/service/StudentService.java | ada0b0205eae3df8f8f28678cd83a82b47caefce | [] | no_license | shahidur24/AngularjsRestfulCRUD | 18de050b625a864ed44ed29cfdd43812360f4049 | fd444d42ea43bd5de24b6f0583e847c9cd51f407 | refs/heads/master | 2020-11-24T02:27:13.697658 | 2019-12-13T21:36:29 | 2019-12-13T21:36:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,095 | java | package org.com.exam.messages.service;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.com.exam.messages.database.DatabaseClass;
import org.com.exam.messages.model.Student;
public class StudentService {
private Map<Integer, Student> studentMap = new H... | [
"TEACHER@TEACHER-PC"
] | TEACHER@TEACHER-PC |
a6cc29f914eee3438ebd509348be750b1a83972b | 81a6578193bf337d8772484769de3a03ff06643b | /AbstractClass/src/com/kubilaycicek/Square.java | 0ddbc74e45a5f10fe54c07bef89389ebf51315ea | [] | no_license | kubilaycicek/OOP-Examples | 99cd486146b1d0b27fca4234667ac8b9f1290387 | 0d12a1b020660695ec30f3b24985b8ce9dc57f46 | refs/heads/master | 2021-04-23T18:30:00.113125 | 2020-03-25T12:05:56 | 2020-03-25T12:05:56 | 249,967,141 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 283 | java | package com.kubilaycicek;
public class Square extends Shape {
private int a;
public Square(String name, int a) {
super(name);
this.a = a;
}
@Override
void calculateArea() {
System.out.println(getName() + " area : " + (a * a));
}
}
| [
"kubilaycicek0693@gmail.com"
] | kubilaycicek0693@gmail.com |
9bdb4060891fe6c67ecf07043f875829bbaf43a8 | c1544d9bf81c3ae7a8d59a5de756a2a738902379 | /src/main/java/com/cj/core/facade/SearchMapperFacadeImpl.java | 1cc9ea3e40bf3f1a8e70ca937fe462f5fad2ecee | [] | no_license | jsflzhong/cjShop-service-search-dubbo | bca175060e268af817b864adf64ce1061114d79a | da5e125361c67be335d47131036e0cdd84602f1a | refs/heads/master | 2020-03-18T13:40:22.913864 | 2018-05-27T14:08:31 | 2018-05-27T14:08:31 | 134,799,924 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 719 | java | package com.cj.core.facade;
import com.alibaba.dubbo.config.annotation.Service;
import com.cj.core.facade.search.SearchMapperFacade;
import com.cj.core.pojo.SearchResult;
import com.cj.core.service.SearchMapper;
import org.apache.solr.client.solrj.SolrQuery;
import org.springframework.beans.factory.annotation.Autowire... | [
"jsflzhong@163.com"
] | jsflzhong@163.com |
29099f8a71f977ca2ee27258abb5647f098ef65d | 9a8f977742375f79f6180ccb0f311a040187e34d | /agentBackend/src/main/java/com/megatravel/dto/soap/RefuseCommentRequest.java | 8f8f7c5bee16a79b09e5cf57e114b1d3a8a0a502 | [] | no_license | srdjan-19/megatravel | 0f628e81c6effe9fe0b2fa868f4c46b3a356769a | 855eae778e5ff4865b251634e97988d852180df1 | refs/heads/master | 2023-06-23T12:10:22.587748 | 2020-01-27T09:21:11 | 2020-01-27T09:21:11 | 229,602,013 | 0 | 0 | null | 2023-09-13T17:29:10 | 2019-12-22T17:06:53 | Java | UTF-8 | Java | false | false | 1,579 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.2-147
// 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: 2019... | [
"ilic.srdjan1996@gmail.com"
] | ilic.srdjan1996@gmail.com |
a9344ea0bc109b3cd3c8d010a33378cd9867e601 | 19c7f99cde20c5153b38a4827a18af31998c4220 | /WebApplication1/src/java/persistence/exceptions/rightsnotfound.java | bb7448e74ac95ce13b530db3c1d8d79bce6c96ce | [] | no_license | j0ker1337/pflicht2.0 | 3ab10849c0e48748ae8c4d00252c0ee5e7cfdedb | b53242bb2f56a6732712ceaa682856da70c25a8b | refs/heads/master | 2021-01-23T07:38:04.715131 | 2017-06-08T09:16:29 | 2017-06-08T09:16:29 | 93,036,799 | 0 | 0 | null | 2017-06-08T09:18:09 | 2017-06-01T08:50:36 | Java | UTF-8 | Java | false | false | 357 | 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 persistence.exceptions;
import java.sql.SQLException;
/**
*
* @author Nikolay und Don
*/
public class rightsn... | [
"joker@jokerpc.fritz.box"
] | joker@jokerpc.fritz.box |
e18f45b0d57e861e65448d5452438d5ed6e6a920 | 9cb83f3b3c05ab29454812fabdda2c26a0e39754 | /Java/DesignPattern/Prototype/Resume.java | 4c773959893c310a93f59b56a39d0e6942191496 | [] | no_license | heathjay/niuke | 0da093bd6b1bd3099955d5ffac3f749e85ccf29a | ad3e82ddf9aac2e718d77571f2191815ce1bd44d | refs/heads/master | 2023-08-21T00:18:29.116733 | 2021-10-20T08:48:36 | 2021-10-20T08:48:36 | 306,721,910 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,505 | java | public class Resume implements Cloneable {
private String name;
private String birthday;
private String sex;
private String school;
private String timeArea;
private String company;
/**
* 构造函数:初始化简历赋值姓名
*/
public Resume(String name){
this.name = name;
}
... | [
"jcpmzy@163.com"
] | jcpmzy@163.com |
2ec1b6f8331e76f4949d6ba0b58c8b39de511124 | 5db33f476e754b94fee4c4d5bbfd8d2ac52635c1 | /src/cci/arraystring/PairSum.java | f83fcb37864c49aeb44039cc0d2ce05fb26562fe | [] | no_license | dexter-aks/datastructures-algorithms | e829aed41ee1ec31e1483f8d8d9ada6f8d2bc6e7 | 64294f76f0fca469306767f93755f8c5dd0d4a66 | refs/heads/master | 2021-06-12T01:07:07.213933 | 2021-03-09T07:05:37 | 2021-03-09T07:05:37 | 134,890,171 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,469 | java | package cci.arraystring;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Set;
public class PairSum {
private static final int MAX = 100000;
public static void main(String[] args) {
int nums[] = { 3, 3 };
int target = 6;
int arr[] = twoSum(nums, target);
System.out.println(Arrays.toStri... | [
"340amit@gmail.com"
] | 340amit@gmail.com |
2c0690337ec6aa680671c470e2a8795290e934d1 | 26ed1680d634a508ef3945d279cc8cd5a57d4a2f | /common/src/main/java/lk/elevenzcode/bms/common/dto/ComboboxData.java | 37eb2e6fce218f64f580b5a6457ec569dba983f8 | [] | no_license | fazilmohamed1998/Banquet_Managment_System | cb06073a05bc185081716659441184df4091de94 | b3092fb1d7ae09d8e5f19a3631e3c53c9ba66964 | refs/heads/main | 2023-08-13T04:02:49.100528 | 2021-10-10T06:02:04 | 2021-10-10T06:02:04 | 415,499,473 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 726 | java | package lk.elevenzcode.bms.common.dto;
public class ComboboxData {
private String value;
private String text;
public ComboboxData(int value, String text) {
this.value = String.valueOf(value);
this.text = text;
}
public ComboboxData(String value, String text) {
this.value = value;
this.text ... | [
"mfazilm98@gmail.com"
] | mfazilm98@gmail.com |
58d2967b066e454e748df11bc9c33f07d79b54fb | 2cdb777d42575a25a7c0398825807f15129abf49 | /src/java/com/supinfo/supinbank2/dao/jpa/JpaUserDao.java | d17687eec1e70d9a4d30036c444be2f8ec230f73 | [] | no_license | ruixie/SupinBank | 8bd2691ee62c25962eeb615f8c5e920704ad19f7 | 3992e28da0e6f2694129d9fc0224aa66469e1db4 | refs/heads/master | 2020-12-28T20:31:32.872572 | 2013-03-26T17:26:59 | 2013-03-26T17:26:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,716 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.supinfo.supinbank2.dao.jpa;
import com.supinfo.supinbank2.dao.UserDao;
import com.supinfo.supinbank2.entity.BankAdvisor;
import com.supinfo.supinbank2.entity.Customer;
import java.util.List;
import javax.ejb... | [
"laurens.thibault@gmail.com"
] | laurens.thibault@gmail.com |
3054901addb83f8cbb6f75bdc9e12552d19801fa | 4627d514d6664526f58fbe3cac830a54679749cd | /results/randoop5/time-org.joda.time.chrono.GJChronology-19/RegressionTest4.java | 4c95750f20e0745f9b02aba271935575c14b6e38 | [] | no_license | STAMP-project/Cling-application | c624175a4aa24bb9b29b53f9b84c42a0f18631bd | 0ff4d7652b434cbfd9be8d8bb38cfc8d8eaa51b5 | refs/heads/master | 2022-07-27T09:30:16.423362 | 2022-07-19T12:01:46 | 2022-07-19T12:01:46 | 254,310,667 | 2 | 2 | null | 2021-07-12T12:29:50 | 2020-04-09T08:11:35 | null | UTF-8 | Java | false | false | 195,900 | java | import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.Ignore;
import org.junit.runners.MethodSorters;
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
public class RegressionTest4 {
public static boolean debug = false;
@Test
@Ignore
public void test2001() throws Throwable {
if (... | [
"P.Derakhshanfar@tudelft.nl"
] | P.Derakhshanfar@tudelft.nl |
6d8b71c9c3f96f4053a39a245c4bc9e886ec8796 | cbffed26bd8e6eaead9543073494f2b1248fff60 | /src/balls/model/EndChecker.java | 517e7af89542df543c219b7fdb02ab20408e7cc1 | [] | no_license | piorkowskiprzemyslaw/game | e3c75090cd2fc9c99874d14a0d9502641ef99103 | e41e6ffa71e4d0f85d124e9b5cbc3491b2fd726b | refs/heads/master | 2020-05-20T08:43:17.969817 | 2013-11-19T23:01:27 | 2013-11-19T23:01:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 579 | java | /**
*
*/
package balls.model;
/**
* Klasa sprawdzajaca czy w danym momencie zgodnie z zasadami został osiągnięty
* koniec gry.
*
* @author Przemysław Piórkowski
*
*/
final class EndChecker
{
private final BallSetGroup ballSetGroup;
EndChecker(final BallSetGroup ballSetGroup)
{
this.ballSetGroup = ball... | [
"piorkowskiprzemyslaw@gmail.com"
] | piorkowskiprzemyslaw@gmail.com |
172a0d03c46eaa655bd7abc790966f217069cbf8 | 9a9f93532adb7a26307270a0f6876e24658117cd | /app/src/main/java/com/video/newqu/bean/FilterBean.java | dde106e24a3ba144344fc293e5dd30af9be2e1d1 | [] | no_license | jinkailong888/Video | fda7c0606eff676ca6672000c620fd8832af43d6 | 4513c2de0380b09896d9f2d5a5ff1c16f80854ec | refs/heads/master | 2020-04-24T08:55:37.866468 | 2018-04-28T09:20:59 | 2018-04-28T09:20:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 683 | java | package com.video.newqu.bean;
/**
* TinyHung@Outlook.com
* 2017/8/25
*/
public class FilterBean {
private int filterType;
private String filterName;
public FilterBean(int filterType, String filterName) {
this.filterType = filterType;
this.filterName = filterName;
}
public Fil... | [
"584312311@qq.com"
] | 584312311@qq.com |
5176ba41e036956becca031b36c33a3e4e393fbf | 8575a24523686d8c7f2c936da2881af7c7651b25 | /app/src/main/java/com/bananarepublick/banan/sqlite/Fragment/OwnerFragment.java | c32189b3d565f9a5b0573cb2795fc3177b1a7cf3 | [] | no_license | Banan18/SQLite | f452867e66cca666b20204b0660ab0c0ca339472 | af4ad656accc3fa73164c238e27aa5f7dcf09145 | refs/heads/master | 2020-04-07T08:00:00.146558 | 2018-03-11T07:39:15 | 2018-03-11T07:39:15 | 124,194,937 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,870 | java | package com.bananarepublick.banan.sqlite.Fragment;
import android.app.Fragment;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import android.text.InputType;
import android.text.method.ScrollingMovementMethod;
import android.view.LayoutInflater;
import android.view.View;
import andro... | [
"trytryty.tytytytyty@mail.ru"
] | trytryty.tytytytyty@mail.ru |
1c78e775be9f57ebb17ea8d0a5200d738be39e57 | 52c514dda2cdd5c221c2aa1b306f015baeace575 | /app/src/main/java/com/mazeworks/boringapp/layout/ProfileHeaderFragment.java | 8c7ed2ea63db87baca1d325c425e670186c1e682 | [] | no_license | mambisi/BoringApp | 4f8e26bd6bbeb76d6fbb953e67f0f9339e1102ce | 7bf35c1c2cafd002ddede4e5c7e65ca335fc3bb3 | refs/heads/master | 2021-01-01T20:43:22.477995 | 2017-08-02T14:34:11 | 2017-08-02T14:34:11 | 98,918,649 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,872 | java | package com.mazeworks.boringapp.layout;
import android.Manifest;
import android.net.Uri;
import android.os.Bundle;
import android.os.Environment;
import android.support.annotation.NonNull;
import android.support.design.widget.Snackbar;
import android.support.v4.app.Fragment;
import android.support.v7.widget.AppCompatB... | [
"lilbizi96@gmail.com"
] | lilbizi96@gmail.com |
b37a277c142beb6ac9eeac45e30eab4e819c137d | a54da9ce7178714e6fced06c521cde0fb007f6ff | /Movie/src/main/java/movie/feign/UserFeignClient.java | cde3800c6394f8ffb736a740b2391a451bec107e | [] | no_license | marcusMintchip/MovieApplication | 8729a19cc0641e1b91accf7d9502d5f4ac20f7d4 | 9aacc5db9c6bccc5608e1fe47db227bf4d810b06 | refs/heads/master | 2020-04-20T14:43:26.968184 | 2019-02-03T04:11:12 | 2019-02-03T04:11:12 | 168,907,986 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 716 | java | package movie.feign;
import feign.Logger;
import movie.entity.User;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.context.annotation.Bean;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
@FeignClient(name = "u... | [
"cxwang@ittx.com.cn"
] | cxwang@ittx.com.cn |
64c72b2953900026b6ed1d14931ad58fa61a9afa | f04f0c3a45b89c14c1ccc9bc9048977f19cd4463 | /src/main/java/com/bootdo/system/controller/WuliaoxinxiController.java | 70c518f9ed727c62241b9f97dcdc083f844c029f | [] | no_license | wxmhpb/boot | 5d7e4b879f3c355697408901bc91776e898e0c81 | 042cb65c3ee5f6a7806beeead11d099e2a099a08 | refs/heads/main | 2023-07-07T00:22:11.519769 | 2021-08-04T13:04:37 | 2021-08-04T13:04:37 | 372,144,160 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,456 | java | package com.bootdo.system.controller;
import java.util.List;
import java.util.Map;
import com.bootdo.system.domain.JihaoDO;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.ui.Model;
import org.springframework.stere... | [
"hwxm9527@163.com"
] | hwxm9527@163.com |
e21a2f1c3237c08412022cd037332ee6c909afa1 | b6a2faae08bbf473a5871360b126dfe1b2cb05c7 | /app/src/main/java/com/example/asimirshad/dynamic_row_entry/Model/Product_Qtn.java | 0e0e205b367e94ee5a622663e4f063354da4ce89 | [] | no_license | AsimIrshad/order_booker_app_Android | 071459deef2945504c23fe537daea683b8a49a96 | 7739e999d557baeb22d96fe5ad2d5b7aa7d93503 | refs/heads/main | 2023-07-05T16:04:56.209400 | 2021-08-29T06:47:52 | 2021-08-29T06:47:52 | 400,970,516 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 816 | java | package com.example.asimirshad.dynamic_row_entry.Model;
public class Product_Qtn {
private String Product_name;
private String qtn;
private String scheme;
public String getQtn() {
return qtn;
}
public void setQtn(String qtn) {
this.qtn = qtn;
}
public String getProduc... | [
"Asim72028@gmail.com"
] | Asim72028@gmail.com |
f14473801c575c457245564be91a3f81b7f509dc | 7e6cc1af51e33da4ccad495755a356766ddad157 | /src/main/java/sp/co/soe/emp/domain/entity/CloseStatusExample.java | d2716964cf64799304a46393db8ba1de4e76f79d | [] | no_license | ApurboRahman/spring-office-employee | eb22635575f297dcd17e690a06ea7b9a30253c3e | fe5355102b11295af5d4fb2ad82bcf1351bffec3 | refs/heads/master | 2023-05-27T10:34:07.919698 | 2021-06-11T01:49:46 | 2021-06-11T01:49:46 | 248,779,718 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 28,263 | java | package sp.co.soe.emp.domain.entity;
import java.util.ArrayList;
import java.util.Date;
import java.util.Iterator;
import java.util.List;
public class CloseStatusExample {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table close_status
*
* @mbg.... | [
"abdur.rahman@bjitgroup.com"
] | abdur.rahman@bjitgroup.com |
2d7a702ebb7dd3bf27f6e23df9c1007a77a6d335 | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /eclipsejdt_cluster/21192/src_0.java | b62b0f2917b98f077735f13edc903f78c2143432 | [] | no_license | martinezmatias/GenPat-data-C3 | 63cfe27efee2946831139747e6c20cf952f1d6f6 | b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4 | refs/heads/master | 2022-04-25T17:59:03.905613 | 2020-04-15T14:41:34 | 2020-04-15T14:41:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,460 | java | /*******************************************************************************
* Copyright (c) 2000, 2001, 2002 International Business Machines Corp. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v0.5
* which acco... | [
"375833274@qq.com"
] | 375833274@qq.com |
1e8db803a914b529d420403534cf4dcba65765d9 | d2314f23868a3429177e3a94787604deb08c57fa | /mvplibrary/src/main/java/com/wxq/mvplibrary/repository/IRepositoryManager.java | 8c6ead0aa8089b0216866dfc51827b44c46b4c0b | [] | no_license | Zhhang2016/DevopTools | 7c227150aaed376bd024d006b49837b1647f368a | 81fa9faa7fc0cf6d85d8972cc42a52b746b9d187 | refs/heads/master | 2020-04-01T00:44:19.892595 | 2018-10-12T07:08:12 | 2018-10-12T07:08:12 | 152,711,025 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 393 | java | package com.wxq.mvplibrary.repository;
import org.greenrobot.greendao.AbstractDaoSession;
/**
* Created by COOTEK on 2017/7/31.
*/
public interface IRepositoryManager<D extends AbstractDaoSession> {
<T> T getApi(Class<T> retrofitClass);
<T> void clearApi(Class<T> retrofitClass);
D getDaoSession()... | [
"805380422@qq.com"
] | 805380422@qq.com |
8bc0875bd61f2b9ffc786add76da8b889fb58e5a | e0fb6267f93100ddab09c3cfbd2365858f2f4e7c | /src/main/java/com/cn/dao/ICustomerMessageDao.java | 20584c005a04a528d18a5d5e9b37bc062e3745e0 | [] | no_license | erbaocui/ecapi | 22fb56f8d294b51303ccb6f651a727629f61ca9d | 0b5a1c0a08ef9f60d696de75bc0e5ee5c40de631 | refs/heads/master | 2021-09-01T05:20:25.860811 | 2017-12-25T02:44:36 | 2017-12-25T02:44:36 | 108,109,764 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 539 | java | package com.cn.dao;
import com.cn.model.CustomerMessage;
import java.util.List;
/**
* Created by home on 2017/7/2.
*/
public interface ICustomerMessageDao {
public List<CustomerMessage> pageList(CustomerMessage customerMessage);
public int count(CustomerMessage customerMessage);
public void inser... | [
"cuijiapeng@gmail.com"
] | cuijiapeng@gmail.com |
0ee77a85f61d17a92021185cb93499ad0e4e6168 | cd733503931083b01b4cea4a3a088b86b80bacd7 | /gn-core-utils/src/main/java/com/direct/gn/result/SingleResult.java | 91a49462a54f236d6562ce51c927480386a74a26 | [] | no_license | xukejia/mlhk | 9c510da675457b5f7c4e12e534f46a58e3c96d2e | b5f152da6ad11fc10efb0f572f648fcabfcf2e0c | refs/heads/master | 2020-05-20T04:14:43.168929 | 2019-05-07T10:21:36 | 2019-05-07T10:21:36 | 185,377,418 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 954 | java | package com.direct.gn.result;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
public class SingleResult<T> extends Result {
/**
*
*/
private static final long serialVersionUID = -3284587087945229723L;
private T re... | [
"1048655386@qq.com"
] | 1048655386@qq.com |
3bc7ddc5527f0a91b0f25241278603e3bd2dd842 | 2b9d4bc63f932d07fd74f1c05335749f24c1ae55 | /nics/src/main/java/edu/mit/ll/nics/android/di/WorkModule.java | 726fb84e7ac19611e5d0b73f7691c75963683aa8 | [] | no_license | generation-nyx/nics-android | 3c9dea77504050f8d335c6e6a94e652bea7e29cf | d9838fecddd9741bdb88cc6f1eb6bddaa8c1650e | refs/heads/main | 2023-08-11T06:10:27.733604 | 2021-09-30T19:35:18 | 2021-09-30T19:35:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,170 | java | /*
* Copyright (c) 2008-2021, Massachusetts Institute of Technology (MIT)
* 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 copyrig... | [
"hadr.ll@gmail.com"
] | hadr.ll@gmail.com |
70784d158ba0874fab6ca3ee8ed2533e4bb8770b | 37d9cd0fdc911754c6e1dad9caa9a9151cfd5af5 | /src/main/java/es/jclm/cs/rarasclm/controller/RegeneraPasswordController.java | 8dfa4b0300873fd9b0ef49641fbbd66e6ea826a0 | [] | no_license | ricortegal/rarasclm | 8bbeb943c495f033605630229b32be673f90df00 | 33422042bc39593b347b371a17db9e31fbfc0c16 | refs/heads/master | 2021-01-12T07:48:56.866826 | 2017-03-22T08:54:04 | 2017-03-22T08:54:04 | 77,025,830 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,814 | java | package es.jclm.cs.rarasclm.controller;
import java.io.IOException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.... | [
"Ricardo Ortega Galiana"
] | Ricardo Ortega Galiana |
941b5363e667bba35d7f0f23829a4445a2c3caad | 26bf12d303a853a869de0722153ebbf6dbd33bc8 | /app/src/androidTest/java/com/example/getfitv30/ExampleInstrumentedTest.java | b22f4b0fa362d585db5a1f71381045cdd042198c | [] | no_license | mateusArnaudGoldbarg/getfitv3.0 | 435abcaf16d487e5101bb30576288d404a5b964d | 94030c2d3947b0537eb40953947cf8faadfd3752 | refs/heads/master | 2023-04-02T01:38:32.494405 | 2021-04-05T12:35:18 | 2021-04-05T12:35:18 | 354,794,747 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 781 | java | package com.example.getfitv30;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will... | [
"mateusarnaud@hotmail.com"
] | mateusarnaud@hotmail.com |
4a1d58c0d3c512e9e830d871ca6b97a1e2700543 | ba0b7255586c6cfe0f5bdefc5a29589c5c28fe51 | /gestion-donnees-complexes/Projet/src/neo4J/csv/ReadCSV_Regions.java | 1dc608972822b6e0548db3d43f006ecbcc216463 | [] | no_license | zayres/Master2-AIGLE | 5a2196d0450c33819c09ba8ca3e1d73a24eb95cf | b9ec915efcf204fa8fadfebd8fe5de1c0c5736bf | refs/heads/master | 2021-01-22T06:53:49.571849 | 2014-03-11T08:47:29 | 2014-03-11T08:47:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,525 | java | package neo4J.csv;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
public class ReadCSV_Regions {
public static void main(String[] args) {
ReadCSV_Regions obj = new ReadCSV_Regions();
//obj.run();
}
publ... | [
"gilles.entringer@gmail.com"
] | gilles.entringer@gmail.com |
8af3f271b499751bb501a915cb910808a492b7f3 | 367ffca517dca9d3821143928ea93311500ce5f3 | /src/main/java/jhipster/mongo/web/rest/ProfileInfoResource.java | e8ab1f231dc534355f0c41e08ad847029fe1d379 | [] | no_license | BulkSecurityGeneratorProject/JhipsterTasks-MongoDB | 3f246dffd841eada122b465b71fa2c2cecb5d704 | f4e76b12b948b9ce04edd0d1d6b2972b1dbb15a5 | refs/heads/master | 2022-12-15T21:33:48.040889 | 2018-06-10T15:44:12 | 2018-06-10T15:44:12 | 296,590,107 | 0 | 0 | null | 2020-09-18T10:32:59 | 2020-09-18T10:32:58 | null | UTF-8 | Java | false | false | 2,029 | java | package jhipster.mongo.web.rest;
import jhipster.mongo.config.DefaultProfileUtil;
import io.github.jhipster.config.JHipsterProperties;
import org.springframework.core.env.Environment;
import org.springframework.web.bind.annotation.*;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/**
... | [
"kevinneag@Kevins-MacBook-Pro.local"
] | kevinneag@Kevins-MacBook-Pro.local |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.