blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b9eda67abd1ef364d35b1e4902f6fa1298235190 | 4e46861f6f4fc91e90e815ca53a800cd1ef13ab4 | /workspace/Zcode/src/arrays/MergeInterval.java | e5f38724cd04b6934a938d3050974e960acaf7fe | [] | no_license | websterzhao/LeetCode | 38efa7f04f2faaa28fdebc674549eb3f32f1c01e | 13e14ec031b0a7fd8c093e0dcf05c3e1f4796f14 | refs/heads/master | 2021-01-10T20:39:16.270422 | 2014-12-15T20:35:11 | 2014-12-15T20:35:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,352 | java | package arrays;
import java.util.ArrayList;
import anode.Interval;
public class MergeInterval {
public ArrayList<Interval> merge(ArrayList<Interval> intervals) {
if (intervals.size() <= 1)
return intervals;
ArrayList<Interval> ret = new ArrayList<Interval>();
mergeSort(intervals,0,intervals.size()-1);
In... | [
"weizhao7810@hotmail.com"
] | weizhao7810@hotmail.com |
429c91338c415761debe81c1c8a4018c4a101797 | 1dad4760232e128b0be51f0b0c780c974697a4a2 | /app/src/main/java/com/wonokoyo/muserp/util/SharedPrefManager.java | e6c6f0b91a35441f07f8c422c794c07fef6042cf | [] | no_license | dennisprasetia/MUSERP | e9462d7e3ee6fdad657c67c3142e4901c7db3b76 | b2f03f12d212c6713b8800c3da0aa58a2857366c | refs/heads/master | 2021-07-15T18:23:05.304283 | 2021-06-05T05:06:07 | 2021-06-05T05:06:07 | 198,747,784 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,243 | java | package com.wonokoyo.muserp.util;
import android.content.Context;
import android.content.SharedPreferences;
public class SharedPrefManager {
public static final String SP_RPA_APP = "spRpaApp";
public static final String SP_ID_USER = "spIdUser";
public static final String SP_NAMA_USER = "spNamaUser";
p... | [
"dennis.prasetia@gmail.com"
] | dennis.prasetia@gmail.com |
c0385c977e6a2def4cb37833bf578e3cebc57778 | 8024be47f6643ba998a2596353d42e3bca0be720 | /uncertain-graph-java/src/hist/DegreeIntSet.java | 1cacaa2c1a2b8235d622b2a583466ac2661ae38a | [] | no_license | hiepbkhn/itce2011 | a8aaec08e426454671570e28f1dd4828d83d12ca | d8985d1484699bdbb7bbece572058a420a960eac | refs/heads/master | 2021-04-22T12:49:38.516261 | 2019-02-11T15:45:42 | 2019-02-11T15:45:42 | 37,022,768 | 9 | 6 | null | null | null | null | UTF-8 | Java | false | false | 10,536 | java | /*
* Apr 2
* - converted from Python
* Apr 3
* - use GraphIntSet for edge switches
*/
package hist;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.Iterator;
... | [
"hiepnh.vtt@gmail.com"
] | hiepnh.vtt@gmail.com |
901976ace1943a4a9f046b0568ef57f63416f864 | 089583dcf109129ba304e927d2d6d88bf9a7b909 | /Share.java | d5b5344f41b32be7258e44ec6b1a2a6e740074e1 | [] | no_license | zabela/Chat | 7ed934cecefd33f1f7f270ab5479a9d2c44c3726 | 93e0555bf7147691ab2d4c3b473f1b2b8a4bcb57 | refs/heads/master | 2016-09-07T11:39:56.854381 | 2013-07-05T12:14:53 | 2013-07-05T12:14:53 | 11,198,935 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 601 | java | package dchat;
import java.net.InetAddress;
public class Share extends PMsg {
private String filename;
private String type;
/* SHARE <filename>\n
* TYPE <type>\n
* PEER <nick>\n
* SEQUENCE <number>\0
*/
public Share(String peer, InetAddress address, int sequence, String filename, String type) {
supe... | [
"misabelpovoa@gmail.com"
] | misabelpovoa@gmail.com |
7bf21db9934c8755f0ffebcc2544a8143ca86b54 | 86af5192cfb33b0aad7b37cee95b4e571f8a9ca1 | /src/com/mebigfatguy/junitflood/classpath/ClassLookup.java | 9565dab2e06bba8d610dd4a1967f1df82fe0519f | [] | no_license | VijayEluri/junitflood | c78867f98467005e3c7fd95067167f5d1c3f60ef | 3b976e000eeb03b9499072c50611b90aa3b7326a | refs/heads/master | 2020-05-20T11:13:49.149441 | 2019-02-05T04:10:44 | 2019-02-05T04:10:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,191 | java | /*
* junitflood - An automatic junit test generator
* Copyright 2011-2019 MeBigFatGuy.com
* Copyright 2011-2019 Dave Brosius
*
* 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
*
* ht... | [
"dbrosius@mebigfatguy.com"
] | dbrosius@mebigfatguy.com |
167ef75a35753adc8cfd9b2d18ae1f2b73d89842 | a11184300a06d16b4397a53731812a449a373671 | /app/src/main/java/com/example/a3_lab/count.java | 47f8c2e3c15f876f6e0f9cbc40d58412eb8ca38f | [] | no_license | Juke2Nuke/3_lab | 13315bc30ad01dfe9d23571bb167a75385a026f4 | 5cabe4411ad05d3b5efa7d98f2adcb92533c86ad | refs/heads/master | 2023-01-13T09:51:34.609791 | 2020-11-17T21:49:45 | 2020-11-17T21:49:45 | 313,718,725 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 130 | java | package com.example.a3_lab;
public class count {
int arithmetic(int input,char action)
{
return input;
}
}
| [
"julius.pliaugo@gmail.com"
] | julius.pliaugo@gmail.com |
0067abbfae47b9c86b6f8a42bff7a870590453fe | 3dc7be30a4fe5a377adc7aab7a04c784ed81b715 | /WebContent/WEB-INF/src/phm/ezcounting/PaySystem2.java | e9a52ae9cdc580f2dd423e08f7d2c1eed8767082 | [] | no_license | phm1qazxsw2/mca_beta2 | b6ba15fcc4ba653a8fc2287d7d1bca2b97d498f7 | 63af91469f86474a5edd15ab886363839e9fa9af | refs/heads/master | 2021-01-18T13:02:54.771704 | 2015-03-04T03:32:01 | 2015-03-04T03:32:01 | 30,103,400 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,759 | java | package phm.ezcounting;
import java.util.*;
import java.sql.*;
import java.util.Date;
public class PaySystem2
{
private int id;
private Date created;
private Date modified;
private String paySystemCompanyName;
private String paySystemCompanyAddress;
private St... | [
"peter.lin@phm.com.tw"
] | peter.lin@phm.com.tw |
c50553e3fdbfad1354f5c32088e37cef3075a7b8 | f5defba2beabf0de5a0d36233d42071db916315b | /src/br/com/comanda/persistence/CategoriaDAO.java | f108318c4a0aa60f07e4fbb9683674e776a0ccde | [] | no_license | cesarquadros/comandaWEB | ed29d300e23b36206f60ce5dc0ab76f79905c075 | 7260a3f2ef8383d82d329b03ae8e1ab6b48940f3 | refs/heads/master | 2020-01-23T21:48:05.363748 | 2017-01-10T17:19:55 | 2017-01-10T17:19:55 | 74,675,182 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,723 | java | package br.com.comanda.persistence;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import br.com.comanda.entities.Categoria;
public class CategoriaDAO extends Conexao {
public List<Categoria> listAll() {
List<Categoria> listCategoria = new ArrayList<Categoria>();
Categoria cate... | [
"cquadros@gertec.local"
] | cquadros@gertec.local |
caf3dbf371dd09ecf1e817874ca98b0d2b9c74e8 | e6d2f8cfaa6b9723fe6cb93a81d8c5f4340f4cd3 | /TEMA_04/Ejercicio11_4.java | f9085e1f4e09cdd45526656837bf4075d8633c50 | [] | no_license | nax1999/mi-aprende-java-con-ejercicios | ba998949f6a72c943d7605316db5a039f28e57e3 | 6dc7a7d51fa7574012b6220c41f1b157602676aa | refs/heads/master | 2020-09-09T13:12:47.706309 | 2019-11-13T13:29:13 | 2019-11-13T13:29:13 | 221,455,778 | 0 | 0 | null | 2019-11-13T12:36:07 | 2019-11-13T12:36:06 | null | UTF-8 | Java | false | false | 1,135 | java | /**
* Ejercicio 11 | Tema 4
* Dada una hora, dice los segundos que faltan para la medianoche.
* @author Lucia Blanco
*/
public class Ejercicio11_4 { // Clase principal
public static void main(String[] args) {
/* Lee la hora */
System.out.print("Por favor, introduce la hora (formato 24h): ");
int ho... | [
"lublasal@gmail.com"
] | lublasal@gmail.com |
fbfde97bfaa80e46450f1d6b239bc997554b9275 | d6e99ba2f6ee1d92b9b9972ba59e38a24920d991 | /src/main/java/com/interviewbit/string/search/ImplementStrStr.java | 95de1d4fe7afd66a4a89d715e9f7c2695ea3a726 | [] | no_license | Mrinal-Bhattacharya/Data_Structure | 3a7ddb637164eb38523292a433bfa64f477d7696 | 654422117874765f05524b13141f4d509b28f852 | refs/heads/master | 2021-01-18T12:24:12.720661 | 2020-02-05T06:12:32 | 2020-02-05T06:12:32 | 42,710,167 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 562 | java | package com.interviewbit.string.search;
public class ImplementStrStr {
public int strStr(final String A, final String B) {
if ((A == null) || (B == null)) {
return -1;
}
for (int i = 0; i < ((A.length() - B.length()) + 1); i++) {
int j;
for (j = 0; j < B.... | [
"mrinal.bhattacharya@boeing.com"
] | mrinal.bhattacharya@boeing.com |
9eef77dc5f73cda6c82ddb50367e72eef8409292 | 29c78372eae9194e1bb2bd06a037503d43446325 | /Tema7/Ejercicio7B_4.java | 320061b771d2f5f8b6b7fc71627eb98508f9ffa7 | [] | no_license | samuelvalverde28/ejercicios-java | 3f67107eac1bb1b6ca6130ee5029a2c947555ca6 | f396c497759987be19f75dceb95a508f0a847bc6 | refs/heads/master | 2020-03-30T12:11:07.941494 | 2019-01-08T08:11:18 | 2019-01-08T08:11:18 | 151,212,455 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 946 | java | public class Ejercicio7B_4{
public static void main(String[] arg)
throws InterruptedException{
System.out.println("Introduce 20 numeros enteros");
int[][] num = new int[4][5]; //4 filas 5 columnas
int[][] aux = new int [5][6];
for (int i= 0;i<4;i++){
for (int x = 0;x<5;x++){
num[i][x] = (... | [
"samuel.ies.valverde@gmail.com"
] | samuel.ies.valverde@gmail.com |
137a937a7c2c2f6a7a122ac683b0713761e779dd | 2a76f8d5b366ec0997fdf4373ea849f15aad4860 | /ch03/src/main/java/com/sanqing/action/SubjectAddAction.java | d8c49f8618f0fb1b42e714cc76f9d4cd78440b88 | [] | no_license | py85252876/JavaWeb | 008d69f274c69780eccc2eb70c58f4f5bb3b9714 | ffde4d7b210b29b1b0bdccf7cae2b04167c1ea72 | refs/heads/master | 2021-06-19T14:31:16.830488 | 2017-06-02T22:45:11 | 2017-06-02T22:45:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,627 | java | package com.sanqing.action;
import com.opensymphony.xwork2.ActionSupport;
import com.sanqing.po.Subject;
import com.sanqing.service.SubjectService;
import com.sanqing.service.SubjectServiceImpl;
//该Action用来接收试题参数,并调用业务逻辑组件SubjectService来完成试题添加
public class SubjectAddAction extends ActionSupport {
private String s... | [
"yanruilin@139.com"
] | yanruilin@139.com |
1523c546bffc64423c8d18422520fad22245f18c | 50dc9073024ccc537f846673af124b55275c257a | /app/src/main/java/com/olebas/photogallery/SingleFragmentActivity.java | dc8e9301f196f31f59acab33396979f2e5c85dd5 | [] | no_license | olebas13/PhotoGallery | 47b3529bb0b90aacd3df075c1b209aa375218e21 | ff636ad75302aef31e10f8f4b135d70c72fffc68 | refs/heads/master | 2020-04-03T12:08:36.833563 | 2018-11-15T14:33:43 | 2018-11-15T14:33:43 | 140,697,931 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 840 | java | package com.olebas.photogallery;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v7.app.AppCompatActivity;
public abstract class SingleFragmentActivity extends AppCompatActivity {
protected abstract Fragment createFragment();... | [
"o.nevoyt13@gmail.com"
] | o.nevoyt13@gmail.com |
9af23c5e67b392f6e6c16c05d51e8a801e7c4702 | f26ddff8c5da940b37fdb547ee9643864a035f1f | /src/main/java/bmlfms/util/TreeBuilderMenu.java | 2676c1c99ad4ca4d24aec6528d992752d6fd0b88 | [] | no_license | TennoClash/-Building-Material-Leasing-Financial-Management-System | 0a072852135b161841331a509eff3658017bdd71 | 8bd270b8e5b826b560c062de54672877203b6467 | refs/heads/master | 2020-04-10T06:42:27.409623 | 2018-12-18T05:54:44 | 2018-12-18T05:54:44 | 160,862,228 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,446 | java | package bmlfms.util;
import java.util.ArrayList;
import java.util.List;
import javax.print.DocFlavor.STRING;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.serializer.SerializerFeature;
import bmlfms.entity.Menu;
public class TreeBuilderMenu {
List<Menu> n... | [
"371349024@qq.com"
] | 371349024@qq.com |
a68cc08d6c2fbb4642039ba477b8ce786fb5de2d | ff745fde8d956400f9de7ee017a18eb5fcadcaae | /Metadata.java | fdb167a4d79ef4545c47116551ad1c72caecc4f6 | [] | no_license | Akhila08/JavaImage | f7c19393ceb107058031dc1d8a213e5df836d28c | da51a4857d64a0562890d2488e08b068a48cc49d | refs/heads/master | 2016-09-05T17:24:12.567971 | 2015-09-11T12:39:27 | 2015-09-11T12:39:27 | 39,903,706 | 0 | 1 | null | 2015-09-15T07:55:53 | 2015-07-29T16:19:39 | Java | UTF-8 | Java | false | false | 3,129 | java | @@ -0,0 +1,104 @@
import org.w3c.dom.*;
import java.io.*;
import static java.lang.System.out;
import java.util.*;
import javax.imageio.*;
import javax.imageio.stream.*;
import javax.imageio.metadata.*;
public class Metadata {
public static void main(String[] args) {
Metadata meta = new Metadata();
... | [
"akhila.vootkuri@gmail.com"
] | akhila.vootkuri@gmail.com |
3107f52b73f9745db4fe89f79d4f3508ee073882 | 01b67b2ba9b1d251b8158279c18e7ea69c888fd5 | /backend/meduo-tools/meduo-tools-core/src/main/java/org/quick/meduo/tools/core/collection/BoundedPriorityQueue.java | 94e2518434ef6605c8ae320046a341d4fcb7be4e | [
"LicenseRef-scancode-unknown-license-reference",
"MulanPSL-2.0",
"LicenseRef-scancode-mulanpsl-2.0-en"
] | permissive | suwinner1987/meduo | 7489e24a4623c95ed4794d3262839478f65566d5 | 34c8d707a423dfbcf1b0f103a527eb1f3735c188 | refs/heads/master | 2023-06-10T11:02:53.867308 | 2020-11-23T07:43:48 | 2020-11-23T07:43:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,159 | java | package org.quick.meduo.tools.core.collection;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Comparator;
import java.util.Iterator;
import java.util.PriorityQueue;
/**
* 有界优先队列<br>
* 按照给定的排序规则,排序元素,当队列满时,按照给定的排序规则淘汰末尾元素(去除末尾元素)
* @author xiaoleilu
*
* @param <E> 成员类型
*/
pu... | [
"gao.brian@gmail.com"
] | gao.brian@gmail.com |
24f6de567e7a20c9b470d9b5a6192ac797493080 | 045699573f75c253513115887e04f29f1e23e432 | /src/main/java/com/geetion/puputuan/engine/handlernew/impl/SameTypeMatcher.java | ab4574c1be4d269a6249d19569fd2ccec288e620 | [] | no_license | zhuobinchan/popoteam_server_v1.0 | 61b46d716d3257f3110ab79ec7da04c7c6d4d8e3 | f4dd97f76e8d5192a54a3eafc06cd79c280155a9 | refs/heads/master | 2021-01-21T23:04:51.632776 | 2017-06-23T05:48:15 | 2017-06-23T05:48:15 | 95,187,326 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,968 | java | package com.geetion.puputuan.engine.handlernew.impl;
import com.geetion.puputuan.common.constant.GroupTypeAndStatus;
import com.geetion.puputuan.engine.handlernew.RedisMatcher;
import com.geetion.puputuan.model.Group;
import com.geetion.puputuan.model.Recommend;
import com.geetion.puputuan.model.UserRecommend;
import ... | [
"bin1095256592@qq.com"
] | bin1095256592@qq.com |
69f04bcaa73b14ef295dcae9a0da40236d80b84d | 879668e82be73ebd4d7800281acbc1a607f64c29 | /Domicilio/src/main/java/edu/unimagdalena/Domicilio/controller/MensajerosController.java | fda7d86b85731a1f7cff636a7e68e2e4176aa652 | [] | no_license | CristianCrespo/backendSM | 92bb8e2cca902c34805ffd95dd45e0c1e8fbc142 | c32e2034f499eadc2c012b9c8445f93b0fdb5f2f | refs/heads/main | 2023-07-16T20:50:55.654118 | 2021-08-21T00:13:53 | 2021-08-21T00:13:53 | 398,428,555 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,455 | java | package edu.unimagdalena.Domicilio.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;... | [
"noreply@github.com"
] | CristianCrespo.noreply@github.com |
5fce2bd555e48a38d2654cfca4fd581220d38855 | 5f9bf68f33ebce721ace18f0338f44afab15cc3e | /src/main/java/org/gitlab4j/api/webhook/EventChanges.java | 67d0f3f5c9b67a9c298d5c0de99d83e9e733adbf | [
"MIT"
] | permissive | tiagoapimenta/gitlab4j-api | 17350e0cb48bcdaeff7679cb15a3f3725562fa10 | 043521ac4a8c9353a25aa384bc5d8ae4c9d6e98c | refs/heads/master | 2020-05-14T09:33:18.808886 | 2019-04-12T18:24:30 | 2019-04-12T18:24:30 | 181,742,183 | 0 | 0 | MIT | 2019-04-16T18:09:50 | 2019-04-16T18:09:49 | null | UTF-8 | Java | false | false | 2,559 | java | package org.gitlab4j.api.webhook;
import java.util.Date;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import org.gitlab4j.api.models.Assignee;
import org.gitlab4j.api.utils.JacksonJson;
@XmlAccessorType(XmlAccessType.FIELD)
publ... | [
"greg@messners.com"
] | greg@messners.com |
2f245f3280f92267ddb429823bebcb889cd2d3b9 | 3653ada64d12727b7bcc11d78f9516d4ca67fca1 | /src/main/java/com/tagtrade/service/bean/Content.java | fcd54f295e97fe1ab1c0264fc6bffb6ca213f65f | [] | no_license | tyswell/untiypickersever | eb5c3b9387414155cde7bd1568259b6f56586d99 | 3a0c689370c9310f8c5fa19d6949be4fdc58ce79 | refs/heads/master | 2020-05-29T08:54:01.029073 | 2017-01-30T07:57:42 | 2017-01-30T07:57:42 | 69,435,058 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,609 | java | package com.tagtrade.service.bean;
import java.util.Date;
public class Content {
private Integer contentId;
private Integer urlCode;
private Integer facebookGropCode;
private String title;
private String description;
private String contentWebId;
private String urlContentLink;
private Date dateCo... | [
"deksentys@gmail.com"
] | deksentys@gmail.com |
1ce712d847fd4165fdfaab8d161071735e8dbfe8 | 66df378fac707b20df268f6df02e83b6cd599615 | /screenchange/src/main/java/com/netease/mint/screenchange/MainActivity.java | 10f5f62318e405cfe8e1d4e803ad325184dfdf34 | [] | no_license | maoqis/AndroidTest | 2f8ecb3aed3e7dc296c2dca93a05119639abfc32 | 22b845fb646c607f93a48a12c3d497fe5b450565 | refs/heads/master | 2020-12-02T06:34:56.908339 | 2017-07-11T10:20:59 | 2017-07-11T10:20:59 | 96,859,004 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,501 | java | package com.netease.mint.screenchange;
import android.content.Context;
import android.content.pm.ActivityInfo;
import android.content.res.Configuration;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.text.TextUtils;
import android.util.Log;
import android.view.View;
import an... | [
"bjmaoqisheng@netease.com"
] | bjmaoqisheng@netease.com |
3919b2cf5b6a600f235529081cde69be588b492c | 47d9e725dd6a16b96b4f9ba79d8c54ebea72fef6 | /src/main/java/com/example/odyssey/models/ChatMessage.java | 8e5bc9b75d17b068739d1d48660f844fc04f6c84 | [] | no_license | sp-2/Odyssey | 67e2683a56079a5bb6efe8132f22f1111df555b4 | 3ca23d3ca2fe9ceaf5f361da2693862a22ebfcb2 | refs/heads/main | 2021-06-19T14:06:55.591641 | 2021-02-02T04:51:18 | 2021-02-02T04:51:18 | 172,402,765 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 660 | java | package com.example.odyssey.models;
public class ChatMessage {
private MessageType type;
private String content;
private String sender;
public enum MessageType {
CHAT,
JOIN,
LEAVE
}
public MessageType getType() {
return type;
}
public void setType(Mess... | [
"sp@SPs-MacBook-Pro.local"
] | sp@SPs-MacBook-Pro.local |
2ca9deec6478160c9f1a00bf5b121b60e5150506 | a49b092199d0dfb6b44f1893aca266140e4284ba | /src/java/bean/Paiement.java | 42ffa5d05132bbd8736282272ab1720ffccf64da | [] | no_license | benchebanianas/commande | ad85be0fb818aa0e244348fe29c002a544730cff | f8c1c135cc0b589defe8fdff8db34145f6df1d8c | refs/heads/master | 2016-08-11T21:43:17.828786 | 2016-03-05T08:44:44 | 2016-03-05T08:44:44 | 53,191,959 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,886 | 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 bean;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
import javax.persistence.Enti... | [
"HawkEye@HawkEye"
] | HawkEye@HawkEye |
ca02f7e74818ddbb252ed991a13a366a487a60a6 | cacec52e5653ab773d35d7f1b4f4f660580d7826 | /web-admin/src/main/java/com/alipay/api/domain/McardNotifyMessage.java | fd8d23cef6565275734778b232f27aa74a3993dc | [] | no_license | liuyuhua1984/GameAdminWeb | 6d830e7ad1551ac1803abd12e9359c6bfd5965ec | c590fd88d768c8231e2160bf7415996b0027ac98 | refs/heads/master | 2021-08-28T13:40:50.540862 | 2017-12-12T10:20:06 | 2017-12-12T10:20:06 | 106,268,614 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,432 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 通知消息
*
* @author auto create
* @since 1.0, 2017-06-06 17:13:14
*/
public class McardNotifyMessage extends AlipayObject {
private static final long serialVersionUID = 2786624282196353367L;
... | [
"lyh@163.com"
] | lyh@163.com |
461ab020684c0872875f1933dd625ae92933c058 | 0b1b63e4a59b04391107bba7f7dd17b53dbd1ad9 | /app/src/free/java/com/udacity/gradle/builditbigger/MainActivityFragment.java | 99f8089387afa140646f4c6acdbef0c7c65c90ad | [] | no_license | bccant/Chandu_TellMeAJoke | a79e1768875404b4c6edfd8cedd8d8acbe1fd0a7 | 1ada622a65e8352a6efc024792ead1ee77ec84ca | refs/heads/master | 2020-07-22T09:36:09.272399 | 2019-09-08T18:26:04 | 2019-09-08T18:26:04 | 207,152,890 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,220 | java | package com.udacity.gradle.builditbigger;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.google.android.gms.ads.AdRequest;
import com.google.android.gms.ads.AdView;
import com.udacity.gradle.buil... | [
"noreply@github.com"
] | bccant.noreply@github.com |
0c30b3fedefa86bf9d0b4a36cfab6ec252fd8783 | d4ba636068fc2ffbb45f313012103afb9080c4e3 | /Other/N2F/Src/J2ME/N2F AAF/tags/v0.1/src/com/genetibase/askafriend/common/network/stub/SubmitQuestion.java | 7b1aab84af3ba11b5b2dffe85b2f43dde70d7744 | [] | no_license | SHAREVIEW/GenXSource | 785ae187531e757860748a2e49d9b6a175c97402 | 5e5fe1d5816560ac41a117210fd40a314536f7a4 | refs/heads/master | 2020-07-20T22:05:24.794801 | 2019-09-06T05:00:39 | 2019-09-06T05:00:39 | 206,716,265 | 0 | 0 | null | 2019-09-06T05:00:12 | 2019-09-06T05:00:12 | null | UTF-8 | Java | false | false | 2,968 | java | // This class was generated by the JAXRPC SI, do not edit.
// Contents subject to change without notice.
// JSR-172 Reference Implementation wscompile 1.0, using: JAX-RPC Standard Implementation (1.1, build R59)
package com.genetibase.askafriend.common.network.stub;
public class SubmitQuestion {
protecte... | [
"nystrom.anthony@gmail.com"
] | nystrom.anthony@gmail.com |
0031461ef0d8d7baa3f436a282460400f6453753 | 9b8c4fe1a67f610148a65bde665ad0c1ef8751a6 | /app/src/main/java/xyz/elfanrodhian/movieand/koneksi/Controller.java | f3c29222d4325f876e517d4d20eb745156280e1e | [] | no_license | ElfanRodh/MovieAnd | 123257297a2aa144707484d929f005e0ab326d15 | f605cad04fda50b9d6cb89048866b75c2a5fa019 | refs/heads/master | 2020-04-11T07:36:27.547105 | 2018-12-17T11:54:40 | 2018-12-17T11:54:40 | 161,616,380 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,716 | java | package xyz.elfanrodhian.movieand.koneksi;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import java.io.IOException;
import okhttp3.HttpUrl;
import okhttp3.Interceptor;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFact... | [
"elfanapoywali@gmail.com"
] | elfanapoywali@gmail.com |
c5d5cf7c5bb1fde88e1358ae93d1ba9f9cb1fcb6 | 6253283b67c01a0d7395e38aeeea65e06f62504b | /decompile/app/Settings/src/main/java/com/android/settings/wifi/HwCustAdvancedWifiSettings.java | e154f5cc11822b95963c56a6444007480b13f98b | [] | no_license | sufadi/decompile-hw | 2e0457a0a7ade103908a6a41757923a791248215 | 4c3efd95f3e997b44dd4ceec506de6164192eca3 | refs/heads/master | 2023-03-15T15:56:03.968086 | 2017-11-08T03:29:10 | 2017-11-08T03:29:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 864 | java | package com.android.settings.wifi;
import android.content.Context;
import android.support.v7.preference.ListPreference;
import android.support.v7.preference.PreferenceGroup;
public class HwCustAdvancedWifiSettings {
protected static final String TAG = "HwCustAdvancedWifiSettings";
public Context mContext;
... | [
"liming@droi.com"
] | liming@droi.com |
dd6acf33600adc967a1286919009df16df0f370f | fb493965ee4290b62da586221ac6912f8c78ac98 | /src/main/java/nl/futureedge/sonar/plugin/issueresolver/helper/SearchHelper.java | 5991f25d553273cad449fe81e17db247b4ad1080 | [
"Apache-2.0"
] | permissive | willemsrb/sonar-issueresolver-plugin | 2a9bd052b12b9edb209591c4fdabea5264e9d0c3 | 7998296c8fe597f6917f155fa8ecc40c3f856d71 | refs/heads/master | 2021-01-22T21:54:28.816088 | 2017-05-08T09:18:37 | 2017-05-08T09:18:37 | 85,491,032 | 13 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,323 | java | package nl.futureedge.sonar.plugin.issueresolver.helper;
import java.util.Arrays;
import java.util.Collections;
import org.sonarqube.ws.client.issue.SearchWsRequest;
/**
* Search functionality.
*/
public final class SearchHelper {
private SearchHelper() {
}
/**
* Create search request for resolved issues.
... | [
"robert.willems.of.brilman@gmail.com"
] | robert.willems.of.brilman@gmail.com |
bf95e676fa1151224eac2384e1f7428177a3981b | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mm/classes.jar/com/tencent/mm/plugin/appbrand/page/b/a$a.java | 9c171ce909aa7ef786f18bb9d14172b410a4850a | [] | no_license | tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651957 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | Java | UTF-8 | Java | false | false | 615 | java | package com.tencent.mm.plugin.appbrand.page.b;
import kotlin.Metadata;
@Metadata(d1={""}, d2={"Lcom/tencent/mm/plugin/appbrand/page/navigation/AppBrandPageConfirmNavigateBackInterceptorWC$Companion;", "", "()V", "REPORT_EVENT_CLICK_LEAVE_BUTTON", "", "REPORT_EVENT_CLICK_STAY_BUTTON", "REPORT_EVENT_SHOW_DIALOG", "... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
ae7fbc74c05efc833111ac7ca7f66f0c1ce67f68 | 97f34059353000a7358e3e8c9d4d7d4ccea614d7 | /Spring-Hibernate-SQLite/src/main/java/be/jeffreyvanmulem/dao/UserDAO.java | 0b91bdac96035463b57ef920d2f98a6dc9f9466c | [] | no_license | phamtuanchip/first-class | 3e27b3c5daf397ddba3015a52dfe6347967c2dcd | 82cb9dc0b1111bace94fa091f743808c48f740e6 | refs/heads/master | 2020-03-28T05:26:36.121015 | 2017-02-09T07:38:12 | 2017-02-09T07:38:12 | 7,457,892 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 230 | java | package be.jeffreyvanmulem.dao;
/**
* Created by IntelliJ IDEA.
* User: Jeffrey
* Date: 06/01/12
* Time: 10:09
* To change this template use File | Settings | File Templates.
*/
public class UserDAO extends AbstractDAO{
}
| [
"ptuan@IfiSolution.local"
] | ptuan@IfiSolution.local |
5208c9bb450b3b0439f25609f375d9d30012d12e | 2c0d9a20366f32cf7e90b36c8d8c6b365e22ac3d | /gui_demo/src/main/java/com/demo/project/gui/QueryUI.java | 45321083ca01cb1d4c91bd32b775d0851d2e295d | [] | no_license | xuchao6969/GUI_demo | d62573cbc80c0c8ac47efd8d2e102dc764225f32 | 4c45607f70db7b945af60490a22e0acbd20af31f | refs/heads/master | 2023-05-06T17:42:57.042134 | 2021-05-31T05:52:43 | 2021-05-31T05:52:43 | 372,394,005 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,608 | java | package com.demo.project.gui;
import com.demo.project.service.LoginService;
import com.demo.project.service.QueryService;
import javax.swing.*;
import javax.swing.event.TableColumnModelEvent;
import javax.swing.table.DefaultTableModel;
import javax.swing.table.JTableHeader;
import java.awt.*;
import java.awt.event.Ac... | [
"1186952916@qq.com"
] | 1186952916@qq.com |
e70c809246907c469fd36c906b795dba8095c8b3 | fca57e1ba147d5e61ad43acff79882477fef645c | /app/build/generated/source/aidl/debug/com/system/ui/service/DoubleServiceSystem.java | a549d2a95a304e7195a78a1929b55a4e1a918044 | [] | no_license | zhaolei9527/com_system_ui | 62d08728ebadb23f7208eea4e3eff79a59708e1b | b42376eb0a65382e5e50dba4588313bbabcd5105 | refs/heads/master | 2021-01-18T12:53:31.366243 | 2017-08-16T10:51:43 | 2017-08-16T10:51:46 | 100,367,261 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,723 | java | /*
* This file is auto-generated. DO NOT MODIFY.
* Original file: C:\\Users\\Administrator\\Downloads\\com_system_ui1\\app\\src\\main\\aidl\\com\\system\\ui\\service\\DoubleServiceSystem.aidl
*/
package com.system.ui.service;
/**
* 双服务系统
*/
public interface DoubleServiceSystem extends android.os.IInterface
{
/** ... | [
"879947745@qq.com"
] | 879947745@qq.com |
d5cc2af4d155835e0b843cddf278282dda2441d3 | dc5845012037b7685785788bd90e54ab4a47c1db | /program_za_avtomatsko_pisanje_poročila/Folders.java | 654d18a5f9cd7d35655fc1307ac05034c7356837 | [] | no_license | lrakar/lav-03 | b56b71aecdef211651d2d9ad06d205dc658cc0f5 | 3fd360ffd88fd1ce2983bcca81f20b4a2e6b50d7 | refs/heads/master | 2023-05-26T07:54:19.568518 | 2021-06-02T17:15:50 | 2021-06-02T17:15:50 | 364,054,782 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,302 | java | import java.io.*;
import java.util.*;
public class Folders {
public static int sumAllFolders; //stevilo vseh map
public static String[] listFolders; //imena vseh map
public static String folderName; //samo ime trenutne mape
public static String folderPath; //samo pot do trenutne mape
public File po... | [
"lovro.rakar@gmail.com"
] | lovro.rakar@gmail.com |
9938e46d520138e4ff5fc67bc6d8eedfd269270f | 1002431b6ef4e18c25a673c7bf3dea698ce0e92c | /src/main/java/ua/softjourn/eib/config/LoggingConfiguration.java | 6e96018b02494486bc8f645c93d5624e6f41cee9 | [] | no_license | suhotskiy/EIBHackathon | 2f4668f2f3ca6d7bf6f5f0c4424924c675f07907 | 07ef2e6168ffb4a2255b4d5a1e26bb4b5c809191 | refs/heads/master | 2020-03-20T06:39:45.048128 | 2018-06-13T18:34:10 | 2018-06-13T18:34:10 | 137,255,908 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,576 | java | package ua.softjourn.eib.config;
import java.net.InetSocketAddress;
import java.util.Iterator;
import io.github.jhipster.config.JHipsterProperties;
import ch.qos.logback.classic.AsyncAppender;
import ch.qos.logback.classic.Level;
import ch.qos.logback.classic.LoggerContext;
import ch.qos.logback.classic.boolex.OnMar... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
15c366b4950cebb1c95a7956acd6af2e5cd073eb | 79c679d71435c6a3c856188500a8c5cd9004b8a5 | /consumer-feign/src/main/java/com/example/consumerfeign/controller/HiController.java | cbc06c7c6cd527e3883f9bd853204a2e0b94771f | [] | no_license | zhankun/eureka-demo | 5a421b5f2a9fbd8911c201f5b39649630fd14e1d | f32d5c7bbaef013de4fd7c90b9c6234467bffd67 | refs/heads/master | 2020-03-16T05:44:45.315590 | 2018-05-08T07:01:52 | 2018-05-08T07:01:52 | 132,539,383 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 805 | java | package com.example.consumerfeign.controller;
import com.example.consumerfeign.service.SchedualServiceHi;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframewor... | [
"kun_zhan1989@163.com"
] | kun_zhan1989@163.com |
7f42a60aad2b7d5963d5db2f8a71bf73e04b888b | df0a0c05ab87d1ebdcf7bb115a637aef3a695f89 | /src/Chapter3/Question4.java | cba17e347ffa004454fcdb1b04840ec83738a231 | [] | no_license | AmrMahfouz/cracking-the-code-interview | 6034e4f5c36157220d24256df261599d023ede5c | 823e8ce1817fb90416f5bf40d8d586a34ffa1211 | refs/heads/master | 2020-03-19T04:44:19.559396 | 2018-06-15T14:09:25 | 2018-06-15T14:09:25 | 135,860,712 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,506 | java | package Chapter3;
import java.util.Stack;
/**
* Queue via Stacks: Implement a MyQueue class which implements a queue using two stacks.
*/
class Question4 {
private static class MyQueue {
private Stack<Integer> enqueueStack;
private Stack<Integer> dequeueStack;
public MyQueue() {
... | [
"eng.csed.amr.mahfouz@gmail.com"
] | eng.csed.amr.mahfouz@gmail.com |
f2368b4a229ef5663472835f40425a7c16207606 | 2c766e6a4394fd8f56a54f79a3d8b188591ce2b5 | /src/main/java/com/mart/ffmagic/item/ItemFireflyJar.java | 464aca8a502309bd9162f26fb3be3fe242f99bbe | [] | no_license | Martacus/FireflyMagic | e55806ed7a61a48ea9d8d15ab95c20d77137a5c2 | b1a8d883093a05d09674556c791ce0597a5c8f5f | refs/heads/master | 2020-05-16T11:50:49.118480 | 2019-05-19T17:50:31 | 2019-05-19T17:50:31 | 183,028,592 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,411 | java | package com.mart.ffmagic.item;
import com.hrznstudio.titanium.item.ItemBase;
import com.mart.ffmagic.FireflyMagic;
import com.mart.ffmagic.entity.EntityFirefly;
import net.minecraft.entity.Entity;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.Item;
import net.minecraft.item.ItemSta... | [
"mcpkmart@hotmail.nl"
] | mcpkmart@hotmail.nl |
c97891f774256ff3dd14cf8cd3bce77274a5f068 | 85bc9c0e490ea4ce485e61218c9c30cacfcbdead | /app/src/androidTest/java/com/udacity/luisev96/baking/ExampleInstrumentedTest.java | 053e06b9e7d0a455b6486c5588acdf1f614f4a36 | [] | no_license | LuisVargasVic/Baking | c1b854ffeb3fe17376ce69f0e281da8374b99008 | d7c0281067402832a25707e73b2de827015de0bc | refs/heads/master | 2020-09-26T04:30:24.929797 | 2019-11-15T15:29:37 | 2019-11-15T15:29:37 | 226,165,249 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 770 | java | package com.udacity.luisev96.baking;
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 execut... | [
"luisev96@gmail.com"
] | luisev96@gmail.com |
5228781622084d8dd634f32c7fea8e6b2c50b78e | 47938a8ae6ced5d40ca558a449346e753ffa39a7 | /app/src/main/java/com/tq/fragment/fragment2/VideoFragment.java | 7a028d6af0790c38fad0bef2969d999c7cb06eab | [] | no_license | Dreamer206602/TabLayoutSamples | 0caa0a22fc6cc2326b84e87a3bc7d5a15ad7b41c | 7d0ff7228f10e837d8ee6176550b205252fd28b3 | refs/heads/master | 2021-01-10T18:06:47.694003 | 2016-03-30T08:11:44 | 2016-03-30T08:11:44 | 54,956,223 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 966 | java | package com.tq.fragment.fragment2;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.tq.R;
import com.tq.fragment.BaseFragment;
/**
* A simple {@link Fragment} subclass.
*/
public class VideoFra... | [
"boobooMX@163.com"
] | boobooMX@163.com |
9bc13d8d6fb6bc4d802b0e612fb2681b3b3abf02 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/22/22_d9080176bfcba1f1eb83f1cbf9f0c6845afc530c/Camera/22_d9080176bfcba1f1eb83f1cbf9f0c6845afc530c_Camera_s.java | 7356e27d05ada062f817c6bb27c428ee529730f6 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 72,878 | java | /*
* Copyright (C) 2007 The Android Open Source Project
*
* 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 requi... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
9a39e4fd915fe1121676fe7413251150da3be857 | 8a4b80f34c02279d615e06c9d7e4a827d2c7d491 | /src/main/java/SeleniumSessions/GoogleSearch.java | 151074e6a8f6fab5233f6f86bb19de13c2958d89 | [] | no_license | sigoel10/Jan2021SeleniumSessions | abb0372deb60ef3fa76b50562bba0a0f4f682b49 | 9d5f9d1a2a6b0f9e7ff453b35eeb0a726bb6d073 | refs/heads/master | 2023-04-09T10:44:50.627967 | 2021-04-21T13:52:38 | 2021-04-21T13:52:38 | 360,187,773 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,023 | java | package SeleniumSessions;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import io.github.bonigarcia.wdm.WebDriverManager;
public class GoogleSearch {
static WebDriver driver;
public... | [
"shraddha.singhal10@gmail.com"
] | shraddha.singhal10@gmail.com |
77f8c7807a612d84b06c3ecccce0bb0fe013c569 | 5db11b0c9098351480c57de617336ab7dff483e1 | /tools/PacketSamuraiAE/src/packetsamurai/parser/datatree/DataForBlock.java | 95612540bdd1e1e2bf5feefd9e120a825e8e1bc9 | [] | no_license | VictorManKBO/aion_gserver_4_0 | d7c6383a005f1a716fcee5e4bd0c33df30a0e0c5 | ed24bf40c9fcff34cd0c64243b10ab44e60bb258 | refs/heads/master | 2022-11-15T19:52:47.654179 | 2020-07-13T10:16:04 | 2020-07-13T10:16:04 | 277,644,635 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 757 | java | package packetsamurai.parser.datatree;
import packetsamurai.parser.formattree.PartContainer;
/**
*
* @author Gilles Duboscq
*
*/
public class DataForBlock extends DataTreeNodeContainer
{
private int _iteration;
private int _size;
// avoids construction of root ForBlock
@SuppressWarnings("unu... | [
"Vitek.agl@yandex.ru"
] | Vitek.agl@yandex.ru |
b164285cbf2b1346a0b106475665401eb293a995 | 98d313cf373073d65f14b4870032e16e7d5466f0 | /gradle-open-labs/example/src/main/java/se/molybden/Class23813.java | 09b4df7a0e4f7cefc8cbef991fc68d8b7d421876 | [] | no_license | Molybden/gradle-in-practice | 30ac1477cc248a90c50949791028bc1cb7104b28 | d7dcdecbb6d13d5b8f0ff4488740b64c3bbed5f3 | refs/heads/master | 2021-06-26T16:45:54.018388 | 2016-03-06T20:19:43 | 2016-03-06T20:19:43 | 24,554,562 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 110 | java |
public class Class23813{
public void callMe(){
System.out.println("called");
}
}
| [
"jocce.nilsson@gmail.com"
] | jocce.nilsson@gmail.com |
8641d1c7a8aa88f91ecfa74ff66b8df4e687bf16 | 334bca3a94a61eec18ea60bb03c552928337c7b7 | /ForecastFragment.java | 44de59915589428f4554f443de560454ea762a34 | [] | no_license | atul-17/Sunshine-Version-2 | 77d032d3a0f2d25b31f157d23fbe8d56901fde0b | 4244cc65e9fa7ba2ebb9cb8631f9ac31725e5806 | refs/heads/master | 2021-01-22T16:44:45.473798 | 2016-09-21T12:55:57 | 2016-09-21T12:55:57 | 68,816,752 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,632 | java | package com.example.android.sunshine.app;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.text.format.Time;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
i... | [
"atul.p.kaushik@gmail.com"
] | atul.p.kaushik@gmail.com |
96f919f4ad64f1b7d9a6ac90282dd9f1d06a03f1 | acf41d6650d43440cc580b67da361a231a64e191 | /app/src/main/java/artisanng/hycode/artisanng/FragmentChatRecyclerAdapter.java | 35eedde860ad4f6d0b99a7b28b81087455b50a11 | [] | no_license | charles0007/ArtisanNG | 28bbb5073e905c9bdd64ce158074c1e34b3941f0 | 7ce7dd53a57741d8911a8dd4582c3f1a4352e88a | refs/heads/master | 2020-08-10T10:42:09.251615 | 2019-10-14T11:20:47 | 2019-10-14T11:20:47 | 214,327,038 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,490 | java | package artisanng.hycode.artisanng;
import android.app.Activity;
import android.graphics.Typeface;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.I... | [
"coladele@bluetag-it.com"
] | coladele@bluetag-it.com |
49343c7f1fd8bc2678b4bddd6a71c269a77e683c | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /ant_cluster/17188/src_1.java | 26c0baa4f1f9af877aef4ba03cbcfed7402fa284 | [] | 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 | 22,694 | java | /*
* Copyright 2000-2004 The Apache Software Foundation
*
* 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 b... | [
"375833274@qq.com"
] | 375833274@qq.com |
d6fbc4bce156089ad8d8874e1b55586d37001df9 | 1bb0414112bdc74c5f56a0cab3f831924df55d15 | /src/com/jarp/designpatterns/structural/adapter/PrinterWorkAdapter.java | ddfdd8ae83df4a05ef28a78f2f5c6d079f4b7eb3 | [
"MIT"
] | permissive | imjarp/Patterns | d9e61a5f2f8449d8bdcfdd02a43e5ad92c3e34e3 | 6403c0b0b7f6e89eefa339c7ff8bd363a1a6a81f | refs/heads/master | 2021-01-20T04:32:55.523046 | 2013-11-19T23:40:02 | 2013-11-19T23:40:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 780 | java | /**
*
*/
package com.jarp.designpatterns.structural.adapter;
/**
* @author JARP
*
*/
public class PrinterWorkAdapter implements PrinterWork {
VirtualPrinter mVirtualPrinter;
public PrinterWorkAdapter(String extension) {
if(extension.equalsIgnoreCase("pdf"))
{
mVirtualPrinter = new PrintPDFWork();... | [
"ramirezp.jorge@gmail.com"
] | ramirezp.jorge@gmail.com |
21ab66f48c56fdddf68f5c7fe129ad344857d3d7 | 876724d654445d8bc8d21e95371d4b33e74559f8 | /TModifiedTPlamsa/TPlasmaX10/plasmax10/syntaxtree/InclusiveOrExpression.java | b81ee1b5ffcf1d56db35085e7d7d6ba1557f7411 | [] | no_license | Mah-D/Retargetable-Compiler | c119e48ec8d6efee095f8d4bf994016da54cbbc0 | 84b7b81bb35bf5fc24bf5e6799b83d42880c3ffa | refs/heads/master | 2016-08-04T21:41:26.159827 | 2015-07-14T20:18:33 | 2015-07-14T20:18:33 | 39,096,022 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 802 | java | //
// Generated by JTB 1.3.2
//
package plasmax10.syntaxtree;
/**
* Grammar production:
* f0 -> ExclusiveOrExpression()
* f1 -> ( InclusiveOrExpressionRest() )*
*/
public class InclusiveOrExpression implements Node {
public ExclusiveOrExpression f0;
public NodeListOptional f1;
public InclusiveOrExpressi... | [
"eslamimehr@ucla.edu"
] | eslamimehr@ucla.edu |
a41418cb88822c6006d6421b91f6065f19e6160c | dbcf97a3ed78f1da67c4867bf3bed6493c8bc4b4 | /app/src/main/java/com/example/q/jde3/TwoFragment.java | 59908b348d69ac104494858f375c367ec719c375 | [] | no_license | uneap/lab01 | b063dd7579a737478fb49cc91dabfdfccdde2fd9 | c0b12aaca02e30a2585a8a9849e97c63893159b8 | refs/heads/master | 2021-09-18T08:57:25.011594 | 2018-06-30T11:49:41 | 2018-06-30T11:49:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 803 | java | package com.example.q.jde3;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.example.q.jde3.R;
public class TwoFragment extends Fragment{
public TwoFragment() {
// Requi... | [
"wjdekdms99@naver.com"
] | wjdekdms99@naver.com |
15bbf2015f47d6ada8a27a4f05c5aa84cac485a0 | 4f9c446de4766e2b1782f005fd795c7f74e38777 | /SoccerScore/app/src/main/java/com/example/android/soccerscore/MainActivity.java | 8ef316fcb907bfa54e32ceedfeef7df4b166ef67 | [] | no_license | Bannanaboss/Android | e41806131860f74dbfde0cc4ad122f8958e5fcb3 | 1c1a84d34e28ecc6dc3585cad7977130efbc1dc9 | refs/heads/master | 2021-01-11T21:42:59.194100 | 2017-01-23T11:11:30 | 2017-01-23T11:11:30 | 78,771,536 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,925 | java | package com.example.android.soccerscore;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity {
int scoreTeamA = 0;
int scoreTeamB = 0;
int foulTeamA = 0;
int foulTeamB =... | [
"jdecleen@roc-dev.com"
] | jdecleen@roc-dev.com |
f2f6e839c39ef7c22bf97caa61c773b7033f5226 | 4750e1050a9d0560b7132c44dbc5631cca2bebc1 | /memorygame-common/memorygame-common-exception/src/main/java/hu/icell/exception/UserAllreadyExistException.java | 3b4420030c88a76e0af116e187029872fcd64347 | [] | no_license | berenyilajos/memorygame-swarm | c997446482dfdfe86b9ef9e8d2aaa40d61b111f4 | 6c7fc2aab92627b86048289a16585d410cd9dac5 | refs/heads/master | 2022-12-03T08:57:21.484406 | 2020-11-17T13:07:33 | 2020-11-17T13:07:33 | 97,708,402 | 0 | 0 | null | 2022-11-24T07:40:30 | 2017-07-19T11:24:19 | Java | UTF-8 | Java | false | false | 820 | java | package hu.icell.exception;
public class UserAllreadyExistException extends Exception {
private static final long serialVersionUID = 1L;
public static final String USER_ALLREADY_EXISTS = "Ez a felhasználónév már létezik!";
public UserAllreadyExistException() {
super(USER_ALLREADY_EXISTS);
... | [
"lajos.berenyi@icellmobilsoft.hu"
] | lajos.berenyi@icellmobilsoft.hu |
1dd40cbf35e9625329a7b54eabe28853eeea4215 | efd37e48624870cb219ee7e4b9ed7ea403853be4 | /src/main/java/raymond/dataprovider/filter/OrTranslator.java | 325cfe95fbc0dff922814e85fb08451f5f277533 | [] | no_license | cheneych/UniversityClub | 8c7ca18c059f1ce9c1ab26d5b5b7178ce7e0eb0e | 7ab0284836913fe2780f7d0d1c8d63bb548f7956 | refs/heads/master | 2020-03-30T21:25:45.886214 | 2019-03-23T23:59:11 | 2019-03-23T23:59:11 | 151,628,230 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,030 | java | /*
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | [
"ccv5f@mizzou.edu"
] | ccv5f@mizzou.edu |
c4150ecc348c659431890a0410ff357414755dd2 | 1e2ad1e9dc5dedd089863233b9c76f8d98e9cd6f | /src/main/java/net/gillets/pivo/domain/pivo/id/PivoEntityTypeLinkId.java | 5085c66374e8525940bc9ab4e0c8e9c412749467 | [
"Unlicense"
] | permissive | telligcirdec/pivo-java | 90ab3316190ed7a175533402ae63726d280c6d89 | 899b1b3f8dbad397692504dc71d53285e06432a9 | refs/heads/main | 2023-08-31T08:40:37.878960 | 2021-10-27T19:28:40 | 2021-10-27T19:28:40 | 356,972,484 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 347 | java | package net.gillets.pivo.domain.pivo.id;
import java.io.Serializable;
import lombok.Data;
@Data
public class PivoEntityTypeLinkId implements Serializable {
private static final long serialVersionUID = -2023951071681018490L;
private String entityATypeCode;
private String entityBTypeCode;
private Str... | [
"ced-public@gillets.net"
] | ced-public@gillets.net |
4ba45ac59dcbd7cfac9e067c6cc1e9192ccc2b65 | 76023c10e17ad499c0c264c51b85ed803ebbe240 | /src/main/java/com/gft/imobiliaria/Service/ImagemService.java | beb36cd954085ffd8860ebb6f3a9f9de93551938 | [] | no_license | Cleyson-Garcia/Imobiliaria-Spring-Boot | 9578c5244d540fcad8185d6ed4f514bec2b2a710 | 129450d6688ec01e5c310e2dc5bae8392e72192e | refs/heads/master | 2023-04-18T08:38:15.768200 | 2021-05-06T19:01:12 | 2021-05-06T19:01:12 | 363,222,838 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 399 | java | package com.gft.imobiliaria.Service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.gft.imobiliaria.Entity.Imagem;
import com.gft.imobiliaria.Repository.ImagemRepository;
@Service
public class ImagemService {
@Autowired
private ImagemReposi... | [
"cleyson.garcia@gft.com"
] | cleyson.garcia@gft.com |
4ff4f1e37cb0a5ac9529a844abf01f0905cea3d9 | 454c8245b81440b08018ab3c115e13725575fa71 | /src/main/java/ru/mecotrade/kidtracker/security/UserDeviceFilter.java | d348b85d6a96099d74a35b911af0bfefd5b5ec81 | [
"Apache-2.0"
] | permissive | AIR-FRAME/kidtracker | c27147a46167ef3208c72d5239abebc13ad476e7 | f927eb53a0f923d536e87a084fb1dfb4563b1558 | refs/heads/master | 2023-06-10T15:11:57.718369 | 2021-07-10T07:46:09 | 2021-07-10T07:46:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,053 | java | /*
* Copyright 2020 Sergey Shadchin (sergei.shadchin@gmail.com)
*
* 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... | [
"sergei.shadchin@gmail.com"
] | sergei.shadchin@gmail.com |
be65e4b9a8f23b40cd53099e15051e8c6c95f246 | 558d6077f00e4bc000f0c15518d0ce1a8464ddef | /src/main/java/com/meriame/dto/VersementDTO.java | d32a3a101a49bd3e44027ec5ff2ebb98bf2a92a8 | [] | no_license | mEzzahraoui/EBanking | 20fbee00dd1fb563b7d0b0845321992d74d38bff | deeb26f29bb71e816876e4f108a8f82f7886f4fd | refs/heads/master | 2020-04-15T18:00:51.026460 | 2019-01-16T17:22:31 | 2019-01-16T17:22:31 | 164,896,646 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,659 | java | package com.meriame.dto;
import java.util.Date;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.ManyToOne;
import javax.persistence.Temporal;
import javax.persistence.TemporalType;
import javax.xml.bind.annotation.XmlAccessType;
i... | [
"meriam.ezzahraoui@gmail.com"
] | meriam.ezzahraoui@gmail.com |
61a7316db221b72e29ad58fb5305d85945f4cef8 | a65ac298c606c11bbb993fcce2114c9ba80a1d7e | /src/basicQuestions/Graph/BFS.java | 7d486d87a4fa45ae696a3e81e13d4331fd73e022 | [] | no_license | chptiger/Algorithm | 81627bf02585473e59d1990a6124a5323caa8fec | 4fa2e1f96de0504dadee5d6592a5c431522a4107 | refs/heads/master | 2021-07-13T06:39:59.742964 | 2019-01-16T08:02:44 | 2019-01-16T08:02:44 | 28,924,442 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,098 | java | package basicQuestions.Graph;
import java.util.LinkedList;
import java.util.Queue;
public class BFS {
/*
* ------------------------------------------ Data structure used to represent a
* graph ------------------------------------------
*/
int[][] adjMatrix;
int rootNode = 0;
int NNodes;
boolean[] visited;... | [
"thomas.java863@gmail.com"
] | thomas.java863@gmail.com |
2e4a8b41d2c9361dc8a4c2cee4a67c84e5f00aed | b46938bf2ffb073c319f54e01ad51458324a288d | /docker/src/main/java/org/jclouds/docker/binders/BindInputStreamToRequest.java | 855a2e5d41709fde0026cb1ec48713328b7ae537 | [
"Apache-2.0"
] | permissive | igreenfield/jclouds-labs | 51f0e0b28cc06dff8131386993601390ea2414e5 | f9d2be3feedda61f578a7c1c2a6cdb799003c88c | refs/heads/master | 2021-01-15T10:58:42.862797 | 2014-11-11T07:59:44 | 2014-11-11T07:59:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,726 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"nacx@apache.org"
] | nacx@apache.org |
8cd927fda3b0a1cee816a1b548d0363f973d0672 | 2a91e6d59cc6037980df339903f8a27d1981b6fd | /src/main/java/gscript/factory/log/GroovyProgressLog.java | 28552735648b3d04d52b617cef24ea8e38c05618 | [] | no_license | springevil82/gscript | 9d13bd38ec8d34113465d01c7ce86e1beb6fe9fb | 8f84c12ad5eb4ee5ea449c9146ead42981439351 | refs/heads/master | 2021-01-23T10:29:06.801358 | 2017-07-25T12:45:17 | 2017-07-25T12:45:17 | 93,054,447 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 492 | java | package gscript.factory.log;
public interface GroovyProgressLog extends AutoCloseable {
void setProgressText(String text);
void setProgressDetailText(String text);
void setProgressMax(int maxValue);
void moveProgress();
void setProgressInfinity(boolean infinityProgress);
void addInfo(Obje... | [
"spring@esc.ru"
] | spring@esc.ru |
f65dd96e2e3e4669de56c94c7422093377fb6501 | 8f220128ef71d7c39a60a1a04063c2a17cbd1985 | /src/lyn/android/fragment/viewpager/FragmentViewPagerActivity.java | 2abd528d60cd4da4b2feb035d88abe7ddb9304a1 | [] | no_license | LynLin0/Lyn | c0d12b3a0f48aa26dd0a23a0fff8817281d58798 | 143593f695e536377245db77f721521c2f6a6a39 | refs/heads/master | 2016-08-12T18:12:43.427523 | 2015-11-16T12:42:24 | 2015-11-16T12:42:24 | 36,854,680 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,550 | java | package lyn.android.fragment.viewpager;
import lyn.android.R;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import android.widget.RadioGroup;
import android.widget.RadioGroup.OnCheckedChangeListener;
public class FragmentViewPagerActivity extends FragmentActivity implements OnCheckedChange... | [
"lynlin@vanchu.net"
] | lynlin@vanchu.net |
4f623493d9880aee44dc6d6637f9f7e726d8c7dd | 47aee0241b4e5506254c868e2b270df6baa9dd79 | /IdeaProjects/BigData/TrafficProject/src/main/java/com/mujie/spark/skynet/RandomExtractCars.java | c537f0b7d4770f73156f8995dc6d9b9534c68746 | [] | no_license | Andy112646/TrafficProject | a8bbafc6fbf31b5f483760aaac821bbc86a2356c | 366533ab2d7f22d477583889f749388270ed8047 | refs/heads/master | 2022-07-13T17:56:01.182391 | 2020-03-21T06:27:04 | 2020-03-21T06:27:04 | 218,442,526 | 1 | 0 | null | 2022-07-01T21:28:45 | 2019-10-30T04:21:23 | Scala | UTF-8 | Java | false | false | 19,052 | java | package com.mujie.spark.skynet;
import java.text.SimpleDateFormat;
import java.util.*;
import java.util.Map.Entry;
import com.mujie.spark.domain.CarTrack;
import com.mujie.spark.domain.RandomExtractCar;
import com.mujie.spark.domain.RandomExtractMonitorDetail;
import com.mujie.spark.domain.Task;
import com.spark.spar... | [
"11264632@qq.com"
] | 11264632@qq.com |
a0482ecb80ef99ebc2b9f848a8a1112982069604 | 947288aedf9a7406585fcd03a0fd8c5219ebc4ed | /src/Leetcode/Q447_Number_of_Boomerangs.java | c6ae976a3b679f93e369c08c7f4a9b73947e09a8 | [] | no_license | checkcheckzach/coding | ee2f5326726ae059ccefcc7fd6d865edef9c3a48 | 81e1bed6d1cedc15430c9e5d65449ffc1bcdfdce | refs/heads/master | 2023-06-16T11:10:52.648869 | 2021-07-09T08:58:38 | 2021-07-09T08:58:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 868 | java | package Leetcode;
import java.util.HashMap;
import java.util.Map;
/**
* Created by rbhatnagar2 on 1/15/17.
*/
public class Q447_Number_of_Boomerangs {
public int numberOfBoomerangs(int[][] points) {
int res = 0;
Map<Integer, Integer> map = new HashMap<>();
for(int i=0; i<points.length; ... | [
"Raghav_Bhatnagar@intuit.com"
] | Raghav_Bhatnagar@intuit.com |
d4db01f0b3dbbe51afe310d8b4ee2e158497b291 | 617ef0bf0ce671d2c940a2c3ac7177ed78e091d8 | /CleverZoneLastVersion/CleverZone/src/cleverZone.java | 4fb09644fd4439318894b4de303cb5a7c01f017b | [] | no_license | supernour09/CleverZone | 54b14db9b5dac551ebd74722703801158c21e987 | fe9e793a9e82fa6d241d7488671701821a600df2 | refs/heads/master | 2020-12-24T11:53:43.955404 | 2017-02-03T19:52:30 | 2017-02-03T19:52:30 | 73,008,992 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 71,807 | java | import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JTextField;
import javax.swing.ListSelectionModel;
import javax.swing.JButton;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
import java.awt.Font;
import java.awt.CardLayout;
import javax.swing.JPanel;
import javax.swin... | [
"supernour09@mail.com"
] | supernour09@mail.com |
a5ccb78a09cf3cce2d18eeb30caeea7f39b871b3 | 096db8f6d742a3aac8b6a587802176db7658831e | /app/src/main/java/com/pweschmidt/healthapps/AddHIVDrugsActivity.java | 3afd0e62f0c6db85dde5d246b77ec30ab02b9bee | [] | no_license | pweschmidt/iStayHealthy-AndroidStudio | 4b83fe19ec328b32a878246760905ece15341e60 | 4deb477b3a3ae190c9d350bd2849f77bbcc95141 | refs/heads/master | 2021-01-14T13:21:53.074516 | 2015-11-17T06:23:36 | 2015-11-17T06:23:36 | 35,329,027 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,367 | java | package com.pweschmidt.healthapps;
import android.app.Activity;
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.Typeface;
import android.os.Bundle;
import android.text.format.DateFormat;
import android.util.TypedValue... | [
"peter.we.schmidt@gmail.com"
] | peter.we.schmidt@gmail.com |
72492426559413a0493ca75cfe0fc632aadb4885 | 8e73d0d597c7c916321b2b7b36d1e44f056cd4a8 | /platforms/android/src/com/transistorsoft/cordova/bggeo/CDVBackgroundGeolocation.java | e350292aa5bbc161dfa1482b4522e6546cc8e0f6 | [] | no_license | crohacz/trackSaguaro | 9a8d18c6b003389df1f65913ae24a9de578d9383 | e267e7f6c16642dbc9c44fa0227279776f81b4b6 | refs/heads/master | 2016-09-13T12:44:57.159619 | 2016-06-04T16:58:16 | 2016-06-04T16:58:16 | 57,152,981 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 48,932 | java | package com.transistorsoft.cordova.bggeo;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import ... | [
"crohacz@gmail.com"
] | crohacz@gmail.com |
5d774cf943a93e68a5177888989783a6b98760d7 | cb843b45cf1b4edb0992845d5fd571dd93dc2da3 | /myportal2/src/main/java/com/bitacademy/myportal2/service/FileUploadService.java | d2f2712c09527e83eeb466e62489d5160a9244ef | [] | no_license | jihoonigogo/myportal2 | 3f8ecbf69204a5192cf1d29f54e70e9599676d21 | 5fe67e21a6d811829c5da786ca393d7b89c96f3c | refs/heads/master | 2023-04-07T22:19:50.669924 | 2021-04-22T00:58:17 | 2021-04-22T00:58:17 | 357,468,452 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,781 | java | package com.bitacademy.myportal2.service;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.Calendar;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Service;
import org.springframework.web.multipart.MultipartFile;
@Service
public class FileU... | [
"tw224@naver.com"
] | tw224@naver.com |
d840709c196569d5cdad2f41bb491dc72f703051 | 48e835e6f176a8ac9ae3ca718e8922891f1e5a18 | /benchmark/training/io/confluent/kafkarest/unit/ConsumerResourceAvroTest.java | a1752485fb62e5f6ba3869c599009930f3db492c | [] | no_license | STAMP-project/dspot-experiments | f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5 | 121487e65cdce6988081b67f21bbc6731354a47f | refs/heads/master | 2023-02-07T14:40:12.919811 | 2019-11-06T07:17:09 | 2019-11-06T07:17:09 | 75,710,758 | 14 | 19 | null | 2023-01-26T23:57:41 | 2016-12-06T08:27:42 | null | UTF-8 | Java | false | false | 5,785 | java | /**
* Copyright 2018 Confluent Inc.
*
* Licensed under the Confluent Community License (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.confluent.io/confluent-community-license
*
* Unless required by applicable law or ... | [
"benjamin.danglot@inria.fr"
] | benjamin.danglot@inria.fr |
cba4ed74315f61c60ee4472981868c453f14512a | 9623f83defac3911b4780bc408634c078da73387 | /powercraft/temp/src/minecraft/net/minecraft/src/KeyBinding.java | 94d094f89be68a8b47c12ce31a12345db2e474f8 | [] | no_license | BlearStudio/powercraft-legacy | 42b839393223494748e8b5d05acdaf59f18bd6c6 | 014e9d4d71bd99823cf63d4fbdb65c1b83fde1f8 | refs/heads/master | 2021-01-21T21:18:55.774908 | 2015-04-06T20:45:25 | 2015-04-06T20:45:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,029 | java | package net.minecraft.src;
import cpw.mods.fml.common.Side;
import cpw.mods.fml.common.asm.SideOnly;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import net.minecraft.src.IntHashMap;
@SideOnly(Side.CLIENT)
public class KeyBinding {
public static List field_74516_a = ne... | [
"nils.h.emmerich@gmail.com@ed9f5d1b-00bb-0f29-faab-e8ebad1a710c"
] | nils.h.emmerich@gmail.com@ed9f5d1b-00bb-0f29-faab-e8ebad1a710c |
9a69ea12e8913d32c45d018204541a2dbf782efe | 2c3b7e69e9414d1b708b4722fa3ec1485d5109bc | /SI-gRPC assignment/src/main/java/service/StudentServiceImpl.java | 869fa6a3c0ba07586086aeeeed0214352474701d | [] | no_license | cycloniccornet/gRPC-Microservice | c7bd13ca58800f3ade4d1072452289bc40dd66a1 | ac16b1d5fba701952206b9b41d50ab264e77950f | refs/heads/main | 2023-07-26T21:20:47.541287 | 2021-09-12T13:39:01 | 2021-09-12T13:39:01 | 405,651,405 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,565 | java | package service;
import client.ResultClient;
import com.students_management.stubs.student.*;
import dao.StudentDao;
import domain.Student;
import io.grpc.ManagedChannel;
import io.grpc.ManagedChannelBuilder;
import io.grpc.Status;
import io.grpc.stub.StreamObserver;
import java.util.List;
import java.util... | [
"noreply@github.com"
] | cycloniccornet.noreply@github.com |
b13a7cad46c73f6b2d0a3533ee9755c7c966f3f1 | 5344e76be0bac56beb896069a841476ee5c23f20 | /src/main/java/com/owncloud/android/utils/DisplayUtils.java | a2dfb90aaab37c489428c02a93a37a58ad231a05 | [] | no_license | Sanchit517/drone-CA | 6bf4d3781bff46fe6a932c43b578419c4fa150b7 | ac2fdffeecaa7b9773a0369f1e561a0bc0a023b7 | refs/heads/master | 2022-04-28T19:32:17.930127 | 2020-04-19T14:34:40 | 2020-04-19T14:34:40 | 257,022,126 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,394 | java | /*
* ownCloud Android client application
*
* @author Bartek Przybylski
* @author David A. Velasco
* @author David González Verdugo
* Copyright (C) 2011 Bartek Przybylski
* Copyright (C) 2019 ownCloud GmbH.
* <p>
* This program is free software: you can redistribute it and/or modify
* it under the terms of th... | [
"sanchitk79@gmail.com"
] | sanchitk79@gmail.com |
f4d5c5e4fe8fbd2bbeb2ba8ffa9c6761834e72bb | 80f5543ee81c474a2c94347d45226723934f0043 | /practice/src/main/java/com/xianyue/basictype/CmdUtil.java | 6054c74792d007db5d69390b8bba91c7b50611bb | [
"MIT"
] | permissive | lys091112/javapiers | f57c156e7b847d245f65a319ed580ebec8a76963 | 0aff780dea42836331706261294e1f7aef821722 | refs/heads/master | 2021-10-07T17:22:11.219117 | 2021-10-03T04:37:51 | 2021-10-03T04:37:51 | 73,296,273 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 604 | java | package com.xianyue.basictype;
import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
/**
* @author Xianyue
*/
public class CmdUtil {
public static void main(String[] args) throws IOException {
Process pro... | [
"liuhongjun@oneapm.com"
] | liuhongjun@oneapm.com |
ac2e372692190071e011a8bddb100259f87bb72b | 3d1a1b0114f3e51d2602c6bb82bd1628c9772154 | /app/src/main/java/gr/nikolis/novibetgame/models/game/Market.java | a5a60c8d72358bed045553f63e21f31f7912788a | [] | no_license | nimakos/Game | 52acdbb4d8ba855e93aad45ec101418422d2e0dc | cade340ec216922d23858d966abae9e47ca90dea | refs/heads/master | 2020-08-12T03:39:07.371582 | 2019-11-05T13:39:12 | 2019-11-05T13:39:12 | 214,680,661 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 936 | java | package gr.nikolis.novibetgame.models.game;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.util.List;
public class Market {
@SerializedName("marketId")
@Expose
private long marketId;
@SerializedName("betTypeSysname")
@Expose
private... | [
"nimakos@hotmail.com"
] | nimakos@hotmail.com |
ac65ed9031323279b64599e7082350a50da9f141 | 7f076a3d0b4961d19c584fceaa434c6ac3e01ea1 | /uebung1/src/main/java/ch/hsr/skapferer/vss/uebung1/aufgabe2/URLReader.java | 490fbc4749fc8e478fb799a5a9eb8c6070bcf826 | [] | no_license | stefan-ka/HSR-VSS | 97a8c4b54168757f3ce34e7fd8e9baff3bf05fd3 | 58a431ffd07966850668eced5f5ab5eefa67d11a | refs/heads/master | 2021-01-19T18:10:40.745540 | 2015-07-25T15:33:36 | 2015-07-25T15:33:36 | 31,703,035 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 532 | java | package ch.hsr.skapferer.vss.uebung1.aufgabe2;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.URL;
public class URLReader {
public static void readURL(String url) throws Exception {
try (BufferedReader reader = new BufferedReader(new InputStreamReader(new URL(url).openStream())))... | [
"stefan@kapferer.ch"
] | stefan@kapferer.ch |
a8ab92f7e5add7c4ff1e86998e54946cecda3497 | a26efea1cef9fc275cde6ab3a8097eee88fd3272 | /src/main/java/bishi/qianxin/Solution.java | 1650df7f943ddb277cd8df69fe477a5a60d0d9e9 | [] | no_license | GenaGeng/written-examination | 2fb0bf0284e9137887581e71794dbd75a1acf5da | 152b6cd9fed0b4bbc0aaac6cdb6ca7091744b3d4 | refs/heads/master | 2022-12-08T01:26:07.528472 | 2020-09-02T11:47:47 | 2020-09-02T11:47:47 | 292,232,828 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,129 | java | package bishi.qianxin;
import java.util.Scanner;
/**
* @author Gena
* @description
* @date 2020/9/2 0002
*/
public class Solution {
public static int house (int[] person){
int[] newhouse = new int[person.length];
int count = 0;
newhouse[0] = 1;
for (int j=1;j<person.length;j++){
... | [
"17854284492@163.com"
] | 17854284492@163.com |
f91940987281a82e6848db3809cb28f70fa780f9 | 8cd02be7d04a68f4884c3f6225088e0ba7a45f85 | /src/main/java/com/bitnationcode/topflies/repository/IFlyRepository.java | cad1646fa858b1fda747522571a760ea5c1a22ee | [
"Apache-2.0"
] | permissive | mtbittle/top-flies | afdbaa664439282643253f4f533496e4b6d5876d | 99cc416884520e17fc50250bb6b58f7959ac0bfe | refs/heads/master | 2020-08-30T15:17:43.228292 | 2019-12-08T15:56:29 | 2019-12-08T15:56:29 | 218,419,357 | 0 | 0 | Apache-2.0 | 2019-12-08T15:56:30 | 2019-10-30T01:41:50 | Java | UTF-8 | Java | false | false | 644 | java | package com.bitnationcode.topflies.repository;
import com.bitnationcode.topflies.model.Fly;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.querydsl.QuerydslPredicateExecutor;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public int... | [
"mtbittle@gmail.com"
] | mtbittle@gmail.com |
d4ddd931733a679b40cdec53fbc7892ccf194ab7 | b5f1658f65c1961aa98206b3d5f9257880fb731a | /app/src/main/java/com/example/myapplication/MManagePackage.java | 274a6906922ae8c3a09ae8b6cfdae089586e1278 | [] | no_license | malakajayaw/HotelsApp | 4924b0a02d44c9d55b12b69ef0328e6a281b9f8c | 2ccd1d35255c868dcc1ce53c40ac411eed180a67 | refs/heads/master | 2020-06-28T23:59:00.588139 | 2019-09-24T19:40:55 | 2019-09-24T19:40:55 | 200,377,466 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 542 | java | package com.example.myapplication;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
public class MManagePackage extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate... | [
"malaka.jayaw@gmail.com"
] | malaka.jayaw@gmail.com |
00083caefcdb40071b0c321ffa70f25c99fba2e2 | 82baf55acc406489bdc44866d8405aa35dc2852b | /app/src/main/java/com/p8/inspection/mvp/ui/MainActivity.java | a74cb708f585f8f0028de50f6e3d6dc1d6083a5f | [] | no_license | YannisYwx/P8Inspection | 15c4a8e30baae5f00e689eb82dc845ee1b2307f0 | 2252550052823aecdcba37f4a32d5b68abe133b2 | refs/heads/main | 2023-03-30T06:12:01.390059 | 2020-11-03T07:34:46 | 2020-11-03T07:34:46 | 303,320,018 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,381 | java | package com.p8.inspection.mvp.ui;
import android.content.Context;
import android.content.Intent;
import android.view.View;
import com.p8.common.base.BaseActivity;
import com.p8.inspection.R;
import com.p8.inspection.mvp.ui.main.MainFragment;
import com.p8.inspection.mvp.ui.entry.fragment.LoginFragment;
im... | [
"wuzhehao1992@gmail.com"
] | wuzhehao1992@gmail.com |
410f87059383c242ae6f4f48e5659b2902cb8c44 | a69e542af3400acde7a0452261cf701c317c629f | /String1.java | 3b12d55ddf4d23d7d8dcc15e9c1b4a783a03280b | [] | no_license | IamDhanush/Eclipse | 63ffff6daf685d75618f9df6cb98a5b2e9ba5c8b | cd4234bbdf3e9ea22247c339990825612c69b0ae | refs/heads/master | 2021-08-19T17:49:43.314698 | 2017-11-27T04:22:43 | 2017-11-27T04:22:43 | 108,033,238 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 310 | java | package com.strings;
public class String1 {
public static void main(String[] args) {
String s = "Dhanush";
s = s.concat(" Pulyala");
System.out.println(s);
for(int i=0,k=0;i<s.length();i++) {
if(s.charAt(i)=='a') {
k++;
if(k==2) {
System.out.println(i);
}}
}}
}
| [
"noreply@github.com"
] | IamDhanush.noreply@github.com |
dad57f7f47c7c71b923b99b867531377fa3cec75 | 9dfbbf5a335da4fede138fb839f705287c36cd6e | /fmis-framework/src/main/java/com/fmis/framework/datasource/DynamicDataSourceContextHolder.java | 3032cff2c8af2749f5245705ff20af903a490997 | [
"MIT"
] | permissive | TaoWang4446/fmis | e1d91673be73b22cd17b9c23d8469d743edc35c5 | 25ac5cc85926e654e7802766d0c707b0fba649c7 | refs/heads/master | 2023-01-10T03:56:34.263648 | 2020-11-10T05:10:47 | 2020-11-10T05:10:47 | 311,552,080 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,115 | java | package com.fmis.framework.datasource;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* 数据源切换处理
*
* @author fmis
*/
public class DynamicDataSourceContextHolder
{
public static final Logger log = LoggerFactory.getLogger(DynamicDataSourceContextHolder.class);
/**
* 使用ThreadLocal维护变量,Thr... | [
"2825586682@qq.com"
] | 2825586682@qq.com |
6f29fb9ee2443534f8aba6ff3710c284f13e65ca | 07f197547919ddb1cb2ed4af1de5fcf9d4ed82f5 | /app/src/main/java/com/example/banner/transformer/RotateYTransformer.java | d8c4b3f603da01cfafe40c5e6c9fa7904e5f54c4 | [] | no_license | shaoruichao/Banner | 6234aafd5e7468fcdc89433b4ef8f71ee0f4f267 | 1a9b487fa4be453c080461f19521591b6296d667 | refs/heads/master | 2020-12-02T22:53:44.660409 | 2017-07-21T08:49:42 | 2017-07-21T08:49:42 | 96,198,288 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,996 | java | package com.example.banner.transformer;
import android.annotation.TargetApi;
import android.os.Build;
import android.support.v4.view.ViewPager;
import android.view.View;
public class RotateYTransformer extends BasePageTransformer
{
private static final float DEFAULT_MAX_ROTATE = 35f;
private float mMaxRotate ... | [
"shaoruichao@126.com"
] | shaoruichao@126.com |
1a04cddab800247d104688b9053b6bb8a1b79421 | 720247d2eb9872163f97e02b84e7a30e5f9cecb2 | /src/main.java | 2e9d63f75c4c91da303830026dce4558dbe77251 | [] | no_license | kyanshoma/Report4 | 8028d93c0d217c410f8576b192d396f0f882a88a | 7de6ccff4d62017de80ada4718ec55cd1235d1f1 | refs/heads/master | 2020-09-27T21:03:23.166252 | 2019-12-08T04:04:58 | 2019-12-08T04:04:58 | 226,465,355 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 152 | java | public class main {
public static void main(String[] args){
String str = "百二十三";
int value = Integer.parseInt(str);
}
}
| [
"e175773@ie.u-ryukyu.ac.jp"
] | e175773@ie.u-ryukyu.ac.jp |
53e7df4f5c711da846fa30a55beaf0fbc726fb26 | 87a5c4ffa47e69e5ac649440a2cf4e33cc2531c6 | /src/main/java/com/app/dao/UserDAO.java | f8a9d19135e167f92275f2f829af1569c9c17d52 | [] | no_license | xomrayno1/fastfood | db7faeeaef99e940144c00fd16c740582fa0407d | 94094f7007567160d67fb5d9a600efcbd84eb45b | refs/heads/main | 2023-05-07T13:22:45.379494 | 2021-05-31T14:54:06 | 2021-05-31T14:54:06 | 371,951,925 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 143 | java | package com.app.dao;
import com.app.entity.Users;
public interface UserDAO<E> extends BaseDAO<E> {
Users findByUsername(String username);
}
| [
"xomrayno5@gmail.com"
] | xomrayno5@gmail.com |
ea0e4b5f9bac7bcdd8d910b4b9a5e9304dcb76b1 | 3cd69da4d40f2d97130b5bf15045ba09c219f1fa | /sources/kotlinx/coroutines/channels/ProduceKt$awaitClose$1.java | 1e152d61b412c38114477aa7d3c4747b7dd91c22 | [] | no_license | TheWizard91/Album_base_source_from_JADX | 946ea3a407b4815ac855ce4313b97bd42e8cab41 | e1d228fc2ee550ac19eeac700254af8b0f96080a | refs/heads/master | 2023-01-09T08:37:22.062350 | 2020-11-11T09:52:40 | 2020-11-11T09:52:40 | 311,927,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,588 | java | package kotlinx.coroutines.channels;
import kotlin.Metadata;
import kotlin.Unit;
import kotlin.coroutines.Continuation;
import kotlin.coroutines.jvm.internal.ContinuationImpl;
import kotlin.coroutines.jvm.internal.DebugMetadata;
import kotlin.jvm.functions.Function0;
@Metadata(mo33669bv = {1, 0, 3}, mo33670d1 = {"\u0... | [
"agiapong@gmail.com"
] | agiapong@gmail.com |
be1a02c8ef75e34935f19c1da9f6e37b25124def | 6384d3199811af7c8a0ed74450772e437cde334c | /room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/dao/UserHouseDao.java | b12f4ad77a6fdfc950513a9982abbec5a10b125d | [
"Apache-2.0"
] | permissive | androidx/androidx | 1cf2c063d530d2c6cf63899af796c44005ba38f4 | 7c7be981f7b980738c571998db1128f7a9a1195a | refs/heads/androidx-main | 2023-09-06T07:55:17.232185 | 2023-09-06T06:22:19 | 2023-09-06T06:22:19 | 256,589,781 | 5,035 | 940 | Apache-2.0 | 2023-09-14T17:59:59 | 2020-04-17T19:17:41 | Kotlin | UTF-8 | Java | false | false | 1,297 | java | /*
* Copyright (C) 2018 The Android Open Source Project
*
* 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 app... | [
"danysantiago@google.com"
] | danysantiago@google.com |
0f40e7538f1e8bca48ffeec3606852d4ec38bf3d | 4e2eb950bafec1af5a78ecc0e7da20e7be92947b | /Q0220_Contains_Duplicate_III/Solution.java | f44f0fb4f8566a7d84267524bfb40c45c8641cb8 | [] | no_license | zhijian-pro/MyLeetCode | 49458d996fac79efdfe8a1e2b1d6212df3172aee | 4d65b69134b0a542a675e9d66944e4634ec23079 | refs/heads/master | 2022-01-30T00:10:37.859666 | 2019-05-29T03:28:40 | 2019-05-29T03:28:40 | 176,062,802 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 945 | java | package Q0220_Contains_Duplicate_III;
import java.util.TreeSet;
/**
* @ Description:
* @ Date: Created in 14:46 2019-04-05
* @ Author: Anthony_Duan
*/
public class Solution {
public boolean containsNearbyAlmostDuplicate(int[] nums, int k, int t) {
TreeSet<Long> treeSet = new TreeSet<>();
fo... | [
"1581041541@qq.com"
] | 1581041541@qq.com |
6eb464e851d5a5ae79b9f1f2196614c053d96741 | 147ffd7a7ec412584fac3f9a5f68dbc748be7e51 | /app/src/main/java/com/example/nesrine/projetmobile/User.java | 6718346abac63dcfae048f6698661200c50d1642 | [] | no_license | nesrine94/ProjetMobile | 4d1044c62248fbb1eea9310027192d90efc8fab0 | 6d26e170b8003a8c132e625ec1084f830a9f5a5f | refs/heads/master | 2021-01-18T03:32:11.774531 | 2017-06-28T04:04:29 | 2017-06-28T04:04:29 | 85,810,417 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 708 | java | package com.example.nesrine.projetmobile;
import java.io.Serializable;
/**
* Created by Nesrine on 16/06/2017.
*/
public class User implements Serializable {
private String email;
private String mot_de_passe;
private String status;
public void setEmail(String email) {
this.email = email;
... | [
"dn_arhab@esi.dz"
] | dn_arhab@esi.dz |
c257c9732ec7a1fb6209d76ca8a722371b2edde8 | 46f00d16ceaa6453fd95663e6712b76140d1a31c | /source/at/helios/common/PersonPanel.java | 70e90be928fc2aa391e6c48cbe38514ef61af062 | [] | no_license | markusscherer/helios | 8cad913c5cb09f721601ca409ca44c8414ea196c | 25362b74f52024013a22afddf76523e182e792f5 | refs/heads/master | 2020-04-08T21:54:15.917067 | 2015-03-09T10:02:49 | 2015-03-09T10:02:49 | 31,887,818 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,130 | java | package at.helios.common;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.zkoss.zk.ui.Component;
import org.zkoss.zk.ui.Page;
import org.zkoss.zk.ui.Sessions;
import org.zkoss.zk.ui.event.Event;
import org.zko... | [
"markus.f.scherer@gmail.com"
] | markus.f.scherer@gmail.com |
509bc88568a5dcae10cce7b6d68e7bc47c09a6a9 | e960b5962a3122ea8384a51e1120e5429632afe9 | /app/src/main/java/com/example/postersliderapp/MainActivity.java | 321a11fd14f2c73114a1911141c1a677d6a6af7d | [] | no_license | vamshivasa/PosterSliderApp | c4d72d97f73424bc90fc7a5540abbab18aa1acd5 | 6d9e9cb1c15a466b291de731d841e8641e3e1d17 | refs/heads/master | 2020-07-14T01:06:18.747866 | 2019-08-29T17:04:47 | 2019-08-29T17:04:47 | 205,197,086 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 565 | java | package com.example.postersliderapp;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
ViewPager viewPager;
@Override
protected void onCreate(Bundle savedInstanceState) {
supe... | [
"vamshi2988@gmail.com"
] | vamshi2988@gmail.com |
bf4b6712e15aa0ecb69938f9b396df5002b211a7 | 8d670a880d3aae67842b89a66f2cf2682d8b6360 | /turma12c/ws/universidadexyz/src/br/com/universidadexyz/beans/Professor.java | 84fb8733de2002aa521b00cd78d866fb847aba96 | [] | no_license | mdcp14/projetoitau | 4cb3cc471e021be8bddd40f2e70d91d7b51992f6 | f2230340df7e6fa2df62e6ca8dd6d66e20cf1871 | refs/heads/master | 2023-02-05T16:47:21.041397 | 2020-12-18T15:24:16 | 2020-12-18T15:24:16 | 322,629,435 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 1,439 | java | package br.com.universidadexyz.beans;
public class Professor {
private int id;
private String apelido;
private String formacao;
private float valorHora;
public Professor(int i, String string, String string2, int j, Endereco endereco) {
}
public Professor(int id, String apelido, String formacao, float... | [
"mdcp140890@gmail.com"
] | mdcp140890@gmail.com |
059f7aa3da5b50baa46d3a088e668484027230e5 | c5422e830e80ae108b2b3a9686a9c31d3163dd55 | /src/org/fco/gdelt/hadoop/MapperTest.java | e4714d0fa6b43699ec5904aa1201988f1ddb7b42 | [] | no_license | carrillo/Gdelt | c3a151382b611d7187d188277b45341860b428b8 | bc540b5b880401916d1836d79f409529432eb07a | refs/heads/master | 2021-01-01T17:28:03.706378 | 2015-09-22T14:00:03 | 2015-09-22T14:00:03 | 18,897,496 | 4 | 4 | null | null | null | null | UTF-8 | Java | false | false | 668 | java | package org.fco.gdelt.hadoop;
import java.io.IOException;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Mapper;
public class MapperTest extends Mapper<LongWritable, Text, Text, IntWritable> {
@Override
prot... | [
"fernando@carrillo.at"
] | fernando@carrillo.at |
8184410cdc3f4f54f234586c8e8bc8f5d784ae21 | ed93e618ce708fc7794fb8a6756a4d707bcfde09 | /hapi-fhir-structures-r4/src/main/java/org/hl7/fhir/r4/model/codesystems/CoverageLevel.java | 7ecef0d228dc86de29bcbb5eb07644b18930188a | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | CMSgov/hapi-fhir | 6009f18d18d970c48b46fde5044b3e76fd63f394 | ecf570ced9d40fa32a78f4646dd15571b441ccc7 | refs/heads/master | 2023-06-24T17:40:18.539391 | 2018-03-01T12:25:35 | 2018-03-01T12:25:35 | 49,209,900 | 0 | 2 | Apache-2.0 | 2023-09-05T22:40:59 | 2016-01-07T14:40:27 | Java | UTF-8 | Java | false | false | 4,870 | java | package org.hl7.fhir.r4.model.codesystems;
/*
Copyright (c) 2011+, HL7, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the ab... | [
"jamesagnew@gmail.com"
] | jamesagnew@gmail.com |
22cc3bd10bcf4e193751fcf3716f7ffea1293a7d | c83bc1b62ff5c8fc42720cd0aa3c8afcb3e77022 | /library/sync/src/main/java/com/amatkivskiy/gitter/sdk/sync/client/SyncGitterApiClient.java | af1d674ac901226f526771eb1d1d0c1665de6b13 | [
"MIT"
] | permissive | asantibanez/GitterJavaSDK | 943b55b61011150c426314469ad039ad10bbf251 | 4cbd0ca2f5394d6820f057f41aed17dfa9a5dbaf | refs/heads/master | 2021-01-11T04:28:35.526156 | 2016-05-07T12:28:27 | 2016-05-07T12:28:27 | 69,082,105 | 0 | 0 | null | 2016-09-24T05:24:08 | 2016-09-24T05:24:08 | null | UTF-8 | Java | false | false | 5,372 | java | package com.amatkivskiy.gitter.sdk.sync.client;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.amatkivskiy.gitter.sdk.Constants;
import com.amatkivskiy.gitter.sdk.api.builder.GitterApiBuilder;
import com.amatkivskiy.gitter.sdk.converter.UserJsonDeserializer;
import com.amatkivskiy.gitter.... | [
"andriy.matkivskiy@gmail.com"
] | andriy.matkivskiy@gmail.com |
be2e08d8301f4daa814e0b1e0a8c19f2947a4cf2 | 461d040664f15bb7052dbadb89b58ca505cab4de | /app/src/main/java/miranda/sean/androiddetechtouch/K.java | 18f56c240c439ca3a78c39078bea74516112edcc | [] | no_license | javadkamizy/Alphabets-An-Android-application-as-a-game-based-learning-medium | c19063f9070b817711404b5b79e691eb94f780e5 | ef57a64ee440ad646229bac4c98ad1a482cf1efb | refs/heads/master | 2020-08-31T17:32:45.119430 | 2017-05-06T19:11:56 | 2017-05-06T19:11:56 | 218,744,848 | 0 | 1 | null | 2019-10-31T10:53:41 | 2019-10-31T10:53:41 | null | UTF-8 | Java | false | false | 14,422 | java | package miranda.sean.androiddetechtouch;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.gra... | [
"Omkar Vaidya"
] | Omkar Vaidya |
d5e155745de88833befeb24d7ded486c7a005851 | b3082559372bffa7e4105ec620bd9fc5a9a3cd12 | /src/br/com/ligaesporteamador/service/impl/QuadraCampoServiceImpl.java | 8b9514795af67ab56f64511661df84fc12297ddc | [] | no_license | reitak85/LigaEsporteAmadorWEB | 1762630cc13124dd0641c1e464ea40eeae5ca7a4 | 7f8b61dbc7602f955dbe7357863a2a321feb0ca4 | refs/heads/master | 2021-01-20T11:34:15.112209 | 2013-12-13T18:09:56 | 2013-12-13T18:09:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 970 | java | package br.com.ligaesporteamador.service.impl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import br.com.ligaesporteamador.dao.QuadraCampoDao;
import br.com.ligaesporteamador.model.QuadraCampo;
import br.com.ligaesporteamador.service.QuadraCampo... | [
"lu864703"
] | lu864703 |
f28edbb4324993caf818588e5dfbbb31eecfbe1a | b88e6782c44ccf7a44d3684a395facc72558e126 | /src/Practice07/Quiz18.java | 60b49ddaacc078cf910ae048c5f4e5573b6df4fe | [] | no_license | mr-joo/brain-storming | 5e33516ce250df9e1735cdd2b83cc5d7d6b2773f | 82e198bc0bcea3c4b365ff5266a0c7cb937df292 | refs/heads/master | 2021-09-03T08:22:13.096873 | 2018-01-07T13:52:45 | 2018-01-07T13:52:45 | 114,743,459 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 933 | java | package Practice07;
public class Quiz18 {
//action메서드 작성
public static void action(Robot r) {
if (r instanceof DanceRobot) {
((DanceRobot) r).dance();
}else if (r instanceof SingRobot) {
((SingRobot) r).sing();
}else if (r instanceof DrawRobot) {
((Dr... | [
"skyish912@gmail.com"
] | skyish912@gmail.com |
f8e1c5c34c71047fdaa19d1eed209385a108cebd | 3c6f4bb030a42d19ce8c25a931138641fb6fd495 | /finance-vas/finance-vas-service/src/main/java/com/hongkun/finance/vas/service/impl/SysAppVersionRuleServiceImpl.java | a021e2e430b2ed2857167cffa6a23a9304400b47 | [] | no_license | happyjianguo/finance-hkjf | 93195df26ebb81a8b951a191e25ab6267b73aaca | 0389a6eac966ee2e4887b6db4f99183242ba2d4e | refs/heads/master | 2020-07-28T13:42:40.924633 | 2019-08-03T00:22:19 | 2019-08-03T00:22:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,714 | java | package com.hongkun.finance.vas.service.impl;
import com.alibaba.dubbo.config.annotation.Service;
import com.hongkun.finance.vas.constants.AppVersionConstants;
import com.hongkun.finance.vas.dao.SysAppVersionRuleDao;
import com.hongkun.finance.vas.model.SysAppVersionRule;
import com.hongkun.finance.vas.service.SysAppV... | [
"zc.ding@foxmail.com"
] | zc.ding@foxmail.com |
6924f36c080107f1a3f454b7aa40b03493a4b0d6 | 6494431bcd79c7de8e465481c7fc0914b5ef89d5 | /src/main/java/com/coinbase/Coinbase$$Lambda$12.java | e3b3fb696900440c04cf5b89b3c32fb5efc7b6ce | [] | no_license | maisamali/coinbase_decompile | 97975a22962e7c8623bdec5c201e015d7f2c911d | 8cb94962be91a7734a2182cc625efc64feae21bf | refs/heads/master | 2020-06-04T07:10:24.589247 | 2018-07-18T05:11:02 | 2018-07-18T05:11:02 | 191,918,070 | 2 | 0 | null | 2019-06-14T09:45:43 | 2019-06-14T09:45:43 | null | UTF-8 | Java | false | false | 516 | java | package com.coinbase;
import android.util.Pair;
import retrofit2.Response;
import retrofit2.Retrofit;
import rx.functions.Func2;
final /* synthetic */ class Coinbase$$Lambda$12 implements Func2 {
private static final Coinbase$$Lambda$12 instance = new Coinbase$$Lambda$12();
private Coinbase$$Lambda$12() {
... | [
"gulincheng@droi.com"
] | gulincheng@droi.com |
5bf575f090a5754d20fe59751406e8af813fc12b | e07bb764864d7f618a245b242489e5f55acd879a | /code/tdt-vip-main/src/main/java/com/tdt/modular/storage/model/result/AllocationDetailResult.java | 6f143ec569daa341c1e219ba44f2b030b7bfff1b | [] | no_license | gechangjiang/wms | b61e7aed8a983a6bfbf4044289d8cf2dd67561d1 | 45d9ba6f6c0ca6d3ebee617a625199073b29b345 | refs/heads/main | 2023-07-03T21:21:21.464250 | 2021-08-09T08:53:14 | 2021-08-09T08:53:14 | 393,873,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,194 | java | package com.tdt.modular.storage.model.result;
import lombok.Data;
import java.util.Date;
import java.io.Serializable;
/**
* <p>
*
* </p>
*
* @author gcj
* @since 2019-08-28
*/
@Data
public class AllocationDetailResult implements Serializable {
private static final long serialVersionUID = 1L;
/**
... | [
"812829269@qq.com"
] | 812829269@qq.com |
272bbc63973a4fe3f6ad18b0901dd1abe59b7205 | 324f5e79ea8109cd7ac7e5c84b37dfb679302554 | /app/src/main/java/com/example/pan/myapplication/messenger/MessengerActivity.java | 39b3c524e762f407605411605edbbd3a28ea5ba5 | [] | no_license | panq-jack/BinderDemo | 014e03094dd6055556fd04f01007ac57376f5a50 | 9a5aa1b29c18bb7f427a67f0f952b2438873d979 | refs/heads/master | 2020-03-09T02:39:48.516333 | 2018-04-07T17:32:50 | 2018-04-07T17:32:50 | 128,545,473 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,797 | java | package com.example.pan.myapplication.messenger;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.ServiceConnection;
import android.os.Bundle;
import android.os.Handler;
import android.os.IBinder;
import android.os.Message;
import android.os.Me... | [
"1248499657@qq.com"
] | 1248499657@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.