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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dc8ce20515df4d6656cf033a5e9d9e79c34f3e72 | 5f572d92ee5b3e6e7fa81be309322f297124f5e0 | /src/main/java/fileService/FileService.java | 1f0a95036e9d7b02d49fbaac97b74bfef0c63211 | [] | no_license | leeyoonjin22/Day1 | 8e84da52ecead6f268a29c34ceaba63ecc89496e | 8092d0787f13857f33ed8d7e80bc8ddd12e1f2b2 | refs/heads/master | 2023-06-06T16:41:30.627836 | 2021-07-04T09:54:48 | 2021-07-04T09:54:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,716 | java | package fileService;
import org.apache.commons.io.FileUtils;
import use.Use;
import java.io.*;
import java.nio.file.Paths;
import java.util.*;
public class FileService {
//ArrayList<Use> list = new ArrayList();
public ArrayList<Use> readFile() { //txtํ์ผ์ ์ ์ฅ๋ ์ ๋ณด๋ฅผ ๊ฐ์ ธ์์ ๋ด ํ๋ก๊ทธ๋จ์ ๋ค์ ๋ํ๋๋๋ก
ArrayList<Us... | [
"leeyi0190@naver.com"
] | leeyi0190@naver.com |
9623cd8e7de395e430a5cbf4ba3a680de3f83ab8 | 2b24a08a98b97493b241f7ed0b51cc93d5ee6535 | /courseManagement/src/main/java/com/course/service/impl/UserServiceImpl.java | 2d32f35396c2e18ec2376d26134b3669536ae9ba | [] | no_license | RenanChagas/CourseManagement | 4ec5a8a6f4059810371c0293439c285f04590f3a | a3305684066294f865cc074a6443f0a4d85ebd80 | refs/heads/master | 2021-01-20T20:39:01.238866 | 2017-03-12T01:54:55 | 2017-03-12T01:54:55 | 62,517,608 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,505 | java | package com.course.service.impl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.crypto.password.PasswordEncoder;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.course.dao.UserDao;
import com... | [
"renanchagasw@gmail.com"
] | renanchagasw@gmail.com |
86e55526ee93945831b0e2b6fd188c3bbee1d221 | 977b5795a449c8fafa1807f1e280456078ff8129 | /ribbit/src/main/java/com/nalband/ribbit/ui/InboxFragment.java | 8778d4d5b364e3ad660df33107ccf34216c61590 | [] | no_license | nalbanders/LD | 88f7967281768faf569bf09a488092357b9c4bf6 | 06b440ec928030de6a2552cea46c79e349661cf1 | refs/heads/master | 2021-01-17T12:10:45.388844 | 2015-03-15T21:41:46 | 2015-03-15T21:41:46 | 32,285,352 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,420 | java | package com.nalband.ribbit.ui;
import java.util.ArrayList;
import java.util.List;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.ListFragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.wid... | [
"nalbana@gmail.com"
] | nalbana@gmail.com |
325c76e794f0ced1e73063c295080f958669e50e | 5fbc7c6040fb4fc139dd9d7a379300f47438d7cf | /src/main/java/com/prova/apirest/repository/HistoricoDepartamentoRepository.java | e7b72590ea4088acc9ba100067db9dddd72c96f3 | [] | no_license | DouglasTrigo/projeto-rest | 6350846c21193cf98f19b2234767ecc5973e7029 | 3a3028aa6d751f956d2058b72ba145df80bc1d23 | refs/heads/master | 2023-01-28T08:34:12.885618 | 2020-12-08T02:07:01 | 2020-12-08T02:07:01 | 319,496,929 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 260 | java | package com.prova.apirest.repository;
import com.prova.apirest.model.HistoricoDepartamento;
import org.springframework.data.jpa.repository.JpaRepository;
public interface HistoricoDepartamentoRepository extends JpaRepository<HistoricoDepartamento, Long> {
}
| [
"douglas.trigo@hotmail.com"
] | douglas.trigo@hotmail.com |
cae4eea1e190e703fd5e2b80f094c86073fb0cf6 | 38861cf13b162066772ce44cc115080c59af6180 | /ca.jahed.papyrusrt.persistence.dsl/src-gen/ca/jahed/papyrusrt/persistence/dsl/services/PersistGrammarAccess.java | 4f131e748cd8f55a94a51b7a0ebb4e5f976a3ebc | [] | no_license | kjahed/papyrusrt-modular | 47220e2d9885f64b4c7109bbbe50c35dfd7d3175 | 8edca7e79efe501eb865faea73f9d99cc844c953 | refs/heads/master | 2020-03-31T20:16:04.092369 | 2018-10-11T04:53:34 | 2018-10-11T04:53:34 | 150,663,248 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 34,506 | java | /*
* generated by Xtext 2.14.0
*/
package ca.jahed.papyrusrt.persistence.dsl.services;
import com.google.inject.Inject;
import com.google.inject.Singleton;
import java.util.List;
import org.eclipse.xtext.Alternatives;
import org.eclipse.xtext.Assignment;
import org.eclipse.xtext.Grammar;
import org.eclipse.xtext.Gra... | [
"kjahed@users.noreply.github.com"
] | kjahed@users.noreply.github.com |
be1a833bbf0b33a29a874a7138e2d605f261182d | 5416d9d0f3f59074ee5480bdd8c8e1920a5ca99f | /src/com/omniture/api/Base64Coder.java | 640e8693b1e206b5cf9d5b7a833c1345fafb42c5 | [] | no_license | platinasnow/omniture | cb62fd0162fe120e351dba4ef91eaa331220823f | bf6d67185e0f4eb0d44472159950fcc28bb536a0 | refs/heads/master | 2020-06-11T20:27:15.997074 | 2014-06-19T00:26:28 | 2014-06-19T00:26:28 | 20,982,343 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 10,561 | java | package com.omniture.api;
//Copyright 2003-2010 Christian d'Heureuse, Inventec Informatik AG, Zurich, Switzerland
//www.source-code.biz, www.inventec.ch/chdh
//
//This module is multi-licensed and may be used under the terms
//of any of the following licenses:
//
//EPL, Eclipse Public License, V1.0 or later, http://ww... | [
"platinasnow@naver.com"
] | platinasnow@naver.com |
989e51f4f0cf3e2cb57ea1cf7da42188b2d5f1bf | 80c3220539f7b4dc04f7c7a0ef1cb82ae4391518 | /src/main/java/com/asesoftware/semilla/reserva/ReservaApplication.java | 0672f0ff81709274f27d9c19c3016ac319c6c1a0 | [] | no_license | JorgeAndresLucero/TurnsSystem | 2276351c6baf9fc38ed497148377b959de430f9f | 5ac8db618873facfb6ef1fb724866ee7c369d7e2 | refs/heads/master | 2023-06-04T14:02:03.376834 | 2021-06-18T01:45:12 | 2021-06-18T01:45:12 | 375,534,195 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 328 | java | package com.asesoftware.semilla.reserva;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ReservaApplication {
public static void main(String[] args) {
SpringApplication.run(ReservaApplication.class, args);
... | [
"jorgeandres31@gmail.com"
] | jorgeandres31@gmail.com |
66f10842aa8c324fb4f210d990790eb88577bfa4 | cd391ac3e85d2b1db159304ff5b1548919dc2f05 | /src/swing_gui/FileReceive.java | d56ec3f52361a2c6961ac901319b2d8fbb54b8e1 | [] | no_license | amanpal99/MultiUserChatSystem | de6ea1eae7398b9d80e712c857f40c6981cbd93e | 0c68c3cd375cb9250e0720437fd014dbeaeec2cd | refs/heads/master | 2021-03-18T22:57:36.062160 | 2020-03-13T16:04:19 | 2020-03-13T16:04:19 | 247,107,829 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,898 | 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 swing_gui;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.RenderingHints;
/**
*
* @author amanpal
*... | [
"amanpal310599@gmail.com"
] | amanpal310599@gmail.com |
e06860d99f952f20e7a79d16d356c69447a1a57d | 0eb7dcb0459de31871e2357cf5c713a53ea5f015 | /config-support-java/src/nl/cwi/sen1/configapi/types/Property.java | 3bdf4335dc43a2a125b6c8d1e0678ffbc190ca8e | [] | no_license | cwi-swat/meta-environment | a87055da2a6825c97c7744cdd84c08d39d9f3f66 | eea9a90fdb52415f43430a89adc7acddba2be0a4 | refs/heads/master | 2021-01-19T08:42:05.812049 | 2012-11-15T14:16:54 | 2012-11-15T14:16:54 | 5,178,544 | 8 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,702 | java | package nl.cwi.sen1.configapi.types;
abstract public class Property extends nl.cwi.sen1.configapi.AbstractType {
public Property(nl.cwi.sen1.configapi.Factory factory, aterm.ATermList annos, aterm.AFun fun, aterm.ATerm[] args) {
super(factory, annos, fun, args);
}
public boolean isEqual(Property peer) {
... | [
"magiel.bruntink@gmail.com"
] | magiel.bruntink@gmail.com |
5cca9f83a34a644937e50335da43a4ed6cc39084 | 37fe7efb0f3f6e266da113a66a8114da3fac88f0 | /Ver.2/2.00/source/JavaModel/web/tbm42_study_cdisc_domain.java | 590c19ce1fe29c2d39a1ecbcf562c18c33a186dc | [
"Apache-2.0",
"BSD-2-Clause"
] | permissive | epoc-software-open/SEDC | e07d62248e8c2ed020973edd251e79b140b9fb3d | 6327165f63e448af1b0460f7071d62b5c12c9f09 | refs/heads/master | 2021-08-11T05:56:09.625380 | 2021-08-10T03:41:45 | 2021-08-10T03:41:45 | 96,168,280 | 2 | 1 | BSD-2-Clause | 2021-08-10T03:41:45 | 2017-07-04T02:42:21 | Java | SHIFT_JIS | Java | false | false | 1,100 | java | /*
File: TBM42_STUDY_CDISC_DOMAIN
Description: ่ฉฆ้จๅฅCDISCใใกใคใณใในใฟ
Author: GeneXus Java Generator version 10_3_3-92797
Generated on: July 3, 2017 17:16:34.72
Program type: Callable routine
Main DBMS: mysql
*/
import com.genexus.*;
import com.genexus.db.*;
import c... | [
"t-shimotori@weing.co.jp"
] | t-shimotori@weing.co.jp |
077a448eccec368259346998bbe31b5f39f717e4 | 267b583d4dd04f01852e4afadd151261096af8f0 | /app/src/main/java/com/ashypilov/taxiapp/ChooseModeActivity.java | fb8f1b55d9dde534bce168b779c3c9f586d3125d | [] | no_license | Ashypilo/TaxiApp | 692e9b05066af9f7bf4503206322b9167f683edb | 52fca5df3f7bcd1a394bc89045cc372b48a8f2cd | refs/heads/master | 2023-02-17T15:04:53.957440 | 2021-01-14T12:34:01 | 2021-01-14T12:34:01 | 329,610,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 743 | java | package com.ashypilov.taxiapp;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import com.google.firebase.auth.FirebaseAuth;
public class ChooseModeActivity extends AppCompatActivity {
@Override
protected void onCreate(Bun... | [
"shipilov2332@gmail.com"
] | shipilov2332@gmail.com |
89637796a39ffd5e4768f1b1edab6d79ad6978b6 | 496aba5956934b85f3624e1016a2d798f3ed49c0 | /app/src/main/java/si/kordez/bluetoothrobot/Ground.java | 6197f6f2adfce23f7721d144b38bde13e793c00d | [] | no_license | jakakordez/Bluetooth-robot-Android | 9e47abf009ec2fed4079f6226b711ef86d382ae8 | 0473b10f6085c5708a3fef8686ba7aa40e7f49d2 | refs/heads/master | 2021-01-10T10:29:24.146802 | 2016-02-27T16:02:03 | 2016-02-27T16:02:03 | 52,601,183 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,588 | java | package si.kordez.bluetoothrobot;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.FloatBuffer;
import java.nio.ShortBuffer;
import javax.microedition.khronos.opengles.GL10;
/**
* Created by jakak on 26. 02. 2016.
*/
public class Ground {
BufferedObject groundObject;
// Our vertex buf... | [
"Jaka Kordez"
] | Jaka Kordez |
0dbe2152a6626223a2e521820e57f1951bc6ab17 | 075e3239c2051dc4e5df5089f675986bb5b8b749 | /src/main/java/com/lym/designpattern/structural/flyweight/UnSharedConcreteFlyweight.java | f468a2049575e00f62595b3f4497e9160268af60 | [] | no_license | lemon710/LearningProject | 9802edff6d4af3d9813ea46d22958c7137ec5c6a | 1a98d91daf53f668e5dc5a5497fa324651a37cfd | refs/heads/master | 2023-03-27T17:25:57.245893 | 2021-03-25T03:22:23 | 2021-03-25T03:22:23 | 351,371,140 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 454 | java | package com.lym.designpattern.structural.flyweight;
/**
* @ClassName UnSharedConcreteFlyweight
* @Description ้ไบซๅ
่ง่ฒ
* @Author laiyiming
* @Date 2021/3/5 15:11
*/
public class UnSharedConcreteFlyweight {
private String info;
UnSharedConcreteFlyweight(String info) {
this.info = info;
}
pub... | [
"1020287311@qq.com"
] | 1020287311@qq.com |
d760971c67f9f7571aaa506a3bc358d854f604cd | 65d0e06c4cc5787f3c6c5f0583cae91593aff2a7 | /head-first/src/main/java/com/zero/book/design/HeadFirstApplication.java | e160ade027c10bfe652ad42209213614b629bbaf | [] | no_license | zerohome/book | ad712db9b0d8ae0c805012bae6297825b4349257 | c03faae6ee59a2ba32260df5fcbfc8d3a40f8391 | refs/heads/master | 2021-09-04T03:02:33.452779 | 2020-08-24T02:58:36 | 2020-08-24T02:58:36 | 223,160,689 | 2 | 0 | null | 2021-08-13T15:37:32 | 2019-11-21T11:40:20 | Java | UTF-8 | Java | false | false | 319 | java | package com.zero.book.design;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class HeadFirstApplication {
public static void main(String[] args) {
SpringApplication.run(HeadFirstApplication.class, args);
}
}
| [
"337042505@qq.com"
] | 337042505@qq.com |
c571d80e67557132c0f52a07948caf39735046bc | 69616ad6607651c32dfc0df3235af25062df066a | /src/main/java/com/tlkzzz/jeesite/modules/ck/dao/CYkinfoDao.java | b0adcd8bc7537841205a36fc6fe98bd100287b03 | [
"Apache-2.0"
] | permissive | magicgis/xpjfx | 6ca07c61474caab19271e53091885b81223db5db | 6c6c6e6e6030272f3008a582796c88f8229a4a85 | refs/heads/master | 2021-01-19T05:34:20.680849 | 2017-04-06T12:41:31 | 2017-04-06T12:41:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 476 | java | /**
* Copyright © 2012-2016 <a href="https://github.com/tlkzzz/jeesite">JeeSite</a> All rights reserved.
*/
package com.tlkzzz.jeesite.modules.ck.dao;
import com.tlkzzz.jeesite.common.persistence.CrudDao;
import com.tlkzzz.jeesite.common.persistence.annotation.MyBatisDao;
import com.tlkzzz.jeesite.modules.ck.en... | [
"tlk@qq.com"
] | tlk@qq.com |
627e9669e39f95d9a9c1dc688a9491033015e705 | 97ed5e9ea1ec7c88bce52dfadb257a53f0350ca1 | /Friend_Locator/GoogleMaps/src/com/ninto/googlemaps/Notification_new.java | 9ea5d4f8c00861032507938b4c5e9154fe30b60b | [] | no_license | TroyBolton/Friend_Locator | 302c9c76463e0b6d6087976dd614520fbdbe9540 | c0135038f80a8c9f69374e24bbeee6e7732390f9 | refs/heads/master | 2020-12-24T15:49:11.732748 | 2015-06-06T08:23:53 | 2015-06-06T08:23:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,528 | java | package com.ninto.googlemaps;
import java.util.ArrayList;
import java.util.List;
import com.parse.FindCallback;
import com.parse.ParseException;
import com.parse.ParseObject;
import com.parse.ParseQuery;
import com.parse.ParseUser;
import android.app.Activity;
import android.app.AlertDialog;
import andr... | [
"nintoantok@gmail.com"
] | nintoantok@gmail.com |
391c867ca011ea764bea5a964a7cf2f60d2b7cc0 | cc59d6d8799d81288f240040e34a069579d555d7 | /app/src/main/java/com/example/liu/eparty/activity/statistics/StatisticsActivity.java | bc2ea51296738da667117cc8b0e97f28c1a19a55 | [] | no_license | xudejuan/EParty-master | c28445e48927f06c9e55642279d5de5115c62583 | fe6b929c70987c9e4c31ce1660315034e3723db1 | refs/heads/master | 2021-04-06T10:56:06.855568 | 2018-03-11T09:27:44 | 2018-03-11T09:27:44 | 124,741,462 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,325 | java | package com.example.liu.eparty.activity.statistics;
import android.content.Intent;
import com.example.liu.eparty.R;
import com.example.liu.eparty.base.BaseActivity;
import butterknife.OnClick;
public class StatisticsActivity extends BaseActivity {
@Override
protected String setTitle() {
return "็ป่ฎก"... | [
"3141710960@qq.com"
] | 3141710960@qq.com |
b0200a4250a7214af4ee74eb79ef35feb3ad5959 | 08ebf2351c6cdca07565926c3f910d17c2c64393 | /MicroNet.Tools.Processors/src/main/java/micronet/tools/model/variables/VariableType.java | acabf91b5e2d75c18396750556291a56c9106f18 | [
"Apache-2.0"
] | permissive | MrHaribo/MicroNet.Tools | 55a8da453f28e787835ee7ebf120239e05afb5e9 | 7256bc9d3a080c65a162f48bb325a6933240cd4b | refs/heads/master | 2022-11-26T12:55:38.107605 | 2019-05-23T12:13:00 | 2019-05-23T12:13:00 | 86,839,123 | 0 | 0 | Apache-2.0 | 2022-11-16T12:22:00 | 2017-03-31T16:24:58 | Java | UTF-8 | Java | false | false | 612 | java | package micronet.tools.model.variables;
public enum VariableType {
STRING,
NUMBER,
BOOLEAN,
CHAR,
ENUM,
LIST,
SET,
MAP,
COMPONENT,
SCRIPT,
GEOMETRY;
public static boolean isVariableTypeName(String typeName) {
try {
Enum.valueOf(VariableType.class, typeName.toUpperCase());
} catch (IllegalArgumentE... | [
"jonas_biedermann@hotmail.com"
] | jonas_biedermann@hotmail.com |
09106b3f326c7086b86a1aa9eaf01605ce1aa56e | 2cdee741ee724e4ba566f4c88cd38c03b00e83fc | /src/main/java/ng/com/bitsystems/mis/services/consultations/DiseaseDirectoryService.java | c709247082b51d7759eea15eca8210eb684f85be | [] | no_license | slowcodes/bitsystem-spring-mis | 2d6acd965c3163a1b995e7a1b22805ae29eaaa76 | b68adb3e5c1faa23ae3df012019d00b1a7faa659 | refs/heads/master | 2023-09-02T03:55:46.316388 | 2021-02-06T01:23:45 | 2021-02-06T01:23:45 | 282,743,674 | 1 | 1 | null | 2020-10-15T09:30:29 | 2020-07-26T22:27:22 | HTML | UTF-8 | Java | false | false | 263 | java | package ng.com.bitsystems.mis.services.consultations;
import ng.com.bitsystems.mis.models.consultation.DiseaseDirectory;
import ng.com.bitsystems.mis.services.CrudService;
public interface DiseaseDirectoryService extends CrudService<DiseaseDirectory, Long> {
}
| [
"charlesezenna@gmail.com"
] | charlesezenna@gmail.com |
2cd7635212a4bf504e312f5815e79f5cf83d2fe8 | 38a2471837101218fc30c43d1ca7733d46c5d765 | /build/generated/src/org/apache/jsp/list_jsp.java | 5406416b1582de7fd3c478301cb05753034fcac2 | [] | no_license | IshimweClaude/carsystyem | c5267264a2b51bf5d1ade9da96b476202e6caf8b | 1b6d7e0e3d3eee111e7fbbd368933b4b2c6a512a | refs/heads/master | 2023-08-24T05:29:53.715685 | 2021-10-25T14:46:25 | 2021-10-25T14:46:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,695 | java | package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.util.List;
import Domain.Car;
import dao.GenericDao;
import java.time.Period;
import java.time.LocalDate;
public final class list_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.ap... | [
"ishimweclaude078@gmail.com"
] | ishimweclaude078@gmail.com |
958f889057ed10b7699838a32c4a5567233318ec | 3b83398cabb557087c6a1ab194605277a2b7f165 | /app/src/main/java/sg/com/bigspoon/www/BGDashboard/core/IntentFactory.java | e0776ed4c33e83507803d2a8197311264a22d755 | [] | no_license | qbig/dashboard | 0169d8897d1000593351793fbfa18d2f9053d404 | 4a35d529a69606a4d0294f865cf39b8b98226688 | refs/heads/master | 2021-03-22T04:29:30.553738 | 2015-08-14T11:01:33 | 2015-08-14T11:01:33 | 33,916,702 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 141 | java | package sg.com.bigspoon.www.BGDashboard.core;
public class IntentFactory {
//TODO implement an Activity and Fragment delegate pattern
}
| [
"qiaoliang89@gmail.com"
] | qiaoliang89@gmail.com |
47416fcd7809d1d3859d04001572b5b313395faf | 7b7a223539051ff5b5fa3595824c5533c0f6525c | /UNIX Type Minimal File System/src/Entity.java | c311b382841254922c85aba81bb7dc48d0417d86 | [] | no_license | Kromat1x/Java | 0dceb336d4dc84e3fa0052f3a23e3d48a835f7df | d08fc79fc26fb3da3542dbb279edfb9cceed1cc3 | refs/heads/master | 2020-03-16T08:09:02.560944 | 2018-05-08T10:06:52 | 2018-05-08T10:06:52 | 132,590,801 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 346 | java |
public class Entity {
String name;
//String path;
String owner;
char[] permissions;
public Entity(String name, String owner){
this.name = name;
this.owner = owner;
this.permissions = new char[7];
for(int i = 0; i < 7; i++){
permissions[i] = '-';
}
permissions[1] = 'r';
permissions[2] = 'w';
p... | [
"bina.marius@gmail.com"
] | bina.marius@gmail.com |
522e6d26b695c20212fe257f88b9685b78972d44 | c158a2988f2a2b15090b5bc54aa2119286cd5645 | /src/modelDM/FacultyDMNew.java | a62adedb8f83f3afa1de18f90e3cd6a60dfa5490 | [] | no_license | pranadheer10/SE01-5 | 23e201b2f05ecb4a77196fe66244ee8ae0181c04 | e0406bee8062285862912fd61e4621e56ea36093 | refs/heads/master | 2021-01-20T17:19:40.317618 | 2016-07-07T23:10:01 | 2016-07-07T23:10:01 | 60,794,847 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,328 | java | package modelDM;
public class FacultyDMNew {
private String lastName;
private String FirstName ;
private String DaysToTeach ;
private String MaxLoadFall ;
private String MaxLoadSpring ;
private String MaxLoadSummer ;
/**
* @return the lastName
*/
public String getLastName() {
return l... | [
"Pranava Rayaprolu@PranavRayaprolu"
] | Pranava Rayaprolu@PranavRayaprolu |
122fae79299f3963a937241d0ebe243d34f0e15a | 6b728a5ca5f714d900cdd64ca8672a21d3d75483 | /src/com/gps/dao/impl/RcaActionSupportingFileDaoImpl.java | 672a01db015fe6fd4d3d5381559af50d6287f993 | [] | no_license | maqueelm/IT-GPSD-RCA | 5665735c76a5b0bcc66bcb0fa6d5ab31556ffd94 | 231c18aebaa4e6838ec5a699c140aebbfd7e253f | refs/heads/master | 2020-03-10T04:41:54.914010 | 2018-04-12T06:07:52 | 2018-04-12T06:07:52 | 129,198,662 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,203 | java | package com.gps.dao.impl;
import com.gps.dao.RcaActionSupportingFileDao;
import com.gps.exceptions.GPSException;
import com.gps.vo.RcaActionSupportingFile;
import org.apache.log4j.Logger;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Propagation;
import org.springf... | [
"mmaqeel@pk.ibm.com"
] | mmaqeel@pk.ibm.com |
6e671fc039828b62b0f890e6a33aa084cfece1fa | 85d3b89ac95eb0c4255ee6ae6824a7feb1ba3ac1 | /src/main/java/com/charles/util/Constants.java | bf7f85edc9754c26230147a5501d92a88c83d082 | [] | no_license | wubangjunjava/compare-files | b5ffaff3e8033509b35478b576ade8385fc546c9 | 9ff45896765da61f2fd81bcc9ffc0ad0554b650a | refs/heads/main | 2023-02-26T00:45:03.170675 | 2021-01-25T06:53:37 | 2021-01-25T06:53:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 683 | java | package com.charles.util;
import com.charles.entity.CompareExcl;
import com.google.common.collect.Lists;
import java.util.List;
public class Constants {
public final static String PROD_ROOT_PATH = "E:\\Compare\\Sc_Channelๆไปถๅฏนๆฏ\\prod_channel\\classes";
public final static String LOCAL_ROOT_PATH = "E:\\Compar... | [
"ganzib@aliyun.com"
] | ganzib@aliyun.com |
ddc2c7ea6f382eed963a6c2af08c14d94597fe3d | 051b58ea4a35a66dbebf2ab8517c6f9558da0063 | /testLearn/src/main/java/org/lqf/learn/leetCode/strString/findLongestWord_524/Solution.java | a88010fd8d5bf7f0dbbebe0c756910bdcba60079 | [] | no_license | lqingfang/learnKnowledge | 695fde434e8b3295a27d73e11ebb6b359cf5c7a2 | e682142fdbd6ad1a1069db334b87c26dc14b124b | refs/heads/master | 2022-11-22T22:42:21.813731 | 2020-11-22T13:31:49 | 2020-11-22T13:31:49 | 170,128,704 | 0 | 0 | null | 2022-11-16T04:29:10 | 2019-02-11T12:56:32 | Java | UTF-8 | Java | false | false | 1,256 | java | package org.lqf.learn.leetCode.strString.findLongestWord_524;
import java.util.ArrayList;
import java.util.List;
public class Solution {
public static void main(String[] args) {
List<String> d = new ArrayList<String>();
d.add("ale");
d.add("apple");
d.add("monkey");
d.add("... | [
"lqingfang_279@163.com"
] | lqingfang_279@163.com |
ca474118b5a98de051bc783eee26feff42d1394d | b9e1c4eff9b9ccc42902b4078e88b3005a742c94 | /app/src/main/java/com/qx/mstarstoreapp/viewutils/wheelview/adapter/SimpleWheelAdapter.java | 7099d87dc386abbce272012eb204de90b11275a8 | [] | no_license | tianfeng94666/MstarStore-master | a7a28d4f5c96e5b00f7c4842dd6a0917889e2c7c | f968cad5820a33004074927efd65ea313b95efe5 | refs/heads/master | 2021-01-17T20:59:59.327577 | 2018-07-04T04:12:18 | 2018-07-04T04:12:18 | 84,154,664 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,522 | java | /*
* Copyright (C) 2016 venshine.cn@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 by applicable la... | [
"tianfeng94666@gmail.com"
] | tianfeng94666@gmail.com |
1855f1e9034ed58d9a440a210616a4ecea3c7256 | 08d833d511604681b3e399ed0174929dacf166d7 | /Printing numbers from 30 to 50/Main.java | 7cb81807593fbd61308c27b6e6e8b6b9e0ba3792 | [] | no_license | Shaik-Sazeed/Playground | ca6d200b24937db07644a6e0e41f15f88afc98de | 7d0972b99868feebd5821d9a90dea4702ba15ca8 | refs/heads/master | 2020-04-27T02:47:32.122340 | 2019-05-03T19:45:26 | 2019-05-03T19:45:26 | 174,005,320 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 188 | java | import java.util.Scanner;
class Main {
public static void main (String[] args){
for(int count = 30; count<=50; count=count+1)
{
System.out.println(count);
}
}
} | [
"48258629+Shaik-Sazeed@users.noreply.github.com"
] | 48258629+Shaik-Sazeed@users.noreply.github.com |
973d92ce2b49b1a38feb4db7228edd03cb672c08 | e11055f1abb02e38b576dafbcacea9bb83f66dd9 | /src/main/java/com/swapnil/adsa1/util/SortUtil.java | 6553684bce0661249ff49f0f62c54e3a5eb07546 | [] | no_license | swapnil-mtech/sorting-analysis | 1b04b61c4cbaf4c03784b68a3b079125c2bc2ee7 | 48fc918b283916114a132dfb8ea5def9c0598761 | refs/heads/master | 2021-01-10T03:08:27.046179 | 2015-10-08T15:21:41 | 2015-10-08T15:21:41 | 43,893,249 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,109 | java | package com.swapnil.adsa1.util;
import java.util.Random;
/**
* Created by swapn on 26-09-2015.
*/
public final class SortUtil {
private static Random random = new Random();
private SortUtil() {
}
public static int[] createArray(int length) {
System.out.println("Generating Integer Array of length " + length... | [
"swapnilrmahale@gmail.com"
] | swapnilrmahale@gmail.com |
b472192c8d61724f5f252c44fc88b829c4b1bd63 | e517430bd64dfae07b5ccdb0eed2aeffaed8472c | /src/main/java/teralco/sedeelectronica/service/LenguajeService.java | de8ea0400157b4fc8ca7ef9258ac1984496a9539 | [] | no_license | jaliaga-devcenter/sede | 26a58c2df4546a09462ebdb3806931cd9ccd3150 | 38faefe8450574bdcdbedb9ccf330a4d2fcf7cd7 | refs/heads/master | 2021-04-30T02:15:51.050264 | 2018-05-10T08:20:46 | 2018-05-10T08:20:46 | 121,497,280 | 0 | 0 | null | 2018-05-10T08:14:09 | 2018-02-14T10:20:25 | CSS | UTF-8 | Java | false | false | 912 | java | package teralco.sedeelectronica.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import teralco.sedeelectronica.model.Lenguaje;
import teralco.sedeelectronica.repository.LenguajeRepository;
@Service
public class LenguajeService {
private Lenguaj... | [
"jsober@devcenterord021"
] | jsober@devcenterord021 |
431fb75740846f6d9dfc13d2c4ee9ff7ba633130 | 426f3bc48be0f2bc2d4e61451a418a9f4d8a83ba | /research_module/src/main/java/com/threed/password/research/transformer/ResponseTransformer.java | e884faf9d394d24718f308ec6afdb4b472b0571e | [] | no_license | Prageesha/ThreeDPassword | b2795a3e182d69cc5fddce59177b3c09cab8ada6 | 2d77c09273fc6f2d62b3b4b3c68a85001989bc57 | refs/heads/master | 2020-03-27T21:47:00.196096 | 2018-09-03T08:32:28 | 2018-09-03T08:32:28 | 147,175,369 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,249 | java | package com.threed.password.research.transformer;
import com.threed.password.research.dto.BaseDto;
import java.util.ArrayList;
import java.util.List;
import javax.ws.rs.core.HttpHeaders;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.Response.Status;
public class ResponseTransformer {
public static Re... | [
"prageeshah@nimbusventure.com"
] | prageeshah@nimbusventure.com |
6261d0aa72d43b06bdc084a878982c990f1ab595 | 2ac13a2110d389bfa7f0a4e5a7b4067157f4d37f | /src/main/java/com/exemple/domain/user/UserRepository.java | a775e6a8f6d1746b1b49bd087286ea417f9c4262 | [] | no_license | KIM-JS-95/springboot2-webservice | b8da40c277d783c14fd055e2fbb4d6513190f73d | 6ba313aa1e0914f60c104982d0edd032b9720cbb | refs/heads/main | 2023-01-30T18:02:34.209159 | 2020-12-07T11:17:59 | 2020-12-07T11:17:59 | 315,945,137 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 241 | java | package com.exemple.domain.user;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.Optional;
public interface UserRepository extends JpaRepository<User, Long> {
Optional<User> findByEmail(String email);
}
| [
"baugh248730@gmail.com"
] | baugh248730@gmail.com |
1447c62e62cd919d05832b11c6a5cc53f87d6e61 | 2a3385327c386a5a35e16c50d110ca114109cc9c | /kr-admin/kr-admin-intf/src/main/java/com/ronglian/kangrui/saas/research/admin/vo/HospCenterVo.java | 956d8a1da6124d74ebe8483b6b9bb155643aee66 | [] | no_license | ahjsjxy/research-node | 22a99bab03f514e2dea7f303cd894491793f7d0d | 011a7dcee2c8e9288820b708a29b64ad05fd1439 | refs/heads/master | 2022-12-24T21:38:03.770462 | 2019-08-06T10:23:06 | 2019-08-06T10:23:06 | 189,509,461 | 0 | 2 | null | 2022-12-16T12:13:01 | 2019-05-31T01:54:59 | JavaScript | UTF-8 | Java | false | false | 288 | java | package com.ronglian.kangrui.saas.research.admin.vo;
import lombok.Data;
import java.io.Serializable;
/**
* ${DESCRIPTION}
*
* @author lanyan
* @create 2019-05-27 14:14
**/
@Data
public class HospCenterVo implements Serializable {
private Long id;
private String name;
}
| [
"xuyang@ronglian.com"
] | xuyang@ronglian.com |
6c70354a1c156ffec0d5e3b287ba07ca04777fa2 | 1420d32bfcc474bab43ad30c1181fc0e9e3d7c0c | /wnprinter/app/src/main/java/com/wn518/receipt/LayoutBuilderWidth48.java | 1d29f7051fd9f68daed1d45970705a4cb964b9e3 | [
"MIT"
] | permissive | adrianx77/miniPrinter | 3eefe509b7333111c3328c4b6d066668be86513a | 0b16e28069ee3be0ee6b67c9af527b49399c6f27 | refs/heads/master | 2021-01-19T08:11:31.138852 | 2015-07-09T03:41:02 | 2015-07-09T03:55:09 | 38,753,109 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,780 | java | package com.wn518.receipt;
public class LayoutBuilderWidth48 extends LayoutBuilder{
public LayoutBuilderWidth48()
{
}
public boolean build()
{
map.clear();
int Width = 48;
LineLayout format = new LineLayout(Width);
//ๅๆทๆกฃๅฃ
format.addCell(5, LineLayout.LAYOUT_ALIGN.LA_LEFT);
format.addCell(19, LineLay... | [
"adrianx.lau@gmail.com"
] | adrianx.lau@gmail.com |
6dabbb2ac7a1f0e8a98a1154d154f0021a704128 | 406eb4ea3ef7f9cac20558ba8b5a045cc3cbbfd4 | /app/src/main/java/in/edu/bml/cse/semester3/lazybone/OrderActivity.java | f53d562742f03de04af415803b3f557e6fe5f6d3 | [] | no_license | CalmDownKarm/LazyBone | 40a0611737765ba14886b85d2b547f0ff2aef6be | 7ddf7615f4f8b4e5afd549a4234b574fcff52300 | refs/heads/master | 2021-01-21T21:38:54.399087 | 2015-12-19T04:53:29 | 2015-12-19T04:53:29 | 47,875,372 | 0 | 2 | null | 2015-12-16T11:04:34 | 2015-12-12T11:24:37 | Java | UTF-8 | Java | false | false | 1,513 | java | package in.edu.bml.cse.semester3.lazybone;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.ImageButton;
public class OrderActivity extends AppCompatActiv... | [
"karmanya.aggarwal.14cse@bml.edu.in"
] | karmanya.aggarwal.14cse@bml.edu.in |
94ffdc6c76d5aaa1f3d80364491b7af3e1fa459f | 9a6eeecadb3ecc77e14f55d81db5602b7cb53f1f | /provider/itselfservice-admin-provider-service/src/test/java/com/cnec5/it/selfservice/provider/SwiListServiceTests.java | 8ad3765bc4c595b18acce8227334669bd3169af9 | [
"Apache-2.0"
] | permissive | John-zzy/it-selfservice | 7dee9bccebe9ea8fa97a75e0564e1c51ca19f4a2 | 91bb7891e6bc2f6eedca0ff9709fff6cbef7ddb6 | refs/heads/master | 2020-12-06T01:50:47.778982 | 2020-01-07T11:15:04 | 2020-01-07T11:15:04 | 232,306,761 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,998 | java | package com.cnec5.it.selfservice.provider;
import com.cnec5.it.selfservice.base.BaseSwichDto;
import com.cnec5.it.selfservice.provider.api.SwiListService;
import com.cnec5.it.selfservice.provider.domain.SwiList;
import com.cnec5.it.selfservice.provider.mapper.SwiListMapper;
import org.junit.Test;
import org.jun... | [
"zhengzhey@cnec5.com"
] | zhengzhey@cnec5.com |
9db03131221e41b45a00eb199c985c1825903df9 | fc45588d8fa0f8ca94f955ad78c94db95e07bad7 | /middleware/weyeemedialoader/src/main/java/com/weyee/sdk/medialoader/bean/AudioResult.java | 1c3066a3fa50d1f2b5335c799f95ac3048083657 | [] | no_license | Yaraed/WAWAWAWA | 04496d28f3804db38a7566cb936fe1b773aa36da | 9f34486c6194cd5118e12a08ded469daec5b94a5 | refs/heads/master | 2021-04-18T20:30:10.554276 | 2019-05-28T09:40:41 | 2019-05-28T09:40:41 | 126,760,029 | 2 | 0 | null | 2019-05-28T09:40:42 | 2018-03-26T02:01:29 | Java | UTF-8 | Java | false | false | 1,198 | java | /*
*
* Copyright 2017 liu-feng
*
* 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 agr... | [
"wuqi@weyee.com"
] | wuqi@weyee.com |
8602ef624f412091be01157b72cd04c1b383f691 | 2b494026b494c7251d0d16e02a814f6bee744aa2 | /demo/src/main/java/com/pa/demo/security/web/authentication/DefaultAuthenticationFailureHandler.java | 6908ab61c270d80d19848d1433aba29ae110c16f | [] | no_license | huynhlehoaibac/demoAppForZalo | f647f573978b3c06e05fd634439cfe64ddf7d134 | 3671776137fcffc20d76c2b42178e480be82db02 | refs/heads/master | 2023-05-13T12:50:22.667247 | 2020-03-12T02:48:18 | 2020-03-12T02:48:18 | 245,333,044 | 0 | 0 | null | 2023-05-08T05:39:01 | 2020-03-06T04:53:44 | null | UTF-8 | Java | false | false | 1,632 | java | package com.pa.demo.security.web.authentication;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
imp... | [
"B.HUYNHLEHOAI@bycn.bouygues-construction.com"
] | B.HUYNHLEHOAI@bycn.bouygues-construction.com |
e0bd98a57b7a2a7847d9d20d7f53558f608381a0 | 2fd0e0f56591540207b1b87e7c61e5bc994e7bfc | /main/GameLogic.java | 0f4eaf9e1d85bb57e70e6775b660c741de6a21a9 | [] | no_license | HoriaCool/Sheriff-of-Nottingham-OOP-Project | 22e216f6b346a487088618303be82cd199ffc30a | 2e574d9896f1bbffcf50e34e136d1f487bd022b4 | refs/heads/master | 2022-03-09T21:51:11.645210 | 2019-12-03T17:49:09 | 2019-12-03T17:49:09 | 225,078,291 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,535 | java | // Copyright 2019 Nedelcu Horia (nedelcu.horia.alexandru@gmail.com)
package main;
import java.util.ArrayList;
import java.util.List;
import gameplay.PlayerFactory;
import gameplay.Player;
public final class GameLogic {
private final int mNumPlayers;
private final List<Player> mPlayers;
public GameLogic... | [
"nedelcu.horia.alexandru@gmail.com"
] | nedelcu.horia.alexandru@gmail.com |
ce9b17df1527ea948736b69eb6d81ff1ae999c94 | 853a3207c23d0d0ce85ee78255a8b60613b53331 | /FragmentList/app/src/main/java/android/huyhuynh/fragmentlist/MainActivity.java | 8eddc41b4db9bc8e84bfcc3f44e78c56e5257429 | [] | no_license | huyhuynh1905/Android-Tutorial | 068409027f90ebe101494f4366cbe470d2e9446a | 838d15fc27085561f5cb80190a6dbb702575d8b6 | refs/heads/master | 2022-12-12T21:28:14.682411 | 2019-09-16T15:31:50 | 2019-09-16T15:31:50 | 195,052,365 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 755 | java | package android.huyhuynh.fragmentlist;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.FragmentManager;
import androidx.fragment.app.FragmentTransaction;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle sav... | [
"34849208+huyhuynh1905@users.noreply.github.com"
] | 34849208+huyhuynh1905@users.noreply.github.com |
0906a100cc09aaecba9d215b752210ce9721e032 | 3819429b9346936c1e3be72729a3bd3f93f8b0ce | /src/main/java/org/springframework/data/elasticsearch/repository/support/MappingElasticsearchEntityInformation.java | 2fbaa7561fe6d67e1407fb3c7578bb2df6d8fc9c | [] | no_license | thysmichels/spring-data-elasticsearch-1 | f194ab12f7a4f335e2a1c26c2c434ae5c67e54f9 | fe25ef25b4565e1de2a471ac2a8606517f5545da | refs/heads/master | 2020-12-25T16:02:30.457132 | 2013-01-28T17:14:25 | 2013-01-28T17:14:25 | 12,767,804 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,143 | java | /*
* Copyright 2012 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 app... | [
"rizwan.idrees@biomedcentral.com"
] | rizwan.idrees@biomedcentral.com |
51cc0ebf80a437f90ea6e17ab681f2d53f2945a0 | a17cd66a9856febbe4583f15b0951d2b7bc57605 | /serviceProvider/src/main/java/com/s/dao/mapper/UserMapper.java | b8779695aab4641f5c9ff03bd656b57e7c7f7469 | [] | no_license | jiadizhao/serviceCombDemo | dc3d0a4bc33ef113cce5d79932aaa65a1910ae40 | 06c2f0dc8ced3fc26e150f9f4127a537105e5544 | refs/heads/master | 2022-11-08T08:41:04.450676 | 2020-06-17T13:57:47 | 2020-06-17T13:57:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 283 | java | package com.s.dao.mapper;
import com.s.dao.entity.User;
import org.springframework.stereotype.Repository;
import java.util.List;
/**
* @Author Administrator
* @Date 2020/6/16 0016 ไธๅ 8:58
* @Version 1.0
*/
public interface UserMapper {
public List<User> allUsers();
}
| [
"shineyoueveryday@163.com"
] | shineyoueveryday@163.com |
9b13676f2264a23384cc13b1aae8d105b23e7ca3 | 2d42024b0a01ec8f90d2c46b7acb5c86a6069aff | /Seminar04_Singleton/src/ro/ase/acs/main/Main.java | ac918e633249b07d7b476ca78d564d7748db60d4 | [
"MIT"
] | permissive | BogdanIancu/CTS2021 | 6ebc9f9e2d71f4a1d624501398e0ba8a23a2d2f0 | 3b6a44ce1a55b2d120b8fecadfaefadda079d2e4 | refs/heads/main | 2023-05-02T14:18:38.203456 | 2021-05-22T12:14:10 | 2021-05-22T12:14:10 | 342,230,206 | 6 | 3 | null | null | null | null | UTF-8 | Java | false | false | 342 | java | package ro.ase.acs.main;
import ro.ase.acs.singleton.before.CommandLine;
import ro.ase.acs.singleton.before.Gui;
public class Main {
public static void main(String[] args){
Runnable r = ()->{
Gui gui = new Gui();
};
new Thread(r).start();
CommandLine commandLine = new C... | [
"bogdan.iancu@ymail.com"
] | bogdan.iancu@ymail.com |
0497d26feb3f4133622e1bc4634c22dc48b94eea | 71aeb3d71e0098b22073cee41a5c57992074b601 | /library/src/main/java/chingtech/library/widget/RangeSeekBar.java | b2f849ab78d505f385e4b0fc9d3467dd800ecd55 | [] | no_license | shichunlei/MyLibrary | a233f10f70b6f705840ae779df1ad517f8ae0892 | b3da392e54408cedb2dba8b547fbfcad8e8363ee | refs/heads/master | 2021-01-19T11:53:44.842014 | 2018-08-01T01:59:01 | 2018-08-01T01:59:01 | 88,002,049 | 12 | 0 | null | null | null | null | UTF-8 | Java | false | false | 42,290 | java | package chingtech.library.widget;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.TypeEvaluator;
import android.animation.ValueAnimator;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Bitmap;
import android.gr... | [
"shichunlei@14cells.com"
] | shichunlei@14cells.com |
d1bcc2fe976d795aa4eac82a8de705bf3b887dc9 | 07abcad3885092aef8abe76e0d78c2296d7fcd1b | /twoFactor/src/test/java/org/openTwoFactor/server/beans/daoTest/TfMemoryAuditDao.java | 782b02992e0da2cbbccb44e549337743bed55998 | [] | no_license | mchyzer/openTwoFactor | df3acfc07f2f385999bd081eeaf2bfc937ee8ff0 | 6a62b59d176b13a1bc51a0b60a258cef7ea1012c | refs/heads/master | 2023-08-28T19:06:16.817966 | 2023-08-14T17:30:34 | 2023-08-14T17:30:34 | 10,210,206 | 2 | 2 | null | 2021-06-04T01:00:06 | 2013-05-22T02:42:06 | JavaScript | UTF-8 | Java | false | false | 12,483 | java | /**
* @author mchyzer
* $Id: TfMemoryAuditDao.java,v 1.1 2013/06/20 06:02:50 mchyzer Exp $
*/
package org.openTwoFactor.server.beans.daoTest;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
i... | [
"mchyzer@yahoo.com"
] | mchyzer@yahoo.com |
9b20e0fcf16cdfe901cff33365060f93a41e22c0 | 355edbedadeb6aa65ff5aa6eaa353dfd8fffcb1f | /app/src/test/java/com/smlnskgmail/jaman/hashchecker/history/HistoryItemTest.java | 53ffac476d4d30698e44701e09b88ca0d58a6d9b | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | servicios-internacionales/hash-checker | 551dfea85bbccc98efc36b766cfa0ea2413a2d00 | c50a8bb297da5d67c8c76242904c5776b51a3524 | refs/heads/master | 2023-02-13T21:33:34.098703 | 2021-01-06T04:54:36 | 2021-01-06T04:54:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,026 | java | package com.smlnskgmail.jaman.hashchecker.history;
import com.smlnskgmail.jaman.hashchecker.entities.BaseEntityTest;
import com.smlnskgmail.jaman.hashchecker.logic.hashcalculator.HashType;
import com.smlnskgmail.jaman.hashchecker.logic.history.HistoryItem;
import java.util.Date;
import static org.junit.Assert.assert... | [
"jaman.smlnsk@gmail.com"
] | jaman.smlnsk@gmail.com |
b4fc7e73f2a2429b900a29cbdc22594ab75f62c9 | bbcb565c15415da559610ff55b19fe9eda8fff91 | /javaSETest/src/com/zx/exception/test/ListOOMTest.java | b068f2202893887e89d215afb2a9e5acc8800a33 | [] | no_license | yhxGray/springSETest | f9649b31d4a23589b5a5a25a3755582697705589 | 0669fde56760ab29635a4d71d6ceb9d32cbf7953 | refs/heads/master | 2020-06-18T03:42:54.397946 | 2017-02-10T05:44:31 | 2017-02-10T05:44:31 | 74,951,593 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 479 | java | package com.zx.exception.test;
import java.util.ArrayList;
import java.util.List;
import org.junit.Test;
import com.zx.reflect.test.User;
public class ListOOMTest {
@Test
public void arrayListSizeTest(){
List<User> li=new ArrayList<>();
for (int i = 0; i < 200000000; i++) {
try {
li.add(... | [
"grayZ@foxmail.com"
] | grayZ@foxmail.com |
1deef80c118d8e062721d9e117812b5134153ae2 | 5ec14e811f91ca9b1790f8e8c1dff181f8f3048f | /app/src/main/java/lirctek/com/settingapp/db/ServerSQLiteDBHelper.java | b563d8b93a51341f331b0cc01965ebff75fa451a | [] | no_license | himanshu2024/SettingApp | a924d4a9a3309b73b9f4a00fb4ea938d70925f33 | dec9da83c7bf994858280574a1a90377f813890f | refs/heads/master | 2021-08-24T01:32:32.036377 | 2017-12-07T13:21:20 | 2017-12-07T13:21:20 | 113,439,700 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,159 | java | package lirctek.com.settingapp.db;
import android.content.ClipData;
import com.activeandroid.query.Select;
import java.util.List;
import lirctek.com.settingapp.model.LocalDataModel;
import lirctek.com.settingapp.model.ServerDataModel;
import static android.R.attr.category;
import static android.R.attr.id;
/**
*... | [
"priya@lirctek.com"
] | priya@lirctek.com |
d879e17987af958ae74d0851f7581cf4c672398d | 9cde02ac0c9d0195eb34efa05bbd5a63206a48b0 | /src/main/java/fm/douban/PracticeApplication.java | 0478cf1e8e029118a4f5592bb08099fe23f1976a | [] | no_license | NUIST-elite/douban-practice | 355221af676252260814c86244cc0a93f776fb63 | 5f54aa0f107044c25a37844bbf75ca60b7aff595 | refs/heads/main | 2023-04-15T17:19:28.923022 | 2021-04-22T07:22:04 | 2021-04-22T07:22:04 | 360,426,439 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 318 | java | package fm.douban;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class PracticeApplication {
public static void main(String[] args) {
SpringApplication.run(PracticeApplication.class, args);
}
}
| [
"2917838681@qq.com"
] | 2917838681@qq.com |
f43503d341be539b4045945b82c62ab2b86a7eb4 | 94d321019c4df07bdd16f110e57f358e87fdb396 | /src/main/java/com/ruicheng/constant/CookieConstant.java | bd6abfc9a6e44fc55831f64b9fb6a0f64f8408ee | [] | no_license | JulianRuicheng/shop | ab8382bb439c686ad87957d43a9d2efb85558d51 | af8859e76b87fbe9dd6330811ed911cd3ea71c6e | refs/heads/master | 2023-03-27T23:22:35.923876 | 2021-03-24T06:15:28 | 2021-03-24T06:15:28 | 174,051,522 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 247 | java | package com.ruicheng.constant;
/**
* Created by Ruicheng
* on 2019/4/23.
*/
public final class CookieConstant {
private CookieConstant(){}
public static final String TOKEN = "token";
public static final Integer MAX_AGE = 7200;
}
| [
"365232822@qq.com"
] | 365232822@qq.com |
fab208e8debd86caf1ff033c5e430fb611fd87d8 | 3803a6cf4ed9a5fcd8f5075c0318eb2f4d921f93 | /src/modulo12/ExemploClasseCaninos.java | 9de191058505aa13d573e7c7997b3f23931945ed | [] | no_license | monteirocicero/livro-ejb | ccda442bf196668eff93595b1daf02759c571bd0 | 3d2c833bd183a6f649a7aed21b159c0897ef261e | refs/heads/master | 2021-01-22T13:17:54.951577 | 2014-02-17T23:44:35 | 2014-02-17T23:44:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 169 | java | package modulo12;
public class ExemploClasseCaninos extends ExemploClasseAnimal {
@Override
public void emitirSom() {
System.out.println("Classe Caninos");
}
}
| [
"cicerolmonteiro@gmail.com"
] | cicerolmonteiro@gmail.com |
339c1d4fe8f1ce2fab2c45a4e670f8ba0e8ba8f3 | 35422c81ccba73c318c43711ea032f5ec0c9bf24 | /Programa 02/Sistema A/ECSConsole.java | 928bdf0615593235216eb6779325991295dec7a8 | [] | no_license | daxez12/ArquitecturaSoftware | 4c563beefcfb11a43fe361cd5e5338e3d1ae2d49 | ba9fcfe580906ef743d340dc7421872bb9914cda | refs/heads/master | 2020-12-25T20:43:08.640707 | 2015-05-06T02:40:58 | 2015-05-06T02:40:58 | 35,133,848 | 0 | 0 | null | 2015-05-06T01:52:56 | 2015-05-06T01:52:56 | null | UTF-8 | Java | false | false | 7,321 | java | /******************************************************************************************************************
* File:ECSConsole.java
* Course: 17655
* Project: Assignment 3
* Copyright: Copyright (c) 2009 Carnegie Mellon University
* Versions:
* 1.0 February 2009 - Initial rewrite of original assignment 3 (ajl).
... | [
"daxez12@gmail.com"
] | daxez12@gmail.com |
eb338c2587c4410d537dd73a6acce9c58c121c49 | 60b22885eefd2360c941d314bf4f743ec6fc78eb | /library/src/main/java/com/wokee/qrcodelibrary/zxing/utils/InactivityTimer.java | a4920c68bdff71c6315afd7cfb95da8fb04fc735 | [] | no_license | WoKee/QRCode | 10b5665ff39db75a9064bb6fb73be6b9e01043f3 | 3bd18fb6ac930ae6dc67b96a36d365f18bc17fa8 | refs/heads/master | 2021-01-20T12:10:09.987055 | 2016-12-09T01:24:14 | 2016-12-09T01:24:14 | 75,370,417 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,393 | java | /*
* Copyright (C) 2010 ZXing 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 applicable law or agr... | [
"ke.wang@lincomb.com"
] | ke.wang@lincomb.com |
308f8858f09e648bd56048d23d0e38958b7f3e46 | e7127e8cfe3dc34a893c6ffab59a01731d583412 | /src/main/java/org/onap/dmaap/dmf/mr/listener/DME2EndPointLoader.java | eb5bf374afcf6c8c3cee5cd3d7135aebfb45ec5a | [
"Apache-2.0",
"CC-BY-4.0"
] | permissive | onap/dmaap-messagerouter-messageservice | 75d0ebf9852a7de294ee946f0ffc405ab380bfff | 4ca6678ee7d25179e57813cdd38d6a64380443ea | refs/heads/master | 2023-06-30T18:33:53.855060 | 2023-06-22T08:23:50 | 2023-06-22T08:30:31 | 115,765,899 | 0 | 3 | NOASSERTION | 2021-06-29T18:42:09 | 2017-12-30T01:29:19 | Java | UTF-8 | Java | false | false | 4,284 | java | /*******************************************************************************
* ============LICENSE_START=======================================================
* org.onap.dmaap
* ================================================================================
* Copyright ยฉ 2017 AT&T Intellectual Property. A... | [
"david.mcweeney@est.tech"
] | david.mcweeney@est.tech |
6f3f196a27f8d26620fe87990e26311bf0a1c70d | 5cad59b093f6be43057e15754ad0edd101ed4f67 | /src/Interview/Google/Array/ValidParentheses.java | 07cf6f57ea57438e634de7fc6dfa351c1e86b507 | [] | no_license | GeeKoders/Algorithm | fe7e58687bbbca307e027558f6a1b4907ee338db | fe5c2fca66017b0a278ee12eaf8107c79aef2a14 | refs/heads/master | 2023-04-01T16:31:50.820152 | 2021-04-21T23:55:31 | 2021-04-21T23:55:31 | 276,102,037 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,008 | java | package Interview.Google.Array;
import java.util.HashMap;
import java.util.Map;
import java.util.Stack;
public class ValidParentheses {
/*
* 20. Valid Parentheses (Easy)
*
* https://leetcode.com/problems/valid-parentheses/
*
* solution: https://leetcode.com/problems/valid-parentheses/solution/
*
*... | [
"iloveitone@gmail.com"
] | iloveitone@gmail.com |
5c888063e1170faf569f7e077cb250d1cf1e5df5 | a6626d7a7afd295fb19c512766c9f165367d7506 | /app/src/main/java/com/asiainfo/selforder/ui/MakeOrderDF.java | 20e920ca3720cdb3cc79e7cb83ca805038e2c45f | [] | no_license | gongjr/SelfOrder | f603d2410584b0ef538caf55e46b9d2e0bff2c5c | 659eb9a71fdb6c9001b89139e3fa7d0e8c253b62 | refs/heads/master | 2020-12-29T02:19:56.988349 | 2016-12-25T10:24:57 | 2016-12-25T10:24:57 | 50,322,530 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,394 | java | package com.asiainfo.selforder.ui;
import android.annotation.SuppressLint;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
import android.support.v4.app.FragmentActivity;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.... | [
"gjr9596@gmail.com"
] | gjr9596@gmail.com |
73c285c8755cb3a162c242d05ba06dffef51d377 | f7d1246294af398f3c6708bf0fe6119c9cc719b1 | /app/src/main/java/com/kenos/group_face_2_face/widget/keybroad/KeyBoardView.java | 85f1352222a9e498ea41d40161dc10dcb0115529 | [] | no_license | hxkdidi/Group_Face_2_Face | b24550a7038c8d1a5833db95ef5f1c02bb20c0b1 | 937dfbba86f643ac751cc5587e298c41a184b30a | refs/heads/master | 2020-06-13T13:30:23.170830 | 2016-12-02T08:12:11 | 2016-12-02T08:12:11 | 75,374,917 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,674 | java | package com.kenos.group_face_2_face.widget.keybroad;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.kenos.group_face_2_face.R;
import com.kenos.group_face_... | [
"2281019686@qq.com"
] | 2281019686@qq.com |
a5da1cfa4a1928aa1193d232bb0640e1af003e86 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project44/src/test/java/org/gradle/test/performance44_2/Test44_188.java | 90cd560ea2528b6ff4274042cddbc089e56b6c50 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 292 | java | package org.gradle.test.performance44_2;
import static org.junit.Assert.*;
public class Test44_188 {
private final Production44_188 production = new Production44_188("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
4eecc164acccb0cf50d16138f857bbb84b146cb6 | 835e923d44fdbec9bff5a521e19d8d529d7e6d91 | /src/Memroy.java | e96975b6cd2ded60f0de89f68ce02511324ebc63 | [] | no_license | eslamahmed022/Memory | 2a0734a5b8e25fb6d4fe974652ddcd0504488bca | ac36557f749487b04ba6508ffbfc5197a781829b | refs/heads/master | 2022-07-17T23:30:15.046138 | 2020-05-15T22:47:15 | 2020-05-15T22:47:15 | 264,314,559 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,545 | java | import java.util.ArrayList;
import java.util.List;
public class Memroy {
private int mem_size;
private ArrayList<Segment>holes=new ArrayList<>();
private int num_holes;
private ArrayList<Segment>segments=new ArrayList<>();
private ArrayList<Segment>old_process=new ArrayList<>();
private int nu... | [
"islam.a10043@yahoo.com"
] | islam.a10043@yahoo.com |
3f950652f8e56cd68a303c3fb38fa25fee21d434 | 680b891b4c724b0e84a64fee47e5901ed60fc44b | /src/main/java/com/casic/accessControl/event/domain/Event.java | fc22f528cde4df8a7abd2a365ac99d20c3d77622 | [] | no_license | predatorZhang/EMS | e662e9114dafcae7ae5368bb683b60e0606df476 | e44042197a7c2e4e2e8723237d269ff06e01ecd2 | refs/heads/master | 2021-01-01T06:06:53.556966 | 2017-07-16T03:34:10 | 2017-07-16T03:34:10 | 97,357,624 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,924 | java | package com.casic.accessControl.event.domain;
import javax.persistence.*;
import java.util.Date;
/**
* Created by lenovo on 2016/8/11.
*/
@Entity
@Table(name = "event")
public class Event {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name = "id")
private Long id;
@Column(nam... | [
"zhangfan1212@126.com"
] | zhangfan1212@126.com |
fecacdc3a4024f2ebe91ba9af9e3c218b3ea9722 | 87397fc71d0da8ffc687d888254b7be87b9fd23c | /mabicraft/entity/monster/EntityMabiSpiderBase.java | e5dc09a1f778007d10bc26b1ffb370f74962a914 | [] | no_license | JMRgaming/minecraft_mods | 2de370b95616381e390d7677293e8a6a1088ca2a | ce0d4d24cfdf24228596e15c4717ea5ae4b34865 | refs/heads/master | 2021-01-22T07:23:02.567959 | 2013-08-30T07:35:44 | 2013-08-30T07:35:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,137 | java | package rgn.mods.mabicraft.entity.monster;
import net.minecraft.entity.EnumCreatureAttribute;
import net.minecraft.entity.ai.EntityAIAttackOnCollide;
import net.minecraft.entity.ai.EntityAIHurtByTarget;
import net.minecraft.entity.ai.EntityAILookIdle;
import net.minecraft.entity.ai.EntityAIWander;
import net.minecraft... | [
"reginn666@gmail.com"
] | reginn666@gmail.com |
6dcdada9cd6f0955698b2d1cdc1174c7c2d2528b | 46f313c12bcd191c2578cdcd5fb1628fb47999fd | /src/main/java/com/seashine/server/services/exception/ObjectNotFoundException.java | 64e84728157709e19fc12909cc7042d83f72e1de | [] | no_license | Yaha-Trade/seashine-server | 36f7c87b4d2b6176ce383aa3af6c96878e18913b | c79763032dbd0c1b9624494cc859888e788483de | refs/heads/master | 2023-02-04T09:29:02.894257 | 2020-12-21T16:48:05 | 2020-12-21T16:48:05 | 294,489,433 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 334 | java | package com.seashine.server.services.exception;
public class ObjectNotFoundException extends RuntimeException {
private static final long serialVersionUID = 1L;
public ObjectNotFoundException(String message) {
super(message);
}
public ObjectNotFoundException(String message, Throwable cause) {
super(message,... | [
"jean@yahacomex.com.br"
] | jean@yahacomex.com.br |
10d0ff2a05860a59d79d2f311f317442264430f5 | aed050a9bc480b2c9bc663f06f2bbfb1a4c506ac | /app/src/androidTest/java/com/matdevtech/multility/ExampleInstrumentedTest.java | c9816a7d3319184ac43b7114a54346f4618dc4a1 | [] | no_license | tristanparry/Multility | 234015efda7487bd319b934cec1c51c4916a459e | f77ac89f7ced0366e8666d301c8476437f7bf46b | refs/heads/main | 2023-06-24T05:55:44.690135 | 2021-07-26T03:07:18 | 2021-07-26T03:07:18 | 381,498,421 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 873 | java | package com.matdevtech.multility;
// Imports
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.*;
// This runs an instrumented JUnit tes... | [
"64918749+tristanparry@users.noreply.github.com"
] | 64918749+tristanparry@users.noreply.github.com |
a41946ba0bc358d993be76f5986b42b50e8c5de2 | 732c6efd940701adea2eeb25a297004f6364e132 | /JavaLight2/JavaLight2/examples/sucess/Factorial.java | 1342851d00ec323b61e1acc0f456118f12f41eaf | [] | no_license | cebduarte/compilador | 8dcfa43967993a1af6bb78d7b7fd8fd7f72882d3 | bdb3ca1f57e26eb90b38b61eb4332bb8a31f3048 | refs/heads/master | 2021-01-17T20:17:38.300893 | 2015-10-29T00:22:31 | 2015-10-29T00:22:31 | 45,512,281 | 0 | 0 | null | 2015-11-04T03:12:32 | 2015-11-04T03:12:32 | null | UTF-8 | Java | false | false | 318 | java | class Factorial{
public static void main(String[] a){
System.out.println(new Fac().ComputeFac(10));
}
}
class Fac {
public int ComputeFac(int num){
int num_aux ;
//boolean temp = false;
if (num < 1)
num_aux = 1 ;
else
num_aux = num * (this.ComputeFac(num-1)) ;
return num_aux ;
}
}
| [
"alvarobastolima@gmail.com"
] | alvarobastolima@gmail.com |
58002010af4e8220922eb914fed4b393effe3ff9 | bc047efbc0de6a179e65b13608ea025565c89744 | /src/main/java/br/leg/alrr/chaves/persistence/ItinerarioDAO.java | d1e2f91d7342b49dbe294fe9d261c2b80e6f6a02 | [] | no_license | helitonns/chaves | 9ed5fe61fd21d2aad2daaa4e905c0cf693cd97bb | ba57da2fda2c3ce0cc49642bf56d9c9f8202680e | refs/heads/main | 2023-09-01T12:49:53.503131 | 2021-11-05T14:03:33 | 2021-11-05T14:03:33 | 424,050,010 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,909 | java | package br.leg.alrr.chaves.persistence;
import br.leg.alrr.chaves.model.Chave;
import br.leg.alrr.common.util.DAOException;
import br.leg.alrr.chaves.model.Itinerario;
import java.time.LocalDateTime;
import java.util.List;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persistence.Per... | [
"helitonns@gmail.com"
] | helitonns@gmail.com |
52e2e812787fd6ca4ed9f5fea057ec20d4f14bfc | 7d0c8905c2619a5bad8ec953bcdc8cfbbc4a8621 | /src/kwic/oo/LineStorage.java | f6d93245e8b88a2223f3d3f13bccb3d403266e98 | [] | no_license | youknowwyz/test | 36379626e4cc7abc0119aa74c584eb70f7076ed1 | fd93d4cc3db702f834611d247fdde1827c8bcb3b | refs/heads/master | 2020-03-17T08:54:55.839188 | 2018-05-15T03:46:48 | 2018-05-15T03:46:48 | 133,454,538 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,921 | java | // -*- Java -*-
/*
* <copyright>
*
* Copyright (c) 2002
* Institute for Information Processing and Computer Supported New Media (IICM),
* Graz University of Technology, Austria.
*
* </copyright>
*
* <file>
*
* Name: LineStorage.java
*
* Purpose: LineStorage holds all input lines and provides a... | [
"272075839@qq.com"
] | 272075839@qq.com |
570278845877d133c3642dea7000ed340f7930ed | e118f379d85b774aa1a4aea9f4c81fdd8f552c4b | /streamapi/src/streamapi/map.java | 48546a24cb0c34ce165863f7c0a015ff03ab8c7d | [] | no_license | Logesh43420/programs | 67f013765b167dafdadef0d3a63e26b1339b6bfd | fecd0775f5ecd305e0073e7b66e989b7f69aadae | refs/heads/master | 2023-04-30T03:08:45.292532 | 2021-05-24T05:31:28 | 2021-05-24T05:31:28 | 370,227,533 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,326 | java | package streamapi;
import java.util.*;
import java.util.function.Function;
import java.util.stream.Collectors;
public class map {
public static void main(String[] args) {
List<Employee> empArr=Arrays.asList(new Employee("pramod",1,100)
,new Employee("vinod",2,200),new Employee("bino... | [
"logeshwarand43@gmail.com"
] | logeshwarand43@gmail.com |
6f24d5d22bae29abe839a3d046b25a61a60a0ed9 | 9fc132e3c5e32f9149e1e86f0dbbd0dacac757c6 | /src/main/java/com/mc6007/t1/repository/package-info.java | 47e3e0c8adc1fdfa5d1fcf7a4b5cd1e4033d1475 | [] | no_license | leonardoavs/mc6007-T1 | ce095ebefb56a706997f13228332005ac58e6c66 | 35c8137456881cb3370ee7e4801307dcdfa5b17b | refs/heads/master | 2022-07-28T04:43:55.726149 | 2019-09-05T07:07:18 | 2019-09-05T07:07:18 | 205,459,787 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 75 | java | /**
* Spring Data JPA repositories.
*/
package com.mc6007.t1.repository;
| [
"leonardoavs@gmail.com"
] | leonardoavs@gmail.com |
927fe0e97ca95adf4c8c3e5404befb5eb725564c | 43de4d86370b55b98a81b6c831acbe371eda1e44 | /src/main/java/com/sow/biblio/service/model/Employee1.java | e1f975ffbd770fe5cecf4431338019d20f9c0795 | [] | no_license | kollis/biblioService1 | 07c09bb1bdda2b15eb964c724e7464bda7a17d52 | dc3fb58c605c61526df3295422f17fda69748a23 | refs/heads/master | 2020-05-21T00:34:58.426042 | 2015-01-21T22:36:40 | 2015-01-21T22:36:40 | 29,623,810 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,084 | java | package com.sow.biblio.service.model;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name="EMPLOYEE", schema="SOWJANYA")
public class Employee1 implements Serializable {
private static final ... | [
"sowjanya@Sowjanyas-MacBook-Pro.local"
] | sowjanya@Sowjanyas-MacBook-Pro.local |
722004ee38d43a117646e1b454d90643f4bc4f07 | dfabd7e67c34267fc8f8140aea8eee91c8b6a50c | /android/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/v7/appcompat/R.java | c93227f4bc323badec838c942746061dda4fdbc5 | [] | no_license | team-fight-tatics-god/tftgod | bf2cc5c694ebc98f95a9962abca62278b960b4ae | 4ae16f06ecbb03f6ef16f2f271060a04fa688d5e | refs/heads/master | 2023-01-09T07:57:48.941967 | 2019-07-16T03:27:26 | 2019-07-16T03:27:26 | 194,933,840 | 1 | 0 | null | 2023-01-04T04:29:23 | 2019-07-02T20:56:33 | Java | UTF-8 | Java | false | false | 120,814 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.v7.appcompat;
public final class R {
private R() {}
public static final class anim {
private a... | [
"nicaobueno@gmail.com"
] | nicaobueno@gmail.com |
4d098dc2b2c5a8d0b3ba28bf0e5e083f8a926030 | 82cea37d7947409dbe5358bbf99374835e3c284e | /src/main/java/net/finmath/time/daycount/DayCountConventionFactory.java | c3cc4c6701cc3465b104782768d97eb1a55bab77 | [
"Apache-2.0",
"LicenseRef-scancode-mit-old-style",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.0-or-later"
] | permissive | Diffblue-benchmarks/finmath-lib | 813f6a77bed031169e7905beca159160b7993daa | 6833bc313240c2b1e1ff0d46e3879eea8174e262 | refs/heads/master | 2020-04-22T11:15:30.345998 | 2019-02-10T21:27:29 | 2019-02-10T21:27:29 | 170,333,282 | 0 | 0 | Apache-2.0 | 2019-02-19T12:02:53 | 2019-02-12T14:36:09 | Java | UTF-8 | Java | false | false | 3,035 | java | /*
* (c) Copyright Christian P. Fries, Germany. Contact: email@christian-fries.de.
*
* Created on 20.09.2013
*/
package net.finmath.time.daycount;
import java.time.LocalDate;
/**
* Factory methods for day count conventions.
*
* @author Christian Fries
* @version 1.0
*/
public class DayCountConventionFactory... | [
"email@christian-fries.de"
] | email@christian-fries.de |
deb27a40b926ee263e0ab0ff83943b31e6c64edb | 7fe52a339975051c6a335ff878f9efe488d47a44 | /src/com/member/controller/FBServlet.java | 899594bb5e0e9568e1f23febbee5750061ce9b9a | [] | no_license | KyoKusanagii/CA102G1 | cf9f8ca7dc5115afb3c3d82bd397f5a2aee330b1 | 75cdd1cf052db6427e74136f5bd9c6edaf12aad6 | refs/heads/master | 2020-04-24T20:07:00.864452 | 2019-06-04T03:21:47 | 2019-06-04T03:21:47 | 172,233,861 | 0 | 0 | null | 2019-04-16T13:30:11 | 2019-02-23T16:04:17 | Java | BIG5 | Java | false | false | 10,550 | java | package com.member.controller;
import java.awt.image.BufferedImage;
import java.io.*;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.List;
import java.util.Vector;
import javax.imageio.ImageIO;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.annotation.MultipartConf... | [
"44694954+KyoKusanagii@users.noreply.github.com"
] | 44694954+KyoKusanagii@users.noreply.github.com |
3970c642d7d890bc3971fcc39f46b9644f54e973 | a3deb9aa3f1b5fe24a476ed41ca9ec2c05748d6d | /app/src/test/java/com/hongdthaui/playerlearningenglish/ExampleUnitTest.java | 2f3352897602844d2fd107e91b072f193fcdb4c0 | [] | no_license | hongdthaui/PlayerLearningEnglish | f17b815e15c7807726d31dd7eaea7c6627f5ca29 | cef81ce4ce616abac62ab530b098b6169a8385f8 | refs/heads/master | 2022-11-27T13:02:12.096509 | 2020-08-05T23:31:22 | 2020-08-05T23:31:22 | 259,880,054 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 397 | java | package com.hongdthaui.playerlearningenglish;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
... | [
"hongdthaui@gmail.com"
] | hongdthaui@gmail.com |
f181afee5c8d1e3b6fefaf308f513d9db34fe28a | f2b966ac60d0be4c874d8ae42323c5b95304077b | /app/src/main/java/pt/ulisboa/tecnico/cmov/cmovproject/model/Workspace.java | ada2e729f348b915702a231cec370d29b309fa4e | [] | no_license | JSMiranda/CMov | 4a732890a3e419c9676891fa05522f9cf5450b1a | 521acf63a91a9f020d3b6eb92236ec9243390a28 | refs/heads/master | 2020-04-10T19:08:35.366276 | 2015-05-25T10:54:48 | 2015-05-25T10:54:48 | 32,476,965 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,361 | java | package pt.ulisboa.tecnico.cmov.cmovproject.model;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.os.Environment;
import java.util.ArrayList;
import java.util.Collection;
import pt.ulisboa.tecnico.cmov.cmovproject.exception.FileAlreadyExistsExc... | [
"pedroshm19@hotmail.com"
] | pedroshm19@hotmail.com |
bd1c6af336dbd968219d744d62512c76e795f4c1 | ca829a088fd48fa692626f700bb48e41b26f8928 | /src/test/java/com/farmhands/FarmhandsApplicationTests.java | 23824e03d3e7df3bbe6ef3f3afa02d030f5031b5 | [] | no_license | csae1152/FarmHands | 525275cf1164e05e6de30104ec5f84f4fd5e66ee | 2ef7a7362a84c2d7cb180988db8d56717521b655 | refs/heads/master | 2020-03-23T16:35:54.640195 | 2018-08-17T13:35:06 | 2018-08-17T13:35:06 | 141,819,167 | 0 | 0 | null | 2018-07-30T14:34:00 | 2018-07-21T14:14:32 | CSS | UTF-8 | Java | false | false | 333 | java | package com.farmhands;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class FarmhandsApplicationTests {
@Test
public void contextLoa... | [
"helmut.steinersti2@gmail.com"
] | helmut.steinersti2@gmail.com |
59356fe683a36eeddae1bc27b566800f4b33ad82 | 7bd3af8d387a5227c5d7c26d2892097d9fbdfc02 | /sources/com/google/android/gms/internal/zzbfd.java | d540aaa212c778af151f7e43e7cfdd32fee58ccf | [] | no_license | Sanjida-urme/Bangladesh_Stock_Exchang | 445919408454db50358d1b8513b4847a7ec633ac | bd293ebcf6a9b6e7abe2515005db4c60a94bda2a | refs/heads/master | 2020-05-18T14:02:30.475641 | 2019-05-01T17:59:34 | 2019-05-01T17:59:34 | 184,456,836 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,489 | java | package com.google.android.gms.internal;
import android.annotation.SuppressLint;
import android.support.annotation.Nullable;
import android.util.Log;
import com.google.android.gms.common.internal.zzal;
import java.util.Locale;
public final class zzbfd {
private final String mTag;
private final int zzdsq;
... | [
"sanjida.liakat.cse@ulab.edu.bd"
] | sanjida.liakat.cse@ulab.edu.bd |
7bdaccc701ffe9df011b0be5813b92901e864512 | 178a203049dd4117cd14b7c6177e69fcbc763fd5 | /CPSC250_W5_Exceptions/src/IMAXMovie.java | 5b73e90baf3902fa983e3d00cb2abd453e5b020d | [] | no_license | avery-logue/CPSC250 | 04ba5669a2d061e7b3909f603f5b6cfd495bc7e3 | 4162df64605becf078de807d16ba402e95cdd873 | refs/heads/main | 2023-07-19T01:30:51.793262 | 2021-09-03T00:54:09 | 2021-09-03T00:54:09 | 399,286,659 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,074 | java | /**
* Test class for IMAXMovie demonstrates issues with proper equals
* implementation
*
* @author PCSE CS250 instructors of yesteryear
* @version 1
*/
public class IMAXMovie extends Movie {
/**
* constructor
*
* @param aName
* name of the movie
* @param aY... | [
"noreply@github.com"
] | avery-logue.noreply@github.com |
2f413cdb254281b052c5b52d0f851cd70b3581ec | e75be673baeeddee986ece49ef6e1c718a8e7a5d | /submissions/blizzard/Corpus/eclipse.jdt.ui/4625.java | 343b2e366c4a7c29c201b26ee8915cbd39285b1c | [
"MIT"
] | permissive | zhendong2050/fse18 | edbea132be9122b57e272a20c20fae2bb949e63e | f0f016140489961c9e3c2e837577f698c2d4cf44 | refs/heads/master | 2020-12-21T11:31:53.800358 | 2018-07-23T10:10:57 | 2018-07-23T10:10:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,706 | java | /*******************************************************************************
* Copyright (c) 2000, 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, an... | [
"tim.menzies@gmail.com"
] | tim.menzies@gmail.com |
a487c37659c609848017b651ba36bf50255045d8 | da48143ac510ed334137e5a3ff03ab571741e6ec | /src/main/java/com/etc/utils/CommonMessage.java | 8379ced2092e5f86de1b987496bd00bc219f93e5 | [] | no_license | asdfghjnbvcf/supermarket | de4025ca2be4ec9fee7274efef3dcee6a888a95f | 7d06dc8b5cabe1aac67cbfe4a5ab38bde2e35c8b | refs/heads/master | 2023-05-05T15:28:10.510986 | 2019-05-25T12:11:02 | 2019-05-25T12:11:02 | 189,127,989 | 0 | 0 | null | 2023-04-14T17:32:06 | 2019-05-29T01:22:50 | JavaScript | UTF-8 | Java | false | false | 232 | java | package com.etc.utils;
/**
* ๆถๆฏๆ็คบๅทฅๅ
ท็ฑป
* @author ้ปๅฟ้น
*
*/
public class CommonMessage {
private String msg;
public String getMsg() {
return msg;
}
public void setMsg(String msg) {
this.msg = msg;
}
} | [
"610331423@qq.com"
] | 610331423@qq.com |
5cf93d7738593b23b4c746297c4ad33482ad7a38 | 04881ed0811957024f687fde2ef3ff0c4693f69e | /src/main/java/com/inb/projeto/model/dao/UsuarioDAO.java | 50a479ca882a4b9ac2495329154e3b3bca6844ef | [] | no_license | AyrtonSouza/Preciata | 55838a6116c31c556f2082bcc20091d85b9a95ae | 7552cc1a7d1c9813ff53911ab789c820c18db6b2 | refs/heads/master | 2021-01-19T08:42:34.560290 | 2015-06-17T02:58:59 | 2015-06-17T02:58:59 | 37,569,074 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 818 | 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.inb.projeto.model.dao;
import com.inb.projeto.model.entity.Usuario;
import java.util.List;
import org.springframework.ster... | [
"Thrax@Terra"
] | Thrax@Terra |
bc092af9c1c2ff4bd1f0e529985ce87c8bc16327 | 4c78d9c605cc36c74224f6b962594290ded10b1c | /src/main/java/com/niit/shoppingcart/DAO/ProductDAOImpl.java | 006db237b9c2a87a556ada364b3e65e884d1fe2e | [] | no_license | Kavyachanda/admin-module | 35227da51d829720e92857acb0756e5131a23059 | c6cb190e4817a82a00f80987f67a81669da169c8 | refs/heads/master | 2021-01-12T17:47:08.207075 | 2016-09-27T19:30:19 | 2016-09-27T19:30:19 | 69,391,250 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,888 | java | /*package com.niit.shoppingcart.DAO;
import java.util.List;
import org.hibernate.Criteria;
import org.hibernate.Query;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.ann... | [
"DELL@DELL-PC"
] | DELL@DELL-PC |
a1b375820cc763c9e378fb70df0461f3c0ef3181 | c0f86b926fc82baa633862896096c149dd9913cf | /Java/Introduction/Java-Static-Initializer-Block/Java7/solution.java | b7a3849f22f87fe28e50aa43470d32037401704d | [] | no_license | qxzsilver1/HackerRank | 8df74dd0cd4a9dedd778cdecea395f4234eda767 | bcb1b74711a625d8ad329a3f9fdd9f49b1bebc54 | refs/heads/master | 2021-09-09T15:45:35.681284 | 2021-09-07T00:11:16 | 2021-09-07T00:11:16 | 75,671,896 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 576 | java | import java.io.*;
import java.util.*;
import java.text.*;
import java.math.*;
import java.util.regex.*;
public class Solution {
public static int B;
public static int H;
public static boolean flag = true;
static {
Scanner sc = new Scanner(System.in);
B = sc.nextInt();
H = sc.nextInt();
sc.close();
if (B <=... | [
"noreply@github.com"
] | qxzsilver1.noreply@github.com |
97a5fb1fd6a6e4643226296cd8d40eb9a5253ef3 | 10bb1c4bb2152522bb89d36e888b2bcbe19b5438 | /src/main/java/com/turvo/dao/OrderRepository.java | 7b0f7d26275dafb461a61d256c022cce7923df15 | [] | no_license | SrinuNP/TurvoFlashSale | c6b546372c9a51d00af89e2ab5e49a5ddc0e6cae | 7d0b1d3a3abb04b4ae8ca8f398bb86507d54ed4d | refs/heads/master | 2020-07-05T16:44:49.675813 | 2019-08-19T11:15:48 | 2019-08-19T11:15:48 | 202,702,571 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 263 | java | package com.turvo.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.turvo.dao.bean.Order;
@Repository
public interface OrderRepository extends JpaRepository<Order, Integer> {
}
| [
"Np.Srinu42@gmail.com"
] | Np.Srinu42@gmail.com |
5ee756c24c186b4c5dc6b7e314a8e73d5bbf7202 | 2bf28db72347d48bf7848502b730467ec08f4fa2 | /src/giaodienchuan/model/BackEnd/QuanLyLoaiSanPham/LoaiSanPham.java | 7d1438c73320f8928a47754df44150b1854473d7 | [] | no_license | HoangTran0410/SmartPhone_Store_Manage_Java | ec3c070b42fb86b273285e2c13699679652edfb4 | 52da6f0c3f9ddb7bc71c3c21196547fefc605f45 | refs/heads/master | 2022-11-10T22:28:55.906496 | 2022-10-26T10:11:49 | 2022-10-26T10:11:49 | 180,391,722 | 11 | 16 | null | 2020-12-01T16:24:28 | 2019-04-09T14:59:33 | Java | UTF-8 | Java | false | false | 688 | java |
package giaodienchuan.model.BackEnd.QuanLyLoaiSanPham;
public class LoaiSanPham {
String MaLSP, TenLSP, MoTa;
public LoaiSanPham(String MaLSP, String TenLSP, String MoTa) {
this.MaLSP = MaLSP;
this.TenLSP = TenLSP;
this.MoTa = MoTa;
}
public String getMoTa() {
ret... | [
"th01634044850@gmail.com"
] | th01634044850@gmail.com |
b5377b13ff38bc0484c8b1dc9f62c87d67164b9d | 6b379e330f76defc144d2a223e744925e4e31718 | /gydelegationadapter/src/main/java/com/gy/delegationadapter/AbsDelegationAdapter.java | 40ea578794273d19c47ee4a59b3fbb024ceebdcb | [] | no_license | newPersonKing/BottomNavigationView | c9cdb8adddf1b1bf4f8ee9222dd6bcf83d88b970 | c9e80f8c6d3c98dd9ecf06e8b952463203144062 | refs/heads/master | 2020-03-21T22:31:54.641408 | 2018-06-29T09:50:47 | 2018-06-29T09:50:47 | 139,132,485 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,603 | java | /*
* Copyright (c) 2018 Kevin zhou
*
* 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... | [
"guoyong@emcc.net.com"
] | guoyong@emcc.net.com |
d666a0e044e2d5d89e391dc35ba7bd963c8f624a | fd494db846ea54715f59b0bec15d6ee0d0c7270d | /src/_1245_tetroid/gui/MenuGame.java | a28667212683ec27c25b1620a0076c0a995e080f | [] | no_license | AndreHeller/tetroid | 6a22cf0290d856fbb833b6e729b00a073a224266 | 6e965eeb9fc807327d950fcb8ce5156ceb959095 | refs/heads/master | 2021-01-02T09:25:52.967530 | 2014-12-08T23:20:15 | 2014-12-08T23:20:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,938 | java | /* The file is saved in UTF-8 codepage.
* Check: ยซStereotypeยป, Section mark-ยง, Copyright-ยฉ, Alpha-ฮฑ, Beta-ฮฒ, Smile-โบ
*/
package _1245_tetroid.gui;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JMenu;
import javax.swing.JMenuItem;
import static _1245_tetroid.GameTexts.*;... | [
"anheller6@gmail.com"
] | anheller6@gmail.com |
acee5e342b25a9c1e4b3290f12c6893f6b33f419 | d2802c41875b6a830ccf23b8fd10efacf4aee41b | /src/main/java/com/hackathon/socialstream/model/FbArtists.java | 9f72e9a62a40551303b90a6322e9a4e7b84a9fa0 | [] | no_license | BisariaLove/spring-boot-rest-example | ab715d41bc0cfaafb86d60e6c0811ca99ab76187 | 80e2ebcaeadbdb909a1bc2f18be8ac6129f6c5f5 | refs/heads/master | 2021-01-22T16:26:12.581133 | 2015-11-25T19:20:30 | 2015-11-25T19:20:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 347 | java | package com.hackathon.socialstream.model;
import java.util.ArrayList;
/**
* Created by ruchi on 11/24/15.
*/
public class FbArtists {
private ArrayList<String> artists;
public ArrayList<String> getArtists(){
return artists;
}
public void setArtists(ArrayList<String> artists){
this.... | [
"ruchi.patel@ticketmaster.com"
] | ruchi.patel@ticketmaster.com |
17659d1e5712be8dfcfc57c79b2f7762cf6e0856 | a58653c03bce0a2ecdb6ca8568a2981cad8f8631 | /app/src/test/java/com/appsolzone/fingerprint_validation/ExampleUnitTest.java | c349620d9548715b8d5c6834cb519dc436446075 | [] | no_license | tuhinkole/TapTarget | faf6799b2e6a1befadd7060b37b83fa3485e7670 | 6683e3e8e066485fefdcb183716287dab6f30d5b | refs/heads/master | 2020-07-07T12:43:43.158293 | 2019-08-20T10:14:37 | 2019-08-20T10:14:37 | 203,351,248 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 398 | java | package com.appsolzone.fingerprint_validation;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
... | [
"appsolzone@gmail.com"
] | appsolzone@gmail.com |
b54d51389bfbfcbb72c007aba0aa619f8400a2d8 | 2c4d2d9b658f4b982164888275e5dc98ecac1818 | /plugin/src/main/java/me/block2block/hubparkour/dbschema/Three.java | 2bb361f22c1cf7a61358312530fa835ab77a8095 | [
"Apache-2.0"
] | permissive | Block2Block/HubParkour | f3b28f9537bb33bb7eb2498ade98a1724c949f3c | 8577f98ea7e3b45e2a9c539a48314f0f27db7bda | refs/heads/master | 2023-04-29T17:55:27.088907 | 2023-04-14T17:56:19 | 2023-04-14T17:59:10 | 239,786,906 | 8 | 18 | Apache-2.0 | 2023-04-16T03:42:42 | 2020-02-11T14:49:40 | Java | UTF-8 | Java | false | false | 1,416 | java | package me.block2block.hubparkour.dbschema;
import me.block2block.hubparkour.HubParkour;
import me.block2block.hubparkour.api.db.DatabaseSchemaUpdate;
import me.block2block.hubparkour.managers.DatabaseManager;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.util.logging.Level;
public class... | [
"accounts@block2block.me"
] | accounts@block2block.me |
f9ad79a91e99450b901ddc2b7bd06965b8127b03 | 5b82f8aac9d54e02fc3312f2589154d92085f366 | /src/main/java/com/libraryreact/libraryspringboot/models/entity/ERole.java | f15196f90450b126bcff811d0c587b380b37b033 | [] | no_license | alfianaf/library-springboot | f4d74e012c56f0c296379987d8907a8fab581e06 | c2c47ae75990861cd37ef62da4d8ac4522e43067 | refs/heads/main | 2023-05-08T18:10:01.191625 | 2021-05-11T09:11:29 | 2021-05-11T09:11:29 | 359,827,880 | 0 | 0 | null | 2021-05-04T11:59:31 | 2021-04-20T13:34:52 | Java | UTF-8 | Java | false | false | 101 | java | package com.libraryreact.libraryspringboot.models.entity;
public enum ERole {
ADMIN, PEMINJAM
}
| [
"alfian@kompiscreative.tech"
] | alfian@kompiscreative.tech |
9c8d651480afdeef7f62ced372e82050ffe341c9 | c697b14836a01be88e6bbf43ac648be83426ade0 | /Algorithms/1001-2000/1508. Range Sum of Sorted Subarray Sums/Solution.java | d618e7d296867ff2606fe756497818bf5789df1d | [] | no_license | jianyimiku/My-LeetCode-Solution | 8b916d7ebbb89606597ec0657f16a8a9e88895b4 | 48058eaeec89dc3402b8a0bbc8396910116cdf7e | refs/heads/master | 2023-07-17T17:50:11.718015 | 2021-09-05T06:27:06 | 2021-09-05T06:27:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 667 | java | class Solution {
public int rangeSum(int[] nums, int n, int left, int right) {
final int MODULO = 1000000007;
int length = nums.length;
int sumsLength = length * (length + 1) / 2;
int[] sums = new int[sumsLength];
int index = 0;
for (int i = 0; i < length; i++) {
... | [
"chenyi_storm@sina.com"
] | chenyi_storm@sina.com |
7aa80f2ba963223b95cb133da8e206b1e98ee8bf | f1fa4f0401e53a7d336cb9b04d4eaff6225a70b1 | /PostBuyers.java | 293f8d6d55677e061302d418edbac646fec95427 | [] | no_license | azamukedenish/Lusuku | dd8a73edac2364598919fa856ec0b9d17e2d97ea | 1e9b0a2d7290573f11108856d7686d80126d473a | refs/heads/master | 2023-02-24T19:07:39.320111 | 2023-02-14T12:13:19 | 2023-02-14T12:13:19 | 100,827,311 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,381 | java | package com.example.bifam.lusuku;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import java.util.List;
public class PostBuyers extends Activity {
Button submit;... | [
"denishazamuke@gmail.com"
] | denishazamuke@gmail.com |
894d332c42c1cf672ec327991ce87b59e00124c1 | 31a5915676dd7d1fcd3dd67afc635e1fa64da33a | /Chapter3/3.3/CustomView/app/src/main/java/com/example/customview/DrawView.java | a65f883aa9628de5c6d3b41c4cf4f1896f95c97a | [] | no_license | alwaysquietll/Crazy-Android | 9dad499e8d72cbaa1333413aaf813e3227512d0d | 814e51be8f5d8738d792e00cb6162cd58cd19b56 | refs/heads/master | 2021-06-14T13:05:43.817575 | 2021-04-05T03:01:39 | 2021-04-05T03:01:39 | 177,986,268 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 851 | java | package com.example.customview;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view.View;
public class DrawView extends View {
public float currentX = 40... | [
"alwaysquietll@gmail.com"
] | alwaysquietll@gmail.com |
9d6d3a3df395ac26d8161cdef34f5d9ae06e529d | 71e18ccacfe4021430db531b84e474b78a31a48a | /src/day24varargsaccessmodifiers/Varargs01.java | 4368b77a5a5a06129a5b1679cd1393a43236164b | [] | no_license | Ibrahim4906/techproedsummer2020turkish | a4327baf6644e1cec6a5cb08b2293d66b7402804 | 80aac16c14399b32a4dbe4b2ec1154362a173d62 | refs/heads/master | 2022-11-12T07:42:14.994159 | 2020-06-20T16:51:49 | 2020-06-20T16:51:49 | 273,748,467 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,133 | java | package day24varargsaccessmodifiers;
public class Varargs01 {
public static void main(String[] args) {
// Varargs : Variable Argumets
// Bir method olusturdugumuzda argument olarak istedigimiz kadar
// argument girebilmemizi saglar.
countNum(5);
countNum(5,7,9);
countNum(5,7,9,11,13,15,17,19,21);
... | [
"ibrahimyenicer49@gmail.com"
] | ibrahimyenicer49@gmail.com |
b23b9947b5edaa09995aa6c9de0823aa48305af8 | d9b9ac3c402b7c8001d94822ce8eb2b4ace605ce | /Lab 2 - CLI/com/mybank/reporting/ExtendedCustomerReport.java | df41c0463b4ccd50fba2b5512c765b0f82c70295 | [
"MIT"
] | permissive | ppc-ntu-khpi/tui-lab2-35-Andreybest | aba04847fd28ac70c6def009d4ef081a865669e3 | bd790feb42fe54762cd2bb71c1105eda2a47fad0 | refs/heads/master | 2022-07-25T01:01:39.736576 | 2020-05-18T11:54:40 | 2020-05-18T11:54:40 | 264,887,921 | 0 | 1 | null | 2020-05-18T09:14:41 | 2020-05-18T09:14:29 | null | UTF-8 | Java | false | false | 2,073 | 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.mybank.reporting;
import com.mybank.domain.Account;
import com.mybank.domain.Bank;
import com.mybank.domain.CheckingAccoun... | [
"andrey255@live.com"
] | andrey255@live.com |
9d18bb594f3be53ed3f7af9f084bd6f638f6a21e | 567d2b80b5990e935bbc5e6efee5e52cd7f168dc | /HouseMuch/src/main/java/com/it/apt/mngcost/model/MngcostMainCtgVO.java | c428a77bb6b10dfc9250211a35fa091230f25d64 | [] | no_license | subin1224/HouseMuch | 48d8c64746c981fd260624ce5701b67843d5ab66 | e4227787c270e5fbf84fda7ce33edf7fa8cb1a68 | refs/heads/main | 2023-04-04T13:19:06.741874 | 2021-04-02T05:17:38 | 2021-04-02T05:17:38 | 329,349,629 | 1 | 1 | null | 2021-01-20T09:37:45 | 2021-01-13T15:25:59 | CSS | UTF-8 | Java | false | false | 630 | java | package com.it.apt.mngcost.model;
public class MngcostMainCtgVO {
private int mngcostMCtgNo;
private String mngcostMCtgName;
public int getMngcostMCtgNo() {
return mngcostMCtgNo;
}
public void setMngcostMCtgNo(int mngcostMCtgNo) {
this.mngcostMCtgNo = mngcostMCtgNo;
}
public String getMngcostM... | [
"76037191+yeongjo-kwon@users.noreply.github.com"
] | 76037191+yeongjo-kwon@users.noreply.github.com |
73c29c58bb1562302816560037c92d842b4041f9 | 6484c84915599ab57454b9da0c84cb2347a28b84 | /webmvc/src/main/java/org/zols/web/config/ControllerConfiguration.java | 4efb90e8d49528f76061f8389411c6430c577a6c | [] | no_license | monendra-s/zols | ffcd60dd5895f25c3dd75c4356b72944dfd99a72 | 2345768e1d17869acd955e92e1b2e2bb55d2fb38 | refs/heads/master | 2021-01-21T09:42:25.096282 | 2014-03-17T06:22:12 | 2014-03-17T06:22:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 466 | java | package org.zols.web.config;
import com.zols.datastore.config.DataStoreConfiguration;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
@Configuration
@Import({ServiceConfiguration.class, D... | [
"sathishkumar.thiyagarajan@gmail.com"
] | sathishkumar.thiyagarajan@gmail.com |
54001d23f11c88a6cba8c200e411c2990e1d48e2 | 76c8af9182917ea8fd28072ce21469b5bf92e706 | /src/main/java/com/cn/wkc/ethereum/util/ByteArrayWrapper.java | 5c1c9737c264b532eb48ac44984a9a570469a584 | [] | no_license | topoftheworldy/huobi | 35fc08e3383009a9d18c52c80fb06c3c9fcdd395 | 2984c4a69e66b061be61536573da106b156cc437 | refs/heads/master | 2020-03-28T06:02:33.383016 | 2018-07-11T08:38:48 | 2018-07-11T08:38:48 | 147,810,528 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,317 | java | package com.cn.wkc.ethereum.util;
import org.spongycastle.util.encoders.Hex;
import java.io.Serializable;
import java.util.Arrays;
/**
* @author Roman Mandeleil
* @since 11.06.2014
*/
public class ByteArrayWrapper implements Comparable<ByteArrayWrapper>, Serializable {
private final byte[] data;
priv... | [
"zhimin.huang@derbysoft.com"
] | zhimin.huang@derbysoft.com |
ed3ce06c7fe3feb8113990a6a9abd439ac5f39ae | de13a3e1c48cc3c90f541bdfba03d82e5bc2625e | /proj1b/Deque.java | ab402b21dcde39ca81bf1c69baa05d0a2a50b7ac | [] | no_license | zhao828/cs61b | 76876a9043012101f199cb5c001aa93cae4ec386 | 9644770205342a7ca154b978e7cf793376cba336 | refs/heads/master | 2020-05-25T00:54:14.088293 | 2019-06-03T14:47:08 | 2019-06-03T14:47:08 | 187,542,532 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 243 | java | public interface Deque<T>{
public void addFirst(T item);
public void addLast(T item);
public boolean isEmpty();
public int size();
public void printDeque();
public T removeFirst();
public T removeLast();
public T get(int index);
} | [
"490701019@qq.com"
] | 490701019@qq.com |
1f229567491d485c41db7e4817ca6a39ce257230 | 4a4e7ecab79a155994d649017e4a90ee78135b98 | /TaulukonKasittelyPienimmanSijainti/src/demo/d6/TaulukonKasittely.java | 12221f9d41b7f1bfce71efd63a09d25ceaf80038 | [] | no_license | saarsajo/demoja | 6b2a5a0c3056d0a63cc9a086997b341aad71e663 | 1c4c813a648426cfee2792b2855ad65e204ba4f3 | refs/heads/master | 2020-04-29T11:29:13.042339 | 2019-03-17T21:40:41 | 2019-03-17T21:40:41 | 176,099,998 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,514 | java | package demo.d6;
import java.util.Random;
/**
* @author Bulbasaur
* @version 18.2.2019
*
*/
class TaulukonKasittely {
static int[] taulukko;
static int paikka = 0;
public static int[] taulukonLuoja() {
taulukko = new int[5];
System.out.println("Taulukossa on luvut: ");
fo... | [
"santeri93saarinen@hotmail.com"
] | santeri93saarinen@hotmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.