blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b231f47709a4d0f7f9d48fab37b4af2a453f8cda | 352cb15cce9be9e4402131bb398a3c894b9c72bc | /src/main/java/bytedance/other/UTF8.java | 22b771c6f26f1083d30611b2511e572bfb5b7090 | [
"MIT"
] | permissive | DonaldY/LeetCode-Practice | 9f67220bc6087c2c34606f81154a3e91c5ee6673 | 2b7e6525840de7ea0aed68a60cdfb1757b183fec | refs/heads/master | 2023-04-27T09:58:36.792602 | 2023-04-23T15:49:22 | 2023-04-23T15:49:22 | 179,708,097 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,642 | java | package bytedance.other;
/**
* 拓展练习 - UTF-8 编码验证
*
* 这是 UTF-8 编码的工作方式:
*
* Char. number range | UTF-8 octet sequence
* (hexadecimal) | (binary)
* --------------------+---------------------------------------------
* 0000 0000-0000 007F | 0xxxxxxx
* 0000 0080-0000 07FF ... | [
"448641125@qq.com"
] | 448641125@qq.com |
62afd57076e50258a87576920d634d811baab0d6 | 3db588324f98706c8d6ef7482acb0fa653c2c6cb | /src/main/java/com/gul/repo/StudentRepository.java | 1a1828b30fbf74fe6c13f6ec41cf18276cb978ca | [] | no_license | qtalish/TaskSchedulerExample | e7c730cecab9b00b1b1ee371cfa98ee49a036932 | ecb4104a5365006f7c377f9f906ab8352afb0435 | refs/heads/master | 2022-12-22T00:00:31.770061 | 2020-03-12T06:48:37 | 2020-03-12T06:48:37 | 246,760,283 | 0 | 0 | null | 2022-06-21T02:58:16 | 2020-03-12T06:30:15 | Java | UTF-8 | Java | false | false | 271 | java | package com.gul.repo;
import org.springframework.data.jpa.repository.JpaRepository;
import com.gul.entity.Student;
public interface StudentRepository extends JpaRepository<Student, Integer> {
Student findByEmailAndPassword(String email,String password);
}
| [
"qtalish97@gmail.com"
] | qtalish97@gmail.com |
911ea0f4de5501605c311a84ff13b458c8e59ca4 | afd9e744b606b03a7f6b19fea82ac88d4c34763b | /src/WantOffer/Solution24.java | 42feff7c2081bc53d7f4d30c1647477d9096c478 | [] | no_license | Franciswyyy/Algorithm-Base | 136a6ad0f6408d4ee0e9812ae9dd4ddb9c031fc0 | c95f9b37f574ce805a1a4d0e11d4dbab4e3c588d | refs/heads/master | 2020-03-19T03:20:07.208360 | 2018-09-20T15:24:44 | 2018-09-20T15:24:44 | 135,718,608 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 427 | java | package WantOffer;
public class Solution24 {
public boolean isSymmetrical(TreeNode pRoot) {
return pRoot == null || helper(pRoot.left,pRoot.right);
}
private boolean helper(TreeNode left, TreeNode right){
if(left == null || right == null) return left == right;
if(left.val != right.v... | [
"826531768@qq.com"
] | 826531768@qq.com |
b7b8b9151eac3acbe2d269f490453fbd810d5b2f | a9c3bc848352608a1a299f0812aaf8ff56e22ec2 | /src/main/java/at/htlkaindorf/bigbrain/server/errors/AlreadyInGameError.java | 497c3fb21b1c02908bc7c1e9a2d3b67551686e3b | [] | no_license | BiggusBrainus/brain-server | df25856ad7972185217339172c82fa95645c7753 | 9e54e9dc2ffc9e98292590c1a808f3a908869f9a | refs/heads/master | 2023-06-05T12:58:07.177554 | 2021-06-27T08:26:03 | 2021-06-27T08:26:03 | 348,682,969 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 353 | java | package at.htlkaindorf.bigbrain.server.errors;
/**
* This error should be thrown, when a
* player tries to join a lobby that's already
* in-game.
* @version BigBrain v1
* @since 25.05.2021
* @author m4ttm00ny
*/
public class AlreadyInGameError extends Exception {
public AlreadyInGameError(String message) {... | [
"m4ttm00ny@gmail.com"
] | m4ttm00ny@gmail.com |
4000d7b59d6199430d5c0a07d9cb8ddc4f1b1ea6 | ebc1629c82a03a5bf3f9a1f3e48edff61a7cfb5a | /src/main/java/com/gvsoft/analyse/MessageHandle.java | f1ca36566f1aa22d3e64140e0a00ef55d4f1ce6b | [] | no_license | zhaoqb2015/msgRouting | 2b5b91514d9caa455cf887a85989029bc72fa7fa | 11404909726e6f1a97238ee8680bc9ffa94ec086 | refs/heads/master | 2021-01-18T18:40:09.496652 | 2015-07-31T03:59:17 | 2015-07-31T03:59:17 | 39,988,053 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 245 | java | package com.gvsoft.analyse;
/**
* Created with IntelliJ IDEA.
* User: zhaoqiubo
* Date: 15/7/29
* Time: 上午9:51
* To change this template use File | Settings | File Templates.
*/
public class MessageHandle extends AbstractHandle {
}
| [
"18604055343@163.com"
] | 18604055343@163.com |
0dd7c2118aeb8eb62ab3dfccd1351d4ee5ab8ba6 | 03505684c37433c13d6be84f6906df77daf66036 | /MigrationMiner/src/main/java/com/project/settings/AppSettings.java | 0e81b3d461d5830f932ce1397f7bf7774944b863 | [
"MIT"
] | permissive | adel794/MigrationMiner | edbb6667fb47ca324b4f0f1aa30d9eee1b4b144e | 3c66a794a01b97b0273ba1597d2c3c1ce2758ff9 | refs/heads/master | 2020-06-26T01:46:59.887736 | 2019-07-28T12:56:14 | 2019-07-28T12:56:14 | 199,487,626 | 1 | 0 | MIT | 2019-07-29T16:18:30 | 2019-07-29T16:18:29 | null | UTF-8 | Java | false | false | 336 | java | package com.project.settings;
public class AppSettings {
//Type of the project we want to test
public static ProjectType projectType=ProjectType.Java;
public static boolean isTest=false; // Make this true when you run test client
public static boolean isUsingLD=false; // set if our search using library doumenat... | [
"hussien89aa@yahoo.com"
] | hussien89aa@yahoo.com |
2478327755b9f20a0b8b32bed4790e86b175117b | 58869a2955b52eadcae729b8d43f862cdfaef4fb | /src/main/java/com/huawei/cn/favorites/domain/UrlLibrary.java | 593a8cfa22ef9a2d3df7452ccdc8bb67102018b8 | [] | no_license | devinAlex/springboot-jpa | 82a675b09b6b6dae8c435e3829899632484e164c | fe073e29105cf380396c780ec679889a9c565461 | refs/heads/master | 2020-03-11T15:23:51.449774 | 2018-04-18T15:26:01 | 2018-04-18T15:26:01 | 130,083,043 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,073 | java | package com.huawei.cn.favorites.domain;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import java.io.Serializable;
/**
* Created by DingYS on 2016/12/29.
*/
@Entity
public class UrlLibrary extends Entitys implements Serializab... | [
"1161515052@qq.com"
] | 1161515052@qq.com |
8fb0cae111ca4722f2eb830d246af58382104d29 | a949a6610c4a6129a442dc251c36a005d3516881 | /mcp-server/src/main/java/com/jiuye/mcp/server/service/home/IHomePageService.java | c1897b82187b7f1d502debdf58f1cf0ab31a5ecb | [
"Apache-2.0"
] | permissive | jydata/MCP | e51494b4206e2badb8261448a3453d88d6781518 | 3535c2ec0e712994cf58b3785cfd1b36deb49b9a | refs/heads/master | 2022-08-23T09:51:59.709461 | 2022-07-01T05:30:06 | 2022-07-01T05:30:06 | 137,862,809 | 13 | 7 | Apache-2.0 | 2022-07-01T05:30:07 | 2018-06-19T08:30:49 | Java | UTF-8 | Java | false | false | 1,382 | java | package com.jiuye.mcp.server.service.home;
import com.jiuye.mcp.server.model.home.HomeCommonEntity;
import com.jiuye.mcp.server.model.home.HomeFinenessStatisticEntity;
import com.jiuye.mcp.server.model.home.HomeSyncTimeEnity;
import com.jiuye.mcp.server.model.home.HomeTableCountEntity;
import com.jiuye.mcp.server.mode... | [
"felix2003@live.cn"
] | felix2003@live.cn |
bcfd0d6027c301f93e2b7803e47e68c0de4e14ba | 81745eeaad28f4fab52d22844cc3493c8035d05a | /app/src/main/java/com/uniapp/noteapplication/controller/CategoryController.java | 4656b437cbbe9213b336aaebbe8f33ca1876e3d9 | [] | no_license | PhamTienThao/Note_Assignment_Management | 345ca1d1aa20b6447a70e0328d419237ed09b108 | 4156d15eaae619bc090a0918ba3d554c3b357d48 | refs/heads/master | 2023-07-14T23:44:10.367355 | 2021-08-30T04:36:12 | 2021-08-30T04:36:12 | 401,216,750 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,150 | java | package com.uniapp.noteapplication.controller;
import android.content.Context;
import android.os.AsyncTask;
import android.os.Parcelable;
import android.text.TextUtils;
import androidx.core.content.ContextCompat;
import androidx.room.Room;
import com.uniapp.noteapplication.adapter.CategoryAdapter;
import com.uniapp.... | [
"phamtienthao88@gmail.com"
] | phamtienthao88@gmail.com |
b7883ae346371e681c6d3dab12b6fc29ff16f8db | c55562eb6793ebc54bb1071b2ac63b39921244b9 | /src/main/java/cn/haohaoli/book/headfirst/facade/version2/Test.java | 486c3a7132870932528c1f72f8d170d3fffa311d | [
"Apache-2.0"
] | permissive | 27392/java-notes | 5ac1880caffb098b26edf080912d7051fd0d1646 | df3994c08e70eb889bacdf51aa4bc67534bb777f | refs/heads/master | 2022-09-27T00:41:47.771008 | 2022-08-30T02:13:34 | 2022-08-30T02:13:34 | 164,189,896 | 11 | 1 | Apache-2.0 | 2020-11-16T07:00:11 | 2019-01-05T06:47:34 | Java | UTF-8 | Java | false | false | 668 | java | package cn.haohaoli.book.headfirst.facade.version2;
/**
* @author lwh
*/
public class Test {
public static void main(String[] args) {
PopcornPopper popper = new PopcornPopper();
Lights lights = new Lights();
Screen screen = new Screen();
Projector proje... | [
"liwenhao@dgg.net"
] | liwenhao@dgg.net |
ed4bd2bbd9078ae7534efc8d525a7fcd9c523aa6 | 903be4f617a2db222ffe48498291fde8947ac1e3 | /org/omg/CosNaming/NameComponentHelper.java | 0b37fec7732ec946a7543f0b964aa384bfb99217 | [] | no_license | CrazyITBoy/jdk1_8_source | 28b33e029a3a972ee30fa3c0429d8f193373a5c3 | d01551b2df442d1912403127a1c56a06ac84f7bd | refs/heads/master | 2022-12-10T07:27:54.028455 | 2020-07-05T15:18:50 | 2020-07-05T15:18:50 | 273,000,289 | 0 | 1 | null | 2020-06-27T15:22:27 | 2020-06-17T14:45:23 | Java | UTF-8 | Java | false | false | 2,860 | java | package org.omg.CosNaming;
/**
* org/omg/CosNaming/NameComponentHelper.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /jenkins/workspace/8-2-build-macosx-x86_64/jdk8u251/737/corba/src/share/classes/org/omg/CosNaming/nameservice.idl
* Thursday, March 12, 2020 2:38:17 AM PDT
*/
abstrac... | [
"1396757497@qq.com"
] | 1396757497@qq.com |
66d1d94d92d3d0fe4641bb5330a1cb60713c1bc1 | f6a4536bf909eee4570ccbd1bee8d748cea26436 | /src/com/piyush/graph/Graph.java | 2f16482ef0846dcbbd5130ebe99e6b8e4c066390 | [] | no_license | piyushthummar/PCT-Practice | 5cb0fd0579c42b5496eb0d5cb0804c5259da715f | 2165fa92733aa13cf4f2eb2d38a31b56cb4c8963 | refs/heads/master | 2020-08-27T09:44:18.612426 | 2020-05-28T18:42:13 | 2020-05-28T18:42:13 | 217,321,247 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 995 | java | package com.piyush.graph;
import java.util.LinkedList;
import java.util.List;
public class Graph {
int vertices;
static List<Integer> adjacencyList[];
public Graph(int vertices) {
this.vertices = vertices;
adjacencyList = new LinkedList[vertices];
for(int index=0; index<vertices; index++)
adjacen... | [
"piyushthummar305@gmail.com"
] | piyushthummar305@gmail.com |
372e97dd1c724ab50c80a52a8e69989c893b5c63 | d88aeb2e0d763ac1b354682889cafbfc286ffc83 | /src/e_oop/AirConditioner.java | c43b5752bf58d3a6a59207efaeae9b56587959ba | [] | no_license | Melgoon/BasicJava | 4eb9956dac6000a29e94051caaed36db9ffbb655 | 8551e6939d5735bbd0ffbd3410ce0c83d74bd047 | refs/heads/master | 2020-12-27T09:46:57.491543 | 2020-02-21T09:38:56 | 2020-02-21T09:38:56 | 237,856,812 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,455 | java | package e_oop;
import java.util.Scanner;
public class AirConditioner {
boolean power; // 전원
int temperature; // 온도
int airVolume; // 풍향
final int MAX_TEMPERATURE = 30;
final int MIN_TEMPERATURE = 18;
AirConditioner(){
power = false;
temperature = 24;
airVolume = 1;
}
Scanner s = new Scanner(System.in)... | [
"dbdnd2@gmail.com"
] | dbdnd2@gmail.com |
c2132d1dd57b13aa7288dec6bed7c3adb2ea6372 | 58a2e5f2b6632c91825c75be39479f1be8ede0e1 | /app/src/main/java/com/example/quantumcoder/moodleplus/Fragments/FragmentHome.java | 02d0457670c96f2c6a8754e2fa18402bb89b77dd | [] | no_license | ayushgupt/Moodle_Plus_Android_App | bd7d22cd9c452345c52084e1d8ccae2dd36a1ee4 | d6b8504347a6c5bd9d2f2f5c39fc4501d39ca54b | refs/heads/master | 2020-12-24T12:20:09.920509 | 2016-03-15T07:26:36 | 2016-03-15T07:26:36 | 73,056,671 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,718 | java | package com.example.quantumcoder.moodleplus;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentTransaction;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGr... | [
"singhmanish1997@gmail.com"
] | singhmanish1997@gmail.com |
573641d479a15affe342b7c2793e1a465dc08ca8 | 8b467efb9d6e25217cc1b39b8d8d97b05a7454a2 | /httprequest/src/main/java/com/http/request/Api/BaseResultEntity.java | c2220afa0ecf990cb357c3809d8389bc01d9edcf | [] | no_license | GitHubOfXing/RxProject | ecc9e03227ac1f644d5e766c09751e3ad84b58c4 | 129672e67ccfbe263b0d734a415966912c9995a4 | refs/heads/master | 2021-01-11T19:51:54.757318 | 2017-02-17T11:02:43 | 2017-02-17T11:02:43 | 79,409,902 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 695 | java | package com.http.request.Api;
/**
* 回调信息统一封装类
* Created by WZG on 2016/7/16.
*/
public class BaseResultEntity<T> {
// 判断标示
private int state;
// 提示信息
private String stateInfo;
//显示数据(用户需要关心的数据)
private T resInfo;
public String getMsg() {
return stateInfo;
}
public v... | [
"lichenxing@duia.com"
] | lichenxing@duia.com |
af9b2e52d47a5c7c625f5d1cdcf657030d0dab63 | c651610a0c8ccec36c145aca8913dd937167767e | /src/main/java/com/lxg/springboot/model/Applypage.java | 46a73447e7a04e78c32fb41ccfd2d31a3a973f6c | [] | no_license | guofengma/spring_store | d88121022d9f4852f953087943244f2cf03d26c5 | 55b85cf485e8484f2438ffc1f4d92608fa064563 | refs/heads/master | 2020-04-19T01:43:14.248232 | 2018-07-06T06:53:16 | 2018-07-06T06:53:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 547 | java | package com.lxg.springboot.model;
import java.io.Serializable;
import java.util.List;
public class Applypage implements Serializable {
/**
* author zhenghong@xrfinance.com
*
*/
private static final long serialVersionUID = 1L;
private int totalpage;
private List<Apply> apply;
public int getTotalpage() ... | [
"644094961@qq.com"
] | 644094961@qq.com |
6c3890af534846f24f89087654da0ef229f1ef68 | 4b4072e2f981a319254b686d7f390604dab01e0c | /src/com/sc/main/Country.java | 4dd011efc848a73dba9e4f1f62f067f8789dc096 | [] | no_license | disgraceful/SortCountry | 271e742e17451d4fb7351a7f9dded3246cbf80ae | 043c229a64b8e7d1650e3b6d83e4095c2b72b8f2 | refs/heads/master | 2021-09-02T09:12:36.653321 | 2018-01-01T09:35:31 | 2018-01-01T09:35:31 | 115,910,403 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,392 | java | package com.sc.main;
import java.util.Comparator;
public class Country {
private String name;
private long population;
private double popDensity;
private double square;
public Country(String name, String population, String popDensity) {
super();
this.name = name;
this.population = Long.parseLong(populati... | [
"noolic97@gmail.com"
] | noolic97@gmail.com |
0bff1791ab05929fce9c082b2956d981732fcbcb | a97796337930d9f94025cb8df2a17cd71be9a808 | /src/main/java/com/watashi/bookstore/strategy/troca/EnviaEmailStatusDaTroca.java | 2444069c36dd0d160681dbbf608f47a232471592 | [] | no_license | LeilaWatashi/watashi-bookstore | 79b8e416e48bb59167d4e6301a2799fd768bf6fb | b6fc3661ac55b7c09dcdd2cf5fc847650d52b7b4 | refs/heads/master | 2023-08-15T07:21:44.627106 | 2021-10-05T19:41:31 | 2021-10-05T19:41:31 | 411,870,702 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,016 | java | package com.watashi.bookstore.strategy.troca;
import com.watashi.bookstore.domain.EntidadeDominio;
import com.watashi.bookstore.domain.Transicao;
import com.watashi.bookstore.strategy.IStrategy;
import com.watashi.bookstore.strategy.email.troca.EnviaEmailSolicitacaoTroca;
import com.watashi.bookstore.strategy.email.tr... | [
"leilawatashi@gmail.com"
] | leilawatashi@gmail.com |
1c0722133ea597ca7c8fa4130c006f32f0fcf10f | f71dfa1bc240fa3315f71a572229b7353fc3527f | /HBUtrade/app/src/main/java/com/example/lxy/hbutrade/ui/RegisteredActivity.java | b08febf1acd827fd242e308b32c9a8e0ec21a1a2 | [] | no_license | paranoia0618/myGraduatiProject | ef483fff6112f211aeca5214253082c713351765 | 3e03836cccece25c960a62ceec87310366744d23 | refs/heads/master | 2020-03-06T14:57:38.748369 | 2018-03-29T08:49:57 | 2018-03-29T08:49:57 | 126,945,715 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,289 | java | package com.example.lxy.hbutrade.ui;
import android.os.Bundle;
import android.text.TextUtils;
import android.widget.Button;
import android.widget.EditText;
import android.widget.RadioButton;
import android.widget.RadioGroup;
import android.widget.Toast;
import com.example.lxy.hbutrade.R;
import com.example.lxy.hbutra... | [
"1947696970@qq.com"
] | 1947696970@qq.com |
35edbac1497cbe3c881240cb137befb8286ccb9a | 3fb17ca7e5a61c5828dfc8175d383f7dc0ab9c01 | /src/main/java/de/telekom/sea/javaChallenge/part1/Part1.java | 03c3c24ee3d45809970eb0ecc5ab4cd64728cab4 | [] | no_license | Ichcodealsobinich/Java-Checkpoint | 8c233e6aa34e0655f98ba5d610a85cc8084d98ec | 45b257b94144efcbb97661b5f192bd85de113877 | refs/heads/main | 2023-05-31T22:31:34.668904 | 2021-06-08T12:15:25 | 2021-06-08T12:15:25 | 373,067,209 | 0 | 0 | null | 2021-06-08T12:15:20 | 2021-06-02T06:45:09 | Java | UTF-8 | Java | false | false | 407 | java | package de.telekom.sea.javaChallenge.part1;
public class Part1 {
public void run() {
System.out.println();
System.out.println("############ Part 1 #############");
System.out.println();
/* does not work because a final variable cannot be changed later.
* i++ would change the final variable i.*/
... | [
"f.leonhardt@telekom.de"
] | f.leonhardt@telekom.de |
225c044b9bb9adca5b047cd7297ed77ece3704f1 | 1af5d059f4336957c5444a41c6653bc8ccfe307a | /ProgForce/src/main/java/andrei/grinchenko/dao/DaoCategory.java | 86d2e72aceae0e7026c1db88cee27d4b69cc78c7 | [] | no_license | grinchen/ProgForceTest | 06602214268fa8cdd008228fae7da2cc093aa294 | 054b865084332be6a8e007ac692ed87a1e251c00 | refs/heads/master | 2021-01-10T10:58:40.319287 | 2016-02-24T11:17:54 | 2016-02-24T11:17:54 | 52,431,496 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,311 | java | package andrei.grinchenko.dao;
import java.io.IOException;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import andrei.grinchenko.entities.Category;
import andrei.grinchenko.entities.Market;
import andrei.grinchenko.managers.DBConnection;
/*... | [
"andrii.grinchenko@gmail.com"
] | andrii.grinchenko@gmail.com |
c2ad440795cfcc59b1aa54f0baef0e26880a6f1c | 5ac50e3bd63a15d81fb0f7dcfea1c7bc4394e999 | /src/Business/Organization/SensorOrganization.java | d5d3672f35e3d79298dbdf2b0987ed421e1c0bb9 | [] | no_license | wenkaiZ/Simulated-Smart-City-Environment-Monitoring-System | 188a04f4e8b90ae496acb7afa3e785b91f58a334 | 315f57ca6851c4494208fe871fca7a8408910e1d | refs/heads/master | 2020-05-02T16:40:32.003820 | 2019-03-27T21:24:22 | 2019-03-27T21:24:22 | 178,076,092 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,071 | 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 Business.Organization;
import Business.Role.Role;
import Business.Role.SensorManagerRole;
import Business.Sensor.Sensor;
impor... | [
"zheng.wenk@husky.neu.edu"
] | zheng.wenk@husky.neu.edu |
7f73ef05b0285c53a8619269d6bde27f297ff52f | fbd16739b5a5e476916fa22ddcd2157fafff82b9 | /src/minecraft_server/net/minecraft/world/gen/feature/WorldGenTallGrass.java | 60e1a250f8605e861da30b23e86f3da279aea41b | [] | no_license | CodeMajorGeek/lwjgl3-mcp908 | 6b49c80944ab87f1c863ff537417f53f16c643d5 | 2a6d28f2b7541b760ebb8e7a6dc905465f935a64 | refs/heads/master | 2020-06-18T19:53:49.089357 | 2019-07-14T13:14:06 | 2019-07-14T13:14:06 | 196,421,564 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,504 | java | package net.minecraft.world.gen.feature;
import java.util.Random;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.world.World;
public class WorldGenTallGrass extends WorldGenerator
{
private Block field_150522_a;
private int tallGrassMetadata;
private s... | [
"37310498+CodeMajorGeek@users.noreply.github.com"
] | 37310498+CodeMajorGeek@users.noreply.github.com |
5be924414401200291db16cbdaea256cbd4f7a14 | 2cdf74c0392dfc09d1c24720269375fbf5c1389e | /BackEnd/Spring mvc/src/main/java/com/capgemini/springmvc/dao/EmployeeDAO.java | ff591d4ba92664bb4f6eb35c05f9a1bf1ad4c7c7 | [] | no_license | avinashmonde/TY_CG_HTD_PuneMumbai_JFS_AvinashMonde | c196b6253ca0ec277a352c301cf898fecc56ee2c | b5b9d430ab908a82922dffecd6114dc53c27dfb0 | refs/heads/master | 2020-09-24T21:23:26.361097 | 2019-12-21T17:03:14 | 2019-12-21T17:03:14 | 225,846,399 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 392 | java | package com.capgemini.springmvc.dao;
import com.capgemini.springmvc.bean.EmployeeInfoBean;
public interface EmployeeDAO {
public EmployeeInfoBean getEmployee(int empId);
public EmployeeInfoBean authenticate(int empid, String pwd);
public boolean addEmployee(EmployeeInfoBean employeeInfoBean);
//public boolean u... | [
"avinashmonde.1998@gmail.com"
] | avinashmonde.1998@gmail.com |
55dd971888ec88d12b1d8ede50e6e8248d37cbad | 52a92610f1b56815392bcaf9ec84516e166ab0b3 | /app/src/main/java/com/example/simplenotes/MainActivity.java | e38f640f80b6ae156079d8e87ad4b502de5bde36 | [] | no_license | shahhimtest/SimpleNotes | 877554b700ef78741a9a5c5b14b7efd8dddb7788 | 8894670431deacc06387d310d2ddac13398151b5 | refs/heads/main | 2023-07-17T03:47:07.482454 | 2021-06-27T10:11:13 | 2021-06-27T10:11:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,076 | java | package com.example.simplenotes;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widge... | [
"00zrhun@gmail.com"
] | 00zrhun@gmail.com |
99bb456f8c7cf58a37bf220a0b43a471b50b4ced | 8f1f47d40d6df748cb2ef2d8e70fad6a98e6deb0 | /src/config/assets/AssetStore.java | e6a925983a71bd9e922205c28e9e61dd2f0f7f78 | [] | no_license | swdevbali/A-Tactical-RPG-Engine | e01a1b9687780a5854fdd687c248de6030944703 | 91ba80bf464940710ed4f9917014b5b026c38c57 | refs/heads/master | 2020-12-01T01:15:21.718623 | 2012-04-13T21:14:07 | 2012-04-13T21:14:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,505 | java | package config.assets;
import java.util.*;
import org.apache.log4j.Logger;
import common.gui.ResourceManager;
import common.gui.Sprite;
import common.interfaces.IWeapon;
import config.Config;
import engine.skills.ISkill;
/**
* Keeps Track of all the item, skills.
*
* @author Bilal Hussain
*/
public class Asset... | [
"bh246@st-andrews.ac.uk"
] | bh246@st-andrews.ac.uk |
2fc8e1a4c969bd4e78bc65beef7f1731c1a2ff16 | be9e651961b76febd66d9eabf91314e22ad14174 | /javaPractice/OOPPracticals/Practical9.java | 7f7fa120ba6e9a775494eac9f7b19149dacd9692 | [] | no_license | sanghis96/ProgrammingCentre | 30e9befa53f5e5439c9b1c98cbf2acb68b48f8e4 | ecc36dc6fff7f759e0dc44e191e5c870fd9e57ee | refs/heads/master | 2020-04-12T05:36:08.612172 | 2017-09-17T19:17:45 | 2017-09-17T19:17:45 | 60,556,116 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,366 | java | import java.util.ArrayList;
import java.util.Iterator;
import java.util.Scanner;
class item
{
private final String itemName;
private final long rate;
private final int quantity;
item(String itemName,long rate,int quantity)
{
this.itemName=itemName;
this.quantity=quantity;
t... | [
"sanghi.samarth@gmail.com"
] | sanghi.samarth@gmail.com |
a296e1f33c5ea374a984403922976735b606016a | 641f1d44b5c02a013817af60c23ba41c6423f6ce | /DanieleTengaU1Capstone/src/main/java/Capstone/DanieleTengaU1Capstone/dao/GamesJdbcTemplateImpl.java | b935af9d44c0faa54ac765a3d94f472302cd9c28 | [] | no_license | xitraisia/Daniele_Tenga_JavaS1 | b0fc7e54995c6463bacbf700e6518ac73b3fc594 | 6b9c712bc1f84158f1df26fa396b64041a4e772b | refs/heads/main | 2023-05-05T16:42:19.833144 | 2021-05-21T19:25:45 | 2021-05-21T19:25:45 | 339,541,718 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,570 | java | package Capstone.DanieleTengaU1Capstone.dao;
import Capstone.DanieleTengaU1Capstone.model.Consoles;
import Capstone.DanieleTengaU1Capstone.model.Games;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.EmptyResultDataAccessException;
import org.springframework.jdbc.core.Jdbc... | [
"cookiie@Danieles-Air-2.attlocal.net"
] | cookiie@Danieles-Air-2.attlocal.net |
501af75ca5c1046a2794342bddaa71ca2e772acd | 0d10f7890a406ff2e9f8537596cd81e68be532d1 | /swingy/src/main/java/com/gmail/hilgardvr/swingy/model/characters/Villian.java | b8f621fcea022b4a2ff4b0eae7368c6760708023 | [] | no_license | hilgardvr/swingy | 1ce6a15187d25022f2ea3c9a41442178ac84d73d | ff64f064fdc5a4a356cb2233601a0fd23f273d95 | refs/heads/master | 2022-12-11T10:01:35.771270 | 2020-09-06T16:30:01 | 2020-09-06T16:30:01 | 293,317,197 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,388 | java | package com.gmail.hilgardvr.swingy.model.characters;
import java.util.Random;
public class Villian extends Character {
String names[];
Random rand;
boolean dropArtifact;
int attackArr[];
int defenceArr[];
int hitArr[];
public Villian(Hero hero) {
names = new String[] { "Troll", "M... | [
"hilgardvr@gmail.com"
] | hilgardvr@gmail.com |
d9eb2d12b96b3c24a165a3d2f3fa64ac5d1ff9ad | 548a1c32b458942313afe1c469b6ad49ba984d0a | /final_chemin/src/main/java/com/kh/chemin/common/StringArrayType.java | 24d2a85eb80b74697369c4e46a3f52c381874b2b | [] | no_license | shfkddlgpqls/newChemin | e6a53e2ab264b7ee81334e1ba7ab68398b01bd1a | ad72e638a1058a84b6ec72be41de69bedd3fba71 | refs/heads/master | 2020-03-28T06:01:51.579375 | 2018-10-15T12:20:45 | 2018-10-15T12:20:45 | 147,809,881 | 0 | 2 | null | 2018-10-15T12:20:47 | 2018-09-07T10:39:33 | JavaScript | UTF-8 | Java | false | false | 1,558 | java | package com.kh.chemin.common;
import java.sql.CallableStatement;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.apache.ibatis.type.JdbcType;
import org.apache.ibatis.type.TypeHandler;
public class StringArrayType implements TypeHandler<String[]> {
@Override
... | [
"gpqlsgkrud@naver.com"
] | gpqlsgkrud@naver.com |
ec6bc66dd287c06c94df7dfd2783ead41d368e7f | 684cb20da303b2a1446cafe462ef27791c93a81a | /src/test/java/com/cybertek/day04_LocatingChecBoxes/LocatingRadioBtn.java | 5e9b05fd3514d587d88f626c57a3a6e9599d5067 | [] | no_license | Nasratullahsarabi/SeleniumProject | cbd7dea45be931913b4b7fb6c618f730c65b59a2 | 247d37f0550f4cd9c1abb2f75cf03b07140523bc | refs/heads/master | 2023-08-22T20:58:23.371532 | 2021-09-30T18:49:26 | 2021-09-30T18:49:26 | 402,506,891 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,073 | java | package com.cybertek.day04_LocatingChecBoxes;
import io.github.bonigarcia.wdm.WebDriverManager;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import java.util.List;
public class LocatingRadioBtn {
public... | [
"Nasratullah_sarabi@yahoo.com"
] | Nasratullah_sarabi@yahoo.com |
66d355f5dcae1a8aa22e8822c8613242b0b2b7f9 | 69e8b5fb48d1eb21e86eb96297d80ab43735bb88 | /src/main/java/com/pvphall/vine/preprocessor/PreProcessor.java | d98a1896350d44ea81d087509c1030447ababaea | [
"MIT"
] | permissive | PvPHall/Vine | e1b9a2a134dad11fe77cede81cf6e4059b49abe8 | 3ad68a9148b03e0b2eb6cc04f6b8a77de8f6ba20 | refs/heads/master | 2023-01-30T21:51:38.580757 | 2020-12-07T10:35:21 | 2020-12-07T10:35:21 | 319,094,551 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,224 | java | /*
* MIT License
*
* Copyright (c) 2020 PvPHall
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, ... | [
"quiibzdev@gmail.com"
] | quiibzdev@gmail.com |
e12f2b44c0db961ad373ca125e68c437ad6a5928 | 2eab57156a0f89fe20d1fae91d38808b3cb58865 | /src/main/java/com/example/sdad/demo/DemoApplication.java | 692774acb12bd243d48e34ad21169c4cf0ad6abf | [] | no_license | Aleapord/BowlingService | 02cbe94bbba90c98b86b2a8f09611d59a1cd5ed8 | 9ef82623aa9b3c89056c2afccd9e16d59f7c2cf0 | refs/heads/master | 2020-06-03T21:19:37.127334 | 2019-06-13T09:43:48 | 2019-06-13T09:43:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | package com.example.sdad.demo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class DemoApplication {
public static void main(String[] args) {
SpringApplication.run(DemoApplication.class, args);
}
... | [
"13767593046@163.com"
] | 13767593046@163.com |
4f593d9bc7b2bcb8482af25408cda91fcec571b2 | b79762ec7facbe42976fb64f5ce862355f8c4385 | /DenoisingInCT/src/index/IndexValue.java | b851a06601e0b357fc7add1e84abebbb359a63fe | [] | no_license | harrycui/ExternalDenoising | 99c7f1399bdaceed93cd12b736da514c8ae33b80 | 62e0568d36dd9a63ce79415a2c968885249d1878 | refs/heads/master | 2021-01-20T11:50:19.547272 | 2017-02-19T03:39:46 | 2017-02-19T03:39:46 | 43,934,132 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 278 | java | package index;
public class IndexValue {
private byte[] iv;
private byte[] cipher;
public IndexValue(byte[] iv, byte[] cipher) {
this.iv = iv;
this.cipher = cipher;
}
public byte[] getIv() {
return iv;
}
public byte[] getCipher() {
return cipher;
}
}
| [
"cuihelei@gmail.com"
] | cuihelei@gmail.com |
402b46293d6abc2c62b5e325f99b775938a9a189 | 235d8f8f4d3782de42d1f72fb3095593f114c93c | /ui/src/com/ignathick/hotel2/ui/Interfaces/IAction.java | 4923a9d4d602d9cf1cb00024a1fc2846b010a29e | [
"MIT"
] | permissive | alexanderignathick/learn_java_se_program | f6517b8f93432ea1739e882c5f48e2a92ca33a1d | 3a81e8b29053a5d6a46757c963123c68e6018861 | refs/heads/master | 2021-01-05T14:57:00.919036 | 2020-02-17T08:46:57 | 2020-02-17T08:46:57 | 241,056,362 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 103 | java | package com.ignathick.hotel2.ui.Interfaces;
public interface IAction {
public void execute();
}
| [
"shock3r.brest@gmail.com"
] | shock3r.brest@gmail.com |
ff5937a384fbc3a5464944f89ce82574d1acedc0 | 2647c76aba0dd0e3ddec3cff97b42c5d4bb73a6b | /cloud-consumer-feign-hystrix-order80/src/main/java/com/exmaple/project/service/PaymentHystrixFallbackServiceImpl.java | b0dd427ec227de6cf7a81e27fa1209c9d624ef6d | [] | no_license | tanxxtarena/springcloud2 | cfe86dcd0dafd1c3018d572f8c5acd35b5545350 | f11670304918722dcf4fed3fa5f4b409c829bcb6 | refs/heads/master | 2022-06-28T12:57:07.317240 | 2020-03-20T01:41:00 | 2020-03-20T01:41:00 | 246,733,919 | 1 | 0 | null | 2022-06-21T02:58:17 | 2020-03-12T03:21:40 | Java | UTF-8 | Java | false | false | 638 | java | package com.exmaple.project.service;
import org.springframework.stereotype.Component;
/**
* @author: tanxx
* @create: 2020-03-14 13:44
* @description: 统一的服务降级处理类
**/
@Component
public class PaymentHystrixFallbackServiceImpl implements PaymentHystrixService {
@Override
public String hystrixOk() {
... | [
"tanxxtarena@163.com"
] | tanxxtarena@163.com |
05976725f3218c5a39e819b914cb7298bdaaaea8 | cc00011b2aae8f612e68753ddab1de1588d08c5c | /src/com/situ/mall/service/impl/ProductServiceImpl.java | 109b0c07ac467be3611d8e1ee1ce9f6ee6d5a81a | [] | no_license | exceedy/java1707mall | c6a374d0dd151d64d446548593056beecfda60a1 | 1c8af8f079a62d7bdef4428a41d917c614b3c42a | refs/heads/master | 2021-07-22T05:06:37.295723 | 2017-10-30T00:50:29 | 2017-10-30T00:50:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,302 | java | package com.situ.mall.service.impl;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.situ.mall.common.ServletRespone;
import com.situ.mall.dao.ProductDao;
import com.situ.mal... | [
"1391850302@qq.com"
] | 1391850302@qq.com |
cdfd89e31bd039d1dc91b5b9f8e5127e26d9385a | ad16d02692ef9537b69ee4ff4cc726b4c951e3ca | /src/main/java/generics/CuriousRecurringGeneric.java | 6f274f987de639981ba8252355a3108a78f63914 | [] | no_license | jinfengf/thinking-in-java | ee89d1f9379ce4a4e76f30de1bce39a2d91f0a78 | 74cc1136a0383688e4c8b9f91d9533e52544d0bf | refs/heads/master | 2020-03-27T17:52:06.037007 | 2018-12-29T02:54:24 | 2018-12-29T02:54:24 | 146,880,352 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 185 | java | package generics;
/**
* Created by jiguang on 2018/8/31.
*/
class GenericType<T> {}
public class CuriousRecurringGeneric extends GenericType<CuriousRecurringGeneric> {
}
| [
"jinfeng@jiguang.cn"
] | jinfeng@jiguang.cn |
25eba20fcad2c8eef63be2375fbebbce3419e803 | ec36fb0c0235cea72d377beae46543100673983b | /plugins_src/org/jarmytoolplugins/newarmylisteditorplugin/weaponeditor/components/WeaponTypePanel.java | 46554b15aa5636b29cafc478ceced4723d2b0aab | [] | no_license | BackupTheBerlios/jarmytool | d9058dd19d12e52a8e7cdf0629744874e95fd061 | 73e315e51217a453b554dcededd88a393f3bf08d | refs/heads/master | 2021-01-02T09:14:28.998677 | 2004-09-06T14:02:25 | 2004-09-06T14:02:25 | 40,081,538 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,580 | java | /*
* WeaponTypePanel.java
*
* Created on 14 October 2003, 16:14
*/
package org.jarmytoolplugins.newarmylisteditorplugin.weaponeditor.components;
import java.util.Collection;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.Vector;
import javax.swing.table.DefaultTableModel;
import org.jArm... | [
"pjlehtim"
] | pjlehtim |
98aa33ea99661181adac7cbb7d75550d6562050b | bf0f16635f2c32086206d3c3c6d8bad03e56625a | /src/main/java/pdf/CreateProblemPDF.java | c09af7ee394dbc13ad7df12531177a83fc227231 | [] | no_license | GuesmiHachem/E-qrqc | 5b8038c1b853f2af7507dab042216ae4928c7a39 | e1e9e27b192d1ee52a5147c154ed26c515ecbea2 | refs/heads/master | 2020-04-07T13:41:04.469248 | 2018-11-20T17:56:59 | 2018-11-20T17:56:59 | 158,416,810 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 33,759 | 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 pdf;
import com.itextpdf.text.BadElementException;
import com.itextpdf.text.BaseColor;
import com.itextpdf.text.Chunk;
import ... | [
"guesmi.hachem@gmail.com"
] | guesmi.hachem@gmail.com |
7bf50a75443a2209ab0037766a3b71aa18cb3b0b | 0aabd1b5a183cdd47b8cbd06a3a7d91a28295001 | /DS_Lab3/src/Receiver.java | 86e343fd6a548f8f3cfa50de851a0dece710ce2e | [] | no_license | xincen/DS_Lab3 | 7d8071f5595a71e685d05c35a1aee96a974eb7d0 | 0f0ba2df6cf1ccb987b1e1eb40c0133ed6c3a850 | refs/heads/master | 2016-08-04T10:02:30.980712 | 2014-02-13T00:38:45 | 2014-02-13T00:38:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,254 | java | import java.net.*;
import java.io.*;
import java.util.LinkedList;
public class Receiver extends Thread {
private Socket socket;
private LinkedList<TimeStampedMessage> in_buffer;
private ObjectInputStream in;
private MessagePasser mp;
public Receiver(Socket aSocket, LinkedList<TimeStampedMessage> aBuffer, Mess... | [
"xincen.hao@gmail.com"
] | xincen.hao@gmail.com |
39aa6e198d22e55832e90abc4637a06e6c6c1015 | e977c424543422f49a25695665eb85bfc0700784 | /benchmark/icse15/1167470/buggy-version/db/derby/code/trunk/java/drda/org/apache/derby/impl/drda/AppRequester.java | 02d9d14cbf302743d78b5c8a956164dd9d38b4d7 | [] | 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 | 9,438 | java | /*
Derby - Class org.apache.derby.impl.drda.AppRequester
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 t... | [
"durieuxthomas@hotmail.com"
] | durieuxthomas@hotmail.com |
8c4f7c0d945da3b65e0dc895ffbfe2dbaee4fad7 | ab88b1cdb34c17516e155c2b69af3b56d7f78f47 | /src/br/com/qualiti/DeliveryQualiti/repositorio/RepositorioPedidosArray.java | 2dd74fe940eb8ce88915c5ede60bc9206283606d | [] | no_license | lucasbr023/DeliveryQualiti | 082402c44726cd72595db54bf86ac52779e824bb | 01e1dc6a22b9a9895a864a812d0ea24dd2dd4ed3 | refs/heads/master | 2020-05-17T10:36:45.752385 | 2015-06-13T18:54:26 | 2015-06-13T18:54:26 | 35,336,611 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,284 | java | package br.com.qualiti.DeliveryQualiti.repositorio;
import br.com.qualiti.DeliveryQualiti.classes.Pedido;
public class RepositorioPedidosArray {
private int indice;
private static final int TAMANHO_CACHE = 100;
private Pedido[] pedidos;
public RepositorioPedidosArray() {
pedidos = new Pedido[TAMANHO_CACHE];
... | [
"lmc3@cin.ufpe.br"
] | lmc3@cin.ufpe.br |
63692b94d8e369b0d62ea65a65f199e0dc6e7355 | 257bfe6399214dc822b178ce29b3eb4a5629f616 | /src/main/java/com/edu/repositories/UserRepository.java | 730ee2223ee122638ba6e03f546f99bb2acec031 | [] | no_license | nam956287/dbjava | 5f77825fd7a60c506adde214d64a1c2f32b80449 | d5c67885e0f9b18c48f295fce13414db2a2bda84 | refs/heads/main | 2023-06-21T06:41:41.344341 | 2021-08-05T04:09:23 | 2021-08-05T04:09:23 | 392,894,407 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 194 | java | package com.edu.repositories;
import org.springframework.data.repository.CrudRepository;
import com.edu.model.User;
public interface UserRepository extends CrudRepository<User, String> {
}
| [
"TechCare@DESKTOP-MQBT788"
] | TechCare@DESKTOP-MQBT788 |
423e4a062fa3d0398ca56f296c53ef5523297db2 | a53cfea684614cfea220be491f1223ef502203df | /src/main/java/com/example/posassist/entities/Recipe.java | ca80ebe67cd9d0365aaa93bb3073c9e024a87f1b | [] | no_license | neharajesh/POS-Assist | 2dde1c1e7eae7042c805aa5379d0494aa78f900b | 100de7cfb7db90cfb08df9b551067e0401873688 | refs/heads/master | 2023-01-05T07:01:46.120194 | 2020-10-15T22:02:35 | 2020-10-15T22:02:35 | 303,207,406 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 578 | java | package com.example.posassist.entities;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.util.HashSet;
import java.util.Set;
@Data
@NoArgsConstructor
@AllArgsConstructor
@Builder
@Entity
@Table(name = "recipe")
publi... | [
"leehanseok3@gmail.com"
] | leehanseok3@gmail.com |
0593609a34c422ca743fe1f0782cd9ce57d6f3d8 | 44857dfdd14651f656526ca0ef451355d336a210 | /src/com/fasterxml/jackson/databind/ser/std/NullSerializer.java | 0937a4f6e7a536c68fb32745fc97daf51d394bdb | [] | no_license | djun100/yueTV | a410ca9255fd5a3f915e8a84c879ad7aeb142719 | 8ca9d1e37ee1eb3dea7cf3fdfcfde7a7e3eae9e0 | refs/heads/master | 2021-01-23T13:56:59.567927 | 2014-03-17T02:02:23 | 2014-03-17T02:02:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,403 | java | package com.fasterxml.jackson.databind.ser.std;
import java.lang.reflect.Type;
import java.io.IOException;
import com.fasterxml.jackson.core.*;
import com.fasterxml.jackson.databind.*;
import com.fasterxml.jackson.databind.annotation.JacksonStdImpl;
import com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormat... | [
"djun100@qq.com"
] | djun100@qq.com |
85195002febe336c377559598e20ca016af78356 | c53c074440f01951e24fec40b24ac9fe02b6a2a9 | /s/o/src/main/java/threadpool/BasicThreadPool.java | ae1ea750f7f9a19e0ec7d475b755d32bca5446ed | [] | no_license | robertfg/Sandbox | c1c0ca73bf4f5e3b4707ca33bd6c22de60c276dd | cd808cf3ccf6f5e51e920ed52363f5e435c6dad1 | refs/heads/master | 2021-04-27T10:59:50.060378 | 2018-02-28T02:50:38 | 2018-02-28T02:50:38 | 122,550,086 | 0 | 0 | null | 2018-02-22T23:56:00 | 2018-02-22T23:56:00 | null | WINDOWS-1252 | Java | false | false | 2,806 | java | package threadpool;
import java.util.LinkedList;
/**
* Very basic implementation of a thread pool.
*
* @author Rob Gordon.
*/
public class BasicThreadPool {
private BlockingQueue queue = new BlockingQueue();
private boolean closed = true;
private int poolSize = 3;
... | [
"degs@ubuntu.(none)"
] | degs@ubuntu.(none) |
a8fd06a9eb665f59453234893d63b1d2eb7696ee | 4109f6d1704a03d888153c9dafffe157e2d75807 | /app/src/main/java/com/example/android/tourguideapp/Hotels.java | af023ea556b084acb1ac0be3fc5cd096ee795443 | [] | no_license | Murok2/TourGuideApp | 001b7100417ebad1f20672871a58fca639fc009f | 46f8a4ed0d6034f2c7036e41f9271a48bb374d7f | refs/heads/master | 2023-03-07T21:46:44.030878 | 2021-02-18T15:27:29 | 2021-02-18T15:27:29 | 340,092,518 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,345 | java | package com.example.android.tourguideapp;
import android.os.Bundle;
import android.view.Gravity;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.ImageView;
import android.widget.ListView;
import android.widget.Relativ... | [
"murok.maratbekkyzy@iaau.edu.kg"
] | murok.maratbekkyzy@iaau.edu.kg |
c4b6053d21494000547b190003ffd0932b81d24d | a0180da749d7418e6bbdc74b4209afbf1033d35d | /app/src/main/java/nl/droidcon/conference2014/adapters/ViewConferenceInflater.java | 0beb09fc9be0c5f4607c487b471c64e563832f96 | [
"Apache-2.0"
] | permissive | dvsknt/droidconNL-2014 | a09393407e9d48f72702094c54d55190581a8b99 | 69c9e411ad6bf0515cc7c2e3ca80088bfb93819b | refs/heads/master | 2020-05-18T11:04:24.099659 | 2014-12-02T04:48:36 | 2014-12-02T04:48:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,007 | java | package nl.droidcon.conference2014.adapters;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.squareup.picasso.Picasso;
import java.text.SimpleDateFormat;
import jav... | [
"camus_b@epitech.eu"
] | camus_b@epitech.eu |
8d5dc39a0626e3c08a4fc90b602b7d42c58121f9 | 9ec0dac1086ac68ec0819f8c268e988f98a2315c | /Lecturer Assignments (מטלות מנחה)/Lecturer Assigment 12 (ממן 12)/Segment2.java | a1d08dce8ad15ea0a239e1f0f78705be81e2fcd7 | [] | no_license | evgenyna/OpenU-IntroToJavaProgramming-20441-2021a | 2880f6a145b966245aeee5b0ca583c1e58abaeed | f16122386433a8ffc78f15704f41ae11b68d90d9 | refs/heads/main | 2023-03-02T03:58:38.942641 | 2021-02-07T10:20:00 | 2021-02-07T10:20:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,521 | java | /**
*
* This class is used to represent a line using a center point and a length.
*
* @author Julian Goncharenko
* @since 28/11/2020
*
*/
public class Segment2 {
private Point _poCenter;
private double _length;
final double DEFAULT_VALUE = 0;
/**
* Constructs a new segment usin... | [
"julianmotorbreathe@gmail.com"
] | julianmotorbreathe@gmail.com |
77f42297865041495c15d1653766884cf8f86f0e | 0ca50bde7ef8f4f99c788c0dfce89af992424b9e | /TAGA/PersistanceBD/src/androidTest/java/com/societe/persistancebd/ExampleInstrumentedTest.java | fc4df8e2fe41aff307abc22328936e151958a4b7 | [] | no_license | CamilleTh/androidFormation | e90b4e0a47cec2928726704f84f277eea6791ae9 | ffb6af467fa11698974daf2f2781f1d0e2780abc | refs/heads/master | 2020-03-31T21:02:18.786663 | 2019-01-10T16:48:25 | 2019-01-10T16:48:25 | 152,564,802 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 754 | java | package com.societe.persistancebd;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on an An... | [
"thomassin.camille@gmail.com"
] | thomassin.camille@gmail.com |
6a0ffc0c32e7e276f5acb0617b2e4ec0c6fb3dda | a8bbb7b5300b9698617c3f2b5dacd343f2e4e9db | /DesignPatterns/src/state/DataConnectionState.java | 5bf2656d0a66942ac817e31f1b8e902903553a41 | [] | no_license | jarretsaf/SELab | f8d42d4b3f62ebb33ce271c0f5e7f4c114a38127 | 890367d2f7dca10930f958bf0b5a128891262a9c | refs/heads/master | 2020-04-15T09:46:00.511960 | 2019-04-08T12:25:42 | 2019-04-08T12:25:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 86 | java | package state;
public interface DataConnectionState {
public void info();
}
| [
"jarret@unigoa.ac.in"
] | jarret@unigoa.ac.in |
f153627d7f5f37f1e484f0c0b4d77ed4a5692943 | 17d36f0b5e366c26fa8098825ba11b8d667f7fb0 | /src/com/malware/mail/ReportSender.java | 123ee430ec0820b0e8d3ca50da04026c26afcbe0 | [] | no_license | julien-medori/INF358-AndroidMalwareProject | 36d38ad8326f26695109eb0ef492b374084e604d | 41b968de99f4ec89eecaab593b893f5a32ae3dbe | refs/heads/master | 2020-05-17T20:24:48.900646 | 2014-05-01T10:05:57 | 2014-05-01T10:05:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,228 | java | /***********************************************************************
* This file is part of INF358-AndroidMalwareProject
*
* Copyright (c) 2012 GPL Project Developer
*
* INF358-AndroidMalwareProject is free software: you may copy, redistribute
* and/or modify it under the terms of the GNU General Pub... | [
"julien@medori.rezel.enst.fr"
] | julien@medori.rezel.enst.fr |
d70d7c32d072d5e5a6c408e26e49e7a52ba20e6e | 9174610314ea3d849d4a124835555a21068f22d3 | /src/algorithmization/program/Task7.java | ff4900265a48081d1744bd3a1c146b505ab4899b | [] | no_license | denis-tumel/baseKnowledge | 22f5a9676593a26c415d563e0c2055d46b85cc7b | f50f5357ca3c358851eae2229c824ea2497c5407 | refs/heads/master | 2020-09-01T12:50:11.048557 | 2019-11-01T10:17:56 | 2019-11-01T10:17:56 | 218,961,477 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 357 | java | package algorithmization.program;
public class Task7 {
public static void main(String[] args) {
int sum = 0;
for (int i = 1; i < 10; i += 2){
sum += fact(i);
}
System.out.println(sum);
}
private static int fact(int i){
if (i == 1)
return i;
... | [
"denis.tumel.98@mail.ru"
] | denis.tumel.98@mail.ru |
75dd1209189316c9eebe98ea6f75e7805ba64d31 | f6f96cbe72228dec5ca4b44f7b32dfb4db5679a2 | /src/main/java/com/wj/nongtian/controller/NotifyController.java | ae3a32ba814fadcf8ea6ec3fdd614e720affc76e | [] | no_license | wj2479/NongTianServer | 166cf5ec1f92554a18c5c071c9fadf7b5885af54 | e314ff94e9ff2fc5d2d766428d1923b13bfe44ee | refs/heads/master | 2022-06-25T11:41:22.400703 | 2020-08-18T15:26:27 | 2020-08-18T15:26:27 | 239,090,278 | 0 | 0 | null | 2022-06-17T02:52:27 | 2020-02-08T07:59:22 | TSQL | UTF-8 | Java | false | false | 3,321 | java | package com.wj.nongtian.controller;
import com.alibaba.druid.util.StringUtils;
import com.wj.nongtian.ResultCode;
import com.wj.nongtian.entity.Notify;
import com.wj.nongtian.entity.NotifyReceiver;
import com.wj.nongtian.service.NotifyService;
import com.wj.nongtian.service.UserService;
import com.wj.nongtian.utils.Js... | [
"289415600@qq.com"
] | 289415600@qq.com |
655b40906be9ada14b1a3d93b76922cb54f67bb3 | 17a0a233c1f7ba72423edadf54473b987468e428 | /AulasOpetPOO/Java_BANCOdeDados/src/Principal.java | 69942beb6578c2e7e0b8eb51f3786cce7b6f216e | [] | no_license | LindomarB/JAVA_Lee | ac8cc7051ad66b281d154ea6275386d26dc09e73 | 8ce0a6580f7cba0c5f2aa1469dc350e7ec51fde3 | refs/heads/master | 2021-12-31T07:55:39.288808 | 2020-08-15T13:42:25 | 2020-08-15T13:42:25 | 234,209,198 | 0 | 0 | null | null | null | null | MacCentralEurope | Java | false | false | 1,914 | java | import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
public class Principal {
public static void main(String[] args) {
String url = "jdbc:oracle:thin:@localhost:1521: XE";
String usuario = "aluno";
Stri... | [
"Lindomar1802@gmail.com"
] | Lindomar1802@gmail.com |
5ae8436599ae765bf96d8b06f32e35fa6e68b047 | 156d4a4972b4166fead127d0b724452f58413bb1 | /src/main/java/pl/coderslab/app/WebConfig.java | 216c0b98558fb422a909ff00ffdb0ee87589fa65 | [] | no_license | aleksandra-marszalek/Workshop_4 | 15474032e8fded3e6554e9808d99713496223692 | 95d7cb8a2f4fd20182122aa7d4f5da6e03a7fd15 | refs/heads/master | 2020-03-13T21:41:41.816840 | 2018-04-30T16:36:24 | 2018-04-30T16:36:24 | 131,301,802 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 603 | java | package pl.coderslab.app;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.CorsRegistry;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;
@Config... | [
"aaleksandra.mmarszalek@gmail.com"
] | aaleksandra.mmarszalek@gmail.com |
d236f985d53a9b9bca0744504c00e085a29490be | c2d8181a8e634979da48dc934b773788f09ffafb | /storyteller/output/startbahn/SetSelectionOfArtistThreadArtistAction.java | 493c4f580b0d611c7bc8ab93e309976753efdcf4 | [] | no_license | toukubo/storyteller | ccb8281cdc17b87758e2607252d2d3c877ffe40c | 6128b8d275efbf18fd26d617c8503a6e922c602d | refs/heads/master | 2021-05-03T16:30:14.533638 | 2016-04-20T12:52:46 | 2016-04-20T12:52:46 | 9,352,300 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,529 | java | package net.startbahn.web;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import net.startbahn.model.*;
import net.startbahn.model.crud.*;
import org.apache.struts.action.Action;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.Action... | [
"toukubo@gmail.com"
] | toukubo@gmail.com |
4a9ab76a9c0aa2946414312803dd6da7d0e86c62 | 0e8c83e6b3de422f5031f3250e288727bf4b3036 | /src/java/service/ApplicationConfig.java | d71f49735aad3b6ff73a4e49602a75981a37611c | [] | no_license | vophihungvn/photo_social_network | 08f51a45da65dd8f45eb7ffd7e01f2031c7de41b | e5df03f0f9d8a1886f44d01e3529bb09b61095a4 | refs/heads/master | 2021-01-09T22:38:21.468349 | 2017-05-29T11:59:34 | 2017-05-29T11:59:34 | 92,735,039 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 991 | 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 service;
import java.util.Set;
import javax.ws.rs.core.Application;
/**
*
* @author Hung-PC
*/
@javax.ws.rs.ApplicationPat... | [
"vphungkhtn@gmail.com"
] | vphungkhtn@gmail.com |
015c833e9e9ec2b80e54e52b45bf9a9ff985cbe5 | 968531d88c43f71b2fca69d01fd219fef0bcb289 | /src/refactor/Day31/Day_28_RenameBooleanMethod.java | c3d8ab7d4051203893f892cb80fef659b5d2d54a | [] | no_license | wushj/MyCodeLearning | bd7b51bed71d7b8eb8af1208d775d08c543de367 | 8683523dcd55100e59c26c1b2a468ee09006d70a | refs/heads/master | 2020-12-02T06:41:46.526648 | 2017-09-21T05:20:30 | 2017-09-21T05:20:30 | 96,881,964 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 982 | java | package refactor.Day31;
/**
* Created by WU on 2017/7/3.
* 如果一个方法带有大量的bool 参数时,可以根据bool 参数的数量,提取出若干个独立的方法来简化参数。
*/
public class Day_28_RenameBooleanMethod {
/*---------------------------before--------------------------*/
public class BankAccount {
public void createAccount(Object customer, boolean... | [
"wusjcoding@foxmail.com"
] | wusjcoding@foxmail.com |
5502c9b2f8a56d632f63df88d88222c94ab6fbc8 | a6ff7a994ecfe54642752d9bc4d780c42eafce59 | /unit/src/main/java/com/erayic/agr/unit/adapter/entity/UnitListItemByEnvironmentEntity.java | 6d942584b71932f754530fd9ee195095f9463466 | [] | no_license | chenxizhe/monster | efdebc446c85f3b73258a669d67957ce512af76b | 43314e29111065b1bf77fa74a864bec7818349ef | refs/heads/master | 2023-05-06T12:48:51.978300 | 2017-07-27T02:05:37 | 2017-07-27T02:05:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,446 | java | package com.erayic.agr.unit.adapter.entity;
import com.chad.library.adapter.base.entity.MultiItemEntity;
import java.util.Map;
/**
* 作者:hejian
* 邮箱:hkceey@outlook.com
* 注解:
*/
public class UnitListItemByEnvironmentEntity implements MultiItemEntity {
public static final int TYPE_AIR_TEM = 0;//空气温度
publi... | [
"hkceey@outlook.com"
] | hkceey@outlook.com |
77af3944a640dd60d5bb04e94271c2d5ba27024d | b481557b5d0e85a057195d8e2ed85555aaf6b4e7 | /src/main/java/com/jlee/leetcodesolutions/LeetCode1089.java | fa1241349a70dc18023d6bfe33d71aebd727ed7c | [] | no_license | jlee301/leetcodesolutions | b9c61d7fbe96bcb138a2727b69b3a39bbe153911 | 788ac8c1c95eb78eda27b21ecb7b29eea1c7b5a4 | refs/heads/master | 2021-06-05T12:27:42.795124 | 2019-08-11T23:04:07 | 2019-08-11T23:04:07 | 113,272,040 | 0 | 1 | null | 2020-10-12T23:39:27 | 2017-12-06T05:16:39 | Java | UTF-8 | Java | false | false | 425 | java | package com.jlee.leetcodesolutions;
public class LeetCode1089 {
/*
* https://leetcode.com/problems/duplicate-zeros/
*/
public void duplicateZeros(int[] arr) {
// [1,0,2,3,0,4,5,0]
for(int i = 0; i < arr.length; i++) {
if(arr[i] == 0) {
int j = arr.length-1;
while(j > i+1) {
... | [
"john.m.lee@gmail.com"
] | john.m.lee@gmail.com |
b53656f618989eb22a4ed50d8201224c764548cd | a40d7ed9afbaac90c546022d5baa211901e9ac02 | /services/salesdb/src/com/salesdb/service/ChannelsServiceImpl.java | ce8bc58522a29dcfd8b8108f26854e2ad48af850 | [] | no_license | Sushma-M/repo00922333333 | 9ef747fc9d8326be51b4100f33d58855529e2fae | 80d56ff1e9727c8ceef2a6b235d451b8f5ff6c48 | refs/heads/master | 2021-05-05T19:04:42.149275 | 2018-01-16T11:42:32 | 2018-01-16T11:42:32 | 117,676,525 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,366 | java | /*Copyright (c) 2015-2016 wavemaker-com All Rights Reserved.This software is the confidential and proprietary information of wavemaker-com You shall not disclose such Confidential Information and shall use it only in accordance with the terms of the source code license agreement you entered into with wavemaker-com*/
pa... | [
"sushma.maddirala@imaginea.com"
] | sushma.maddirala@imaginea.com |
0fc020d516492f88dffdabe421fec09db4e9b234 | e0ce8cb64702eccce7f6940d283bc93e8f632745 | /tags/1.1/src/org/jajim/interfaz/listeners/AceptarContactoActionListener.java | 77305c9c9b6e1f15c8c868ed3b9608fde76794e7 | [] | no_license | BackupTheBerlios/jajim-svn | 5842b35027d995358e605fbd2c5b61dc2b6f7e80 | 7fa2082094decb25e7765aaaebd611c418676f07 | refs/heads/master | 2021-01-01T17:56:36.627562 | 2013-12-06T20:16:30 | 2013-12-06T20:16:30 | 40,748,648 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,012 | java | /*
Jabber client.
Copyright (C) 2010 Florencio Cañizal Calles
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later v... | [
"npi83@66271abf-8d89-0410-bfa2-80b8d0f357ea"
] | npi83@66271abf-8d89-0410-bfa2-80b8d0f357ea |
ea1454b3639ae1da755bd9e382117ddcae65a164 | a67b443bab042c3ca69b42932b25c5279ae7c679 | /app/src/main/java/cn/njthl/cleaner/ui/view/IOrderNoConfirmAtView.java | e6e5c63bbd4aad49264d42ed58c94364eb9f0008 | [] | no_license | chenzongguo/Cleaner | fad32fab48bb4d014f8eb9f6e6c4dcf69e7c0e6f | 0672efee721206ece1ba8a1989adb7296cc2972d | refs/heads/master | 2020-08-08T18:59:46.797013 | 2019-11-04T00:32:08 | 2019-11-04T00:32:08 | 213,894,543 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 211 | java | package cn.njthl.cleaner.ui.view;
import android.widget.ImageView;
import android.widget.ListView;
public interface IOrderNoConfirmAtView {
ListView getLvOrderNoConfirm();
ImageView getImaNoOrder();
}
| [
"1196437229@qq.com"
] | 1196437229@qq.com |
940c7b9e75fabfddd59a98da6229ad7147a352a9 | 988a2b0113eceb5602d89fad3ab6e2af7967703d | /src/main/java/de/ts/hackerrang/arraymanipulation/SlopeTrackingStrategy.java | a7aaadfd08c202217be196aadb34de760c605266 | [
"Apache-2.0"
] | permissive | MuesLee/Hackerrang | a154168e93c04e6f916fb16f28b4aba5d8bbd77b | 625a585d8893188234cb299a2b29943c699c41f2 | refs/heads/master | 2022-12-10T10:09:27.908856 | 2020-08-19T13:08:57 | 2020-08-19T13:08:57 | 284,924,126 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 842 | java | package de.ts.hackerrang.arraymanipulation;
public class SlopeTrackingStrategy implements ArrayManipulationStrategy {
@Override
public long computeMaxSum(int n, int[][] queries) {
long[] slopeStorage = new long[n];
for (int[] slopeRange : queries) {
int rangeStart = slopeRange[0]... | [
"stimo@gmx.net"
] | stimo@gmx.net |
935eb17f4038423d6bf4dc6e412f693538cb4237 | 471579962eb0abf949c73685353ef0098a8ad127 | /HelloGradle/src/main/java/com/ytgrading/bean/DepositForm.java | c0486e078e137a986afd4f383a53f98ec53f4824 | [] | no_license | huyulin11/gradle | a727c7e31b9a42aee6decd5d6a5f5ceac84180f3 | 3cdc3b8b02e9f48af93d1cc6087b61f67cf45a0e | refs/heads/master | 2020-04-13T07:09:16.437325 | 2019-02-26T03:20:13 | 2019-02-26T03:20:13 | 163,042,029 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,446 | java | package com.ytgrading.bean;
public class DepositForm {
private String entitytype;
private String innerno;
private String deposittimestart;
private String deposittimeend;
private String amountstart;
private String amountend;
private String amount;
private String depositstatus;
public String getEntitytype() {
... | [
"huyulin11@sina.cn"
] | huyulin11@sina.cn |
2ee5e047b1863d93bba6a72b04970ff196a26eae | b9126b446838e4134ca0ad13451726b9930dcb73 | /app/src/main/java/com/appmoviles/miprimerapp/Persona.java | 107ed0f0ab63b29fe17da31d2c0717bfeee8c00b | [] | no_license | juan-bol/MiPrimerApp | 7600075c5fbfa587e07e1c22ee6e854e123588b9 | 23d805c97234dec542b8a51d079d38ccf6d7438e | refs/heads/master | 2020-04-20T04:06:41.631538 | 2019-03-18T02:33:10 | 2019-03-18T02:33:10 | 168,617,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 251 | java | package com.appmoviles.miprimerapp;
class Persona {
public String nombre;
public String numero;
public Persona(){ }
public Persona(String nombre, String numero) {
this.nombre = nombre;
this.numero = numero;
}
}
| [
"juan-bol98@hotmail.com"
] | juan-bol98@hotmail.com |
aaec208aff9084da8ada12a64b5d4e6f2fb68e8b | 5be236f6e4dc7bf810b2d469b4e0155e02081491 | /labs/Day4StereoTypes/src/main/java/iti/Main.java | 7a2e28177ac89de41b5c88e57debf071fb528486 | [] | no_license | ahmedasemsery/springCoreLabs | 85d6ef7613ca4dba3d77a2d428ad82b26073dad7 | 2ace50211a59cca8bf84ece271d78c316ae60a4a | refs/heads/main | 2023-04-20T19:19:36.993178 | 2021-05-05T12:43:34 | 2021-05-05T12:43:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 508 | java | package iti;
import iti.services.Service1;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class Main {
public static void main(String[] args) {
ApplicationContext context = new ClassPathXmlApplicationContext("day4.x... | [
"ahmedasemsery@gmail.com"
] | ahmedasemsery@gmail.com |
f30cdf59285205bcaacf41f2ff2a8a613c244bd0 | 05bacb4927256bf4445585378032101cb487e897 | /src/main/java/com/sunflower/petal/service/MaterialManufacturerService.java | 02a2175841dd4ba3e45ea04e441a36e0e75188bd | [] | no_license | kuixiang/petal | e82055947de3848b4cb54870cedae3a2cf5f596f | 8f64922d3267c52e71b6de8a9fcb3a6da453f91c | refs/heads/master | 2016-09-11T04:06:10.817124 | 2015-09-07T02:26:00 | 2015-09-07T02:26:00 | 34,526,174 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,690 | java | package com.sunflower.petal.service;
import com.sunflower.petal.dao.MaterialDao;
import com.sunflower.petal.dao.MaterialManufacturerDao;
import com.sunflower.petal.entity.DataTableRequest;
import com.sunflower.petal.entity.DataTableResponse;
import com.sunflower.petal.entity.Material;
import com.sunflower.petal.entity... | [
"itxiangkui@gmail.com"
] | itxiangkui@gmail.com |
25ba9ab3547c5d88f6ae81f086f2903a9a3fdadc | d3bb461562527a180ec517d65c85238ade517461 | /android/app/src/main/java/com/example/myshop/adapter/RauAdapter.java | caee9681da0c9abeb0d837ddba093554b3ede2ce | [] | no_license | ductm-it/LauVietApp | f571d25821835c396974ea0154bb759c75579f50 | 1e6ddb584c4baa43fbd061e57932b14ee68e831e | refs/heads/master | 2022-11-15T00:16:16.906751 | 2020-07-10T08:43:45 | 2020-07-10T08:43:45 | 278,519,030 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,875 | java | package com.example.myshop.adapter;
import android.content.Context;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.example.myshop.... | [
"tranminhduc1299@gmail.com"
] | tranminhduc1299@gmail.com |
52b98bf63778b39b1dea6ffc710030f9b9576212 | e7d97a981fd97be27206c7fc83b2fbc2bd35888d | /Professional_internship_training/designer1/src/main/java/com/nchu/utils/JDBCHelper.java | c9119e0e40591c716d5bdfe0159e838f8b6310b1 | [] | no_license | flyfishboy/Project-summary | 2463bccd0a23e530d8dcf3857e876f4cc7e4187f | 0d0f17cc534ee4a4a1d13af817d354b01225483d | refs/heads/master | 2022-07-12T19:05:27.230953 | 2019-09-18T03:27:35 | 2019-09-18T03:27:35 | 206,247,499 | 1 | 2 | null | 2022-06-21T04:12:13 | 2019-09-04T06:27:09 | JavaScript | UTF-8 | Java | false | false | 9,131 | java | package com.nchu.utils;
import java.io.IOException;
import java.io.InputStream;
import java.sql.*;
import java.util.Properties;
public class JDBCHelper {
private static String driver ;
private static String url ;
private static String username ;
private static String password ;
private static bo... | [
"2924466431@qq.com"
] | 2924466431@qq.com |
6cb91475ef4756a8bbba0da2f736993d694373a8 | c7a32973cb35160c65d7c722135b19b924288e42 | /bungeeClient/edu/cmu/cs/bungee/client/viz/markup/BungeeClickHandler.java | cde92a7210cb2022c7e9ad35323f1b3aae15a020 | [] | no_license | derthick/bungee-view | f70c5e3df1f2f81f818949fe384ce32282157eb0 | 452d95b022c928da44daa01fa65867c651ae569b | refs/heads/master | 2021-01-01T05:46:22.250420 | 2016-05-05T19:20:01 | 2016-05-05T19:20:01 | 58,075,795 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,690 | java | package edu.cmu.cs.bungee.client.viz.markup;
import static edu.cmu.cs.bungee.javaExtensions.Util.printModifiersEx;
import org.eclipse.jdt.annotation.NonNull;
import edu.cmu.cs.bungee.client.viz.bungeeCore.UserAction;
import edu.cmu.cs.bungee.piccoloUtils.gui.MyInputEventHandler;
import edu.umd.cs.piccolo.event.PInpu... | [
"markderthick@gmail.com"
] | markderthick@gmail.com |
4e77da5bb4bd1484fd426ec8232b037f9aa702e8 | 4f767c0b46f8bbdb6e0ca89c15427abf9dac1b2f | /src/main/java/pl/com/bottega/mathplay/ConsoleApplication.java | 6bcc34afc7de7655e0fd3288bcfe1a667815c98e | [] | no_license | AnnaKrzysztoszek/document-management | ae3979d85ca29496a4393b35bb185c47a570043d | a6ab1d4d85bf8135e46484034d521a58c202a792 | refs/heads/master | 2021-01-17T06:03:00.870002 | 2016-08-28T14:50:23 | 2016-08-28T14:50:23 | 60,955,906 | 0 | 0 | null | 2016-06-12T08:26:27 | 2016-06-12T08:26:27 | null | UTF-8 | Java | false | false | 1,185 | java | package pl.com.bottega.mathplay;
import java.util.Collection;
import java.util.Scanner;
/**
* Created by anna on 25.08.2016.
*/
public abstract class ConsoleApplication {
protected Scanner scanner = new Scanner(System.in);
public void run() {
while (true) {
printMenu();
Syst... | [
"krzysztoszek.a@gmail.com"
] | krzysztoszek.a@gmail.com |
27ada6d025e6a17ab7f9f6a6c961e283bccbac68 | 4fe05b350c2157f9153f369cb052ff1fd5b15edf | /src/main/java/com/dipgen/service/security/UserService.java | 318c5675e3896e7de4819fab7b0517ec0afdf1f9 | [
"BSD-3-Clause"
] | permissive | jirkapinkas/dipgen | fb5d281e1de69b85bb2446cac162e987c16b2d30 | a71cc945d2d47685ca3abbe90546b303aab67071 | refs/heads/master | 2020-05-30T04:27:44.684396 | 2013-10-28T08:40:35 | 2013-10-28T08:40:35 | 12,518,111 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,319 | java | package com.dipgen.service.security;
import java.util.Date;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.authentication.encoding.Md5PasswordEncoder;
import org.springframework.security.authentication.encoding.PasswordEncoder;
import org.spri... | [
"jirka.pinkas@gmail.com"
] | jirka.pinkas@gmail.com |
eda5d2c8fdf0a40cd005510699743acf1268ae5b | 08d423b8b70b144b3ca3b3dde4c87cef31c8cf0b | /app/src/main/java/com/home/jzandroidchartdemo2/view/epoxy/MainEpoxyController.java | ef9cea614f427c265a7192c97d8a21ae897a7850 | [] | no_license | tenSunFree/JZAndroidChartDemo2 | 38556dc77d6225e13ffa9f62886396d03202e1fd | 606a3f03ea13635ab5fd4d566c51a3ccc621d3d8 | refs/heads/master | 2022-11-30T10:44:57.219147 | 2020-08-03T19:50:29 | 2020-08-03T19:50:29 | 284,792,412 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,551 | java | package com.home.jzandroidchartdemo2.view.epoxy;
import com.airbnb.epoxy.AutoModel;
import com.airbnb.epoxy.EpoxyController;
import com.home.jzandroidchartdemo2.ActivityMainBottomBarBindingModel_;
import com.home.jzandroidchartdemo2.ActivityMainTopBarBindingModel_;
import com.home.jzandroidchartdemo2.R;
import java.u... | [
"sunwenyen@gmail.com"
] | sunwenyen@gmail.com |
33139ff5b0aeaad371340892d09768e5d6e9c469 | e1c82d63301fd016116930f50034938208857e30 | /src/com/javarush/test/level11/lesson06/task05/Solution.java | 546e0fd3b1f22150115c0cab4bf5d5a155ce2b4b | [] | no_license | AlexBort/JavaRushHomeWork | e8b11629e426211fe032d3ca78771398fe84c8b0 | 68f7508ec8cef0e32797574b32b467e205f2ca1d | refs/heads/master | 2021-01-11T15:35:19.320377 | 2017-01-31T17:22:46 | 2017-01-31T17:22:46 | 80,541,801 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,345 | java | package com.javarush.test.level11.lesson06.task05;
/* ИТ-компания
Написать девять классов: Worker(сотрудник), Clerk (клерк), IT (ИТ-специалист), Programmer(программист),
ProjectManager(менеджер проекта), CTO(технический директор), HR(рекрутер),
OfficeManager(офис-менеджер), Cleaner (уборщик).
Унаследовать программ... | [
"bortolo1994@gmail.com"
] | bortolo1994@gmail.com |
8d1fb014126623a001da56c49d1381a89f5f8a45 | ed9eaec84195d990b7f05623e152d75cac98769a | /src/main/java/io/stibits/domain/AbstractAuditingEntity.java | 883407ec467f1352947156f41691cef885662113 | [] | no_license | BulkSecurityGeneratorProject/extract-from-blockchain | 4ef3a22ea6fe49fb369144d1a18edda198803ea4 | 3f728325a7a17b6fb26349a59a14cf1c05945f16 | refs/heads/master | 2022-12-10T07:41:13.695608 | 2019-04-22T11:23:45 | 2019-04-22T11:23:45 | 296,582,922 | 0 | 0 | null | 2020-09-18T09:59:14 | 2020-09-18T09:59:13 | null | UTF-8 | Java | false | false | 2,207 | java | package io.stibits.domain;
import com.fasterxml.jackson.annotation.JsonIgnore;
import org.hibernate.envers.Audited;
import org.springframework.data.annotation.CreatedBy;
import org.springframework.data.annotation.CreatedDate;
import org.springframework.data.annotation.LastModifiedBy;
import org.springframework.data.an... | [
"mhammam@sitibits.io"
] | mhammam@sitibits.io |
b48f870a811ea91afa64a406bd801cadfba3b0bb | 8c9b743f156307cfb8781f95d2039f3697305b78 | /src/com/gargoylesoftware/htmlunit/javascript/host/event/MediaStreamEvent.java | 7790b0b43aac6b575f0398318c97e80769faea1b | [] | no_license | jiafenggit/HtmlUnitTao | f8fbd9065b03b6cd0f3a4ce1db6b4fbfd4941000 | ede3e10603d16f022b60798ea340c392f57495f7 | refs/heads/master | 2021-04-28T23:46:58.642674 | 2016-03-15T08:08:02 | 2016-03-15T08:08:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,403 | java | /*
* Copyright (c) 2002-2015 Gargoyle Software Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | [
"jeruen@gmail.com"
] | jeruen@gmail.com |
6265bc54daa36bd52d1986d6454e07b5e1503352 | fd1a5a6d21948d3e50742d617b40146acd326609 | /src/examples/eAgenda/data/Meeting.java | dbf7fe75a0ad63c3a6234ec1f8083459fec0d299 | [] | no_license | Droop/DimaX | 468c0b85c197695d8a4c044079539a729551fa69 | 886410ead3d8d89f7b517efa0e1245bc66773fa9 | refs/heads/master | 2021-01-01T05:41:32.873760 | 2011-12-12T14:53:12 | 2011-12-12T14:53:12 | 2,634,865 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,871 | java | package examples.eAgenda.data;
import java.io.Serializable;
import java.util.ArrayList;
/** Structure for a meeting within the agenda */
public class Meeting extends Activity implements Serializable {
/**
*
*/
private static final long serialVersionUID = -593275503402727257L;
int[] durationSet;
... | [
"sylvain.ductor@lip6.fr"
] | sylvain.ductor@lip6.fr |
989db9c25fdf2828a50b89698575ba2b4e7208c0 | 602844fc9ed2ebef0a955e468836f43473d5a310 | /src/main/java/com/codeadda/jersey/api/config/EmployeeConfig.java | f8d92241c90960400c8fa0e92db9eaf57d35301b | [] | no_license | ChandraManiGupta/spring-boot-jersey-integration | 81e7cee1ed1932265a22b2897c83e4399b2a9e2c | 128c050c1e1e39f0bec9564dad31e97b0102166a | refs/heads/master | 2020-09-19T23:33:25.409510 | 2019-11-27T02:04:29 | 2019-11-27T02:04:29 | 224,323,675 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 410 | java | package com.codeadda.jersey.api.config;
import javax.ws.rs.ApplicationPath;
import org.glassfish.jersey.server.ResourceConfig;
import org.springframework.stereotype.Component;
import com.codeadda.jersey.api.controller.EmployeeController;
@Component
@ApplicationPath("/jersey")
public class EmployeeConfig extends R... | [
"talk2guddu01@gmail.com"
] | talk2guddu01@gmail.com |
e48ffe6a35bc8baa2d3322bb1b321e1285dd5813 | 99c1de2498e4345727b51ed48116df56efe4bfb3 | /src/de/georgwiese/functionInspector/controller/PathCollector.java | 2f746783fea510d8def2af40b57c24fb93926f56 | [] | no_license | georgwiese/Function-Inspector-Android | 33bc6cb22be5d6f925c19331a0da16dd31fb49e0 | c7625d18d900882f0c95ef5e2c61c44f821ab37a | refs/heads/master | 2021-04-09T16:53:01.879446 | 2012-09-20T11:28:44 | 2012-09-20T11:28:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,857 | java | package de.georgwiese.functionInspector.controller;
import java.util.ArrayList;
import de.georgwiese.calculationFunktions.Point;
import de.georgwiese.functionInspector.uiClasses.FktCanvas;
import de.georgwiese.functionInspector.uiClasses.Helper;
import de.georgwiese.functionInspector.uiClasses.Point2D;
import androi... | [
"georgwiese@gmail.com"
] | georgwiese@gmail.com |
b5c9b32003a3d66de8b0f122105d1a53140f94ec | 2f8ee7fea62d02994d192a9509ef8a8c82ddea68 | /app/src/androidTest/java/com/example/androidlearningdemo/ExampleInstrumentedTest.java | c9b28ffa9258a2ccdc70d4e5aca1b2d39e2d2aa2 | [] | no_license | sysuleiw/AndroidLearningDemo | 335ab32daf877f2a6c21b7850aedabaf138b664d | 81b750a6d70d2d5527d7d1d7d36f9eff620e2f6e | refs/heads/master | 2020-04-29T13:59:48.167507 | 2019-04-18T03:21:58 | 2019-04-18T03:21:58 | 176,183,287 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 746 | java | package com.example.androidlearningdemo;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an... | [
"sysuleiw@163.com"
] | sysuleiw@163.com |
977c8b9930f456f3f6f93972437800fbed91c490 | b09f7be67bb0c8abd461fbe12f0cfcc339b9e433 | /app/src/main/java/com/ubimobitech/ubitwitter/model/UserMention.java | 0ce544ea582e77d0d2ba98d1328ca732809a14ee | [] | no_license | benakiva/ubitwitter | c7cf3c1be7d7f21fcd4ef73d8cde410d189d6f3d | 99f727875101323863f28c4c03f319ebb538915b | refs/heads/master | 2021-01-16T17:47:31.696097 | 2015-06-29T13:48:07 | 2015-06-29T13:48:07 | 38,249,726 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 643 | java | /**
* FILE: UserMention.java
* AUTHOR: Dr. Isaac Ben-Akiva <isaac.ben-akiva@ubimobitech.com>
* <p/>
* CREATED ON: 27/06/15
*/
package com.ubimobitech.ubitwitter.model;
import java.util.List;
/**
* Created by benakiva on 27/06/15.
*/
public class UserMention {
private String screen_name;
private List<... | [
"isaac.ben-akiva@ubimobitech.com"
] | isaac.ben-akiva@ubimobitech.com |
60c45caff16b4b07553aba19f35704085aee98c7 | d6a720cb89ac8a9c21dae598ff3046c3ebc68f32 | /ExampleHerencia/src/main/java/examengeopagos/Alfa.java | 32349a0db6aa304d220378b77fe2e43170403cc5 | [] | no_license | SoniaAbregu/ExampleHerencia | 89c47654e04dc9209ba2812591989ea8514823c7 | f41d2bc37ed5cdc7767ad05f11c698baa00fedcf | refs/heads/master | 2021-01-24T08:49:17.827365 | 2018-02-26T16:29:05 | 2018-02-26T16:29:05 | 122,996,668 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 318 | java | package examengeopagos;
public class Alfa {
public String nombre = "Sonia";
public Alfa() {
}
public Alfa(String nombre) {
super();
this.nombre = nombre;
}
public String getNombre() {
return nombre;
}
public void setNombre(String nombre) {
this.nombre = nombre;
}
}
| [
"Mar@DESKTOP-JDMHTVM"
] | Mar@DESKTOP-JDMHTVM |
a751134cac5783b6c0cc1582a7b56549dd095d2e | 95308916eb1e6fcf0793685f946dea60ed95682b | /Varun/Day3Inheritance/src/com/hsbc/banking/utility/FormatHelper.java | 36623b07c6d481bf4288c6a11f7b2ab7e9af91bd | [] | no_license | eswaribala/rpshsbcjava2020 | 3d00c6184221196ca94723c3587cbfe5ca90234c | 2ef8adfa149d9d036ff5411918df722844c2fdac | refs/heads/master | 2022-12-29T01:38:48.579248 | 2020-10-20T11:51:15 | 2020-10-20T11:51:15 | 295,621,023 | 1 | 21 | null | 2020-10-19T08:15:54 | 2020-09-15T05:11:31 | HTML | UTF-8 | Java | false | false | 470 | java | package com.hsbc.banking.utility;
public class FormatHelper {
public static void Formatter(int num) {
System.out.printf("%d%n", num);
}
public static void Formatter(long num) {
System.out.printf("%010d%n", num);
}
public static void Formatter(float num) {
System.out.printf("%6.2f%n", num);
}
public ... | [
"v.gujarathi777@gmail.com"
] | v.gujarathi777@gmail.com |
2f24304213a058b87141a13b634014aff60c8f38 | 2c73dd929f3d29b035f18ce740d56d9f7242bfc8 | /core/project/src/main/java/com/webank/wedatasphere/qualitis/rule/dao/repository/RuleGroupRepository.java | 414324c59a173d02fcc72f416d7601dfd2b761c2 | [
"Apache-2.0"
] | permissive | WeBankFinTech/Qualitis | bf15fdaf3b9def7d1e5ae74acd3821c5ec66ebe6 | 4625b455b92d43de561bcf9b0abd4d724c1b43cf | refs/heads/master | 2023-07-23T02:59:56.420736 | 2023-07-14T02:50:05 | 2023-07-14T02:50:05 | 223,347,908 | 633 | 290 | Apache-2.0 | 2023-07-19T05:29:15 | 2019-11-22T07:29:02 | Java | UTF-8 | Java | false | false | 1,283 | java | /*
* Copyright 2019 WeBank
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writi... | [
"chenmutime@outlook.com"
] | chenmutime@outlook.com |
2b828e39526692369815a85ad673ce845654405d | 4a54e11906b626a3b838236addb4bd6adb1123c1 | /SocialLibrary/src/com/epam/android/social/fragments/TwitterDialogsFragment.java | 47eae51b53882c0e415cceab838a78c1848e494f | [] | no_license | smgoss/training-android-epam | 8195c30e8050a10bf5d50ce12faa2b3fee20ce8d | 39fc551d6295759ee6dc9f4b74e89a3bb8a255a2 | refs/heads/master | 2021-01-10T03:24:46.952423 | 2012-06-08T08:36:16 | 2012-06-08T08:36:16 | 55,811,536 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,382 | java | package com.epam.android.social.fragments;
import java.util.List;
import android.os.Bundle;
import android.widget.BaseAdapter;
import com.epam.android.common.model.BaseModel;
import com.epam.android.social.R;
import com.epam.android.social.adapter.TwitterDialogsAdapter;
import com.epam.android.social.commo... | [
"ilya.shknaj@258f82a4-f076-c894-e823-74c26278488b"
] | ilya.shknaj@258f82a4-f076-c894-e823-74c26278488b |
b43a957d2a3e4d9cf82d068c229ec76309b6a0e7 | f8d6b74a52f734c734e63f6ca82bda34e6d44ba7 | /src/main/com/silverboyf/java8/lambda/LambdaSample.java | b9f715ed4845377d9041f966182e19cd48e4da66 | [] | no_license | silverboyf/java8_tutorial | 591a7762cabb537767abc5c711a9f2358a797a68 | b719af9ece2fc260e89ef4112e23cfefbdbdd4dc | refs/heads/master | 2021-01-13T02:30:27.198978 | 2015-02-13T06:02:47 | 2015-02-13T06:02:47 | 30,741,618 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 153 | java | package com.silverboyf.java8.lambda;
public class LambdaSample {
public static void main(String[] args) {
// TODO Auto-generated method stub
}
}
| [
"silverboyf@10.12.57.212"
] | silverboyf@10.12.57.212 |
0149f51b7449573b01ab66bea6be51a6f407d021 | 369270a14e669687b5b506b35895ef385dad11ab | /java.corba/org/omg/CORBA/WrongTransactionHelper.java | 4e77ec60b5d3307caf313e7144b1aadca746d58e | [] | no_license | zcc888/Java9Source | 39254262bd6751203c2002d9fc020da533f78731 | 7776908d8053678b0b987101a50d68995c65b431 | refs/heads/master | 2021-09-10T05:49:56.469417 | 2018-03-20T06:26:03 | 2018-03-20T06:26:03 | 125,970,208 | 3 | 3 | null | null | null | null | UTF-8 | Java | false | false | 2,450 | java | /*
* Copyright (c) 2000, 2001, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package org.omg.CORBA;
/**
* The Helper for {@code WrongTransaction}. For more information on
* Helper ... | [
"841617433@qq.com"
] | 841617433@qq.com |
40455a5e8092daa58c4df2b295f11c15e4b42ed8 | 0231cb905dcd12c46929e5d8e6f18a7a8ec912ca | /StarPattern4.java | ed200cdde937eaa7a100bbd43c80478a7aa1145f | [] | no_license | coding4Lif3/JavaMasterClassProjects | 5a08ef42c98f60eb9a4657896280c1493fe57e01 | 773dd01441a0e6b9ac6d5ca3b061a1862a941652 | refs/heads/master | 2022-09-06T11:22:38.985418 | 2020-05-17T11:37:27 | 2020-05-17T11:37:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,169 | java | public class StarPattern4 {
public static void starPattern4(int number) {
for (int i = 1; i <= number; i++) {
for (int j = 1; j <= i; j++) {
System.out.print("*");
}
System.out.println();
}
for (int k = (number-1); k >= 0; k--) { // You c... | [
"ronroberts@callronroberts.com"
] | ronroberts@callronroberts.com |
af75daa19dc0370e6e6a8df7d5dc94b118bbc262 | c466b5c273b7fdd325ea12f09db9cbb12e8967c0 | /Problem_a.java | 8df2402db4d4e8cd894102efaa75e74bd0c7f961 | [] | no_license | snehalgupta/Competitive-Programming-codes | f883944d9833daee2d9a9a030b2e3e82653720f5 | 8a9ea97c0993fd9a80d7d48ef44f27c961fa51ab | refs/heads/master | 2021-01-24T09:26:27.317609 | 2018-02-26T18:52:15 | 2018-02-26T18:52:15 | 123,015,227 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,848 | java | package pr1;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
class Node{
int val;
int id;
public Node(int v1,int n1){
val=v1;
id=n1;
}
}
class heap{
Node[] harr;
int capacity;
int heap_size;
publ... | [
"snehal16201@iiitd.ac.in"
] | snehal16201@iiitd.ac.in |
3accc356fa16ee9c3acf2a63869f20d76239af45 | 8959647c098a26d2e5ed39e960868c3e1d09a43e | /app/src/main/java/com/android/yahoo/sharkfeed/util/EndlessRecyclerViewScrollListener.java | 6aef2a92944baf1a616958b2543f4063c20180ca | [
"Apache-2.0"
] | permissive | saipraneshm/SharkFeed | cf439a7788a58fcc1f57806f8e846e244519923d | b5e009bc6489a35b508f329b74197ac350a54ae4 | refs/heads/master | 2021-03-27T20:02:37.022681 | 2017-10-04T00:34:36 | 2017-10-04T00:34:36 | 94,085,469 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,979 | java | package com.android.yahoo.sharkfeed.util;
import android.content.Context;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
/**
* This abstract class is used to implement endless scrolling.
* Whenever the recycler view reaches the end of the ... | [
"saipranesh.mukkala@sjsu.edu"
] | saipranesh.mukkala@sjsu.edu |
77c9c06fd3ab9ae01438fa9dba9cb7032f6615be | 1005a937a93cd175addf63ef0c0da4ad31882bce | /promotion-service/src/test/java/com/meru/promotion/service/PromotionServiceTest1.java | a7bcd47f631f2ca9fd60c655289178cf8f9ccaf7 | [] | no_license | subho911/meru | 0c2e31b2e9b1e5380392e267725fdcc7d8c63e4e | 194d1f19b00d34f21802df3160816d2654556d2a | refs/heads/master | 2020-05-26T01:53:26.756936 | 2019-05-30T12:07:14 | 2019-05-30T12:07:14 | 188,065,825 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 631 | java | package com.meru.promotion.service;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
public class PromotionServiceTest1 {
@Before
public void setUp() throws Exception {
}
@Test
public void savePromotion() {
}
@Test
public void find... | [
"subhadip.debnath@wipro.com"
] | subhadip.debnath@wipro.com |
d0d84100fc37760e1c1f39396955f60281c826bf | 6ceb586fefcf0263da6a17892f2b4ce96fe27ebf | /RetoMapsSave/app/build/tmp/kapt3/stubs/debug/com/example/persistence/data/local/AppDatabase.java | 208014cb765c1978e61871c9725885e127b21997 | [] | no_license | xSoek/MapsLocator | e5f3cae3b1f2ca719bb45bc0518fde8fbefa698a | 3625c94538cd0cf047797246e4e80c6f6dfa42b4 | refs/heads/master | 2020-09-06T14:06:44.820188 | 2019-11-08T13:39:54 | 2019-11-08T13:39:54 | 220,443,073 | 0 | 0 | null | 2019-11-08T13:51:24 | 2019-11-08T10:27:07 | Java | UTF-8 | Java | false | false | 872 | java | package com.example.persistence.data.local;
import java.lang.System;
@androidx.room.Database(entities = {com.example.retomapssave.Dao.Location.class}, version = 1)
@kotlin.Metadata(mv = {1, 1, 15}, bv = {1, 0, 3}, k = 1, d1 = {"\u0000\u0012\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n... | [
"jorge.depazcabanas@gmail.com"
] | jorge.depazcabanas@gmail.com |
d78f2985814c635d9d684c62d6b974eb1e6e2c83 | cfd1db71724edcbfbb6c95eb4274e672d60b77e5 | /Dispensador/app/src/main/java/com/example/ana/dispensador/cubacaguaActivity.java | 48524bdc87fbb370ea563c950c456e0c92411336 | [] | no_license | melquizedecm/androidStudio | 53f5b0f9f8067cf21d0a9da7fdfa5b75e1c73acb | 86008843709cda6445b71cbea77287d6275eb23f | refs/heads/master | 2020-04-01T03:17:29.125605 | 2019-09-08T02:55:15 | 2019-09-08T02:55:15 | 152,816,324 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,430 | java | package com.example.ana.dispensador;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothSocket;
import android.content.Intent;
import android.os.Handler;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import androi... | [
"melqui21@hotmail.com"
] | melqui21@hotmail.com |
999cd83b1c042c1a4d9411728a7d7a1eb28c56c6 | ace645abcb3c3f37d4009aa5ea695d1fecabd7ea | /src/main/java/pages/telecomunications/MobilePhoneReplenishmentPage.java | 05fa221955d6b78dbb382e04b97fdac5dc962526 | [] | no_license | RomanKly/autoTestSelenium | 11ad404a41f64cdf1774817e96f01f07ab65b2c8 | 29a690f8ab6958996d4f3e498723eaff67ae881e | refs/heads/main | 2023-07-02T03:06:39.904469 | 2021-07-30T13:02:13 | 2021-07-30T13:02:13 | 391,061,812 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,182 | java | package pages.telecomunications;
import org.junit.jupiter.api.Assertions;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import pages.base.BasePage;
public class MobilePhoneReplenishmentPage extends BasePage {
public MobilePhoneReplenishmentPage(WebDriver ... | [
"32329159+RomanKly@users.noreply.github.com"
] | 32329159+RomanKly@users.noreply.github.com |
0276239cccff3e24a16ec31f78d1f5da065956fc | 9e9169ecfb97e5d6b5cfe34b19bff1ff3de4a35e | /AndroidStudioProjects/MailSendWithoutIntent/app/src/main/java/com/example/mailsendwithoutintent/MainActivity.java | d9d6dbf7056e7a848d3390a66054a2be422eb1b7 | [] | no_license | vigneshnarayana/Source-code | 1d3de1da0e02af97a9ddf956699d3dca108afaad | 02b264e89889488251e44420192ba3f4e363d531 | refs/heads/main | 2023-04-03T10:48:32.819385 | 2021-03-25T05:26:36 | 2021-03-25T05:26:36 | 351,312,710 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,280 | java | package com.example.mailsendwithoutintent;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity {
private EditText email, ... | [
"vikivignesh28599@gmail.com"
] | vikivignesh28599@gmail.com |
aa549afac122eae9f0f4a19238946c475f0cd6b4 | 9d052249c3df9b494191dd1a331722522fcdd977 | /java-leet-code/src/main/java/com/example/Solution2.java | 4b7d63b6e28b0ab70aa3d7ac3cc4c8ecd8d1a1ac | [] | no_license | jinglv/java-sample | c7aed4192991c2080e94d42a46e46b385b5cf185 | d2eaf5dfc648066ff85f85f73cc13b1592ac4e18 | refs/heads/master | 2022-07-19T07:45:43.000112 | 2021-01-15T11:11:30 | 2021-01-15T11:11:30 | 250,814,553 | 0 | 0 | null | 2022-06-17T03:29:25 | 2020-03-28T14:24:46 | Java | UTF-8 | Java | false | false | 1,811 | java | package com.example;
/**
* @author jingLv
* @date 2021/01/07
*/
public class Solution2 {
public static void main(String[] args) {
int[] num = {5, 5, 5, 10, 5, 5, 10, 20, 20, 20};
boolean b = lemonadeChange(num);
System.out.println(b);
}
public static boolean lemonadeChange(int[... | [
"lvjing@renmaitech.com"
] | lvjing@renmaitech.com |
efdeb2255dda88b99a1a2f3cb2fbfe75ea8b1687 | 15ef8ec1f9745ed019ea65bed08eec473cead6a7 | /luyten-0.4.3/org/fife/ui/rsyntaxtextarea/TokenFactory.java | 47b97f890983765fe97478c43eec608be063d314 | [] | no_license | dcyjukxm/Procyon-Luyten | 671a2b49cd51f4be9709f050ba27cf2cf4fd0a8c | 1f8f4877f2e54379bc8507fd51a5b1914ea83960 | refs/heads/master | 2021-07-02T18:05:36.366368 | 2017-09-25T00:06:02 | 2017-09-25T00:06:02 | 104,684,998 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 355 | java | package org.fife.ui.rsyntaxtextarea;
import javax.swing.text.*;
interface TokenFactory
{
TokenImpl createToken();
TokenImpl createToken(Segment param_0, int param_1, int param_2, int param_3, int param_4);
TokenImpl createToken(char[] param_0, int param_1, int param_2, int param_3, int param_4);... | [
"22905289+dcyjukxm@users.noreply.github.com"
] | 22905289+dcyjukxm@users.noreply.github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.