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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
af7165cc7cc85b78c92e1de6461ba20b45c83c1f | cfc6be21a73f6fe30946fc40d9c60b88423be584 | /app/src/main/java/com/shichuang/sendnar/entify/ExamplesGift.java | 7a82e668d4936b2300de01b513fae2d34f8a661d | [] | no_license | ixingzhi/Sendnar | ad4dcc0c21e7e5d653a699e19d3d6adb14dfbd84 | 00a2178d1f654f7b0ed31d12ba61ac0fae49508b | refs/heads/master | 2020-03-19T07:47:27.885177 | 2018-07-09T11:01:43 | 2018-07-09T11:01:43 | 136,148,252 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 252 | java | package com.shichuang.sendnar.entify;
/**
* Created by Administrator on 2018/5/10.
*/
public class ExamplesGift {
private int id;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
}
| [
"xiedongdong.dev@gmail.com"
] | xiedongdong.dev@gmail.com |
94eb42f55cfcf8a358e6591b16623b8e7c61e14a | bdadec99175c665787ec1acc078b4e4809e95aab | /src/main/java/algorithm/DataStructures/Maps/HashMap.java | 4bd9357bde1b7bfae25d8a3b5747ba87e61a262f | [] | no_license | jdavid-araujo-zz/algorithms | fda1c8439ab9dd38671e97c87af1871450fb7a74 | ccb69bf7b2fa82f3825a685c958e2334ccf00356 | refs/heads/master | 2023-06-09T06:17:06.909980 | 2019-01-18T16:16:10 | 2019-01-18T16:16:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,586 | java | package algorithm.DataStructures.Maps;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
public class HashMap<K, V> implements Map<K, V> {
//private List<LinkedList<Entry<K, V>>> buckets = new List<LinkedList<Entry<K,V>>>();
private List[]buckets = new List[100];
... | [
"j.davidsousaaraujo@gmail.com"
] | j.davidsousaaraujo@gmail.com |
c60d7d4352ce6b639191aad1114c3548f3bb1fef | 5d49ca1743fb929cb37814a24cc8b058d089ff27 | /mall-product/src/main/java/com/zmm/mall/product/app/controller/SkuImagesController.java | 378f67059528fe78b3d873565cccf40117fc09ab | [] | no_license | MingHub0313/social-mall | 69be7237470998eb76da3a85cac9e1dc71e7edd9 | 85cc461e97a5384d4f857a101f5ea3b82124067a | refs/heads/master | 2023-04-17T13:13:14.760823 | 2021-04-30T08:03:09 | 2021-04-30T08:03:09 | 306,238,679 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,936 | java | package com.zmm.mall.product.app.controller;
import java.util.Arrays;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annota... | [
"zhangmingmig@adpanshi.com"
] | zhangmingmig@adpanshi.com |
c73e50a954764638208e9e8a6ab5d32a363af9e1 | 7186735c7189831503a51becde6512b0fb99eb69 | /src/main/java/br/com/caelum/ingresso/model/Ingresso.java | 375298138a4c1897c87b7ef363555e44ae0d8357 | [] | no_license | mmfalcao/fj22-ingressos | 420e0ebe9a2b5552e3ea093b14e2383b793835b4 | 5e0b368d0691ca6d0417f6cf1f882b862b895671 | refs/heads/master | 2021-06-21T13:47:07.047611 | 2017-08-19T01:11:02 | 2017-08-19T01:11:02 | 100,319,745 | 1 | 0 | null | 2017-08-15T00:04:33 | 2017-08-15T00:04:32 | null | UTF-8 | Java | false | false | 1,470 | java | package br.com.caelum.ingresso.model;
import java.math.BigDecimal;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.ManyToOne;
@Entity
public class Ingresso {
@Id
... | [
"marcelmf@msn.com"
] | marcelmf@msn.com |
5533f2d8b99ce37e64c2572b810a1dea85d115b0 | 141267b171bf3a37a30f6b7988d2ff4a469b5b6d | /ListApp/app/src/androidTest/java/org/westada/listapp/ExampleInstrumentedTest.java | f6ab0addba53610b7d59f053808b232a59e13b95 | [] | no_license | cosmo4/QuicklauncherFixedPeaches | 932b5ce26654adc337ab5c83d50f416796f0e02b | 34ad983da090445ad4d1e2ad95a293c90d3c36af | refs/heads/master | 2020-05-29T09:57:15.503028 | 2019-05-28T18:34:05 | 2019-05-28T18:34:05 | 189,082,994 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 722 | java | package org.westada.listapp;
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 Android dev... | [
"warner.luke0102@gmail.com"
] | warner.luke0102@gmail.com |
2c499643db8acef697b41afbc5a9da2cb7cafe24 | 3adbc2cf4437b62ed470f2d6f0c119dcf62ec5c8 | /day11_news_by_activity_fragmentcommunication/src/main/java/com/zsmome/day11_news_by_activity_fragmentcommunication/MainActivity.java | 1035442a363b2808257f5e0a193da0104f2bcf22 | [] | no_license | zsmome/Teacher | 4cbf21f0603170e73b318aa0a8f3427b6ffb28d4 | 233d9d5fc352ff7c9196125ba3d1b55f1165bd93 | refs/heads/master | 2021-01-23T16:07:58.418486 | 2017-06-04T02:37:27 | 2017-06-04T02:37:27 | 93,284,887 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,549 | java | package com.zsmome.day11_news_by_activity_fragmentcommunication;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.FrameLayout;
import com.zsmome.day11_news_by_activity_fragmentcommunication.fragments.LeftFragment;
import com.zsmome.day11_news_by_activity_fragmentcommuni... | [
"2632699904@qq.com"
] | 2632699904@qq.com |
718940beea4eae08b14d8dd4d9055b74eadefbfc | f0cb4b02e7d4255d55bc0df9d158ef69dad5eee7 | /app/src/main/java/com/koala/koalamall/base/MainActivity.java | 47384cb4b1dc5bf1203b8e7f30907885e7189e18 | [] | no_license | echoblade/koalamall | 7d04fb99b65006ca31c8d1383b1915814e9eb603 | a698518071c02428a83cb215574bf5ee8cf6c935 | refs/heads/master | 2021-01-25T12:49:10.907540 | 2018-03-02T02:11:40 | 2018-03-02T02:11:40 | 123,513,227 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,811 | java | package com.koala.koalamall.base;
import android.support.v4.app.Fragment;
import android.support.v4.content.ContextCompat;
import android.support.v4.view.ViewPager;
import android.view.KeyEvent;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import android.widget.Toast;
imp... | [
"466302603@qq.com"
] | 466302603@qq.com |
7ce328aa3c84705c74fcc960b5c9eae88bcb9cdb | b1f73bbeeb8a2b549f8204140edf7a5b36278212 | /src/Main.java | 46bf0e4b862e7ee370639e687a153d0f7d154e8b | [] | no_license | abatwara/Upgrad | 362315daeb778ebcd39aa6555112f05c2102550a | cb4d311db24b71b862922edc4a8db24953e1afa2 | refs/heads/master | 2022-11-27T21:56:28.871245 | 2020-08-12T09:57:38 | 2020-08-12T09:57:38 | 286,760,362 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 644 | java | import java.io.IOException;
public class Main {
public static void main(String args[]) {
int a[] = {1,2,3,4,5};
for (int num1 : a)
{
for(int num2 : a)
{
System.out.println(num1+num2);
}
}
}
static void fun1() {
try... | [
"anuj.batwara@gmail.com"
] | anuj.batwara@gmail.com |
70bd776c84f40bf981dae52f49904b2fbe8630ff | d557fe04f706e7d008b2bcd8bf8aa861776a15fb | /core/src/main/java/com/es/core/dao/order/JdbcOrderDao.java | 252339f868d44ae3db8a415288de91b6bf18852f | [] | no_license | PlusqRED/phoneshop | add6ca055a0397cea0b971f6797ae9ffb6126f5c | 055b73535312d6be371a8f7c516dc4b4888dcb7c | refs/heads/master | 2020-05-27T15:33:29.720314 | 2019-12-20T08:34:45 | 2019-12-20T08:34:45 | 188,681,567 | 0 | 0 | null | 2019-12-20T08:34:47 | 2019-05-26T12:43:18 | TSQL | UTF-8 | Java | false | false | 5,010 | java | package com.es.core.dao.order;
import com.es.core.dao.phone.PhoneDao;
import com.es.core.model.order.Order;
import com.es.core.model.order.OrderItem;
import com.es.core.model.order.OrderStatus;
import org.springframework.dao.DataAccessException;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframe... | [
"rickes.oleg@gmail.com"
] | rickes.oleg@gmail.com |
593889025ad15d1dbc430a6feb55f9d54030fc7a | be29c33e03cf20cd1b7e11f7fcadcafa1aa29e1c | /src/main/java/org/jtwig/render/listeners/RenderListener.java | 95ffd01bae63e11766c926e5a458b1e2ebc30bea | [
"Apache-2.0"
] | permissive | MakerTim/jtwig-core | 65f30171325c5b17dca72870db2401845a8aaa3b | 0f9e980534830295c7dc47c0a5ee050e0b524891 | refs/heads/master | 2021-07-10T07:46:03.735353 | 2017-10-06T15:59:09 | 2017-10-06T15:59:09 | 106,023,443 | 0 | 0 | null | 2017-10-06T15:56:21 | 2017-10-06T15:56:21 | null | UTF-8 | Java | false | false | 154 | java | package org.jtwig.render.listeners;
import org.jtwig.render.RenderRequest;
public interface RenderListener {
void listen (RenderRequest request);
}
| [
"jmelo@lyncode.com"
] | jmelo@lyncode.com |
113cc4d4d0b7fb30199f7c8b218ca7e97131d003 | 180445e7fcf7d4143984f9d95d924df47c66c711 | /src/gui/page/subpage/LG_Iptv.java | 8ab59db8847fadba4e4163112f3138559975d79d | [] | no_license | HanSJin/PhonePro | 1fde278b90071018f0536c67e4692287d554de3c | c52dd30b9035c2a4e8fc7f35350396eeabb981eb | refs/heads/master | 2021-01-22T04:48:50.402771 | 2016-10-27T12:27:30 | 2016-10-27T12:27:30 | 72,104,797 | 1 | 0 | null | null | null | null | UHC | Java | false | false | 8,593 | java | package gui.page.subpage;
import gui.constvalue.ConstV;
import gui.page.LG_Page;
import java.awt.Color;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.awt.event.MouseMotionListener;
import java.awt.event.... | [
"kksd9900@naver.com"
] | kksd9900@naver.com |
7b548e8ffacc1e1dc13266424d499d84dc17cd1b | 1f5235f925f7a66138bd2948fdac8a3a05079479 | /src/io/github/wwqgtxx/soilqualitymonitor/action/ParseDataAction.java | afc5de7430675ce393669028c8099a9dd12b0597 | [] | no_license | wwqgtxx/SoilQualityMonitor | de99b43fae2ebe05fda1690a0cd221d811559f0c | 57730da433ea1e57a7a6b4466784aebd563977f0 | refs/heads/master | 2020-05-30T15:08:54.072042 | 2016-11-08T08:29:48 | 2016-11-08T08:29:48 | 59,478,084 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,080 | java | package io.github.wwqgtxx.soilqualitymonitor.action;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import com.opensymphony.xwork2.ActionSupport;
import io.github.wwqgtxx.soilqualitymonitor.common.DataSave;
import io.github.wwqgtxx.soilqualitymonitor.bean.SettingBean;
import io.... | [
"wwqgtxx@gmail.com"
] | wwqgtxx@gmail.com |
5e7ca104529d765849f34380cfd23f5ca4d7fb84 | 40104bacf59d3525929f4b82bae393f33e04fefd | /src/tarea1/imprimir.java | 5d53899d53a20d9f2326a571dccf48c42be7d187 | [] | no_license | dagr27/Tareas | 85a42d67cf710aff1beac4d2494bebf8b6427fc6 | 36b55577c85dee2ace1ceb95829961ec7a024198 | refs/heads/master | 2021-09-10T11:05:25.693174 | 2018-03-25T05:55:43 | 2018-03-25T05:55:43 | 126,128,440 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 800 | java | package tarea1;
/*
* 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.
*/
/**
*
* @author maria
*/
public class imprimir {
String nombre;
String apellido;
String... | [
"37205358+dagr27@users.noreply.github.com"
] | 37205358+dagr27@users.noreply.github.com |
61530345b534def5ef69e1fe344e291aee1515f9 | 2045c33511031af0dd69151e0dd7e331f7538a46 | /src/com/fengkun/design_pattern/state/advance/EldState.java | 1ebdc0b8869d87a75abcb0786b687bc8775fedc6 | [] | no_license | fengkunangel/DesignPattern | 028b13834b6154bcedaf2264e9be1d110c5fb830 | 1f5bc6e75966bf411f617b91ca1186a8d5ac6976 | refs/heads/master | 2020-03-27T20:24:54.397641 | 2018-09-28T16:38:05 | 2018-09-28T16:38:05 | 147,067,377 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 303 | java | package com.fengkun.design_pattern.state.advance;
/**
* Created by fengkunangel on 2018/9/16.
*/
public class EldState implements State {
@Override
public void perform() {
System.out.println("老年");
}
@Override
public State nextState() {
return null;
}
}
| [
"fengkunangel@outlook.com"
] | fengkunangel@outlook.com |
a8a1ba971bf1b5e2e50b9b73dabdb2bca77afcf1 | d53b67e25c361db8ccc868c9ebd650981fee9e35 | /CollabBackEnd2.2/src/main/java/com/niit/model/Friend.java | 0d87db848b0e100b66dd7ef807eb90fd15622e41 | [] | no_license | Shuganya/collaborationNew | 88a106774dd61c2fd210bd703ce79fee8271e50a | 8d905a242a2eb0925bb69e2a87f8a50eda840a5e | refs/heads/master | 2020-06-23T03:03:38.009563 | 2016-12-09T09:09:43 | 2016-12-09T09:09:43 | 74,670,015 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,037 | java | package com.niit.model;
import java.util.UUID;
import javax.persistence.*;
import org.springframework.stereotype.Component;
@Entity
@Component
@Table(name="Friend")
public class Friend extends BaseDomain {
@Id
private String id;
private String userid;
private String friendid;
private String status;
private... | [
"shuganyaravi29@gmail.com"
] | shuganyaravi29@gmail.com |
70d27f2ce6247c98e094213e7e9b6e4a0ee3dbb2 | 19b774dcbdf8a1df6132a12f43df9811d57d2aca | /src/gui/controladores/GUIConfirmation.java | db79c5e6e69af40d115fe78c48fc872ff5b2504c | [] | no_license | vinesnts/ProjetoBD | 75aeb42759333db0928f4bb873d6ccd72553e4e7 | 9c2e8e3c409ea6f862ff27fa7fa6c88b69a2baa1 | refs/heads/master | 2020-04-01T12:55:20.812860 | 2018-12-20T00:20:55 | 2018-12-20T00:20:55 | 153,229,692 | 0 | 0 | null | 2018-12-20T00:20:56 | 2018-10-16T05:52:10 | Java | UTF-8 | Java | false | false | 1,025 | java | package gui.controladores;
import fachada.Fachada;
import javafx.scene.control.Alert;
import javafx.scene.control.ButtonType;
public class GUIConfirmation {
private boolean escolha;
Fachada fachada = Fachada.getInstance();
public boolean janelaConfirmacao(String pergunta, String aviso) {
Alert d... | [
"v.santos0406@gmail.com"
] | v.santos0406@gmail.com |
d6a96c1a8a9da406fc61b02d2cdc044f879428c1 | 575c19e81594666f51cceb55cb1ab094b218f66b | /octopusconsortium/src/main/java/OctopusConsortium/Models/RCS/XActMoodIntentEventX.java | 3c33355a5d45f5dfb3a60093e980e4ce33a10a31 | [
"Apache-2.0"
] | permissive | uk-gov-mirror/111online.ITK-MessagingEngine | 62b702653ea716786e2684e3d368898533e77534 | 011e8cbe0bcb982eedc2204318d94e2bb5d4adb2 | refs/heads/master | 2023-01-22T17:47:54.631879 | 2020-12-01T14:18:05 | 2020-12-01T14:18:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,005 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-257
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2012... | [
"tom.axworthy@nhs.net"
] | tom.axworthy@nhs.net |
771b3840b67bd25727644fd23e4f7f1b68816ce8 | 11172896910e04db7828bf2976438e5b79d6e65d | /financas/src/br/com/alura/financas/dao/MovimentacaoDao.java | e3a65be22bdda43888461e186f264de42df37370 | [] | no_license | MateuVieira/Java | d8679ffba26b595ef4b305cd45147a1e0d1c4c59 | 9f1734bafe1bd97b7729c43d4657b6d7fe950119 | refs/heads/master | 2020-04-27T18:38:54.678185 | 2019-03-27T15:32:02 | 2019-03-27T15:32:02 | 174,580,592 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 804 | java | package br.com.alura.financas.dao;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.TypedQuery;
import com.mysql.cj.Query;
import br.com.alura.financas.modelo.Conta;
import br.com.alura.financas.modelo.TipoMovimentacao;
public class MovimentacaoDao {
private EntityManager e... | [
"35344433+MateuVieira@users.noreply.github.com"
] | 35344433+MateuVieira@users.noreply.github.com |
94812890cae3973940857b56ed84f3e0114d5054 | e5bb7ef8376d0aad44905816003ddd9906d95969 | /alien/src/main/java/com/andrew/apollo/loaders/WrappedAsyncTaskLoader.java | 9e155f023d60dbbc0f49888def849797c3169ed2 | [] | no_license | EitlerPereira/Music | d6f50c47937a17a04138bf46bdf2ed4a8a1ef5d0 | 4ac5d4f41228ccfe2821102ab40e221c7e30ad74 | refs/heads/master | 2021-06-05T05:24:23.844862 | 2016-08-16T09:02:26 | 2016-08-16T09:02:26 | 109,279,856 | 0 | 1 | null | 2017-11-02T15:02:48 | 2017-11-02T15:02:48 | null | UTF-8 | Java | false | false | 1,527 | java |
package com.andrew.apollo.loaders;
import android.content.Context;
import android.support.v4.content.AsyncTaskLoader;
/**
* <a href="http://code.google.com/p/android/issues/detail?id=14944">Issue
* 14944</a>
*
* @author Alexander Blom
*/
public abstract class WrappedAsyncTaskLoader<D> extends AsyncTaskLoader<D>... | [
"zaiyongs@gmail.com"
] | zaiyongs@gmail.com |
1ef52bab60661c4b093368e1cee835ac1281d7f9 | 8979c7fbc2cdc3e08220847f843d7816fd8d5d08 | /app/src/main/java/com/lzx/zhihudaily/module/common/AboutAppActivity.java | 045fd9944548c83f9b0271d3d219cb050a81c89f | [
"Apache-2.0"
] | permissive | zhumengguang/FindDaily | be82b9d39d493da7051db618a173e33a4e77a07d | 3ce47fe650e46e25feb0d986477025271b2b4622 | refs/heads/master | 2020-03-17T12:27:55.744382 | 2017-07-28T02:37:26 | 2017-07-28T02:37:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,577 | java | package com.lzx.zhihudaily.module.common;
import android.os.Bundle;
import android.support.design.widget.CollapsingToolbarLayout;
import android.support.v7.app.ActionBar;
import android.support.v7.widget.Toolbar;
import com.lzx.zhihudaily.R;
import com.lzx.zhihudaily.base.BaseActivity;
/**
* Created by lzx on 2016/... | [
"386707112@qq.com"
] | 386707112@qq.com |
6f45131cf5e2ea54256ad685b76c0027d9c2890c | ceb4bf1fab1c5af248463ebe0ccb6c4ad3b1e49a | /Session6/src/Controller/Colliable.java | 139862dd6cfb1b7540e76fba0bdfcf9a97f61d03 | [] | no_license | cknguyen96/TuyenCI5 | ee458bc61fb17a79663bf01e9b171278bb1ae949 | af0c7bef33c318f9dc651925bb6ec64ed3d6d952 | refs/heads/master | 2021-01-20T19:19:38.200270 | 2016-08-13T11:08:26 | 2016-08-13T11:08:26 | 64,072,899 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 206 | java | package Controller;
import models.GameObject;
/**
* Created by PhamTuyen on 8/1/2016.
*/
public interface Colliable {
GameObject getGameObject();
void onCollide(Colliable colliable);
}
| [
"cknguyen96@gmail.com"
] | cknguyen96@gmail.com |
5df26ad2ff61f3a06180723e2dd981868f5077cf | 1e8a5381b67b594777147541253352e974b641c5 | /com/google/android/gms/playlog/internal/PlayLoggerContext.java | ed3292894acb93fc877f97ab8cd0c60eda3137b2 | [] | no_license | jramos92/Verify-Prueba | d45f48829e663122922f57720341990956390b7f | 94765f020d52dbfe258dab9e36b9bb8f9578f907 | refs/heads/master | 2020-05-21T14:35:36.319179 | 2017-03-11T04:24:40 | 2017-03-11T04:24:40 | 84,623,529 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,320 | java | package com.google.android.gms.playlog.internal;
import android.os.Parcel;
import com.google.android.gms.common.internal.safeparcel.SafeParcelable;
import com.google.android.gms.common.internal.zzw;
import com.google.android.gms.common.internal.zzx;
public class PlayLoggerContext
implements SafeParcelable
{
publi... | [
"ramos.marin92@gmail.com"
] | ramos.marin92@gmail.com |
53b45fc215a69f4ef890a961310c160adc332d21 | be74e1dbaab580a7e4024a595958d1893469863a | /Java/src/ReorderedPowerof2.java | 1db423d5123ccc03cb6fb41047f62f325937df7c | [] | no_license | super0xie/Solution | 0392b2577c31415c60ebcbeedb3dedcb01c66f02 | d028c2d076b1136ee30673faae5844954674961d | refs/heads/master | 2021-06-21T12:34:40.968649 | 2020-12-06T05:27:34 | 2020-12-06T05:27:34 | 130,928,761 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,762 | java |
public class ReorderedPowerof2 {
private static int[] n = {1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072, 262144, 524288, 1048576, 2097152, 4194304, 8388608, 16777216, 33554432, 67108864, 134217728, 268435456, 536870912, 1073741824};
private static int[] len = ... | [
"sxie@alpine-la.com"
] | sxie@alpine-la.com |
6823f61c32e0d602fa3d237f7c50ee76f0833b55 | d27e4313736792d454fa87ce815030c666c94871 | /Design/src/main/java/建造者模式/Meal/MealBuilder.java | db60ed6c302d9086cdc976ac970b6e714369bd2b | [] | no_license | yefeixue/design_pattern | d1a002296fb5b63c361bd9514b2442cee73a996e | a0a2ce4ff22a55de9475c0daa7d1583233807218 | refs/heads/master | 2020-04-13T22:02:58.031390 | 2018-12-29T02:59:12 | 2018-12-29T02:59:12 | 163,471,321 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 538 | java | package 建造者模式.Meal;
import 建造者模式.Item.ChickenBurger;
import 建造者模式.Item.Coke;
import 建造者模式.Item.Pepsi;
import 建造者模式.Item.VegBurger;
public class MealBuilder {
public Meal prepareVegMeal (){
Meal meal = new Meal();
meal.addItem(new VegBurger());
meal.addItem(new Coke());
return meal;
} ... | [
"dingjinlong@huobi.com"
] | dingjinlong@huobi.com |
6512e2f19c24785c35b08cda1e464d2ff16c69c8 | d5515553d071bdca27d5d095776c0e58beeb4a9a | /src/net/sourceforge/plantuml/activitydiagram3/InstructionPartition.java | 6de5e25cd6db478ff32dc6126b3817e8e0c19e75 | [] | no_license | ccamel/plantuml | 29dfda0414a3dbecc43696b63d4dadb821719489 | 3100d49b54ee8e98537051e071915e2060fe0b8e | refs/heads/master | 2022-07-07T12:03:37.351931 | 2016-12-14T21:01:03 | 2016-12-14T21:01:03 | 77,067,872 | 1 | 0 | null | 2022-05-30T09:56:21 | 2016-12-21T16:26:58 | Java | UTF-8 | Java | false | false | 2,543 | java | /* ========================================================================
* PlantUML : a free UML diagram generator
* ========================================================================
*
* (C) Copyright 2009-2017, Arnaud Roques
*
* Project Info: http://plantuml.com
*
* This file is part of PlantUML.
... | [
"plantuml@gmail.com"
] | plantuml@gmail.com |
ddcc5f1e9a2013b6ab1679d4842ce04c429740e0 | 66e2f35b7b56865552616cf400e3a8f5928d12a2 | /src/main/java/com/alipay/api/response/AlipayUserApplepayOtpresolutionmethodsQueryResponse.java | 201127dde6f48cdce33d7562ae0842f620ecbb05 | [
"Apache-2.0"
] | permissive | xiafaqi/alipay-sdk-java-all | 18dc797400847c7ae9901566e910527f5495e497 | 606cdb8014faa3e9125de7f50cbb81b2db6ee6cc | refs/heads/master | 2022-11-25T08:43:11.997961 | 2020-07-23T02:58:22 | 2020-07-23T02:58:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,245 | java | package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.domain.OpenApiResolutionMethod;
import com.alipay.api.domain.OpenApiResponseHeader;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.user.applepay.otpresolutionmethods.query response.
*
... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
cb0fb1aa38d8cfdb326e3c9673cc118c329cb605 | 71dac425176f1c661454c5b24d16c4330690a818 | /src/org/freemars/colony/manager/ColonyFertilizerRenderer.java | f41e77c0cc6b2130eeb3ebf05a8976cf95250fee | [] | no_license | masmangan/ducking-octo-boo | 5059ac99e5cfb07090af06ee98c670654f878e64 | 3fc846d771bb5c245dcc715f885ed80b23193d27 | refs/heads/master | 2020-12-24T16:34:10.314307 | 2016-05-12T01:06:53 | 2016-05-12T01:06:53 | 35,245,987 | 0 | 2 | null | 2016-05-12T01:06:53 | 2015-05-07T22:07:18 | Visual Basic | UTF-8 | Java | false | false | 1,795 | java | package org.freemars.colony.manager;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Component;
import java.awt.Font;
import java.awt.Image;
import javax.swing.ImageIcon;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JTable;
import javax.swing.table.TableCellRenderer;
im... | [
"10067320@l181796.portoalegre.pucrsnet.br"
] | 10067320@l181796.portoalegre.pucrsnet.br |
00b45ff6766fddde087fc0f42d15bef1269bce61 | 1fdd9f8d783fdeadbeeee4c2e27718e6c2f673d9 | /day9/代码/days9/src/BGeneric/GInteface/service/impl/Uzi.java | fba80fdd4e4e3c760552992640c97ddb40c4eb88 | [] | no_license | ywz147258/mnuSE1802 | c4b8eb92cb7457f6d41b384168c8208711fc2841 | 1c2e406f2d9d901b1e7f87a999c41fa70f87b556 | refs/heads/main | 2023-08-24T05:06:43.922825 | 2021-10-19T01:43:54 | 2021-10-19T01:43:54 | 406,188,734 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 366 | java | package BGeneric.GInteface.service.impl;
import BGeneric.GInteface.service.Gun;
import BGeneric.GInteface.entity.NineMiBullet;
public class Uzi implements Gun<NineMiBullet> {
@Override
public void shoot(NineMiBullet nineMiBullet) {
System.out.println("uzi使用"+nineMiBullet.getName()+"进行设计,威力是"+nineMiBu... | [
"1094769835@qq.com"
] | 1094769835@qq.com |
91bd5a807cbb7a3bb65dd908dc29cab2354c8dad | 67c89388e84c4e28d1559ee6665304708e5bf0b2 | /messaging/netty/src/main/java/io/atomix/messaging/netty/MessageEncoder.java | 6873339553c1aa60910168cb20f75c012f8fdbcf | [
"Apache-2.0"
] | permissive | maniacs-ops/atomix | f66e4eca65466fdda7dee9aec08b3a1cb51724dc | c28f884754f26edfec3677849e864eb3311738e7 | refs/heads/master | 2021-01-02T08:55:42.350924 | 2017-07-28T23:48:05 | 2017-07-28T23:48:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,185 | java | /*
* Copyright 2016-present Open Networking Laboratory
*
* 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 appli... | [
"jordan.halterman@gmail.com"
] | jordan.halterman@gmail.com |
5c7116e744648f3f957d52a415a87c0bb80e0e2a | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/30/30_fbdf1a70dd0b934355d535d544c9ebe136d2d6f5/PlasticClassPool/30_fbdf1a70dd0b934355d535d544c9ebe136d2d6f5_PlasticClassPool_t.java | c2eb75c480c113f94aad891227ca5b22ef7a4edf | [] | 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 | 25,033 | java | // Copyright 2011-2013 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 by ap... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
231cd46bcaf3c90cf96213829346dc2336693a4a | 3478884fc5d7eda7b38937ee528a472c5cc47f7a | /zebra-engine/src/main/java/com/hongru/spider/impl/CrawlerLauncher.java | 86ae234b96f5c37ac9ac7dabe7c791bd0e8dd6af | [] | no_license | chenhy8208/zebra-searcher | 396a5cf6b3903c1ddb23bc36a8628f5c01fc12f8 | 4f6a71e924765a3c76f66e980d7d69621901b60f | refs/heads/master | 2020-05-26T17:10:03.862141 | 2017-03-15T01:32:38 | 2017-03-15T01:32:38 | 85,015,079 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,752 | java | package com.hongru.spider.impl;
import com.hongru.common.lucene.conf.ConfigManager;
import com.hongru.config.AppConfig;
import com.hongru.spider.SpiderLauncher;
import edu.uci.ics.crawler4j.crawler.CrawlConfig;
import edu.uci.ics.crawler4j.crawler.CrawlController;
import edu.uci.ics.crawler4j.crawler.WebCrawler;
impor... | [
"37799400@qq.com"
] | 37799400@qq.com |
00639d2a92c96f8c7b0bb9f4d22e3e83126d2ab6 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.minihd.qq/assets/exlibs.1.jar/classes.jar/tencent/im/s2c/msgtype0x211/submsgtype0x8/C2CType0x211_SubC2CType0x8$UpdateInfo.java | 5a8911989b473761aa19a758c490b2fd6073c36b | [] | 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 | 1,051 | java | package tencent.im.s2c.msgtype0x211.submsgtype0x8;
import com.tencent.mobileqq.pb.MessageMicro;
import com.tencent.mobileqq.pb.MessageMicro.FieldMap;
import com.tencent.mobileqq.pb.PBEnumField;
import com.tencent.mobileqq.pb.PBField;
public final class C2CType0x211_SubC2CType0x8$UpdateInfo
extends MessageMi... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
22a8797b019b46e79b3c8ec97af7589af22dbd41 | b2f9eebdf9c6d4df7baa57c4084f9620995ab19e | /core/src/main/java/rocks/astroid/astroid/core/Movable.java | f3d43fe2b405450f9370367c68802d39aaac697f | [] | no_license | skipperguy12/astroid.rocks | bfbf772969593fb87ce8585c7d77b6ee74bd960e | b9a96354961cc812047f7bb2a354bdd6e5542c81 | refs/heads/master | 2021-06-01T01:38:12.147704 | 2016-06-27T04:27:34 | 2016-06-27T04:27:34 | 61,580,861 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 292 | java | package rocks.astroid.astroid.core;
import com.badlogic.gdx.math.Vector3;
/**
* Has speed and can be moved
*/
public interface Movable {
public float getSpeed();
public void setSpeed(float speed);
public Vector3 getLocation();
public void setLocation(Vector3 location);
}
| [
"dnlisrl@gmail.com"
] | dnlisrl@gmail.com |
96ad24975cf2b3b7066c7b8509c9099ed718b00e | f0af840b868f529353ac233ab203b543098ead66 | /src/main/java/com/bolsadeideas/springboot/reactor/app/SpringBootReactorApplication.java | 04c4a9d20b20bd0015e849007158fd9772da1987 | [] | no_license | oelsacte/springboot-reactor | 4b0221b06bca5a66994f9020b6531161f3a9236b | 746467ceb269e7e4f7cccbe82a9b21491cc65d8c | refs/heads/master | 2020-08-29T08:09:53.457247 | 2019-10-28T06:16:39 | 2019-10-28T06:16:39 | 217,977,678 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,757 | java | package com.bolsadeideas.springboot.reactor.app;
import javax.management.RuntimeErrorException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplica... | [
"oelsacte@gmail.com"
] | oelsacte@gmail.com |
1b5edd4f86b436c9ffb0523c47fec2235df3f638 | 13c948b38ae50abcac9a45687b05b176f7df9872 | /oauth2/oauth2-core/src/main/java/org/springframework/security/oauth2/core/ClaimAccessor.java | 4e68579f4f7e0b2c055118932f176ac933a3fba3 | [
"Apache-2.0"
] | permissive | bghgu/spring-security | 19317a19c203aef8d6b15ff32b641db4ba57f523 | 54547f35b7bb2a35657dfd2713cbdd6543bc9597 | refs/heads/master | 2021-05-15T12:53:21.760748 | 2017-10-26T16:19:57 | 2017-10-26T16:22:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,910 | java | /*
* Copyright 2012-2017 the original author or authors.
*
* 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 ap... | [
"jgrandja@pivotal.io"
] | jgrandja@pivotal.io |
648f0c1abfdae128a4f2aeb171f7951d732e333a | 264ca7893309005d3e6b74118541beaa45de73bd | /Java8Reduces/src/Ex1/ListaNum.java | 26c61b5ee2e253c10b839f70c26ca5bf0e87a9df | [] | no_license | GuilhermeSantosJS/Java8Exercises | 6e480d5c1f75ec9a34ba2e8ad1259e77d8f82981 | 918ad3c5546a470974e2e4b10a2b34651f29e9dd | refs/heads/master | 2023-03-14T05:33:18.514638 | 2021-03-14T21:34:25 | 2021-03-14T21:34:25 | 335,525,036 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,345 | java | package Ex1;
import java.lang.reflect.Array;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.Optional;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
public class ListaNum {
public void Li... | [
"santos.g@aluno.ifsp.edu.br"
] | santos.g@aluno.ifsp.edu.br |
94a49561ee3298dc602d61488f728c3d0a5c9fd1 | 53d677a55e4ece8883526738f1c9d00fa6560ff7 | /com/tencent/mm/y/c.java | 39ded1435ee3c6012e839cc7d83e788a6491e6aa | [] | no_license | 0jinxing/wechat-apk-source | 544c2d79bfc10261eb36389c1edfdf553d8f312a | f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d | refs/heads/master | 2020-06-07T20:06:03.580028 | 2019-06-21T09:17:26 | 2019-06-21T09:17:26 | 193,069,132 | 9 | 4 | null | null | null | null | UTF-8 | Java | false | false | 11,238 | java | package com.tencent.mm.y;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Matrix;
import android.graphics.PaintFlagsDrawFilter;
import android.graphics.PointF;
... | [
"172601673@qq.com"
] | 172601673@qq.com |
7f3c9145257e4c3be269a34427534102c801316e | 81cfa4100ac99a1453a92e10417edc19dc84b0dd | /src/test/java/com/thoughtworks/martdhis2sync/responseHandler/EventResponseHandlerTest.java | 5d3d7f7caef6d8dcfa4a6faad67e9af7a038f8f0 | [] | no_license | psi-zimb/mart-dhis2-sync | 3c0d1339fa78228c5066a2fd7ac1ce2418c75829 | 6ff45dc02d3b14739256447fad216e8340200a2c | refs/heads/master | 2021-06-01T15:46:28.834236 | 2020-01-24T07:00:49 | 2020-01-24T07:00:49 | 145,549,357 | 0 | 0 | null | 2020-01-24T07:00:50 | 2018-08-21T10:37:27 | Java | UTF-8 | Java | false | false | 32,847 | java | package com.thoughtworks.martdhis2sync.responseHandler;
import com.thoughtworks.martdhis2sync.model.Conflict;
import com.thoughtworks.martdhis2sync.model.EnrollmentAPIPayLoad;
import com.thoughtworks.martdhis2sync.model.EnrollmentImportSummary;
import com.thoughtworks.martdhis2sync.model.Event;
import com.thoughtworks... | [
"mahitha.arveti@gmail.com"
] | mahitha.arveti@gmail.com |
c605c96aa1bf6c8b7cb4613db614cccdc9bf0c37 | b796403692acd9cd1dcae90ee41c37ef4bc56f44 | /CobolPorterParser/src/main/java/tr/com/vbt/natural/parser/datalayout/db/patern/PaternDBDataTypeNatural.java | 7c6c52a1bc4b5900d125c6c9755e3e87556eafd1 | [] | no_license | latift/PorterEngine | 7626bae05f41ef4e7828e13f2a55bf77349e1bb3 | c78a12f1cb2e72c90b1b22d6f50f71456d0c4345 | refs/heads/master | 2023-09-02T05:16:24.793958 | 2021-09-29T12:02:52 | 2021-09-29T12:02:52 | 95,788,676 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,952 | java | package tr.com.vbt.natural.parser.datalayout.db.patern;
import tr.com.vbt.cobol.parser.AbstractCommand;
import tr.com.vbt.lexer.ReservedNaturalKeywords;
import tr.com.vbt.natural.parser.datalayout.db.ElementDBDataTypeNatural;
import tr.com.vbt.patern.AbstractDataTypePattern;
import tr.com.vbt.token.AbstractToken;
impo... | [
"latiftopcu@gmail.com"
] | latiftopcu@gmail.com |
17ad62bace6851a3539028631e93ce85bff86b6f | 8e310f1a5177af0d48af09993f589b9638ce9cf0 | /src/main/java/com/si/mapbuilder/gmap/Line.java | 39aaf42ed3dfc89fb50813c39558ded71d5191fd | [] | no_license | pingandezhufu/MapBuilder | 72bf371427a94806fe2118eb6b379d932a0e33d8 | 8d8d785ebba8aa5121089226b399a98425fa1449 | refs/heads/master | 2021-01-18T12:29:16.644374 | 2012-04-23T07:38:52 | 2012-04-23T07:38:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 838 | java | package com.si.mapbuilder.gmap;
import java.util.*;
/**
*
* User: simonvandersluis
* Date: 6/03/12
* Time: 7:14 PM
*/
public class Line {
private List<Point> points = new LinkedList<Point>();
public Line() {
super();
}
public Line(List<Point> initialPoints) {
this.points.addAll(initialPo... | [
"svanders38@gmail.com"
] | svanders38@gmail.com |
16ffcc1afd09b356d08f5f6216114db14a48026d | 98f56f179d04418e3df7e1934aea16e8c2168538 | /src/test/java/com/github/hanavan99/conwaygameoflife/network/packets/HelloPacketTest.java | a9b78921fd9b05e65e97cfe5ceeb53b988ca1c8f | [] | no_license | Hanavan99/ConwayGameOfLife | a10fbe69578f64376ef317db58ae9eb2481fb14f | e4e1550454137e725edbab0c24f57defe91494cd | refs/heads/master | 2020-12-24T19:05:14.866523 | 2016-06-10T01:20:53 | 2016-06-10T01:20:53 | 56,821,197 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 275 | java | package com.github.hanavan99.conwaygameoflife.network.packets;
public class HelloPacketTest extends AbstractPacketTest {
@Override
protected IPacket packetA() {
return new HelloPacket(42);
}
@Override
protected IPacket packetB() {
return new HelloPacket(53);
}
}
| [
"zachdeibert@gmail.com"
] | zachdeibert@gmail.com |
a9b857218e95fdc7ab46027731bc136784b1bf71 | deb6f7cbffe4ce4c916470646036ea38bbf3b314 | /keerthisri/12 & 13 October/12oct2020/StudentMongo/src/main/java/com/example/demo/resource/EmployeeController.java | c3d8035656d38f14e22c183fa860ff649fb51a13 | [] | no_license | USTGLOBLE-2020/springassignments | 805956d995c0601930ebb64659ac0327856d0b53 | d0e98af9b1053e7e153dd073b983c4cfa4017ca3 | refs/heads/master | 2022-12-20T11:43:37.680268 | 2020-10-28T12:23:04 | 2020-10-28T12:23:04 | 301,422,153 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,464 | java | package com.example.demo.resource;
import java.util.List;
import java.util.Optional;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEn... | [
"estatereal747@gmail.com"
] | estatereal747@gmail.com |
3493d89d5f8ac2d306e10b827a2b8719a273a042 | 90145d7706df4afae89474bf2163104b67a35330 | /app/src/main/java/com/example/cindywong/notes/SavedNote.java | c730e687e7f5628ba40821a2471393219f7b5398 | [] | no_license | CindyWong95/Notes | b97c4bccc95e655b424b9c149f05299d2be09851 | f912cecb0f33f99e698bf8cc010e4ebf26f6f19d | refs/heads/master | 2021-08-19T02:08:13.119439 | 2017-11-14T09:48:33 | 2017-11-14T09:48:33 | 110,346,012 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,039 | java | package com.example.cindywong.notes;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.content.Intent;
import android.view.View;
import android.widget.*;
public class SavedNote extends AppCompatActivity {
TextView tvNote, tvFileName;
Button btnHome;
@Override
... | [
"cindy.wys@hotmail.com"
] | cindy.wys@hotmail.com |
5c3e85a25cc826eba52d7635ceee1262edd42139 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/26/26_d66cc191951542105ad9770081b1807ee2f78091/GitCommitHandlerV1/26_d66cc191951542105ad9770081b1807ee2f78091_GitCommitHandlerV1_s.java | b3418b5c660c063445445f1e2cbfc33ef9658c6b | [] | 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 | 17,347 | java | /*******************************************************************************
* Copyright (c) 2011 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution,... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
4488d63cf18e4b24b54180cd1c42f0c6bad3e82e | 13653238ee42303f5f7659ca9d6ded8239f31c70 | /src/main/java/org/team2053/GUI.java | 076f0cb6d8f676e67d9b04b1c75da9b8fb28f9b3 | [] | no_license | frc2053/MecanumPathGenerator | 773b40727034a879338d8f6cb18a4712e5d0b920 | 1b5cc54beb17b6dd054431d5bc33c1603ce24992 | refs/heads/master | 2021-10-24T01:25:34.508238 | 2019-03-21T10:16:32 | 2019-03-21T10:16:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 153 | java | package org.team2053;
public class GUI {
public static void main(String[] args) {
Main main = new Main();
main.runMe(args);
}
} | [
"williams.r.drew@gmail.com"
] | williams.r.drew@gmail.com |
df393acb5d8b6325e964ca429c8a0d8eb9e4b8fb | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/7/7_265a55954d10ff9e4cd1f2b3a6b11852b1e8323c/SAML2AuthenticationHandler/7_265a55954d10ff9e4cd1f2b3a6b11852b1e8323c_SAML2AuthenticationHandler_s.java | 4322a14c917f9b94b80b1317c9f550ee3e425dcd | [] | 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 | 16,536 | java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
bfca3670f49998a3fffc160cc066542f5f5861d0 | 486fa1feab52d801dc26876f8a4fa3c423805f5e | /src/j_collection/ArrayListTest.java | 6e817ab47e0fdbe860463cb99a75834f415bb2e8 | [] | no_license | YooDaYeon/ddit-myBasicJava | f6625d21410d45019dfae94e7b049750cc7ddc02 | 3dbf97cfe8bf6777de93557bd6c854a3a83dbf0d | refs/heads/master | 2020-07-14T09:00:59.084347 | 2019-08-30T02:25:20 | 2019-08-30T09:44:44 | 205,288,666 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,060 | java | package j_collection;
import java.util.*;
public class ArrayListTest {
public static void main(String[] args) {
List<Integer> list1 = new ArrayList<Integer>();
list1.add(new Integer(5));
list1.add(new Integer(2));
list1.add(3);
list1.add(1);
list1.add(4);
System.out.println(list1); ... | [
"ekfdus789934@gmail.com"
] | ekfdus789934@gmail.com |
dfac4949d6ad4bd63a712bc81326eba23eeb0f53 | 1d9121f9363709298392f11b2ea40d8fcb21c870 | /app/build/generated/source/buildConfig/androidTest/debug/com/example/sqlite/test/BuildConfig.java | 49a29c48a7ea81c0f98da33caadecc7de13a4678 | [] | no_license | MGarcia28/Sqlite | 3a8da603dc1395d2a4a899da01392deed01a6e7c | 9362a229aee5fab63943010d54e28997441dd381 | refs/heads/master | 2020-03-30T03:27:24.266583 | 2018-09-28T05:30:45 | 2018-09-28T05:30:45 | 150,690,185 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 451 | java | /**
* Automatically generated file. DO NOT MODIFY
*/
package com.example.sqlite.test;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.example.sqlite.test";
public static final String BUILD_TYPE = "debug";
publ... | [
"mgl.inf28@gmail.com"
] | mgl.inf28@gmail.com |
ed27a8623e57ab2ad07f8b1dfb9cde84141f1ec4 | 7f6e5801622089f9db49eb0ca86e5d6877f11695 | /src/main/java/fr/manu/petitesannonces/web/constantes/Constantes.java | cdf189ad9d06a7460d3c5efa447539033ce7dca5 | [] | no_license | manumura/spring-mvc-petitesannonces | ed3f7a5d846d261a745a13cc7fa0e8be0f075b4c | c98fc99cc0ee74eecfcc91ec0bb052790b29632e | refs/heads/master | 2020-03-22T04:02:35.684925 | 2019-01-05T08:09:55 | 2019-01-05T08:09:55 | 136,021,448 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,417 | java | /**
*
*/
package fr.manu.petitesannonces.web.constantes;
/**
* @author Manu
*
*/
public final class Constantes {
public static final String APPLICATION_NAME = "petitesannonces";
public static final String ROLE_PREFIX = "ROLE_";
public static final String ROLE_USER = "ROLE_USER";
public static final Str... | [
"manumura@yahoo.com"
] | manumura@yahoo.com |
85df536b6b7694f79bb341cd78e20ba7e07b851b | 01c0b091fd9833e94ea3b104bafdadafdb3c3e0a | /src/ru/spbstu/telematics/stud/annotations/AnnotationExample.java | b2ab404b686783c8e7ba457467be9f87c83e7ffa | [] | no_license | 1ukash/java_examples_2010au | 7e53742c5395668e1afca60d947eea7b296f8c73 | cfe1217abb9f8e980d546fa9711a0d8a9013bb7b | refs/heads/master | 2021-01-22T06:02:12.759293 | 2010-12-14T09:24:06 | 2010-12-14T09:24:06 | 994,807 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 463 | java | package ru.spbstu.telematics.stud.annotations;
import java.util.ArrayList;
import java.util.List;
/**
*
* @author lukash
*/
public class AnnotationExample {
@Description(title = "foo", version = 2)
class Foo {
int field;
@SuppressWarnings({ "rawtypes", "unused" })
void bar() {
List l = new ArrayL... | [
"alexey@lukash.spb.ru"
] | alexey@lukash.spb.ru |
3c1631b2673e2ad284ba53c3b05b8667ac5775a3 | 4ed1c0e3898559ed9b9f9830c9f82ba308d12b8b | /src/gti350/slalom/activities/ContestantListActivity.java | 07f9ef146efb44847445457d3fce9e74b6dd426e | [] | no_license | Samy104/GTI350TP1 | 5aadf204c675ad8b8f7e28478171f165b2de0e03 | ad170d62b3a961451aac4cb254b070178026338b | refs/heads/master | 2020-05-29T15:19:39.387771 | 2015-06-24T15:07:40 | 2015-06-24T15:07:40 | 37,990,988 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,810 | java | package gti350.slalom.activities;
import gti350.slalom.R;
import gti350.slalom.models.Contestant;
import gti350.slalom.models.ContestantList;
import java.util.ArrayList;
import java.util.List;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.Menu;
import andro... | [
"samy104@gmail.com"
] | samy104@gmail.com |
401013f59b0e2ae1c8d909ea5092440d27a4d77a | 2d0096a122580f73fdb1f410323185abbfe7f819 | /ClientOnboading-camunda/src/main/java/com/realcoderz/services/InterviwerServiceImpl.java | c4f5e815618f78755152f6a9dbf33568184e19bd | [
"Apache-2.0"
] | permissive | arvindrealcoderz/camunda | 5a58f8eed00b91b827d55b9771ceb296afd99d11 | 78ee20318110acb11eb45b26c5840fee889a1882 | refs/heads/master | 2023-07-12T11:56:36.402149 | 2021-08-13T14:30:09 | 2021-08-13T14:30:09 | 379,547,021 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,429 | java | package com.realcoderz.services;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.realcoderz.entity.InterView;
import com.realcoderz.repository.IInterviwerRepo;
@Service("interviwerServ... | [
"Arvind@DESKTOP-4NONCLR.Dlink"
] | Arvind@DESKTOP-4NONCLR.Dlink |
b13581ec98e133d986f6adfe548aacaa605a99a1 | 9cc8f13406161c1c56d9cab8be32d2210c679222 | /java/src/Coffee/CoffeeWithHook.java | 39758e00fb5e3926c82865e4a164630965cfecd8 | [] | no_license | codegold/Design_Patterns | 5cc3c6c2f6dcd52d289b19dc86f672bf0bf52cda | 73b7b8e424c31c9876e7fb235cd5adf51ddd5c8a | refs/heads/master | 2022-11-13T09:27:00.209897 | 2020-06-29T20:06:08 | 2020-06-29T20:06:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,097 | java | package src.Coffee;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class CoffeeWithHook extends CaffeineBeverage {
@Override
void brew() {
System.out.println("Dripping Coffee through filter.");
}
@Override
void addCondiments() {
... | [
"38310511+MaxRubshik@users.noreply.github.com"
] | 38310511+MaxRubshik@users.noreply.github.com |
2801814ac51ccf43db477c737306e288e81eeab4 | b42a2d6010c30dcdbc9056197cb641f86e85b196 | /app/src/main/java/com/exalogic/inmeghschool/API/MyRequestInterceptor.java | 205c134d48802c1bc5b37369abb0eabe167e750e | [] | no_license | akshay027/inMegh-Android | 5fe0693ec5c8a4cd2d3224701ff7ea10ad99591b | e192b3b752eba816871296e93cae9438d0e4390c | refs/heads/master | 2020-04-06T14:29:08.046451 | 2018-11-14T12:07:56 | 2018-11-14T12:07:56 | 157,542,961 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,051 | java | package com.exalogic.inmeghschool.API;
import android.content.Context;
import android.util.Log;
import com.exalogic.inmeghschool.Database.PreferencesManger;
import com.exalogic.inmeghschool.Utility.Constants;
import retrofit.RequestInterceptor;
/**
* Created by Shrey on 05-06-2016.
*/
public class MyRequestInterc... | [
"akshay@exalogic.in"
] | akshay@exalogic.in |
53f3e5370661c605c55bb6b088d96c24164a97d5 | 3912e0becd6d9b42751c1e57d473447361309d2b | /src/main/java/com/abinbev/admin/requestDto/SignupDto.java | f49d4f26e1d231cdefd25d07a99766662cca08a3 | [] | no_license | sruthychandran/ABC | d1a67100c0065afb25d12de161eb44f5cc0b123d | ff7741346de0a0df1c5991f2db9e995f4e814ca4 | refs/heads/master | 2023-03-19T19:25:43.217522 | 2021-03-12T09:30:48 | 2021-03-12T09:30:48 | 337,995,733 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 374 | java | package com.abinbev.admin.requestDto;
import javax.validation.constraints.NotNull;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
public class SignupDto {
@NotNull
private String username;
privat... | [
"sruthy.kc@ndimensionz.com"
] | sruthy.kc@ndimensionz.com |
73cd9cc359f21cde9715f7cd1bcfea574833e71c | 4a6cc69db16aec71b8ac69abbe86ef427a71353e | /ebx/src/main/java/com/metservice/krypton/GridDecoder.java | e19defcb481253931b91057360cbc233fdaa82f3 | [] | no_license | craig-a-roach/geowx | 0532c1d4dbea383ad229200b208aaebbdbbe2b5d | 7cd7e2b7254f4a6b38762f4965dacb290f47bad1 | refs/heads/master | 2021-03-12T22:04:17.573558 | 2014-04-28T06:39:09 | 2014-04-28T06:39:09 | 9,379,471 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,890 | java | /*
* Copyright 2011 Meteorological Service of New Zealand Limited all rights reserved. No part of this work may be stored
* in a retrievable system, transmitted or reproduced in any way without the prior written permission of the
* Meteorological Service of New Zealand
*/
package com.metservice.krypton;
import com... | [
"roach@metservice.com"
] | roach@metservice.com |
537822634fdedffebbd379691a17f7d88101b958 | 4dcd41ddff22a91533d12bea454f6004dd72debc | /li3j/proj-java/src/main/java/engine/BaseDeDados/ParsePosts.java | a7726c8315bd1958d7192662233078d59611b6f8 | [] | no_license | FlavioMartins93/LI3 | d5a3ee8e43e0eeb5acb39f3723b65f79debe5fb3 | f966a3223139fd58a2112a697d60d36bbf081f25 | refs/heads/master | 2022-12-26T07:03:24.246981 | 2020-09-23T15:37:04 | 2020-09-23T15:37:04 | 298,016,293 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,337 | java | package engine.BaseDeDados;
import java.util.ArrayList;
import java.util.List;
import java.util.StringTokenizer;
import org.xml.sax.Attributes;
import org.xml.sax.SAXException;
import org.xml.sax.helpers.DefaultHandler;
import Utilizadores.*;
import Posts.*;
import EstruturasAuxiliares.*;
/**
* Nesta classe é impl... | [
"36973672+FlavioMartins93@users.noreply.github.com"
] | 36973672+FlavioMartins93@users.noreply.github.com |
e9b019e8c6b03489bad8c995205fd72f08d09603 | 085cfc7d0b52e5a51dcd272de5154151f7de173c | /ones-common/src/main/java/com/wsx/ones/common/util/ObjectByteUtil.java | c4752c3dd99a96a766964aae9886939aa5274570 | [] | no_license | jintian767/ones | e3e345a06c62b7766f731aabe3fe2e07ca9758ae | 1842c561fe859393536bb5df53796378b118bff1 | refs/heads/master | 2020-06-15T11:59:37.800649 | 2016-12-02T06:06:01 | 2016-12-02T06:06:01 | 75,296,349 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 828 | java | package com.wsx.ones.common.util;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
public class ObjectByteUtil {
public static byte[] object2Bytes(Object obj) throws IOException {
ByteArrayOu... | [
"513079859@qq.com"
] | 513079859@qq.com |
347c2ef8924bbb81ad5cc1f3b30767ff4507f8d2 | 29903674d6108262b016b4132300a8153917e6a5 | /eventuate-client-java-tests-example-domain/src/main/java/io/eventuate/example/banking/domain/AccountEvent.java | 142d26bb6c4b06787d96baab2a056341037995ed | [
"Apache-2.0"
] | permissive | eventuate-local/eventuate-local | 17bbcc7cfc88aeead2afe501ffa624ce91efd8e5 | 5bea88f7ddd41f53f7850724f3745f130a83d8c7 | refs/heads/master | 2023-08-31T08:06:27.246682 | 2023-08-23T04:43:40 | 2023-08-23T04:43:40 | 65,101,930 | 813 | 253 | NOASSERTION | 2023-01-27T02:50:46 | 2016-08-06T21:02:28 | Java | UTF-8 | Java | false | false | 223 | java | package io.eventuate.example.banking.domain;
import io.eventuate.Event;
import io.eventuate.EventEntity;
@EventEntity(entity="io.eventuate.example.banking.domain.Account")
public interface AccountEvent extends Event {
}
| [
"chris@chrisrichardson.net"
] | chris@chrisrichardson.net |
ba6ff3fe520fac511de66d4c1fc41ff111a9ba11 | ede98a99897fd14ae79b29436e5edb896f081a64 | /src/main/java/dao/Connector.java | 6175911ba5b44cda0db309fcdfc049d6d47835a1 | [] | no_license | alexandrgonchar/test | 9553db4779a7aef3d628e457f31e8482cda79868 | 90f84dfcd580a55efc1e1a7e62afee0ce9a31631 | refs/heads/master | 2021-07-10T09:37:29.706027 | 2017-10-10T10:39:00 | 2017-10-10T10:39:00 | 106,054,524 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,767 | java | package dao;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
/**
* Класс для предоставления доступа
* к базе данных
* @autor Александр
* @version 1.0
*/
public final class Connector {
/**
* Данные пользователя для доступа к базе
*/
private final String ... | [
"alexandrgoncharuk45@gmail.com"
] | alexandrgoncharuk45@gmail.com |
9e23adc80f0c8bf15530019dc9d9b53b5eac42ef | 8290989b5bf2957b809765d5574a1345b31ee512 | /sort/Shell.java | 9c88354b5cf9d018ee325f1a5bfe80ddc75b3435 | [] | no_license | ht0919/java3 | b6ff4eb595268bed21a2659c760252a6556f396b | d1fb1a8f44e4d4b27c8009a26c7f338f62a0c1cc | refs/heads/master | 2020-08-03T20:09:21.554787 | 2017-03-04T06:16:12 | 2017-03-04T06:16:12 | 73,537,438 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 559 | java | public class Shell extends Sort {
TimerCount timer = new TimerCount();
public void sort(int[] a) {
timer.start(getClass().getSimpleName(), a.length);
int inc = 4;
while (inc > 0) {
for (int i=0; i < a.length; i++) {
int j = i;
int tmp = a[i];
while ((j >= inc) && (a[j-inc] ... | [
"ht0919@gmail.com"
] | ht0919@gmail.com |
32e2797777acdc09b57317fcb5c62f9015a43863 | 22bc654dbbba1a55ee0675479a71c438cf910776 | /NoCoinState.java | dab68a8a75eb022a545630f6f3adf94ffeb2f8ba | [] | no_license | gandhihardikm/Gumball_java_pattern_Interface | eec7e9fcd15a209fea813099ef4c96159f804cd8 | c5ea605292f5a30a39f67d02d4a0fa414b5764d4 | refs/heads/master | 2021-01-15T13:48:22.281950 | 2015-03-03T06:17:31 | 2015-03-03T06:17:31 | 31,582,783 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,097 | java | /**
* NoCoinState Class is used to indicate currently no coin present in GumballMachine.
* @author - Hardik Gandhi
* @date - 02/18/2015
*/
public class NoCoinState implements State {
GumballMachine gumballMachine;
// Constructor initialize gumballmachine object
public NoCoinState(GumballMachine gumballM... | [
"gandhihardikm@gmail.com"
] | gandhihardikm@gmail.com |
ebcd68f1573d457f100930c531162e5cd4635bbe | 29c28ac3270afe2df42c4119d5ebe18e24303248 | /phprpc/src/main/java/com/lvmama/phprpc/config/AbstractConfig.java | 3537c7380901ce21c6542ccb18c35d95a9a022be | [] | no_license | gqy2468/pjservice | 3a31975ce15106ce9cce9c34f235699553d97c1c | 253fe1ab9a7b81ef07a2fdf44225011c4ffab33b | refs/heads/master | 2022-11-07T09:39:02.399079 | 2020-06-12T08:30:32 | 2020-06-12T08:30:32 | 113,385,633 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 23,011 | java | /*
* Copyright 1999-2016 Joyo Group.
*
* 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 applica... | [
"guoqiya@lvmama.com"
] | guoqiya@lvmama.com |
e05c0e93bd0ac532fcd6f6603533a4560d51c8bc | 1f2fdba7ca64f7ee2450a78cfda592287d73cbd8 | /ORS_3/src/main/java/in/co/rays/ors/util/EmailBuilder.java | 3a931ae80270d202bce80c3c705098426b2d2fd2 | [] | no_license | AmitPal9770/TestProject | 8c325d1b8c46e89902f0091f433c27cdc81efdf2 | 538f0a23dad8da1d56347753b2d37c5509c2c8f8 | refs/heads/master | 2023-08-03T04:14:39.388146 | 2020-02-14T01:36:05 | 2020-02-14T01:36:05 | 240,401,523 | 0 | 0 | null | 2023-07-23T05:35:42 | 2020-02-14T01:11:07 | HTML | UTF-8 | Java | false | false | 3,587 | java | package in.co.rays.ors.util;
import java.util.HashMap;
/**
* Class that build Application Email messages
*
* @author SunilOS
* @version 1.0
* Copyright (c) SunilOS
*
*/
public class EmailBuilder {
/**
* Returns Successful User Registration Message
*
* @param map
* ... | [
"hp@DESKTOP-7FO480J"
] | hp@DESKTOP-7FO480J |
6e9f355aa1dc0a834acbdfadbad4a53fd7c01d89 | 684f7d1a71e103ea639c7564409fa112e4c56db0 | /src/Nhap/Example2/Activity411.java | a2c4c9b266cfb5f06bcd21f72a1321825207cb22 | [] | no_license | vietanh294/SpringFramework | ed8fa47bb26b42fb65378ca05b15ed52341ce73d | 0057ca4c5d60dd2ea64cd95922823b70df713fe3 | refs/heads/master | 2023-04-01T11:13:53.787570 | 2021-04-10T10:48:57 | 2021-04-10T10:48:57 | 354,233,167 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,292 | java | package Nhap.Example2;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Random;
public class Activity411 {
public static boolean flag = true;
public static HashMap<String,String> hashMap1 = new HashMap<String, String>();
public static Object weekday ;
public static Object ngay ... | [
"nva.clsp@gmail.com"
] | nva.clsp@gmail.com |
3269c31df7052ce144802193e70b8a128be30168 | 0053a771efbcaff5cfe7dbee88018836d510e21d | /arduinoled/src/main/java/es/fjaraba/arduinoled/MainActivity.java | d7306ff62993d51767fd64d486eb48b4eedf40e8 | [] | no_license | fjaraba/arduinoled | 54784f070ad3a517811428b3803bff00dc4f924f | 7c2be1e27f37e098bd467e2df50eb388ee675216 | refs/heads/master | 2021-01-10T11:29:31.991218 | 2016-02-26T09:17:41 | 2016-02-26T09:17:41 | 51,524,063 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,964 | java | package es.fjaraba.arduinoled;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.AsyncTask;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.view.Gravity;
import android.view.Menu;... | [
"fjaraba@gmail.com"
] | fjaraba@gmail.com |
b07f04a4f3da0ec951132c096578792ceeac8636 | da181f89e0b26ffb3fc5f9670a3a5f8f1ccf0884 | /CoreGestionTextilLevel/src/ar/com/textillevel/facade/impl/NotaDebitoFacade.java | 206d678faf83b658472c0e9102b3d9fca941d1fc | [] | no_license | nacho270/GTL | a1b14b5c95f14ee758e6b458de28eae3890c60e1 | 7909ed10fb14e24b1536e433546399afb9891467 | refs/heads/master | 2021-01-23T15:04:13.971161 | 2020-09-18T00:58:24 | 2020-09-18T00:58:24 | 34,962,369 | 2 | 1 | null | 2016-08-22T22:12:57 | 2015-05-02T20:31:49 | Java | UTF-8 | Java | false | false | 609 | java | package ar.com.textillevel.facade.impl;
import java.util.List;
import javax.ejb.EJB;
import javax.ejb.Stateless;
import ar.com.textillevel.dao.api.local.NotaDebitoDAOLocal;
import ar.com.textillevel.entidades.documentos.factura.NotaDebito;
import ar.com.textillevel.facade.api.remote.NotaDebitoFacadeRemote;
@... | [
"ignaciocicero@gmail.com@9de48aec-ec99-11dd-b2d9-215335d0b316"
] | ignaciocicero@gmail.com@9de48aec-ec99-11dd-b2d9-215335d0b316 |
14fea96f4b9dae64127be73be1c5cd14b1cb3f39 | e8b4cacfda678d9e1af143f8b2b21582d5541c81 | /src/practice02/Prob03.java | 7f3004a74540b5757b3987f193654bc20d828498 | [] | no_license | sdw1508/practice02 | 2eb472ddd346574ea8298d480f545118a6fc7e68 | b1c0b804ee50d736a27c28a1150a97da072b8066 | refs/heads/master | 2021-04-28T05:32:24.960273 | 2018-02-20T09:52:24 | 2018-02-20T09:52:24 | 122,180,293 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 622 | java | package practice02;
public class Prob03 {
public static void main(String[] args) {
// TODO Auto-generated method stub
char c[] = { 'T', 'h', 'i', 's', ' ', 'i', 's', ' ', 'a', ' ', 'p', 'e', 'n', 'c', 'i', 'l', '.' };
printCharArray(c); // 원래 배열 원소 출력
replaceSpace(c); // 공백 문자 바꾸기
printCharArray(c... | [
"BIT@DESKTOP-IMJNJL2"
] | BIT@DESKTOP-IMJNJL2 |
8706e4aad8d0d4cf8def4d58f8008d28d152642b | c5de6d7588a0265dbe98376d2679a4e87d81cdf7 | /src/org/usfirst/frc/team3374/robot/commands/AutonomousDriveDeadReckon.java | 7cfd956303cb89d173c8ca00f079aee848e2d8fd | [
"MIT"
] | permissive | Team3374/Hobbs-2017 | 246576386da038dae3a0dd7931c4d342dd121b0d | f3514704e467bdb77a5f5152170f463298e9a880 | refs/heads/master | 2021-08-22T11:25:49.290621 | 2017-11-30T03:51:47 | 2017-11-30T03:51:47 | 112,560,289 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,589 | java | /* */ package org.usfirst.frc.team3374.robot.commands;
/* */
/* */ import com.ctre.CANTalon;
/* */ import edu.wpi.first.wpilibj.RobotDrive;
/* */ import edu.wpi.first.wpilibj.Timer;
/* */ import edu.wpi.first.wpilibj.command.Command;
/* */ import java.io.PrintStream;
/* */ import org.usf... | [
"eric@ericbalsa.com"
] | eric@ericbalsa.com |
55308ed34dff29cd5fda46b6f59392d6790d3370 | 54e5c4f1357ea07f678c838dde582d16c1768621 | /src/main/java/com/revature/ncu/web/util/security/JwtConfig.java | 8f29ca78d40893066d9ae19a52368741555bf866 | [] | no_license | 210726-java-react-serverless/Cody-Heather_api_p1 | ccd5ab62da8288a43907f0495a2eebdb0bb61451 | c58f34624d9ec4d527763e8926df3c2526a2792d | refs/heads/main | 2023-07-18T09:36:51.082549 | 2021-09-09T14:02:02 | 2021-09-09T14:02:02 | 395,380,195 | 0 | 2 | null | 2021-08-30T00:57:23 | 2021-08-12T16:26:20 | Java | UTF-8 | Java | false | false | 1,895 | java | package com.revature.ncu.web.util.security;
import io.jsonwebtoken.SignatureAlgorithm;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.crypto.spec.SecretKeySpec;
import javax.xml.bind.DatatypeConverter;
import java.io.IOException;
import java.security.Key;
import java.util.Properties;
// Used ... | [
"csmcdn@gmail.com"
] | csmcdn@gmail.com |
12be3f981e2e90b318e3b87db64baf7ee1fc8e8b | 5ad4db3d5a25a9593caf803c58dafdb017d75e55 | /NeoCrypto/trunk/NeoProvider5/src/main/java/com/neo/security/util/ResourcesMgr.java | 8cbb06d79a27264f36ec6c56665db39ddde57be5 | [] | no_license | highjava12/Yoon_Neo10 | ab34ea3926869f0f8e101f8ea20bd348256bed2c | 9a1e7898683bfe1ba28cf1a2f57fe88d8e3114fb | refs/heads/master | 2020-03-24T20:15:21.872951 | 2018-07-31T05:57:57 | 2018-07-31T05:57:57 | 142,968,044 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,583 | java | /*
* Copyright (c) 2000, 2006, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | [
"highjava12@gmail.com"
] | highjava12@gmail.com |
388a11b076fcf06b9a0f3a82ddd728bef54b6c7f | 0e81a16504d921b894b67689991e5fa5db967af8 | /src/test/java/CreatureTest.java | a689e543bb111ab7b16e9c2a2a861361ef73d875 | [] | no_license | BYGX-wcr/Java-Final-Project | d85b2cb8ee52b8d3d0033e1d02d59453207e3b44 | 26bf2d410009265708e7ece6a2a0e1a1efa96988 | refs/heads/master | 2020-04-13T02:00:02.999335 | 2019-01-05T02:05:29 | 2019-01-05T02:05:29 | 162,890,008 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 844 | java | package test.java;
import main.java.creature.Creature;
import main.java.environment.Battlefield;
import main.java.environment.Game;
import org.junit.Test;
import static org.junit.Assert.*;
public class CreatureTest {
@Test
public void testHurt() {
Creature testObj = new Creature(new Game(".", "."), ne... | [
"wcr@live.cn"
] | wcr@live.cn |
9cf70f042e2ee90fbd7421ac41eba2ba6d309dad | 61757382ad1fdfefc7bca24abaa8f037141ea934 | /Civilization IV/src/iu/edu/civ/unit/Cannon.java | d38486cb74552325a5ccb9bb23bc086b9e2b35ad | [] | no_license | shrutikapoyrekar/CivilizationIV-CBR-AI | f82024018f4d4411171de5989c38e44045d5926b | ee39068dc15bf0c67544f37f857b0a1660d53f29 | refs/heads/master | 2021-01-13T01:37:44.224593 | 2013-04-07T00:04:06 | 2013-04-07T00:04:06 | 9,021,369 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,604 | java | package iu.edu.civ.unit;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
public class Cannon extends MilitaryUnit {
static{
baseStrength = 12;
cost = 150;
upgradeList = new ArrayList<MilitaryUnit>();
requireTech = new ArrayList<String>();
requireTech.add("Steel");
requireRes... | [
"rashirishi@gmail.com"
] | rashirishi@gmail.com |
b4001cdb0662d0e61907d66b1737b1a9bb34fbd3 | 4b50a6368208807c751ce191082ebe1cb1a63cd9 | /app/src/main/java/com/example/mobilecw02/IMDBResultAdapter.java | 774cfd7d4c2603ecfffca421955309ee6c5d595d | [] | no_license | venushi/Movie-Mobile-app-android- | 8c6ece97b031c94adf6a88ea5a51c5ff1e783bed | a258f107411ebca0c0533ee0bd3b8d68f06e1df9 | refs/heads/master | 2023-05-07T09:54:33.127613 | 2021-05-30T14:20:07 | 2021-05-30T14:20:07 | 372,232,506 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,996 | java | package com.example.mobilecw02;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.Intent;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.recyclerview.widg... | [
"venushikavitha06@gmail.com"
] | venushikavitha06@gmail.com |
6a9d955ab533b380c2720d97981cddcac8a572eb | 93ec64ed38c0bba8ef73031f502288771114e7a0 | /app/src/test/java/lemond/annoying/gamerscompanion/RxSchedulerRule.java | 78f3fe9d71f3a5ff248c5964ab87380bdc12ba4b | [] | no_license | annoyinglemon/gamersCompanionAndroid | 1f7870226714e82583f606ea717b44dd9ceac5b7 | 55c23687b40fa5729a30c8e2b3f547c851b12c62 | refs/heads/master | 2021-09-24T10:50:19.301883 | 2018-10-08T15:37:48 | 2018-10-08T15:37:48 | 114,503,979 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,472 | java | package lemond.annoying.gamerscompanion;
import org.junit.rules.TestRule;
import org.junit.runner.Description;
import org.junit.runners.model.Statement;
import java.util.concurrent.Callable;
import io.reactivex.Scheduler;
import io.reactivex.android.plugins.RxAndroidPlugins;
import io.reactivex.functions.Function;
... | [
"kurt.lemond@icemobile.com"
] | kurt.lemond@icemobile.com |
e5cbf6325efffcaf4fd38a2f924fcfd09baecc92 | c8fea9a6e62baa1899dbf959287314f9756663ef | /src/inmobiliaria/superficies/Superficie.java | f956bda19d78fbcb8a8d70c5b699ec09dc678472 | [] | no_license | AndresMeza199689/Inmobiliaria | a8e7306a20b727dd70b38a20312eb73d217010a6 | d99e465a85ab1cc0fa61f6f5afcba12a46828e8f | refs/heads/master | 2020-05-24T03:19:47.250519 | 2019-05-16T17:09:44 | 2019-05-16T17:09:44 | 187,069,676 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,100 | 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 inmobiliaria.superficies;
import inmobiliaria.Inmueble;
public abstract class Superficie implements Inmueble{
... | [
"HP_142@DESKTOP-GL45V2I"
] | HP_142@DESKTOP-GL45V2I |
ef736602ac8c957f2236fd756d02735f443db228 | 7f20b1bddf9f48108a43a9922433b141fac66a6d | /core3/search-impl/tags/search-impl-3.0.0-alpha2/src/main/java/org/cytoscape/search/internal/IndexAndSearchTask.java | f190681b035bf4b8e04d6cdbffc4594a60032107 | [] | no_license | ahdahddl/cytoscape | bf783d44cddda313a5b3563ea746b07f38173022 | a3df8f63dba4ec49942027c91ecac6efa920c195 | refs/heads/master | 2020-06-26T16:48:19.791722 | 2013-08-28T04:08:31 | 2013-08-28T04:08:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,572 | java | /*
Copyright (c) 2006, 2007, The Cytoscape Consortium (www.cytoscape.org)
The Cytoscape Consortium is:
- Institute for Systems Biology
- University of California San Diego
- Memorial Sloan-Kettering Cancer Center
- Institut Pasteur
- Agilent Technologies
This library is free software; you can redist... | [
"mes@0ecc0d97-ab19-0410-9704-bfe1a75892f5"
] | mes@0ecc0d97-ab19-0410-9704-bfe1a75892f5 |
9bc4c32bf2791f18742518f94f7a9d2a3b40e0f8 | bce1e210182b186554efbf496263ba4392eccd92 | /FORMULARIOS/Login FORM PRI/Prospectoss/output/webnxj/compilation/nxjLayout/Modulo/MediospFRM_nxjLayoutAttr.java | 6d88238fa89a55d1baed59c12b5b2fdcf517b636 | [] | no_license | rokcrow/SIP | d267eb1acff4e329a4c8b66be2c87975094f2c39 | 27802c09d3295a1d2f3d80a33cace9ff86f9091c | refs/heads/master | 2020-12-24T14:46:13.804760 | 2013-08-22T22:12:31 | 2013-08-22T22:12:31 | 10,773,608 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 39,914 | java | package nxjLayout.Modulo;
import com.unify.nxj.awebView.*;
public class
MediospFRM_nxjLayoutAttr
extends FormWidget
{
public MediospFRM_nxjLayoutAttr()
{
this.isLocalized = false;
setAttrFor_this(this);
DivPanelWidget div_view1__10 = new DivPanelWidget();
dodiv_view1__10(div_view1__10);
}
private void setAttrFor_... | [
"rokcrow@gmail.com"
] | rokcrow@gmail.com |
5468f58c4f0fa59b9793109183eb198467fe6e6a | 65e81a6007d28a628299d7bd59a3540f30ae893d | /src/offer/T41.java | cd8298e1cf3173e04c31d51ce5b6cd571a3b1f57 | [] | no_license | wiyee/coder | cd97d5b9b3869540fcb9e019b00685674675b043 | 5e196f80c6eae4551594706b50eb457a01cef646 | refs/heads/master | 2020-03-17T17:06:17.836145 | 2018-09-27T10:56:04 | 2018-09-27T10:56:04 | 133,775,197 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,029 | java | package offer;
import java.util.ArrayList;
/**
* Created by wiyee on 2018/3/16.
*/
public class T41 {
/**
* 和为s的连续整数序列
* 小明很喜欢数学,有一天他在做数学作业时,要求计算出9~16的和,他马上就写出了正确答案是100。但是他并不满足于此,
* 他在想究竟有多少种连续的正数序列的和为100(至少包括两个数)。没多久,他就得到另一组连续正数和为100的序列:18,19,20,21,22。
* 现在把问题交给你,你能不能也很快的找出所有和为S的连续正数序列? Goo... | [
"woyiwuai@sina.com"
] | woyiwuai@sina.com |
225153d3027b5e02d41a6983ed0c87c3daab1373 | fe4bd1d7ae0a0301bc27f6d63476b1b1c4319283 | /src/main/java/com/taiji/dds/StringMsg.java | 05101c932630fb4c0818b180817049dd4192c4ca | [] | no_license | citizen007/ddsHelloWorld | 5aac1ec4804742a1fcfbe13c7297271c28a6967d | bc6d7f11db70aceae6801bf49952e404993930ed | refs/heads/master | 2020-05-29T11:56:43.919203 | 2016-03-22T02:56:17 | 2016-03-22T02:56:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 495 | java | package com.taiji.dds;
// CoreDX DDL Generated code. Do not modify - modifications may be overwritten.
public class StringMsg {
// instance variables
public String msg;
// constructors
public StringMsg() { }
public StringMsg( String __f1 ) {
msg = __f1;
}
public StringMsg init() {
m... | [
"jasonxml@126.com"
] | jasonxml@126.com |
d77005bc877f05dc52866bbae9cc1b541fcc6b94 | db0f9e5d68a24ea48cfa69e454814b942be9ba0f | /ratis-test/src/test/java/org/apache/ratis/retry/TestExceptionDependentRetry.java | 769245bf614bf83754ea3612c297ebd2ed6a2ae6 | [
"Apache-2.0",
"CC0-1.0",
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | meijies/incubator-ratis | e5cd66267eae4b8abc4943aacea1439691b7a95e | cfd7c06079a7e14ae0684f8a0482bd74b9b3fb47 | refs/heads/master | 2021-03-20T14:53:52.994507 | 2020-04-03T17:06:55 | 2020-04-03T17:06:55 | 247,215,329 | 1 | 0 | Apache-2.0 | 2020-03-14T05:05:31 | 2020-03-14T05:05:31 | null | UTF-8 | Java | false | false | 5,800 | 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 ... | [
"ljain@apache.org"
] | ljain@apache.org |
73733dfb0b7d71a3e67a4f7ed3090400ad701e74 | 9508868f54802408df2ca922453c6ba1af01c60e | /src/main/java/com/kepler/config/parser/ConfigParser4Date.java | 9e9f171e4f25d402496a58cbeec36bd341466c55 | [] | no_license | easonlong/Kepler-All | de94c8258e55a1443eb5ce27b4659a835830890d | 3633dde36fb85178b0288fc3f0eb4a25134ce8d1 | refs/heads/master | 2020-09-01T06:29:32.330733 | 2019-02-20T04:52:16 | 2019-02-20T04:52:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 844 | java | package com.kepler.config.parser;
import java.text.SimpleDateFormat;
import java.util.Date;
import com.kepler.KeplerLocalException;
import com.kepler.config.ConfigParser;
import com.kepler.config.PropertiesUtils;
/**
* String -> Date解析
*
* @author kim 2016年1月5日
*/
public class ConfigParser4Date implements Confi... | [
"shenjiawei@didichuxing.com"
] | shenjiawei@didichuxing.com |
0fe4d65ae1f15bfe7ddadce43c2f7119cb50166f | 67e90d41db0cf1adfa3053014b43e78a24d35db1 | /src/main/java/am/inecobank/pages/flexibleDeposit/InecoBankFlexibleDepositPageXpaths.java | 1e8f5daa597ec3177e42438a604c294284edf9cd | [] | no_license | SandroDarbinyan/InecoBankTestCases | 228bcf841519a4a8c6865867e34b757cfd8d5aa5 | b19b4691afd313ea6f0427cb1a39db61649b4782 | refs/heads/master | 2023-05-10T14:31:12.270102 | 2022-04-04T21:01:15 | 2022-04-04T21:01:15 | 233,617,927 | 0 | 0 | null | 2023-05-09T18:43:00 | 2020-01-13T14:43:48 | Java | UTF-8 | Java | false | false | 223 | java | package am.inecobank.pages.flexibleDeposit;
public class InecoBankFlexibleDepositPageXpaths {
public static final String FLEXIBLE_DEPOSIT_TEXT = "//h1[@class='customDetailBanner__title' and text()='Flexible Deposit']";
}
| [
"sandro.darbinyan@gmail.com"
] | sandro.darbinyan@gmail.com |
e9ba02eb850c1b4e603e6032d05f030725762420 | 67094d5a3ff45aa834d06520ad5ded0d98301b8c | /firstapp/src/main/java/edu/scranton/cs/firstapp/GreetingController.java | 55a0b3f0f91e6a1a0384cf2e060a8a80bbcf19d8 | [] | no_license | Ceverine/DevOpProject | 8367cfd184f3c488c294603d6fc37700e7c60a78 | da54d8a46aa7979fa83281ee2278533171222b18 | refs/heads/master | 2022-07-02T14:50:01.038303 | 2020-05-12T19:10:30 | 2020-05-12T19:10:30 | 261,917,358 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 706 | java | package edu.scranton.cs.firstapp;
import java.util.concurrent.atomic.AtomicLong;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class GreetingCo... | [
"sabrina.alvarez@scranton.edu"
] | sabrina.alvarez@scranton.edu |
929d449d5a54b9d1a4b824156bff78ece985abf4 | b646fcfedf8c8efa05923b353065a203c38a5455 | /dw-lucene-application/src/main/java/com/alexsmaliy/dl4s/index/IndexUtils.java | 58bccbe75cc57b7d902ee4e82b9f2dec6f98f7f5 | [] | no_license | alexsmaliy/dl-dw-lucene | a7158453312b9ec50d071fe39db0a0a985835779 | ad17e376399463721f7a9309ddfac0141365ce50 | refs/heads/master | 2020-07-23T21:37:45.828459 | 2019-09-12T01:11:00 | 2019-09-12T01:11:00 | 207,712,395 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 445 | java | package com.alexsmaliy.dl4s.index;
import java.util.Base64;
public class IndexUtils {
private IndexUtils() { /* utils class */ }
public static String encodeIndexName(String indexName) {
return new String(Base64.getUrlEncoder().encode(indexName.getBytes()));
}
public static String decodeIndex... | [
"alex.smaliy@gmail.com"
] | alex.smaliy@gmail.com |
05bb504e5d57c5ef74abd31b32473357f906b0fc | 095417cdcaade33c314ec34c0b80ccc2e1b0f18a | /Menu/Menu-ejb/src/main/java/com/projet/model/Categorie.java | 3894dd6c69f8fa2b94d6325b952aada745c65158 | [] | no_license | benlama/Menu | df27541e5556be5f852e4f71441e639aaa17591e | 2b4d5f3939dfb774b28272cfb31b118d3474cfdf | refs/heads/master | 2021-01-22T20:25:51.169679 | 2015-04-26T15:51:35 | 2015-04-26T15:51:35 | 34,670,952 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,971 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.projet.model;
import java.io.Serializable;
import java.util.List;
import javax.persistence.Basic;
import javax.persistence... | [
"amine.benlama@gmail.com"
] | amine.benlama@gmail.com |
a121df8781f5e14c33878c03afced949a5012edb | 9c77721c9b2c361ee426b02f2f04073fb9133228 | /dogpro/Common-IMServer/src/main/java/com/imserver/mqtttool/MQTTRedisReadThread.java | df2be9cbd317cc9904ac8d1130b90d9ef3f36896 | [] | no_license | Chuchilok/GitHubRepository | 1a393fe5204a7d3ed702b8b2a24c43ea472f3e85 | 195a8befb6c61f3f7ed30c36d3a08a135edb96a9 | refs/heads/master | 2020-03-24T21:14:05.816292 | 2018-07-31T14:32:12 | 2018-07-31T14:32:12 | 143,020,321 | 0 | 0 | null | 2018-07-31T14:39:05 | 2018-07-31T13:47:40 | Java | UTF-8 | Java | false | false | 16,391 | java | package com.imserver.mqtttool;
import java.io.UnsupportedEncodingException;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.atomic.AtomicLong;
import redis.clients.jedis.Jedis;
import com.alibaba.druid.util.Base64;
import com.alibaba.fastjson.J... | [
"41958395+Chuchilok@users.noreply.github.com"
] | 41958395+Chuchilok@users.noreply.github.com |
d6fd13c7634114fee942aeae192bf6f3e3891225 | e42d7da6d3e181dca864ba9fb3092961bc071cdb | /samples/token/src/main/java/SaleWithTokenExample.java | dca60063d1d6085619100ef308a4f69f0e147f39 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | cdollar393/litle-sdk-for-java | 4d8e622d328328189196d4a071c4c7a9b0a62f8b | 3ea6f7752f4a9096779eb0cd64ff73cd9ceb0cea | refs/heads/master | 2021-01-01T16:33:26.152250 | 2016-08-19T13:59:44 | 2016-08-19T13:59:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,035 | java | package com.litle.sdk.samples;
import com.litle.sdk.*;
import com.litle.sdk.generate.*;
public class SaleWithTokenExample {
public static void main(String[] args) {
Sale sale = new Sale();
sale.setOrderId("1");
sale.setAmount(10010L);
sale.setOrderSource(OrderSourceType.ECOMMERCE);... | [
"twang@twang-vm1.dwi.litle.com"
] | twang@twang-vm1.dwi.litle.com |
6a97a2925ec5380e5bc0318ee23b718c8d59bd8a | 2712e31319b0c733bcab285415e55a427288406e | /eclipse/src/main/java/org/eclipse/jdt/internal/compiler/ast/NameReference.java | cdb715dd903ec78ece45851c2e5b6275ea200bd0 | [
"WTFPL"
] | permissive | mo79571830/eide | 8ba031a432cab62e1045b8ff61961d21cfc94f7d | 5d6470f82def645c17b5cebe03184ddc1ff67e62 | refs/heads/master | 2022-03-22T23:46:56.299439 | 2019-05-08T20:20:08 | 2019-05-08T20:20:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,298 | java | /*******************************************************************************
* Copyright (c) 2000, 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | [
"202983447@qq.com"
] | 202983447@qq.com |
dd94873c30401c4d145ec5413e844370973f7558 | 36e593943be060ca5ea74a3d45923aba422ad2c9 | /ProficientIn4xSpring/chapter18/src/test/java/com/smart/test/dataset/excel/MultiSchemaXlsDataSetFactory.java | 62f6857a58b87d0f58c90559ba9c4cbce49241c0 | [] | no_license | xjr7670/book_practice | a73f79437262bb5e3b299933b7b1f7f662a157b5 | 5a562d76830faf78feec81bc11190b71eae3a799 | refs/heads/master | 2023-08-28T19:08:52.329127 | 2023-08-24T09:06:00 | 2023-08-24T09:06:00 | 101,477,574 | 3 | 1 | null | 2021-06-10T18:38:54 | 2017-08-26T09:56:02 | Python | UTF-8 | Java | false | false | 1,002 | java | package com.smart.test.dataset.excel;
import org.unitils.core.UnitilsException;
import org.unitils.dbunit.datasetfactory.DataSetFactory;
import org.unitils.dbunit.util.MultiSchemaDataSet;
import java.io.File;
import java.util.Arrays;
import java.util.Properties;
public class MultiSchemaXlsDataSetFactory implements D... | [
"xjr30226@126.com"
] | xjr30226@126.com |
85f2766dd75d66f38d69eb5dbdfc6b7fc803c2dc | f8bf37ee28bee1cf8a7221a19f5f29b9021e9871 | /backend/src/main/java/hu/uni/eszterhazy/afp/App.java | 8c6ed3eaa9521eef882464305f9899748a116f73 | [] | no_license | ZsoltToth/afp2020spring | c7af2d314d8b75f0de9d8b3d3fa7fe33b6ccf49f | 48b26e375b7982faa9d936bff8c59ac69e334966 | refs/heads/master | 2022-09-30T07:01:42.359796 | 2020-04-08T15:27:09 | 2020-04-08T15:27:09 | 250,025,416 | 0 | 0 | null | 2022-03-31T19:05:20 | 2020-03-25T16:03:33 | JavaScript | UTF-8 | Java | false | false | 330 | java | package hu.uni.eszterhazy.afp;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* Hello world!
*
*/
@SpringBootApplication
public class App
{
public static void main( String[] args )
{
SpringApplication.run(App.class, args)... | [
"tothzs87@gmail.com"
] | tothzs87@gmail.com |
b65bfca63336411adb74e309834e888d0ab7af4b | cc27308f925c6bf3449b531655122b8b9917c4eb | /src/main/java/it/bz/tis/alpenstaedte/UserController.java | 23097a9670a2d88e8aca8351421a0ba8aac98d61 | [] | no_license | noi-techpark/pip | 6296467dccd1183cfd0c49111752a696d9d3388c | 04ab0f17f3226e8a664de1907012b9dbc48883a5 | refs/heads/master | 2021-08-31T05:57:40.702993 | 2017-12-20T13:26:51 | 2017-12-20T13:26:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,636 | java | package it.bz.tis.alpenstaedte;
import it.bz.tis.alpenstaedte.dto.OrganisazionDto;
import it.bz.tis.alpenstaedte.dto.ResponseObject;
import it.bz.tis.alpenstaedte.dto.UserDto;
import it.bz.tis.alpenstaedte.util.DALCastUtil;
import it.bz.tis.alpenstaedte.util.DtoCastUtil;
import it.bz.tis.alpenstaedte.util.MailingUtil;
... | [
"patrick.bertolla@tis.bz.it"
] | patrick.bertolla@tis.bz.it |
2984e8403b809a48b419f91559523fb60ca60ded | a6ad842539106440e3e475af3bdb99f3b4f5b142 | /BashSoft/src/main/bg/softuni/io/commands/DropDatabaseCommand.java | 6bdf6a9627001f31a90949d962973e900eb20807 | [] | no_license | thunderstorm773/BashSoft-OOP-Advanced | bc62c681450a9cf1501144aa0ee98ade44fc60ee | 85f6af28b2e0ce1e4077b6a4abfe3a45ceb24d63 | refs/heads/master | 2021-01-22T18:33:37.577580 | 2017-04-01T15:50:04 | 2017-04-01T15:50:04 | 85,090,507 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 876 | java | package main.bg.softuni.io.commands;
import main.bg.softuni.annotations.Alias;
import main.bg.softuni.annotations.Inject;
import main.bg.softuni.contracts.repository.Database;
import main.bg.softuni.io.OutputWriter;
@Alias(value = "dropdb")
public class DropDatabaseCommand extends Command{
@Inject
private Da... | [
"luko193@gmail.com"
] | luko193@gmail.com |
c40b7bef8de78027fbf370b0b335a76cce4c3307 | 566a9252119593c099ac8bb572b291322eb17c47 | /hasting-webui/src/test/java/com/lindzh/hasting/webui/AbstractTestCase.java | 9428a3fe9f3c9f9a8d492f6e7400d6ea62b564e7 | [
"MIT"
] | permissive | BiYiTuan/hasting | 7743ecf709d7eb85e376c927ad355e679e4aa917 | efed0dabcc5181b9f81bb54514048b38adfd7177 | refs/heads/master | 2020-04-16T13:28:11.481592 | 2018-04-15T03:52:09 | 2018-04-15T03:52:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 424 | java | package com.lindzh.hasting.webui;
/**
* Created by lin on 2016/12/17.
*/
import org.junit.runner.RunWith;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations={"c... | [
"linsony0@163.com"
] | linsony0@163.com |
8b715084aebb00d1cd474a90737817a1a1ece2e6 | 95947ccb5c2a51cff7b4558394e93b8346fdd6ef | /src/syncdataaccess/Writer.java | dc6e0c69e3086686ce6201e73b35c578564e2a98 | [] | no_license | sunxiaohang/weliinternship | 83fc5c89abdd987be041ba505d3d9d0510e446b7 | 6939cb098f6b1f1d1754fb0a9523d494d6945650 | refs/heads/master | 2020-06-22T21:23:43.297490 | 2019-08-09T06:40:38 | 2019-08-09T06:40:38 | 198,402,866 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,247 | java | package syncdataaccess;
import java.util.Date;
/**
* @author sunhang
* @email sunhang@weli.cn
*/
public class Writer implements Runnable{
private PricesInfo pricesInfo;
public Writer(PricesInfo pricesInfo) {
this.pricesInfo = pricesInfo;
}
@Override
public void run() {
System.... | [
"sunhang@weli.cn"
] | sunhang@weli.cn |
220b52ddffc65b4752bf361d3926e7ac84bba664 | 37c163d1901934b03a7cb5703036eb94b838ceec | /src/main/java/after/legacycode/decouple/extractinterface10/TransactionRecorder.java | 98c813ba30dfc7cf102df7120afa77e48caa7300 | [] | no_license | garrickyang/worklegacycode | 3d5ee2540f3ac08fb0babec4312ed39de8075f8b | 762970ea2465402e0114e1b1bef38c08b4e3ad23 | refs/heads/master | 2021-07-08T04:32:42.141698 | 2019-08-04T13:22:04 | 2019-08-04T13:22:04 | 200,495,327 | 0 | 0 | null | 2020-10-13T15:05:35 | 2019-08-04T13:20:21 | Java | UTF-8 | Java | false | false | 147 | java | package after.legacycode.decouple.extractinterface10;
public interface TransactionRecorder {
void saveTransaction(Transaction transaction);
}
| [
"331945732@qq.com"
] | 331945732@qq.com |
d596af116a92182d01080f7fbbde24ab3b30ded9 | 932e0ef73004187f959cb2a976ce9aa7cace84f7 | /src/main/java/com/stancu/customerrestapi/exception/ErrorHandler.java | bc2a8684a8fb4edb42b90be576f84aa1e581128b | [] | no_license | stancumihai/CustomerManagerRestApiSpring | 13aede7ad2b23b9b6a31033af3beba8194580dbc | 5a4efd89b5745959a6515580f8706b312eff535f | refs/heads/master | 2023-07-02T15:44:08.487083 | 2021-08-06T14:45:27 | 2021-08-06T14:45:27 | 393,353,660 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 648 | java | package com.stancu.customerrestapi.exception;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.bind.annotation.ExceptionHandler;
@ControllerAdvice
public class ErrorHandler {
... | [
"stancumihai2000@yahoo.com"
] | stancumihai2000@yahoo.com |
d7a6615a2cd7f2b794e4adaabb35e1c8e50edfaa | dffc6d66fb10683f38d46055492b1e77f6d7912f | /ERP_WS/src/main/java/com/bap/erp/servicios/rh/RhEmpleadoService.java | 9370a98ceb16d67da09c3dbe1e507cf7bf0eb002 | [] | no_license | gpalabral/ErpBackEnd | bd3a4f8d8f0d23275e7d8b0a5670b7faf8037411 | 4dd908ca24625c8271d3dd1bdd9e1df714f6e921 | refs/heads/master | 2021-03-27T20:02:43.606225 | 2016-05-17T22:42:37 | 2016-05-17T22:42:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,729 | java | package com.bap.erp.servicios.rh;
import com.bap.erp.modelo.rh.RhEmpleado;
import java.io.InputStream;
import java.util.Date;
import java.util.List;
public interface RhEmpleadoService {
RhEmpleado persistRhEmpleado(RhEmpleado rhEmpleado) throws Exception;
RhEmpleado mergeRhEmpleado(RhEmpleado rhEmpl... | [
"gustavo.palabral@gmail.com"
] | gustavo.palabral@gmail.com |
30e04bca53333c66adaf9a014f098db26b833256 | b27bfe9db8f0c7e5ca9377397b23ef2ef27d4ddc | /morozov/terms/signals/TermIsNotAWorld.java | 41381a1bd658c6e41322c54be5f7abf4dc21fe24 | [] | no_license | Morozov2012/actor-prolog-java-library | 85fe97eb6a37709d742f4ab06b29d0718c7269c3 | 5a7e2011ac2152278b8ebae3dfb2da4d925619a3 | refs/heads/master | 2021-01-20T15:39:14.173431 | 2019-12-13T13:09:01 | 2019-12-13T13:09:01 | 7,780,078 | 5 | 3 | null | null | null | null | UTF-8 | Java | false | false | 272 | java | // (c) 2008 IRE RAS Alexei A. Morozov
package morozov.terms.signals;
import morozov.run.*;
public final class TermIsNotAWorld extends LightweightException {
//
public static final TermIsNotAWorld instance= new TermIsNotAWorld();
//
private TermIsNotAWorld() {
}
}
| [
"AlexeiMorozov2006@rambler.ru"
] | AlexeiMorozov2006@rambler.ru |
2c5c1ca1fb7f633adc5b7b9c2f0ba42bbf41fcd2 | 6f2f1b52d145513182255d38dd7f3aa856f6e679 | /cs336group27/src/com/cs336group27/pkg/LogoutServlet.java | 1927e1e0c338876fe2a375653e2eddf8ed68e17f | [] | no_license | eolanday/cs336group27 | cf113542119952d887e0bc1e841a6068a1ad082c | 125984cf388ddfcda18fd28a7cd8fe30582f2ac2 | refs/heads/master | 2023-01-31T11:47:15.592958 | 2020-12-18T01:49:52 | 2020-12-18T01:49:52 | 317,214,408 | 1 | 1 | null | 2020-12-18T01:50:46 | 2020-11-30T12:19:01 | Java | UTF-8 | Java | false | false | 1,521 | java | package com.cs336group27.pkg;
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.*;
/**
* Servlet impleme... | [
"eolanday@gmail.com"
] | eolanday@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.