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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d4e8c3dc9e3a41d3ff251d70781b3f21446a88c7 | 0809f9319f6d4bcffb8953884185011d308184bc | /chorus/model-impl/src/main/java/com/infoclinika/mssharing/parser/ColumnType.java | 0d279ba28ea4bf37cb9a791a547f6b63d83b75fe | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | InfoClinika/chorus-opensource | 5bd624796fc6d99b4b5ff1335a56670808108977 | d0da23026aeaf3ac5c513b514224d537db98d551 | refs/heads/master | 2021-06-23T18:50:02.947207 | 2019-05-08T17:10:17 | 2019-05-08T17:10:17 | 115,448,491 | 1 | 3 | Apache-2.0 | 2019-05-08T17:10:18 | 2017-12-26T19:15:15 | Java | UTF-8 | Java | false | false | 204 | java | package com.infoclinika.mssharing.parser;
/**
* Created by Andrey on 7/18/16.
*/
public enum ColumnType {
STRING,
INT,
FLOAT,
DOUBLE,
SHORT,
BYTE,
BOOLEAN,
OBJECT;
}
| [
"anton.demus@teamdev.com"
] | anton.demus@teamdev.com |
bfa709b46d2e509476fe5762e18165fa4601fcf0 | c2721ac4bd58eb3aa369ddb9944a852691b0ea82 | /src/main/java/com/jianyu/aop/advice/GreetingInterceptor.java | 01e98354f7e17c6a0e5e9957b3d6e889b51ce0fc | [] | no_license | baijy/architect | 51cb77ac55e2fc99eb7acb865a4a56c42cbfa70e | 777a08e6e7be5786a06d0a5714482415b2ab20db | refs/heads/master | 2021-03-24T11:59:10.371235 | 2018-03-11T06:26:44 | 2018-03-11T06:26:44 | 118,204,436 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 710 | java | package com.jianyu.aop.advice;
import org.aopalliance.intercept.MethodInterceptor;
import org.aopalliance.intercept.MethodInvocation;
/**
* 环绕增强
*
* @author BaiJianyu
*
*/
public class GreetingInterceptor implements MethodInterceptor {
// 对方法进行拦截
// 获得方法的参数和返回值
@Override
public Object invoke(MethodInvocati... | [
"0755bai@gmail.com"
] | 0755bai@gmail.com |
140f26d83bee33715c2ec339e1cad2264ef7888e | cec0d40b54ac403dc7d5905801f3b3db86986c58 | /src/main/java/com/digitalcrud/saladereuniao/saladereuniao/SaladereuniaoApplication.java | 0b7694b27a80b3e69567b09301965fc8f4f5c7b1 | [] | no_license | MarioBezerro/Meeting-room | d35ffef0dbfde9d3188a519d585c0b9292f81aea | 28dcd2a2ecb5c36275df9f4ddfade79d86f84c2d | refs/heads/master | 2023-07-15T01:40:34.840739 | 2021-09-01T16:27:19 | 2021-09-01T16:27:19 | 402,108,543 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 575 | java | package com.digitalcrud.saladereuniao.saladereuniao;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;
import org.spr... | [
"mjbezerro@gmail.com"
] | mjbezerro@gmail.com |
d1216f3fb06492e9fd756668e9657696f28c23cb | 56485e760f9f773ae1880e792c653a1d0538061d | /src/leetcode/mathANDnumbers/AddTwoNumbersWithoutusingAddOperator.java | 1c625abe352e76aa6926284db1e897af5b3c941a | [] | no_license | salma-abd-elaziz/Leetcode | a8792e141a451d2c8cec196591a25feca70f2600 | 5151c12110e165848117e994a376e41452d78485 | refs/heads/master | 2018-12-19T21:42:47.362798 | 2018-09-16T18:55:58 | 2018-09-16T18:55:58 | 108,667,559 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 491 | java | package leetcode.mathANDnumbers;
public class AddTwoNumbersWithoutusingAddOperator {
/*
* Calculate the sum of two integers a and b, but you are not allowed to use
* the operator + and -.
* using the XOR and AND operators, XOR is used for the summing
* while AND is used to get the carry c << 1, to move the... | [
"salma-abd-elaziz@users.noreply.github.com"
] | salma-abd-elaziz@users.noreply.github.com |
07a1baa86856b4c7f1b8327e59c706e568c2b242 | 5dc6567f4f1f7a713a7a682230ea9cb55e8c8a3c | /src/main/java/com/codecool/comic_generator_service/controller/ComicGeneratorAPIController.java | d30861372431a4470b174d77d2b009a7c6e993cc | [] | no_license | makaimark/from-python-to-java-overcomplicated-tic-tac-toe-makaimark | 2f2f1783371ebc8b28a8e3129db1f455c99c5b8a | a99462b52ffb1cea17bd19f98edff4e6231e60b8 | refs/heads/master | 2021-01-09T05:45:56.505480 | 2017-01-07T14:40:04 | 2017-01-07T14:40:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 947 | java | package com.codecool.comic_generator_service.controller;
import com.codecool.comic_generator_service.service.ComicGeneratorAPIService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import spark.Request;
import spark.Response;
import java.io.IOException;
import java.net.URISyntaxException;
/**
* Created b... | [
"makaimark@gmail.com"
] | makaimark@gmail.com |
56d0f73dec570188684efcb185c1e1840d8ecdcf | fc6c869ee0228497e41bf357e2803713cdaed63e | /weixin6519android1140/src/sourcecode/com/tencent/mm/plugin/ipcall/a/d/m.java | 244de7564a05ebd8fb29a51bf921bb08cbe306e4 | [] | no_license | hyb1234hi/reverse-wechat | cbd26658a667b0c498d2a26a403f93dbeb270b72 | 75d3fd35a2c8a0469dbb057cd16bca3b26c7e736 | refs/heads/master | 2020-09-26T10:12:47.484174 | 2017-11-16T06:54:20 | 2017-11-16T06:54:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,561 | java | package com.tencent.mm.plugin.ipcall.a.d;
import com.tencent.gmtrace.GMTrace;
import com.tencent.mm.ad.b;
import com.tencent.mm.ad.b.a;
import com.tencent.mm.ad.b.b;
import com.tencent.mm.ad.b.c;
import com.tencent.mm.network.q;
import com.tencent.mm.protocal.c.bcd;
import com.tencent.mm.protocal.c.bce;
import com.ten... | [
"robert0825@gmail.com"
] | robert0825@gmail.com |
517a619087fcad7b1388c1f2eb83aaea2a410dda | 9be8b87053725c342fe876bc0dc86c29503b355d | /app/src/test/java/com/manguitostudios/primeblend/ExampleUnitTest.java | ce8275d4db1978e0b1f24bdd73ca319d56fcf502 | [] | no_license | Rafabox001/PrimeBlend | dbc05a9c71c884bee0001c7b5fff149f6f02a66a | 0728696cc5e441a33595bf4f8cc9ed0888f6d4d3 | refs/heads/master | 2021-01-10T16:12:56.168675 | 2015-10-29T22:04:01 | 2015-10-29T22:04:01 | 43,575,115 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 323 | java | package com.manguitostudios.primeblend;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
... | [
"rafabox001@gmail.com"
] | rafabox001@gmail.com |
b517ad18e1761c39c4e47abb545cea769d696ef7 | 76509fcace4e241a662283dee0c807871da6c60c | /dsmviewer/src/test/java/mx/uam/dsmviewer/AppTest.java | 0905d04efa1c92062eb4fd788cf58f2528c1f3ab | [
"MIT"
] | permissive | otrebmuh/dsmviewer | 385a7bbad3f8e594d229d66e4853fb7f986c90c3 | f01d6c7af4371f2d402b471f1bc7e9c7eab7de24 | refs/heads/master | 2022-06-23T18:46:09.253754 | 2020-08-04T23:33:12 | 2020-08-04T23:33:12 | 227,230,043 | 0 | 1 | null | 2022-05-20T21:18:40 | 2019-12-10T22:46:45 | Java | UTF-8 | Java | false | false | 644 | java | package mx.uam.dsmviewer;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public AppTest... | [
"humberto.cervantes@gmail.com"
] | humberto.cervantes@gmail.com |
f8caa2936f6d3a75e7455fc9eea9f5260129e405 | fe8f82c5ee3e135b518abe1e2a021c5c03dafde2 | /slofhrm/src/com/tic/hrm/HrRyAction.java | ac2cb39fba607f7dd03afec1273d5c653e493a52 | [] | no_license | giftfuture/slof-hrm | 27b779554aa48ccda52b82bcc2f5ff404017ec7a | efe67f3201f20dbcaa600e34cde2d7a8cd3475bd | refs/heads/master | 2016-09-06T06:51:04.309884 | 2010-03-17T08:50:33 | 2010-03-17T08:50:33 | 34,429,142 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,394 | java | package com.tic.hrm;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import net.sf.json.JSONArray;
import com.opensymphony.xwork2.ActionContext;
public class HrRyAction {
private IHrRySer... | [
"cyberdolphincn@7c6aa918-0828-11df-b3eb-39986f41eb1c"
] | cyberdolphincn@7c6aa918-0828-11df-b3eb-39986f41eb1c |
953e97096fc551cc5e4a8f6a57ff66e81389afc8 | 422eaef4f1c7b022c525357ebb523d249906b7fe | /app/src/main/java/com/android/orion/OrionContentProvider.java | 17859a28f16e210a05a894ccac2bfdaee77f1b89 | [] | no_license | aswdz/Orion | ce22e5ed8dcfc806d9af0062da1c245474aec016 | 9fffeb6ff05b1d821090f8a723ca699424ac1cad | refs/heads/master | 2023-08-28T04:30:04.229186 | 2021-10-14T14:40:44 | 2021-10-14T14:40:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,408 | java | package com.android.orion;
import java.util.ArrayList;
import android.content.ContentProvider;
import android.content.ContentProviderOperation;
import android.content.ContentProviderResult;
import android.content.ContentResolver;
import android.content.ContentUris;
import android.content.ContentValues;
import android... | [
"13520500645@139.com"
] | 13520500645@139.com |
dcd3c6d1fdd2a9239527921f2ac78724cf8bb957 | 83dccbb7823583ecfd7943f50fc6dd317c87521a | /src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/FindFilesTask.java | f39bad07cbf864ef5f40b9bb24ef463112f12965 | [] | no_license | bluesliverx/google-play-android-publisher-plugin | 5f4f5e5084a7fb3d225824359537fb490d94f1fb | 7cce4374fc96f933de218bda7eb03685a3aac851 | refs/heads/master | 2021-01-20T16:28:51.415801 | 2016-08-27T17:03:25 | 2016-09-03T14:00:16 | 66,722,140 | 0 | 0 | null | 2016-08-27T15:46:27 | 2016-08-27T15:46:26 | null | UTF-8 | Java | false | false | 822 | java | package org.jenkinsci.plugins.googleplayandroidpublisher;
import hudson.FilePath;
import hudson.remoting.VirtualChannel;
import java.io.File;
import java.io.IOException;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
/** Task which searches for files using an Ant Fileset pattern. */
pu... | [
"chris@orr.me.uk"
] | chris@orr.me.uk |
985b4c49de874c7b0246238023e8e5a8d179f1e2 | fc90426f8c9a11081b6c0f92c9923178d02afb4c | /server/src/main/java/com/namee/api/service/SSOService.java | 30e262a162247f29173e833409c82eddd2b1ae5a | [] | no_license | lovedise/Spring-React-token-based-security | 4ca74d80d06d5f7d5dc633f0fe1e937307d6648a | c0b7bcd16cea6cce50e24bd46c55500d9ccd26a9 | refs/heads/master | 2021-04-09T10:18:43.855244 | 2016-06-27T02:56:30 | 2016-06-27T02:56:30 | 62,020,228 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 364 | java | package com.namee.api.service;
import com.namee.api.model.SSO;
import com.namee.api.support.exception.DuplicateCompanyCodeException;
import java.util.List;
/**
* Created by namee on 2016. 6. 14..
*/
public interface SSOService {
SSO findOne(String companyCode);
List<SSO> getAllSSO() throws DuplicateCompan... | [
"lovedise@gmail.com"
] | lovedise@gmail.com |
58c3c52acd4f0e47802afb3a0c2ba5abcc5340ab | 5148293c98b0a27aa223ea157441ac7fa9b5e7a3 | /Method_Scraping/xml_scraping/NicadOutputFile_t1_beam_new2/Nicad_t1_beam_new22083.java | fc74a5cb29e0841e0f7777b65341c115fd7c1b57 | [] | no_license | ryosuke-ku/TestCodeSeacherPlus | cfd03a2858b67a05ecf17194213b7c02c5f2caff | d002a52251f5461598c7af73925b85a05cea85c6 | refs/heads/master | 2020-05-24T01:25:27.000821 | 2019-08-17T06:23:42 | 2019-08-17T06:23:42 | 187,005,399 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 510 | java | // clone pairs:10155:70%
// 13625:beam/sdks/java/core/src/main/java/org/apache/beam/sdk/values/ValueWithRecordId.java
public class Nicad_t1_beam_new22083
{
public boolean equals(Object other) {
if (this == other) {
return true;
}
if (!(other instanceof ValueWithRecordId)) {
return f... | [
"naist1020@gmail.com"
] | naist1020@gmail.com |
ceb2e6bbe441723c80daddb6d32914a52bc58670 | 89966648f99f2959af4933529d15b44a5bfb20a3 | /src/com/oj/jxc/controller/.svn/text-base/SProdPropController.java.svn-base | 8b9ff00b5346c20661212dca767d4a10a174a406 | [] | no_license | carrot1991/oj | 256e231847e9dd3869c42235fa213f7968f86c0b | ee0273b4d7fbcb0ecaf5aa9da6a9cac9db3c2781 | refs/heads/master | 2016-09-16T04:22:11.069318 | 2014-04-01T07:54:06 | 2014-04-01T07:54:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,204 | /**
*
*/
package com.oj.jxc.controller;
import java.util.Map;
import javax.annotation.Resource;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotat... | [
"295971796@qq.com"
] | 295971796@qq.com | |
cf3f00b396cbad3a04971b0f018165581ebd38f6 | 24c2d51cf74015bed8ed74918ac4fc58ec2d8567 | /src/main/java/com/itsgoodtobebad/qrcode/utils/DateTimeUtils.java | 83bafbc706fda4819d48e873e202d78bd70bd3b0 | [] | no_license | itsgoodtobebad/qrcode-autotest | 2a27702947a5d3770d35da23968bb182207667fa | 361f8dfc7c834db434438a251f02cf82f3ed49b4 | refs/heads/master | 2021-01-24T20:47:47.541119 | 2018-03-08T09:20:46 | 2018-03-08T09:20:46 | 123,260,219 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,512 | java | package com.itsgoodtobebad.qrcode.utils;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.TimeZone;
/**
* Created by Liliangxi on 2017/6/9.
*/
public class DateTimeUtils {
/**
* 得到指定日期UTC时间, 格式为"yyyyMMdd.HHmmss"
* @retur... | [
"lilx@ect888.com"
] | lilx@ect888.com |
d395f6de18df12626ce77af71983891d969f61ff | 0faeff6eff1ab20d88745f795976db15c17e5903 | /src/main/java/com/rail/service/graph/StationGraph.java | e659ed2c9a0649d8190e2758f0cd9abfffbcddc2 | [] | no_license | sonam23/singapore-rail-system | 8b629b9e4ba951d96c55e0ebb7cfabab1e25dd19 | 992d4a8c13f79ad5b8fad6bd940e17f95c8cc4f3 | refs/heads/master | 2020-05-23T18:44:01.186458 | 2019-05-19T18:51:45 | 2019-05-19T18:51:45 | 186,894,302 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,791 | java | package com.rail.service.graph;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
import org.jgrapht.Graph;
import org.jgrapht.GraphPath;
import org.jgrapht.alg.shortestpath.DijkstraShortestPath;
import org.jgrapht.graph.AsWeightedGraph;
import org.jgrapht.graph.SimpleGraph;
import org.spri... | [
"sonam_agarwal@intuit.com"
] | sonam_agarwal@intuit.com |
54d99224ef72040f540d0439df22ef9ffebc71c0 | 9fa91c252471ba37e235407605a963c8c745266f | /rxnetty-http/src/test/java/io/reactivex/netty/client/SslClientTest.java | f402e6a098ad0d48fe4dc772369366c81d69c3db | [
"Apache-2.0"
] | permissive | edwinchoi/RxNetty | 56f9b579d2f2519378230585e5c5945306f8e70e | f5388f1b1661cd49cef059c18e579c5bb44d86b8 | refs/heads/0.5.x | 2021-01-20T17:33:28.723693 | 2015-12-01T21:54:52 | 2015-12-01T21:54:52 | 47,478,146 | 0 | 0 | null | 2015-12-06T00:31:45 | 2015-12-06T00:31:44 | null | UTF-8 | Java | false | false | 3,803 | java | /*
* Copyright 2015 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | [
"nkant@netflix.com"
] | nkant@netflix.com |
ce6bf3d5a95a631c3cca5b0be84c5880de57e4fa | 55ca79e9f378e7924b9e2dcfdae9b6a738fdf2a4 | /source/clientapi/src/main/java/org/devilry/clientapi/AbstractPeriod.java | 31f98280e1e912ec4cf934e7d3bc33416cb0abf3 | [] | permissive | devilry/devilry-prototype1 | d44dc79f6a37bd7a9211b3a26254a74872643bed | 8b4889d51fa753e57394449f22e8ee3487329aad | refs/heads/master | 2021-07-25T05:48:20.986418 | 2010-06-02T11:01:59 | 2010-06-02T11:01:59 | 220,485 | 0 | 0 | BSD-3-Clause | 2021-06-07T18:07:39 | 2009-06-06T21:26:27 | Java | UTF-8 | Java | false | false | 2,614 | java | package org.devilry.clientapi;
import java.util.Date;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import javax.naming.NamingException;
import org.devilry.core.InvalidNameException;
import org.devilry.core.NoSuchObjectException;
import org.devilry.core.NodePath;
import org.devilry.c... | [
"bro@bro-laptop.(none)"
] | bro@bro-laptop.(none) |
45599c2b322459940189edbb67378129375fe52a | 5830cf6551964924c502982f056376a1aaabfde3 | /genericCheckpointing/src/genericCheckpointing/server/SerStrategy.java | 538b2d64f0c03c339b0682af689012feba81e5f1 | [] | no_license | Codejoy92/Proxy-Prototype-Strategy-Design-Pattern | 48bebfa6a1613d4855eafec1668436dab14847f7 | 5c0f0b43050fb1d697e184c9f64122382e673b1c | refs/heads/master | 2020-03-31T01:51:30.000772 | 2018-05-07T01:18:32 | 2018-05-07T01:18:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 211 | java | package genericCheckpointing.server;
import genericCheckpointing.util.SerializableObject;
public interface SerStrategy {
void processInput(SerializableObject obj);
SerializableObject processInputDeser();
}
| [
"sdas4@binghamton.edu"
] | sdas4@binghamton.edu |
f29bafc4318ec99ac6948d3990b5fe4e6d077757 | 28dff536ddbb2492edbf52da7bfb8604b7d399ed | /src/main/java/io/dimasan/jdk/concurrency/deadlock/SimplestDeadlock.java | f20f9bb260a9c89a460e2c32742a4ac48d059126 | [] | no_license | DimaSanKiev/Snippets | 88e8552bc23865d488a17b7b8447d0974034db45 | f41f373d30c4ddd651097705ee2a18abd0275438 | refs/heads/master | 2021-01-11T22:20:04.131044 | 2017-01-17T19:31:29 | 2017-01-17T19:31:29 | 78,896,679 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 373 | java | package io.dimasan.jdk.concurrency.deadlock;
public class SimplestDeadlock {
/* Thread.currentThread() returns a reference on the current thread (on main thread).
And we join() it, but it cannot die because it waits for its death. Deadlock. */
public static void main(String[] args) throws InterruptedExcept... | [
"dmytro.burdyga@gmail.com"
] | dmytro.burdyga@gmail.com |
774fa0d9f4abfb59916637cd576d21d8df437dcc | e99e4da9ecee673d5b8a245fffcaf582915017ce | /src/main/java/com/payline/payment/bizum/utils/i18n/I18nService.java | 29a0997ca21b00d2c3721f83835de01dfb3ba3d3 | [] | no_license | thales-apm-team/payment-method-bizum | b1a2925470dceab9c5c0479596c90c529e005c35 | 80dc977063cf217b4dbd14ffe2284534b491b0d5 | refs/heads/master | 2020-12-07T18:27:09.788640 | 2020-01-14T14:01:54 | 2020-01-14T14:11:33 | 232,771,523 | 0 | 0 | null | 2020-01-09T09:27:25 | 2020-01-09T09:27:24 | null | UTF-8 | Java | false | false | 1,789 | java | package com.payline.payment.bizum.utils.i18n;
import com.payline.payment.bizum.utils.properties.ConfigProperties;
import com.payline.pmapi.logger.LogManager;
import org.apache.logging.log4j.Logger;
import java.util.Locale;
import java.util.MissingResourceException;
import java.util.ResourceBundle;
/**
* I18n (for I... | [
"martin.grescu@gmail.com"
] | martin.grescu@gmail.com |
b8f970f3f09aef73485669c096a9ae400a9b945b | ea0bdb5141bac03b44568fdb1437e65075a99ce4 | /src/com/secondTarget/AdressDemo5_1.java | fe45a869258a20e096dbae430f5e22d66a54fb8d | [] | no_license | Liplhello/project_68 | ca1bff90d7f277a34316896ca0aba32597b2f841 | 514875158db023ea6ed87e9c33a7c67997d7cddc | refs/heads/master | 2020-03-24T13:10:56.348297 | 2018-07-29T07:50:52 | 2018-07-29T07:50:52 | 142,737,443 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 306 | java | package com.secondTarget;
import com.firstKind.Address5_1;
/**
* Created by lpl on 2018/6/21.
*/
public class AdressDemo5_1 {
public static void main(String[] args) {
Address5_1 add = new Address5_1("中国","山西省","太原市","晋阳街道","098039488");
add.print();
}
}
| [
"1354888709@qq.com"
] | 1354888709@qq.com |
d9c2f1d4848d40ead3b961a3d6b3dfe872224237 | bf5f32ccb990b4a6a78f6c128319690600110bcf | /01-java-fundamentals/08-lists-of-exceptions/Exceptions/src/test/java/com/may/exceptions/ExceptionsApplicationTests.java | 6acafd732516c06ec0c0fab7220dcbe54e7d66e2 | [] | no_license | Java-July-2020/MayH-Assignments | 85adf701c6e35e3ea03c705f217a7a9381ce056c | 2467b79b9f019be97e9e54675ee2704801c590dd | refs/heads/master | 2022-12-12T08:12:40.065688 | 2020-08-30T18:11:20 | 2020-08-30T18:11:20 | 277,949,565 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 214 | java | package com.may.exceptions;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ExceptionsApplicationTests {
@Test
void contextLoads() {
}
}
| [
"mayyuhein@gmail.com"
] | mayyuhein@gmail.com |
235b9037a9fecacdc05765605884dea18c26de9e | 7c1430c53b4d66ad0e96dd9fc7465a5826fdfb77 | /grape-system-1.0.1s/src/org/mariadb/jdbc/internal/com/read/ErrorPacket.java | 0bd3f12175119c12ee82e6112155eabe05c5846c | [] | no_license | wang3624270/online-learning-server | ef97fb676485f2bfdd4b479235b05a95ad62f841 | 2d81920fef594a2d0ac482efd76669c8d95561f1 | refs/heads/master | 2020-03-20T04:33:38.305236 | 2019-05-22T06:31:05 | 2019-05-22T06:31:05 | 137,187,026 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,680 | java | /*
MariaDB Client for Java
Copyright (c) 2012-2014 Monty Program Ab.
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation; either version 2.1 of the License, or (at your option)
any later version.
... | [
"3624270@qq.com"
] | 3624270@qq.com |
63deb7cdbe419ebb890343131c242ddf4d7cc05f | 1798d2643623cf14142eab6d139ab3d743a60c8b | /data/src/main/java/com/baimahu/DataApplication.java | fc3e509a6a46527150bc3c58e2d29c1b93f1bc85 | [] | no_license | Horatio123/SpringbootTest | aa0ebdeb2344b41120d884d85ed0524ce82cfb09 | 402f2e916b344edc08c8824aff7327df57f805f0 | refs/heads/master | 2022-11-03T01:22:52.487477 | 2020-06-14T13:01:02 | 2020-06-14T13:01:02 | 258,777,257 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 343 | java | package com.baimahu;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* Hello world!
*
*/
@SpringBootApplication
public class DataApplication
{
public static void main( String[] args )
{
SpringApplication.run(DataApplication... | [
"alexanderchen1992@gmail.com"
] | alexanderchen1992@gmail.com |
9f08a2e173c7a15e92f25105cc8f76e02390c2d5 | e44771ff55ee454047cec315a4fb7704ad1dd16b | /autocomplete/src/androidTest/java/com/otaliastudios/autocomplete/ExampleInstrumentedTest.java | a791be578bebce189ec0923a42fe306a86c7f657 | [
"Apache-2.0"
] | permissive | IRMobydick/Autocomplete | 4ec399332318d26899aa9cc99eedf49e57db0a2f | 1f9bafb5953ca20cc7d5b07af1f6ead2ae3c0d58 | refs/heads/master | 2021-01-19T19:25:42.840499 | 2017-08-08T15:18:41 | 2017-08-08T15:18:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 769 | java | package com.otaliastudios.autocomplete;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on ... | [
"mat.iavarone@gmail.com"
] | mat.iavarone@gmail.com |
ff0dde176cbb5fc7db20c5b297c907ab33fd2ae4 | 8c772248f67a9f6a519edc0daa9debe96e240997 | /src/queue/link/testLinkQueue.java | d0e69b7a1ed76a4b241b55118834213e09be2c8e | [] | no_license | fqliao/data_structure1 | 8d7c149c923d8fc5f04dc33400e8fb62fa6fcfc9 | f8696942ede66b0204cb5e24054bad9ef9b0d493 | refs/heads/master | 2021-01-12T18:19:21.774739 | 2016-11-06T08:24:13 | 2016-11-06T08:24:13 | 69,413,434 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,419 | java | package queue.link;
import queue.Queue;
import stack.Stack;
import stack.link.LinkStack;
public class testLinkQueue {
//回文算法的实现 利用队列和栈的数据结构
public static boolean isHuiWen(String str) throws Exception{
//创建队列和栈
Queue<String> queue = new LinkQueue<String>();
Stack stack = new LinkStack();
//将字符串按单个字符分别进入... | [
"978802952@qq.com"
] | 978802952@qq.com |
daf8299bd1bf994c685edefe7ae8058610f03859 | 3cc644883c3be68dc4aca8d9e35941a592f33670 | /core/metamodel/src/main/java/org/apache/isis/core/metamodel/valuesemantics/CommandDtoValueSemantics.java | 0a759e8594d2acc0386d0bee2f54e9b934dd30ed | [
"Apache-2.0"
] | permissive | IsisVgoddess/isis | 0e09eba4d9a791612dd03b01898d8574452b29a9 | d34e5ed20578d274635424a9f41b4450c5109365 | refs/heads/master | 2023-03-07T08:57:38.060227 | 2022-03-11T05:55:55 | 2022-03-11T05:55:55 | 208,384,527 | 1 | 0 | Apache-2.0 | 2023-03-06T22:25:01 | 2019-09-14T03:42:20 | Java | UTF-8 | Java | false | false | 1,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")... | [
"ahuber@apache.org"
] | ahuber@apache.org |
1e9c049e42258a25268eef9de52f7b3b6cb9f747 | 8e9555a98e0b5441fe1df0ce30a2da00afcccfcc | /week-02/day-01/src/com/company/Excercise16.java | 258ee138e50481bf8268f45937e298f331cb2886 | [] | no_license | Kopsova/hamsun7 | 967c756ea0601fea0c1af41636ae86519ea097f7 | 64ad0225be6b45002413db52cf28123bf6c5133e | refs/heads/master | 2020-04-09T23:54:54.751846 | 2018-11-22T10:46:09 | 2018-11-22T10:46:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 421 | java | package com.company;
public class Excercise16 {
// - Create an array variable named `animals`
// with the following content: `["koal", "pand", "zebr"]`
// - Add all elements an `"a"` at the end
public static void main(String[] args) {
String[] animals = {"koal", "pand", "zebr"};
for (int i = ... | [
"ivankanik@gmail.com"
] | ivankanik@gmail.com |
a4b0697008746112351dd92603f4e299efd20e2f | c38301f9cb3a6690630d1e1f4dc8e622b6fc3720 | /java/com/kaneri/admin/mywhatsapp/chat/ChatRoom.java | a6b34c7422ffd65abfa1a8aaa0d84f579c8790f3 | [] | no_license | karanfc/TestChat | 54f7a393f3f9934d1b75524c0d8e6bb569c65c69 | 0019e7fd5013f62a31e211695122b0435d73be50 | refs/heads/master | 2021-01-22T18:37:37.222821 | 2017-06-08T03:38:10 | 2017-06-08T03:38:10 | 85,095,883 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,067 | java | package com.kaneri.admin.mywhatsapp.chat;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v4.app.NotificationCompat;
import android.v... | [
"karan12011998@gmail.com"
] | karan12011998@gmail.com |
dd91df786fb2bff3dbb57db79dbdf5cb493d52f0 | 8f6532dfa9c8635613166050392e66e45fa33e9f | /src/App.java | 587a92768cdeea49a1c6bfbefe4232347bf53e5a | [] | no_license | Dybton/rejsekort | 2f693751b48977d95129cfb94143a9576e71ab55 | d3a493abdc6855f8c9dbd5892ce29e918cb08e4b | refs/heads/main | 2023-09-02T09:09:39.243885 | 2021-11-17T15:37:19 | 2021-11-17T15:37:19 | 429,102,221 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 212 | java | public class App {
public static void main(String[] args) throws Exception {
RejseKort rejseKort = new RejseKort();
rejseKort.checkIn(3, 9, 20);
rejseKort.checkIn(6, 12, 600);
}
}
| [
"jakobtolstrup@Jakobs-MacBook-Pro.local"
] | jakobtolstrup@Jakobs-MacBook-Pro.local |
9a20ccaa98f5ab3aaffb779df2906fb56b7e4e29 | afcd8d4e596c209019ee9b67de675264c69187b8 | /main/java/com/magicbox/redio/script/objects/array/RedArrayInsertMethod.java | d4b0c437261832a64a5ce830fc79b37d232dfc88 | [
"MIT"
] | permissive | RayleighChen/RedIO | 0778cac8d1840abdfa483f0f0b1e20793cdf2479 | d905e4ce0d1b79e8b15136f5502048acf2ef842e | refs/heads/master | 2021-01-15T12:44:28.105510 | 2014-11-09T08:30:13 | 2014-11-09T08:30:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 815 | java | package com.magicbox.redio.script.objects.array;
import com.magicbox.redio.script.objects.RedIntObject;
import com.magicbox.redio.script.objects.RedNullObject;
import com.magicbox.redio.script.objects.RedObject;
public class RedArrayInsertMethod extends RedArrayBaseMethod
{
public RedArrayInsertMethod(RedArrayObject... | [
"chenzhuoyu1992@126.com"
] | chenzhuoyu1992@126.com |
4362f255032faf63ddc8260304382941d4a284cb | 865b796c1130320337769a4d1fd51e7c0bf3417e | /app/src/main/java/com/rokomari/noteme/room/TaskDatabase.java | b663a777bc511aa70756d8ffb0b684aec14f1f8b | [] | no_license | tanvirhd/NoteMe | cd53e6eb6503b1fa09e6e67fc79c0b9d7739006f | f6e07e7c8a26af21dc87625c061ff18cbc765dfa | refs/heads/master | 2023-08-30T07:02:00.826788 | 2021-11-08T11:41:35 | 2021-11-08T11:41:35 | 424,642,744 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,000 | java | package com.rokomari.noteme.room;
import android.content.Context;
import androidx.room.Database;
import androidx.room.Room;
import androidx.room.RoomDatabase;
import com.rokomari.noteme.model.ModelTask;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
@Database(entities = {Model... | [
"tanvir.taagidtech@gmail.com"
] | tanvir.taagidtech@gmail.com |
278e4deadeb62ddafd95f76d1df9e0e8ca0d9d8f | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/19/19_11ed5659e8057a5df79499a758b376aa213bcdf2/XmlHandler/19_11ed5659e8057a5df79499a758b376aa213bcdf2_XmlHandler_s.java | 4ca2b9e7e1362ac3554a40820a904e0d27587060 | [] | 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,711 | java | /*
* $Id: XmlHandler.java,v 1.24 2005/06/10 20:47:03 andrew_avis Exp $
* Created on Oct 14, 2004
*
* This class is the "content handler" for xml input.
* Each start and end of an element, document, content, etc. is
* captured by the event handlers, and we use them to "build" a
* recipe.
*/
package str... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
5207b75ca89d35bb25ae7d6988435a24cb3cd333 | 1b96e0764761bf0abbdafc51d98e2a06914a40fa | /M3ClassRosterV4SpringFWXML/src/main/java/com/sg/classroster/dao/ClassRosterPersistenceException.java | 91e40b3614f79e301eac3109fa428f3e1847e8e6 | [] | no_license | NarishSingh/SG4-Spring | 2210b27d6a0d2924deda06fa5f0b70796b561814 | 95bb4c1b270cc5a930321051f91c782d7227426a | refs/heads/master | 2022-12-01T21:05:35.555479 | 2020-07-31T03:52:15 | 2020-07-31T03:52:15 | 272,453,527 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 382 | java | /*
This is the error class for our application. It extends Exception.
*/
package com.sg.classroster.dao;
public class ClassRosterPersistenceException extends Exception {
public ClassRosterPersistenceException(String message) {
super(message);
}
public ClassRosterPersistenceException(String messa... | [
"62305841+NarishSingh@users.noreply.github.com"
] | 62305841+NarishSingh@users.noreply.github.com |
5310bab43f484be38c2efb9ea9d5cb5661815af2 | 346e09e8d3300a46936eac585884bd3e89aae596 | /app/src/main/java/com/yunma/nettyplugin/receiver/CompleteReceiver.java | 4b7a3014db11448181c842d1f81ed657f6dafd11 | [] | no_license | huyonggang/NettyPlugin | 760aeea4cc596061b950341a92ba8a5fce82922d | c0f516f6757968e06dfaaaaedcd71a54f7eef604 | refs/heads/master | 2020-04-01T22:56:56.894692 | 2018-11-22T09:05:16 | 2018-11-22T09:05:16 | 153,734,161 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,245 | java | package com.yunma.nettyplugin.receiver;
import android.app.AlarmManager;
import android.app.PendingIntent;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.os.SystemClock;
import android.util.Log;
import com.yunma.nettyplugin.service.ClientService... | [
"742315209@qq.com"
] | 742315209@qq.com |
bfc63ca293c5019efcb9413521e9d804c5d7d92e | a757a82e3edded1046be2309cf4a14ca5ecc679b | /src/main/java/leetcode/ReverseNumber.java | 63a452b43d198fadb266ab2b9d0ff4e963e632cf | [] | no_license | themayurkumbhar/DataStructure-Java | 618905722bdefb8aa0111992f0756c58675e243e | b266da2ccdee01b42cc3279c33a72b3122833aa7 | refs/heads/master | 2020-06-04T09:15:57.860656 | 2019-09-27T18:30:35 | 2019-09-27T18:30:35 | 191,961,341 | 1 | 0 | null | 2019-09-27T18:32:38 | 2019-06-14T14:56:41 | Java | UTF-8 | Java | false | false | 717 | java | package leetcode;
import java.util.Scanner;
public class ReverseNumber {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
int [] height = new int[n];
for (int i = 0; i < n; i++) {
height[i] = sc.nextInt();
}
... | [
"piyush.kailash.chaudhari@gmail.com"
] | piyush.kailash.chaudhari@gmail.com |
769b1393bb62ef24583773fed9dc35f600d5a9da | 957dd4d0aac044f313dc9151774abd7af79b9b50 | /gen/com/djn/refresh/BuildConfig.java | c09ba1ca3402fcf0a4baf1020780cc90dd2b1b2e | [] | no_license | jianxiansining/QQLoadmoreInfo | 44184d0d2b4cf3159f04cee5a51f862c6e94536e | 8b70d3192e8aa6190a6530d9391c5a11ec726d65 | refs/heads/master | 2020-12-31T04:42:22.950354 | 2016-05-06T03:24:18 | 2016-05-06T03:24:18 | 58,177,922 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 157 | java | /** Automatically generated file. DO NOT MODIFY */
package com.djn.refresh;
public final class BuildConfig {
public final static boolean DEBUG = true;
} | [
"1198677016@qq.com"
] | 1198677016@qq.com |
c85b373b045bba05403629648dc23f5d6ef77d14 | 03c8aef8df1daa6fa14234f9fdd4c472bfba90fa | /my-learn/src/main/java/com/yd/java8/lambda/FilterEmployeeForAge.java | b448c2a6fdfd8033bcef2c4bcd1bc01650d5082a | [] | no_license | sayHellowWord/learn-for-me | 331cf7d730443b590c9ba1f51acb4522f0e934c5 | 999bd8d6188bb45118c96ed6516bfccf817d7fbc | refs/heads/master | 2022-11-14T10:33:14.331968 | 2020-08-22T15:29:33 | 2020-08-22T15:29:33 | 83,437,860 | 0 | 0 | null | 2022-11-04T22:48:41 | 2017-02-28T13:50:58 | Java | UTF-8 | Java | false | false | 381 | java | package com.yd.java8.lambda;
import com.yd.java8.Employee;
/**
* Created by nick on 2018/1/28.
*
* @author nick
* @date 2018/1/28
*/
public class FilterEmployeeForAge implements MyPredicate {
@Override
public boolean command(Object o) {
if (o instanceof Employee) {
return ((Employee... | [
"wubo15@meituan.com"
] | wubo15@meituan.com |
5bda58ade2e626a03a93413a00b2e2410327faa8 | 60023700a3965200146acaee1906de7d7e45a721 | /src/com/practice/ds/stringbuffer/MyStringBuffer.java | 544365548b1fb8ee39a778cbb9be915b42d58cea | [] | no_license | Pre8y/ctci_java | 329a93b5efe81a6299429ac0a772ee3e9efcfd63 | ab4ed90a205233fc64da721facccb151ff8333e1 | refs/heads/master | 2021-04-03T09:33:24.908371 | 2016-07-20T16:29:24 | 2016-07-20T16:29:24 | 60,031,441 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 811 | java | package com.practice.ds.stringbuffer;
public class MyStringBuffer {
int MAX = 10;
char[] array = null;
public MyStringBuffer() {
array = new char[MAX];
}
public MyStringBuffer(CharSequence string) {
array = new char[MAX];
append(string);
}
public MyStringBuffer append(CharSequence string)
{
int posit... | [
"er.preeti.patwa@gmail.com"
] | er.preeti.patwa@gmail.com |
e397cfea2a22fdbab4d17bb96c1d7c84af493f71 | da82a083d24b87a3b2ae9aafb60d3df30b83592d | /src/java/com/eltonb/ws/utils/Utilities.java | 162b8dd8f11e571d86b9a8ae8dba613b1a8b5388 | [] | no_license | eballhysa/ws-textbook-ex03-studentRegistrySoap | eb38a861c331d12f8650be7360d510f25895965d | 7ddc22ee381dc25ba7d549b6153910cbc12e0d01 | refs/heads/master | 2023-03-04T23:10:27.834140 | 2021-02-09T13:10:27 | 2021-02-09T13:10:27 | 337,407,590 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,981 | 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.eltonb.ws.utils;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persi... | [
"elton.ballhysa@hititcs.com"
] | elton.ballhysa@hititcs.com |
7b48e0d3c6135955b067619deabac9a400cea954 | af0c9e767e657ce556e974ba8c45b08e42367030 | /app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/com/google/android/gms/maps/R.java | 63d0bf8042986c6cfc8b81875969c4ecd8cad6e1 | [] | no_license | bilquis-siddique/EZ-Park | 5df991082880ce7fef60a1faec68f710f645fef4 | af9e9e4c069abedca2b106237db5c1cf6d30aa93 | refs/heads/master | 2020-04-30T23:08:50.129693 | 2019-03-22T13:20:59 | 2019-03-22T13:20:59 | 177,137,384 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,082 | 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 com.google.android.gms.maps;
public final class R {
private R() {}
public static final class attr {
... | [
"bilquis.siddique@gmail.com"
] | bilquis.siddique@gmail.com |
bd9c5ac957cb121de594518b39070e9b3621a638 | b0077ab9970c13cbb47bea5f0d0beccecd48c5b3 | /src/br/com/project/bean/view/LoginBeanView.java | c025334146c0d2394a3bd22af5ae5fdc195c63da | [] | no_license | Jvvillasb/Projeto-Caixaki | fdf657bd0421893da5a425c4c96ec049a7ca7fcc | 301960b254d3ef3d9300ec3df2a3fbc2371777f9 | refs/heads/main | 2023-04-30T07:27:38.585597 | 2021-05-16T05:48:41 | 2021-05-16T05:48:41 | 358,711,418 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,056 | java | package br.com.project.bean.view;
import java.io.File;
import javax.annotation.Resource;
import javax.faces.application.FacesMessage;
import javax.faces.bean.ManagedBean;
import javax.faces.context.FacesContext;
import javax.faces.event.ActionEvent;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.h... | [
"jvvillasb@gmail.com"
] | jvvillasb@gmail.com |
393b2a0fbd88e9e0927191583ce5f5e170b4273e | 90d7f7e27a8d7131862c3e576c27d5c04c82d203 | /Main.java | b3768e67c0d4ab972fac7bce741fb4c175656f4b | [] | no_license | lmilunovic/Universe-bitset-Politeh-Java-project | 05d4475628f9d8c441410e68157330ec98a52ea6 | 7d754c0d5bdb04329f321841d132ea8bc4f1cf42 | refs/heads/master | 2021-06-25T17:16:21.090375 | 2017-08-28T14:54:14 | 2017-08-28T14:54:14 | 82,183,776 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 257 | java | package com.ladislav;
public class Main {
public static void main(String[] args) {
Universe u = new Universe(20);
for (int i = 0; i < 20 ; i++) {
u.setElement(i);
}
System.out.println(u.toString());
}
}
| [
"milunovic.ladislav92@gmail.com"
] | milunovic.ladislav92@gmail.com |
4bccee4fdca064f39ca9da9f1b54dc160dbe37fd | 9b0cf1cb67d1e97662430445be3c4fae972fdd8a | /app/src/androidTest/java/com/example/mac/exam/ApplicationTest.java | 270ef725a647e9c890d99679b6ae9de6a2156d59 | [] | no_license | zengying1/Exam | a2913c4b4a632841f8275682ace2ffc94b099dd5 | 61656916ad434d0ecd47a7db8adfc61e7c5477e4 | refs/heads/master | 2021-01-10T01:46:02.336775 | 2015-05-31T15:52:33 | 2015-05-31T15:52:33 | 36,607,425 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 351 | java | package com.example.mac.exam;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
su... | [
"460500505@qq.com"
] | 460500505@qq.com |
b8db52d2e81669d24412b0632d2bf203f1afb1c1 | d2cb1f4f186238ed3075c2748552e9325763a1cb | /methods_all/nonstatic_methods/java_io_PipedReader_reset.java | 7e668c7f7b03992966225b1b2d9d05e94184d455 | [] | no_license | Adabot1/data | 9e5c64021261bf181b51b4141aab2e2877b9054a | 352b77eaebd8efdb4d343b642c71cdbfec35054e | refs/heads/master | 2020-05-16T14:22:19.491115 | 2019-05-25T04:35:00 | 2019-05-25T04:35:00 | 183,001,929 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 130 | java | class java_io_PipedReader_reset{ public static void function() {java.io.PipedReader obj = new java.io.PipedReader();obj.reset();}} | [
"peter2008.ok@163.com"
] | peter2008.ok@163.com |
6d1e109ade62053a1b380bfc5fcb8425104e6040 | dbb6f1d2ec28b9a8251bf72e319874bbe5b29566 | /src/main/java/br/com/nomadesdeveloper/AgendaPaia/controller/GrupoController.java | e6f7ff30841159ba44d667f4d7d36b831ea33b0b | [] | no_license | tiagonomade/Agenda-Paia-2017.11.29 | da6248c29b9b39c6ecd35f47791bd88bb9f2cca4 | cace4777b44cf2533ab0ffa2b62029bdd0fa53ac | refs/heads/master | 2021-08-22T08:37:44.766336 | 2017-11-29T19:21:24 | 2017-11-29T19:21:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,001 | java | package br.com.nomadesdeveloper.AgendaPaia.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping... | [
"tiago_nomade@hotmail.com"
] | tiago_nomade@hotmail.com |
b73f5086f6e98928adb516fd90348ac73e7fd1c8 | 5d12f5ec8f63d537c871384da55d552e6c3dcc43 | /app/build/generated/source/r/release/android/support/v7/appcompat/R.java | 1ac0cdf4fc3b0569416c80edea7b1fb5ed88d79f | [] | no_license | syj5385/DRMS_block_android | bbed4f87d63269e9c99e5ea674ebab675c404ee3 | b5b3b8ada32200c7e8ebbc5c72ec03fb26b8a279 | refs/heads/master | 2022-03-13T17:25:46.350943 | 2019-11-26T01:59:55 | 2019-11-26T01:59:55 | 224,080,096 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 110,826 | 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 {
public static final class anim {
public static final... | [
"jjunjjune1475@icloud.com"
] | jjunjjune1475@icloud.com |
483758be78a531b1a1fc1f1ed6a8abd0aaa6824b | c8a7974ebdf8c2f2e7cdc34436d667e3f1d29609 | /src/main/java/com/tencentcloudapi/vpc/v20170312/models/AssistantCidr.java | e0b473fcc672e2e1c1ad62f5859565015728e722 | [
"Apache-2.0"
] | permissive | TencentCloud/tencentcloud-sdk-java-en | d6f099a0de82ffd3e30d40bf7465b9469f88ffa6 | ba403db7ce36255356aeeb4279d939a113352990 | refs/heads/master | 2023-08-23T08:54:04.686421 | 2022-06-28T08:03:02 | 2022-06-28T08:03:02 | 193,018,202 | 0 | 3 | Apache-2.0 | 2022-06-28T08:03:04 | 2019-06-21T02:40:54 | Java | UTF-8 | Java | false | false | 4,491 | java | /*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | [
"zhiqiangfan@tencent.com"
] | zhiqiangfan@tencent.com |
4ffecb2ddf3ad0ca047959d0269b237fd90c2387 | 56dfdd3499f34800afc09f75831b119631ae0dd7 | /app/src/main/java/com/example/jorge/swatter/Figura.java | 3bc9ea1884732fea93f2b78eb63b2b254155ff80 | [] | no_license | jorgemc91/JuegoSwatter | f61b384729430e1ec371e2f4360ad9a7268ff299 | 532109baeb12717eb67f1d6c2da26283247e881e | refs/heads/master | 2021-01-13T01:31:14.891012 | 2015-03-02T19:52:34 | 2015-03-02T19:52:34 | 31,559,535 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,720 | java | package com.example.jorge.swatter;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import java.util.Random;
/**
* Created by Jorge on 25/02/2015.
*/
public class Figura {
private int ejeY = 0;
private int direccionY;
... | [
"jorgemc1991@gmail.com"
] | jorgemc1991@gmail.com |
9e17fc967139a7671ad76a64886422ad5fa9abab | 6d416878f72d7742bc0c3f935f46ced4e8e9bf6c | /HibernateCore/src/com/demo/Main.java | d7c9d33f8e2f8c3e65bb961c5e85eb2faa08c1ac | [] | no_license | kiranyadav04/sharebazar | 37192e48f1b9512a6fbadc5d729c3029b2c6d2e3 | c20ee1b51f2d07ac79f851895ba15520f100943c | refs/heads/master | 2021-01-18T09:11:56.497990 | 2015-08-28T06:37:29 | 2015-08-28T06:37:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,210 | java | package com.demo;
import org.hibernate.Session;
import org.hibernate.stat.Statistics;
public class Main {
HibernateDaoService hibernateDaoService=new HibernateDaoService();
public static void main(String[] args) {
Main main=new Main();
//main.insertEmployee();
//main.insertDepartMent();
Statistics stati... | [
"mail2rajeevshukla@gmail.com"
] | mail2rajeevshukla@gmail.com |
268cf6610844e421e29c1cde89c53f30926e1da8 | 3ee7aa87206609039b161ddffdd2ad45a0537075 | /src/main/java/com/lesg/springboot/app/util/paginator/PageItem.java | f1472dec6365af108ba26a99bceb5cae52ed610a | [] | no_license | alphamen01/spring-boot-github | 2e7fa802639d8a7e085fdbccfc6d187039157e16 | 449441cfb44357de1f5857d812174e80a2d0e745 | refs/heads/master | 2020-12-29T22:08:18.831609 | 2020-02-06T18:41:00 | 2020-02-06T18:41:00 | 238,749,830 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 319 | java | package com.lesg.springboot.app.util.paginator;
public class PageItem {
private int numero;
private boolean actual;
public PageItem(int numero, boolean actual) {
this.numero = numero;
this.actual = actual;
}
public int getNumero() {
return numero;
}
public boolean isActual() {
return actual;
}
}
| [
"lesg.2018@hotmail.com"
] | lesg.2018@hotmail.com |
f0dd84f48e05207055bb3f4f177a2d48bb4a2161 | 7076c255c636558be5936e8da4d475edefcaddb7 | /GalleryApp React Native/GalleryAppReactNative/android/app/src/debug/java/com/galleryappreactnative/ReactNativeFlipper.java | 3decc8427da96ceec5c9bef04990b8220cf887e1 | [] | no_license | apollo78124/GalleryApp-React-Native | 3377dbbae93ada55054f0da81c62559e98cb7a8c | d8b9eb4f6b230522cc1bf37e2ee3283fb2fd7636 | refs/heads/master | 2023-01-13T03:27:40.186535 | 2020-11-22T21:40:55 | 2020-11-22T21:40:55 | 314,736,326 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,276 | java | /**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
package com.galleryappreactnative;
import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient;
im... | [
"98apollo@naver.com"
] | 98apollo@naver.com |
5f24709725275d47cfc65c05d94b4fec7a724891 | c95b26c2f7dd77f5e30e2d1cd1a45bc1d936c615 | /azureus-core/src/main/java/org/gudy/azureus2/plugins/update/UpdateProgressListener.java | a292667e322c96d957336c1a5783f1d469cb9b52 | [] | no_license | ostigter/testproject3 | b918764f5c7d4c10d3846411bd9270ca5ba2f4f2 | 2d2336ef19631148c83636c3e373f874b000a2bf | refs/heads/master | 2023-07-27T08:35:59.212278 | 2023-02-22T09:10:45 | 2023-02-22T09:10:45 | 41,742,046 | 2 | 1 | null | 2023-07-07T22:07:12 | 2015-09-01T14:02:08 | Java | UTF-8 | Java | false | false | 997 | java | /*
* Created on 01-Dec-2004
* Created by Paul Gardner
* Copyright (C) Azureus Software, Inc, All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of ... | [
"oscar.stigter@e0aef87a-ea4e-0410-81cd-4b1fdc67522b"
] | oscar.stigter@e0aef87a-ea4e-0410-81cd-4b1fdc67522b |
aa418ac6b80dcb642491243cf2b561684beb4c6d | 5f49b421c2629e2dc8184bddd513a74d4571664d | /src/main/java/com/beeveloper/auth/config/ResourceServerConfig.java | 861f07dc6b40092d217c94e6f3e164e2bb01ad0a | [] | no_license | SangjinH/OAuth2 | 89126cf6e0a4fe87b7f7caf02b43b3edf70b6a71 | 1c6ef82fce029833498122f82831ace150426f5d | refs/heads/master | 2023-08-01T12:23:47.038315 | 2021-09-16T11:14:51 | 2021-09-16T11:14:51 | 407,126,792 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,286 | java | package com.beeveloper.auth.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.oauth2.config.annotation.web.configuration.EnableResourceServer;
import org.springframework.security.oaut... | [
"gkstkdwls1994@gmail.com"
] | gkstkdwls1994@gmail.com |
b9f1a4a46cc6233f49577234f925421fb94f610b | 513396b20ab0a4b7f9bcf362872e74bd8806d60b | /core/test/com/jingyuyao/tactical/model/battle/TargetTest.java | 747608a85f6a99f3dbfa507f1443762daec98e57 | [
"MIT"
] | permissive | jingyuyao/tactical-adventure | 4a8cc3f6816568756c9fc67822425c6f146a91b5 | 5d6e27220963e69d6df66600cdfc5fea6010fc2d | refs/heads/master | 2021-03-16T06:20:37.710115 | 2018-05-07T18:39:36 | 2018-05-07T18:39:36 | 76,139,939 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,441 | java | package com.jingyuyao.tactical.model.battle;
import static com.google.common.truth.Truth.assertThat;
import com.jingyuyao.tactical.model.world.Cell;
import com.jingyuyao.tactical.model.world.Direction;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashSet;
import org.junit.Before;
import org... | [
"yjy.emails@gmail.com"
] | yjy.emails@gmail.com |
26f9f4bfc2a94519bf50588cb14ca502427f9706 | dd3d0757ae21ef66f479f556a2c83a5c6e806cf1 | /app/src/main/java/com/lenovo/smarttraffic/ui/adapter/RecordAdapter.java | d3daec77d10f9b9dbbe9c1446ebc80993c39433e | [] | no_license | lovefrist/SmartTrafficAll | bc3a5094f5094fc971c377e75cb151f72d6be1f6 | 7936048c181b6dbe671cd890b1f43bb48f68e90f | refs/heads/master | 2020-11-30T09:55:08.879674 | 2019-12-22T06:10:58 | 2019-12-22T06:10:58 | 230,369,808 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,595 | java | package com.lenovo.smarttraffic.ui.adapter;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
... | [
"1062957769@qq.com"
] | 1062957769@qq.com |
6188e8a60a5e5eb52714656b8da0e874183ab5b7 | 62959cd23bf4335ec582e25e34842bc7ee235297 | /src/main/java/org/sagebionetworks/csv/utils/ObjectIteratorCSVWriter.java | 882a310bcc7ada4515f4d03edb03d4cc69863a3a | [] | no_license | Sage-Bionetworks/csv-utilities | 9a022746178c8c57de1550f10f05c22e3e2d9d27 | d45cefece92865c4b6492a18e0f72dadcb3ccddb | refs/heads/develop | 2021-12-22T09:48:22.650909 | 2021-12-20T18:52:55 | 2021-12-20T18:52:55 | 43,978,840 | 0 | 3 | null | 2021-12-20T18:52:55 | 2015-10-09T20:34:41 | Java | UTF-8 | Java | false | false | 880 | java | package org.sagebionetworks.csv.utils;
import java.io.IOException;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.util.Iterator;
public class ObjectIteratorCSVWriter {
/**
* Read each record from the iterator and write it to an output stream
*
* @param it - the iterator to get re... | [
"kimyen0816@gmail.com"
] | kimyen0816@gmail.com |
30a7db34e2caf405a7c237f363f2a590429fa699 | c320159b017ac4ca9eb9c62e083af38ba896e3c8 | /app/src/androidTest/java/com/example/android/sunshine/app/data/TestDb.java | dceb86316e46c83c35d79bc8cee99abd235b3b64 | [] | no_license | Kevin321an/MySunshine | f4611b799d9bdb3cf6f90fec2cb1425d233f1a59 | 017f1a9a091775ee885893c7c5ac41d63397e8ee | refs/heads/master | 2016-09-06T06:14:17.825387 | 2015-10-22T02:14:19 | 2015-10-22T02:14:19 | 39,342,929 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,713 | java | package com.example.android.sunshine.app.data;
import android.content.ContentValues;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.test.AndroidTestCase;
import java.util.HashSet;
/**
* Created by FM on 6/21/2015.
*/
public class TestDb extends AndroidTestCase {
... | [
"kevina321an.gmail.com"
] | kevina321an.gmail.com |
4fd04476ef108e28797b2327a47f01881f81ddc4 | e971dc2519d2b6067b635ee05d922cf3a1e35e1e | /app/src/main/java/com/example/mahadi/edittextapp/MainActivity.java | 8093b22bf5edf861fcc9877e455c05725b8bfc61 | [] | no_license | codermahadi/androidEditTextApp | 6019e49e658c18c8bd4ab2b7ac962c533bb96266 | 7c3a588fac7727d146162bb70b94cc8aa6f018e5 | refs/heads/master | 2021-05-10T10:02:21.827110 | 2018-01-25T17:42:18 | 2018-01-25T17:42:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 343 | java | package com.example.mahadi.edittextapp;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.a... | [
"31430772+codermahadi@users.noreply.github.com"
] | 31430772+codermahadi@users.noreply.github.com |
bdb29e642153a6c967847d028df0cb588332e71f | 1192ad16cf977da4fbd135674ef56950b20a0cd7 | /ALex_Compiladores/src/com/ucentral/edu/modelo/Identificador.java | 4e1d9c51a11e65a125f1d8c0ffb4e0e9b7909012 | [] | no_license | essebas/Proyecto_Alex | 3c12f09b45571d2e8d58de8e7de4db1c2e630ebc | 6e63ae9e180363ff53c0035f104674599060d321 | refs/heads/master | 2020-03-27T09:01:53.750164 | 2018-09-05T22:09:39 | 2018-09-05T22:09:39 | 146,308,240 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 341 | 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.ucentral.edu.modelo;
/**
*
* @author ADMIN02F
*/
public class Identificador {
public String nombre;
... | [
"sebas.camargo81@gmail.com"
] | sebas.camargo81@gmail.com |
1a276091968c5246c322448579e0c6dbe2caed15 | 95e944448000c08dd3d6915abb468767c9f29d3c | /sources/com/google/android/gms/ads/p743c/C14742b.java | c70f8cd0ff6ee67e834ca2a650f77757bff84795 | [] | no_license | xrealm/tiktok-src | 261b1faaf7b39d64bb7cb4106dc1a35963bd6868 | 90f305b5f981d39cfb313d75ab231326c9fca597 | refs/heads/master | 2022-11-12T06:43:07.401661 | 2020-07-04T20:21:12 | 2020-07-04T20:21:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,663 | java | package com.google.android.gms.ads.p743c;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import com.google.android.gms.ads.C14732b;
import com.google.android.gms.ads.C14745e;
import com.google.android.gms.internal.ads.C15522at;
import com.google.android.gms.internal.ads.C6505u... | [
"65450641+Xyzdesk@users.noreply.github.com"
] | 65450641+Xyzdesk@users.noreply.github.com |
164a3c844c38aba886f5bc7666b31d0e88c4624e | 3489c135907d22910afe255c2705e4ae5a779409 | /LR9/src/com/company/Director.java | a730e5a6a4b20880a7fceb13595fa639a5d31651 | [] | no_license | Kent-web/VVPRKent | c998699f8b1017669fe02caae767cd7fa4d9073a | f5533802ac85a33ed68f64b4aabe051fb3b94532 | refs/heads/master | 2022-05-20T12:47:41.267213 | 2020-04-29T18:37:51 | 2020-04-29T18:37:51 | 256,478,727 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,972 | java | package com.company;
public class Director extends Rukovodstvo implements IKadr {
protected boolean OwnCar ;
protected String StatRabot;
protected boolean Seal;
public void setOwnCar (boolean OwnCar ) {this.OwnCar =OwnCar ;}
public void setStatRabot(String StatRabot) {this.StatRabot=StatRabot;}
... | [
"shumak.anton@mail.ru"
] | shumak.anton@mail.ru |
b3255fa2d9c8e57bcb8ba9d6694ad2fcc035d58f | cb196bc040aad608dc63d4b1362fe7570fc58982 | /src/test/java/com/galen/program/netty/httpProxy/HttpProxyServerTest.java | b4fd12b0e562c2d2b173b85a3221fa2718195d0a | [] | no_license | 22yune/httpProxy | bb686904ae44b300643a9ce77798c5821ed8e7a7 | cb361cd04dbabb3d005b46d971cf1417ed381afd | refs/heads/master | 2020-04-13T03:38:07.555887 | 2019-01-23T07:57:58 | 2019-01-23T07:57:58 | 162,937,612 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 376 | java | package com.galen.program.netty.httpProxy;
import org.junit.Test;
/**
* Created by baogen.zhang on 2018/11/9
*
* @author baogen.zhang
* @date 2018/11/9
*/
public class HttpProxyServerTest {
@Test
public void test() {
try {
new HttpProxyServer().run(8081);
} catch (Exception ... | [
"396169591@qq.com"
] | 396169591@qq.com |
7a6f691d0417a65678679f7d9eb1217026620adf | 9de38d789dc6a84218fda1253d365ca111f5c333 | /app/src/main/java/com/myFitness/ranad_000/fitness_app/Activities/Vegan_Diet.java | 12c03069fb8929a839c9ca041351c10e951426a2 | [] | no_license | dpr5/Active-Elite-Fitness-App | f6f89d4706b721cb3bd9aac1319d3428c1a35074 | 166880b2b60323a67b5c46eb07842e1240895e42 | refs/heads/master | 2020-04-05T12:32:32.976667 | 2018-02-19T16:38:02 | 2018-02-19T16:38:02 | 95,127,044 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 411 | java | package com.myFitness.ranad_000.fitness_app.Activities;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.myFitness.ranad_000.fitness_app.R;
public class Vegan_Diet extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.on... | [
"meshie75@gmail.com"
] | meshie75@gmail.com |
f5fd42031cc58a501c4c9384b32c268cd2d26081 | 9442c51ff72816452c12a5aeca38e012bdbdd6cd | /src/main/java/ch/epfl/cs107/play/game/actor/ShapeGraphics.java | f7c96c822f46541e553243b17491af67d0c8ab05 | [] | no_license | Ulydev/epfl_bike_game | 08eacd85cacfe66e80b7669416d1abfdf0aa93cf | 2e93dcc6c4bdd42ee5a5b8e3ce4725951984e170 | refs/heads/master | 2021-08-28T15:13:55.273367 | 2017-12-12T15:04:40 | 2017-12-12T15:04:40 | 113,692,503 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,498 | java | package ch.epfl.cs107.play.game.actor;
import ch.epfl.cs107.play.math.Attachable;
import ch.epfl.cs107.play.math.Node;
import ch.epfl.cs107.play.math.Shape;
import ch.epfl.cs107.play.window.Canvas;
import java.awt.Color;
/**
* Contains information to render a single shape, which can be attached to any positionable.
... | [
"ulydev@live.fr"
] | ulydev@live.fr |
9dbf9d8346c7113126a740ad1b8c36f43edb7e74 | da2d64c365f37b3192c19e15272119fca514aeb1 | /src/hobbyteca/vista/AñadirMusica.java | 8b6fc0c0aa1f4997e4fae5be73931f0893a7567f | [] | no_license | ajcarrillocastillo/hobbyteca_app | 85ee73baaa1f8ddaec08c382a9d8ec76802c720d | 4f7223818832c1570b3b4e09774137078d912400 | refs/heads/master | 2021-01-11T14:13:54.206450 | 2017-02-07T10:09:08 | 2017-02-07T10:09:08 | 81,194,266 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 29,036 | 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 hobbyteca.vista;
import javax.swing.JComboBox;
import javax.swing.JLabel;
import javax.swing.JTextField;
import hobbyteca.con... | [
"ajcarrillo@iesfranciscodelosrios.es"
] | ajcarrillo@iesfranciscodelosrios.es |
0dce7ff18fcfdc62759791a9a9a4626d706c675a | 7c3e769ad1e036004fcd47540d018524d8cf69c4 | /bogoLive/src/main/java/com/bogokj/live/model/App_requestCancelPKRequest.java | cf104eb6b8e61cdcf2a57a24700ec6cc2ea27517 | [] | no_license | zkbqhuang/bogo_live_android | b813ed99f7237f4dd2e77014c311bc8da74ecbf9 | a51799fa7038f089b10209e7ec446a0000a68d8a | refs/heads/master | 2022-07-06T15:29:08.344192 | 2020-05-11T03:11:12 | 2020-05-11T03:11:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 340 | java | package com.bogokj.live.model;
import com.bogokj.hybrid.model.BaseActModel;
public class App_requestCancelPKRequest extends BaseActModel {
private String to_user_id;
public String getTo_user_id() {
return to_user_id;
}
public void setTo_user_id(String to_user_id) {
this.to_user_id = ... | [
"986008261@qq.com"
] | 986008261@qq.com |
0fe2121f70b52a8462b04d165cf88b46abab8f81 | 7f60c08116d6ccc22e9b325ae16dbd865c257f72 | /app/src/main/java/com/Pericos/ITSVC/App/PantallaMain/Tecnologico/Nosotros.java | 2d98f669e4a9a428088d0545c9622458488ba494 | [] | no_license | Josuehdzp/PericosTecApp | 2e05b76ea711ed3f981205456d04c636a89d7c0d | 5e9fa981e45282a491b430862c02ba6100b2dfdd | refs/heads/master | 2023-04-24T13:34:21.876202 | 2021-05-05T07:22:35 | 2021-05-05T07:22:35 | 364,494,223 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,528 | java | package com.Pericos.ITSVC.App.PantallaMain.Tecnologico;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import androidx.annotation.NonNull;
import com.Pericos.ITSVC.App.R;
import com.flaviofaria.kenburnsview.KenBurnsView;
import com.google.... | [
"82606857+Josuehdzp@users.noreply.github.com"
] | 82606857+Josuehdzp@users.noreply.github.com |
d00170560fbe713a49ffa2d522bf78fe4721394a | 2e40883cc1ac0379655de296ab7f2cce495d6683 | /single-common/src/main/java/cn/com/jandar/common/base/BaseServiceImpl.java | 4325dbfc46e5d3d5d111be4951f550895a688af4 | [] | no_license | clamwork/single | a9cda17fcd0347f5b716a0b7b11a4f8e074e8ce6 | 5bda1ac96bcba46f4152ad34c5a8af121ce48a19 | refs/heads/master | 2021-01-18T03:56:54.994085 | 2017-03-22T02:11:20 | 2017-03-22T02:11:20 | 85,774,046 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,450 | java | package cn.com.jandar.common.base;
import cn.com.jandar.common.db.DataSourceEnum;
import cn.com.jandar.common.db.DynamicDataSource;
import cn.com.jandar.common.util.SpringContextUtil;
import org.apache.commons.lang.StringUtils;
import org.apache.ibatis.annotations.Param;
import java.lang.reflect.Method;
import java.l... | [
"562452310@qq.com"
] | 562452310@qq.com |
c4686f31ec81e0c3502c2b084bf062b66908d40b | f5f5419bc6941a4acdcb9ba7c732ed5fdd19628c | /src/main/java/com/embed/rest/resources/response/ThumbnailResponseResource.java | 94d31f61fedce574c4a75d8eedd93ba7b22553b6 | [] | no_license | Gonmontero/embedded-content-service | b567747ab6334b4c2acf6cf410a24524aaa24c89 | d4ece23a8f752f12f222100f90672dc0b69fad44 | refs/heads/master | 2021-10-24T18:34:54.511718 | 2019-03-27T15:05:05 | 2019-03-27T15:05:05 | 177,382,660 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 672 | java | package com.embed.rest.resources.response;
import com.fasterxml.jackson.annotation.JsonInclude;
@JsonInclude (JsonInclude.Include.NON_EMPTY)
public class ThumbnailResponseResource {
private String url;
private Integer width;
private Integer height;
public String getUrl() {
return url;
}
... | [
"montero.gonzalo90@gmail.com"
] | montero.gonzalo90@gmail.com |
59d88afc78eea7f10e1d49ec0c6ba9b6d0018e53 | 7c1cf4dd42c31880f6203ff4ae6751ad32583276 | /app/src/main/java/com/example/user/tvfood/Model/Database_BinhLuan.java | e3aedd4b9594503a25d26f77da7f545f52de27c9 | [] | no_license | itutevu/TVFood | aa982d8d58d4a46578dae1b2fd21934b3dc6ccf9 | 0db7a3d44b239454b3f7dece691996de25422189 | refs/heads/master | 2021-05-16T14:15:40.897552 | 2018-01-21T05:52:13 | 2018-01-21T05:52:13 | 114,850,120 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 828 | java | package com.example.user.tvfood.Model;
/**
* Created by USER on 06/09/2017.
*/
public class Database_BinhLuan {
private String noidung;
private String urlimage;
private String userid;
public String getNoidung() {
return noidung;
}
public void setNoidung(String noidung) {
th... | [
"won2snow@gmail.com"
] | won2snow@gmail.com |
f1264347edba3437da389585678ba9e1645a334c | 8ae42a64380330a7b49d6543a0618ac514a59b0a | /src/com/mk/jsms/Add_Bill_Details.java | d8aee5fcf8549ec9eeb1c13565e1354852929cb5 | [] | no_license | kanumalivad/jewellery-shop-management-system | 1a43ac3232c951c0a9065446b74625c540f8a3ad | 72714aca7a1e0c3ba7d71cec653b1f034f1306f3 | refs/heads/master | 2020-05-27T11:16:21.460457 | 2019-05-25T19:33:05 | 2019-05-25T19:33:05 | 188,598,199 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,673 | java | package com.mk.jsms;
import java.awt.event.*;
import java.awt.*;
import java.text.DecimalFormat;
public class Add_Bill_Details extends javax.swing.JDialog implements MouseListener, ActionListener
{
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
private void initComp... | [
"kanu.malivad@gmail.com"
] | kanu.malivad@gmail.com |
63f697f49ad073e3f5645b4350ef86308a329a56 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5631989306621952_1/java/diesel301/TheLastWord.java | 746a7da52e9e6d2b22291bd7ba1f635b5199a764 | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,080 | java | import java.io.File;
import java.io.PrintWriter;
import java.util.Scanner;
/**
* Created by russinko on 4/15/16.
*/
public class TheLastWord {
public static void main(String[] args) throws Exception {
Scanner sc = new Scanner(new File("A-large.in"));
PrintWriter pw = new PrintWriter(new File("out... | [
"alexandra1.back@gmail.com"
] | alexandra1.back@gmail.com |
7cbf29b0eff7f2ef27f49915fd9a6f7e9e7dcefe | 2496eecbca4f464293b16cd2080f473f0dd6bef3 | /app/src/main/java/com/example/ttcncalendar/DBOpenHelper.java | 9eac43625a134cb19b51bdd8a962b405c2c440cd | [] | no_license | DaoThiBinh/baitaplonandrodi | dea27222139d4506ee22418e42167a70bb1e5e41 | 45dc6299363ebc3792a74357190c0a7b4a3c491f | refs/heads/master | 2022-08-14T01:26:36.562280 | 2020-05-14T15:51:06 | 2020-05-14T15:51:06 | 263,953,365 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,820 | java | package com.example.ttcncalendar;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import androidx.annotation.Nullable;
public class DBOpenHelper extends SQLiteOpenHel... | [
"65355585+DaoThiBinh@users.noreply.github.com"
] | 65355585+DaoThiBinh@users.noreply.github.com |
ef99538c3e38b63ef030dd6d108f6b780d4e0e45 | 5580e487d0b5078b305e7a081e067becdd8aa6e4 | /Collected_Solutions/70-85/Q70/Test.java | e4e5bdf332da4d495ea17ea0ff2f3214a0b50f3e | [] | no_license | mostafiz9900/OCP-809 | 2255aac0e6836420bd8cdc81dd2837c1898f681a | 5704fa471909c2cb7b12eb10c452e7cb69ce40e6 | refs/heads/master | 2023-02-13T23:57:06.674659 | 2021-01-09T16:39:53 | 2021-01-09T16:39:53 | 324,604,637 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 748 | java |
package com.coderbd.Q70;
class Resource implements AutoCloseable{
public void close()throws Exception{
System.out.println("Close-");
}
public void open(){
System.out.println("Open-");
}
}
public class Test {
public static void main(String[] args) {
Resource res1=new Resource... | [
"mostafiz9900@gmail.com"
] | mostafiz9900@gmail.com |
5b9f62ae539cab6d8e89dcb17fcb789b56c146a8 | 7e3838f086b7074cb415fa93bfce45bd9cd24f81 | /app/src/main/java/com/chn/halo/view/smartcamera/ui/CameraActivity.java | 47f69caf1050a5ab2536fbbabd6a58f3b55d548f | [] | no_license | Halo-CHN/HelloGradle | ee323716663e1a3d4b05d74bb362af7fb8790c0f | afcaca161a0b62fdb3d9d7fc767b3dcb1a33a406 | refs/heads/master | 2021-01-17T07:54:30.740622 | 2017-08-07T06:50:27 | 2017-08-07T06:50:27 | 41,188,666 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 27,405 | java | package com.chn.halo.view.smartcamera.ui;
import android.annotation.TargetApi;
import android.content.res.Configuration;
import android.graphics.Bitmap;
import android.graphics.PixelFormat;
import android.graphics.Rect;
import android.hardware.Camera;
import android.os.AsyncTask;
import android.os.Build;
import androi... | [
"halo-chn@outlook.com"
] | halo-chn@outlook.com |
e62deba9ee98dd9c9e6f186c6e7dcb875c3a54f4 | e39ec0adbf5c9bafa5db2856b2cc6f3559473972 | /src/main/java/com/gmail/socraticphoenix/sponge/menu/impl/formatter/tree/TriConsumer.java | 6865a2ee886420d8ada1bd75c376ef0560dace37 | [] | no_license | Sir-Will/Menu | 06150bc236f80d4d800cbea8dd9e95ff4c694bec | 074c36b33e294a68104354fb0bcd078ca3904a60 | refs/heads/master | 2021-01-21T18:15:13.072135 | 2017-05-29T23:30:55 | 2017-05-29T23:30:55 | 92,028,101 | 0 | 0 | null | 2017-05-22T08:07:36 | 2017-05-22T08:07:36 | null | UTF-8 | Java | false | false | 1,328 | java | /*
* The MIT License (MIT)
*
* Copyright (c) 2016 socraticphoenix@gmail.com
* Copyright (c) 2016 contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
* in... | [
"socraticphoenix@gmail.com"
] | socraticphoenix@gmail.com |
d634841d2622f6c058162191270216270184721f | ceced64751c092feca544ab3654cf40d4141e012 | /zookeeper/src/main/java/com/pri/lock/ZookeeperDistrbuteLock.java | 57a4c24082b3aaa2bed0953cf321620ebbba5394 | [] | no_license | 1163646727/pri_play | 80ec6fc99ca58cf717984db82de7db33ef1e71ca | fbd3644ed780c91bfc535444c54082f4414b8071 | refs/heads/master | 2022-06-30T05:14:02.082236 | 2021-01-05T08:02:40 | 2021-01-05T08:02:40 | 196,859,419 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,562 | java | package com.pri.lock;
import java.util.concurrent.CountDownLatch;
import org.I0Itec.zkclient.IZkDataListener;
/**
* className: ZookeeperDistrbuteLock <BR>
* description: Zookeeper抽象锁<BR>
* remark: 具体实现类<BR>
* 参考:每特教育<BR>
* author: ChenQi <BR>
* createDate: 2019-11-18 16:45 <BR>
*/
public class Zookeeper... | [
"1163646727@qq.com"
] | 1163646727@qq.com |
ee10a8078de5ae91a6dfb80a422f4ee3c668d690 | dde8f9af1db5a9ee956e3525cd4f4b0f7e1f854b | /app/src/main/java/com/android/animation/activity/LayoutAnimationActivity.java | a4b6c423f6e7f7d5153847c65b912dbff0e2c821 | [] | no_license | mumulib/AnimationSummary | 776e78a884d5162e147b677dce11c9ec87470e2c | 97ef5e7e18a1ad7e17b04183d0ec145bbd0d2ef9 | refs/heads/master | 2021-06-11T11:11:57.669464 | 2017-02-20T06:28:16 | 2017-02-20T06:28:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,430 | java | package com.android.animation.activity;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.ViewGroup;
import android.view.animation.Animation;
import android.view.animation.AnimationUtils;
import android.vi... | [
"libinbin@idstaff.com"
] | libinbin@idstaff.com |
2cd6e31b9f29621280237cb1f48f6355d639ac00 | 1e43d981174386272f143462e35bbd5b9b3bad06 | /jy2-launch/src/main/java/org/ros/rosjava/roslaunch/launching/RosParamManager.java | 34528016d0d63cf6f9ba3087013a0407c99622d8 | [
"BSD-3-Clause",
"CC0-1.0",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"LicenseRef-scancode-public-domain"
] | permissive | wmlynar/jyroscope2 | 1f49ddbe3e1afea7f1e6269398092ef113d62a20 | 4867e52ed594514875e9bba32bd0ba6e034acff1 | refs/heads/develop | 2023-09-03T19:45:52.173098 | 2023-09-01T14:54:06 | 2023-09-01T14:54:06 | 249,958,091 | 1 | 0 | null | 2023-06-26T14:59:04 | 2020-03-25T11:16:48 | Java | UTF-8 | Java | false | false | 11,217 | java | package org.ros.rosjava.roslaunch.launching;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.ros.rosjava.roslaunch.logging.PrintLog;
import org.ros.rosjava.roslaunch.parsing.GroupTag;
import org.ros.rosjava.roslaunch.parsing.IncludeTag;
import org.ros.rosj... | [
"wmlynarczyk@inovatica.com"
] | wmlynarczyk@inovatica.com |
fef489c0c82eafbe0a00e0089bf1ecb0a25db268 | e8e5fdd84dd6abe9924c0b5c92c804b63fe381dc | /app/src/main/java/cn/edu/gdmec/s07150726/mycamera/CameraActivity.java | a81658a9e4a245ddd05630f2d2a599d9c2a40e0f | [] | no_license | gdmec07150726/MyCamera | d878191e9d043861a71049afefba711e332fd3af | a4f09d91e05911fdf375da6d1ec055f778ea37c5 | refs/heads/master | 2021-01-13T03:12:04.204012 | 2016-12-27T02:05:06 | 2016-12-27T02:05:06 | 77,418,268 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 348 | java | package cn.edu.gdmec.s07150726.mycamera;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class CameraActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layou... | [
"2293210363@qq.com"
] | 2293210363@qq.com |
a71f92c86a83a02fc963c6c2412b0e242e91bc51 | 798d6e3c51540a45044f92c97cf5a9852ce14603 | /java_legacy/tags/Core-3.1.0/src/org/gumtree/data/exception/ItemExistException.java | cd1db5fef3e4029e1b0904a769fe5f85345aa895 | [] | no_license | enterstudio/cdma | 9d1d53df268bc97bfbdc4542bf9e504c3c600afe | 18ed93234aa31fdcaa6cb39d90ffa0c77fb20b75 | refs/heads/master | 2021-01-20T10:13:36.064099 | 2016-08-18T02:33:42 | 2016-08-18T02:33:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,319 | java | // ****************************************************************************
// Copyright (c) 2008 Australian Nuclear Science and Technology Organisation.
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v1.0
// which accompanies... | [
"clem.rodrig@gmail.com"
] | clem.rodrig@gmail.com |
c6fccd46173d9e9aa798d5b1d35a05337e70a3ef | 4ad8f282fa015116c227e480fe913779dc3c311b | /src/test/java/com/alibaba/druid/bvt/sql/mysql/createTable/MySqlCreateTableTest99.java | 5df5667e2a4f5415003cb24dbdd4dde2585fba81 | [
"Apache-2.0"
] | permissive | lonelyit/druid | 91b6f36cdebeef4f96fec5b5c42e666c28e6019b | 08da6108e409f18d38a30c0656553ab7fcbfc0f8 | refs/heads/master | 2023-07-24T17:37:14.479317 | 2021-09-20T06:26:47 | 2021-09-20T06:26:47 | 164,882,032 | 0 | 1 | Apache-2.0 | 2021-09-20T13:40:13 | 2019-01-09T14:52:14 | Java | UTF-8 | Java | false | false | 2,259 | java | package com.alibaba.druid.bvt.sql.mysql.createTable;
import com.alibaba.druid.sql.MysqlTest;
import com.alibaba.druid.sql.ast.SQLStatement;
import com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlCreateTableStatement;
import com.alibaba.druid.sql.dialect.mysql.parser.MySqlStatementParser;
import java.util.List;... | [
"szujobs@hotmail.com"
] | szujobs@hotmail.com |
a60640647ecc0d40b351158d28ebf4fc92cf84fa | 766c7f81c538537c99083a69c1d41705ef7edad7 | /topics_examples/output/PracticeExercises.java | 9e0156e6ae57fdf54f2264c19327d17bef3f3775 | [] | no_license | bcapps/ap-computer-science | da58f3d13709b1c904f53c8060a282499c129c4a | 07cf691a9013bb6f3a5f79befc71c5d45d107b67 | refs/heads/master | 2021-01-20T11:26:04.595954 | 2009-03-06T05:06:52 | 2009-03-06T05:06:52 | 53,530 | 1 | 3 | null | null | null | null | UTF-8 | Java | false | false | 2,615 | java | /*
* Brian Capps
* Practice Exercises pp. 28-30, P.1, P.2, P1.5, P1.8
* 9/11/08
*/
import javax.swing.JOptionPane;
public class PracticeExercises
{
public static void main (String[] args)
{
System.out.println("+---------+\n"+
"| Brian |\n"+
"+---------+\n");
... | [
"bcapps@Macintosh-5.local"
] | bcapps@Macintosh-5.local |
4004e706293d70980929415e0d69ad26085aba99 | 0422eb4696b3e7ad59e2bf226d4cbc9b3bca3000 | /src/main/java/com/engineering/thesis/backend/model/Appointment.java | 70da488f8b4db740869b23845b046f80b28e3445 | [] | no_license | justam92/engineeringThesis | fc323029ea4e2e56b432ebb7430829636d39452b | 9232d69b383615723a3038ce247914d5f3a427cf | refs/heads/master | 2023-03-13T14:28:07.885735 | 2021-03-01T14:57:18 | 2021-03-01T14:57:18 | 343,451,905 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,146 | java | package com.engineering.thesis.backend.model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.hibernate.validator.constraints.Range;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import java.time.LocalDateTime;
@Data
... | [
"31111330+justam92@users.noreply.github.com"
] | 31111330+justam92@users.noreply.github.com |
bd7f1a4081c8244de3488d242768b54eaa90f960 | b5c702ee4f85372ca11a2845b2337862ad95be8d | /SpringTest/src/org/fkit/controller/ModelAttribute1Controller.java | ad36e668b51fa4bee3f91adb67528ec030ac47fb | [] | no_license | tangjaiweiq1/StudyWeb | 5387e1de78d47acc2080e5b83500806b9123a9c5 | 574615837f12bc979607c22b841eff10d4e459bf | refs/heads/master | 2020-12-30T13:20:01.017185 | 2019-02-27T06:21:38 | 2019-02-27T06:21:38 | 91,345,021 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 609 | java | package org.fkit.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
/**
* Created by 64457 on 2017/7/31.
*/
@Controlle... | [
"644574747@qq.com"
] | 644574747@qq.com |
ac59d60ffdeaa159142fc799a907fea39553b9b5 | dbd4197dd265fcafe1421b7682456bfe052971a3 | /junit5/src/main/java/org/jboss/weld/junit5/WeldJunit5Extension.java | 0f7212e0e9bdda16dd9666c5a2cf6ec6749b562b | [
"Apache-2.0"
] | permissive | Sinouplen/weld-junit | 54574ee7e942d49c378b0cadcec14a6b31d100a5 | ed14da41abd4367e333194ce60ee5d80131e4d17 | refs/heads/master | 2021-01-25T12:14:27.937498 | 2018-02-22T16:02:13 | 2018-02-23T13:19:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,613 | java | /*
* JBoss, Home of Professional Open Source
* Copyright 2017, Red Hat, Inc., and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this fi... | [
"mkouba@redhat.com"
] | mkouba@redhat.com |
7dfc0c9d25325b79c5d2adcdb3178c7fa7c71f71 | 846437b42f353a9c90896ce1151267e15c6656ea | /app/src/androidTest/java/app/opensourcetest/ApplicationTest.java | 19cd5125bcf4977c906443d6a1a80f07c9b5e496 | [] | no_license | xiahao2014/OpenSourceTest | 6358a6dd950cbeb4e73ac7c481a7743601b52981 | 6ac9721220b088a88f20e00068add732a845ac56 | refs/heads/master | 2020-05-18T09:17:13.356180 | 2015-09-12T02:16:22 | 2015-09-12T02:16:22 | 42,341,201 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 349 | java | package app.opensourcetest;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
supe... | [
"xiahaoc@163.com"
] | xiahaoc@163.com |
51997ed0d7cbd793372e215afc106fcc8b77a40f | 01510da8846a7c1982d4170247796fd9886e6d3c | /SeoulPharm/app/src/main/java/com/daejong/seoulpharm/db/DBHelper.java | 45aab894497dc260e308a63487820633c30488a9 | [
"MIT",
"Apache-2.0",
"BSD-3-Clause-No-Nuclear-Warranty"
] | permissive | MobileSeoul/2016seoul-68 | 22f3ee78b543e12815cb3ce2e1a5874ce8721707 | 757e01602b2c84e3db6f29f45d1141eb353070f6 | refs/heads/master | 2021-07-05T04:51:08.797573 | 2017-09-27T07:20:41 | 2017-09-27T07:20:41 | 104,982,974 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 17,388 | java | package com.daejong.seoulpharm.db;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import com.daejong.seoulpharm.model.MedicineInfo;
import com.daejong.seoulpharm.model... | [
"mobile@seoul.go.kr"
] | mobile@seoul.go.kr |
bc3723a7919a7c5d7cb968f82bf073ba80189d57 | d937646fcd3ba303cab55d729cf7f2a8d8a93c83 | /app/src/main/java/zhuyekeji/zhengzhou/jxlifecircle/frament/home/TouPaioAllFrament.java | 2a8ade3503eda0912d4e34d1c55c9149cf894464 | [] | no_license | jingzhixb/jxlifecircle | 7e2e61ba3c0207ba547ff2bb228589a402df8121 | 5247754504d92383fb93f5bda60e03766d84ecce | refs/heads/master | 2020-03-19T20:34:15.281494 | 2018-07-23T12:03:54 | 2018-07-23T12:03:54 | 136,907,546 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 706 | java | package zhuyekeji.zhengzhou.jxlifecircle.frament.home;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import zhuyekeji.zhengzhou.jxlifecircle.R;
import zhuyekeji.zhengzhou.jxlifecircle.base.BaseFragment;
/**
* Created by Administrator on 2018/6/8.
*/
public class TouP... | [
"1390056147qq.com"
] | 1390056147qq.com |
a4b63a9bda9f35eacaa05c10cbc3a2e67659bc31 | 39a03412b0643423f3d313f0eeabcce0d0268766 | /cpp/src/com/yctime/web/Action/registerAction.java | 2299396baced84ae815a56db7b43fbed2ff87982 | [] | no_license | jpfss/myRegisterSystem | dfc490eea7d55a660ab01d3b553187ba0aced73d | f40d6e8db41282b7008b3c0e725ae94c206166f9 | refs/heads/master | 2021-01-22T18:07:27.791390 | 2017-02-17T14:27:26 | 2017-02-17T14:27:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,116 | java | package com.yctime.web.Action;
import java.io.File;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts2.ServletActionContext;
import com.opensymphony.xwork2.ActionSupport;
import com.yctime.pojo.Flag;
import com.yctime.pojo.Selection;
import com.yctime.pojo.Student;
import... | [
"wayne@waynefedora23.localdomain"
] | wayne@waynefedora23.localdomain |
ba86718f2326a8d67e3a534704e528bb3fa12e3a | baf6d160a133570b7de5812480c8828d7eb8ec6c | /Common/kafka/src/main/java/adsbrecorder/receiver/kafka/TrackingRecordSerializer.java | f723f5ad1a73dd08c73c8e2a0e48f41fd7aed4a1 | [
"BSD-3-Clause"
] | permissive | wangyeee/adsbrecorder | 8ae1a4eb13a4358ca449707bf62e8879d67233ff | 9c037a2da576c87bcbc1793f1c0aa2015df80493 | refs/heads/master | 2023-05-02T09:39:03.053219 | 2023-04-15T08:14:22 | 2023-04-15T08:14:22 | 150,687,881 | 2 | 1 | BSD-3-Clause | 2023-04-15T08:14:24 | 2018-09-28T04:58:01 | Java | UTF-8 | Java | false | false | 927 | java | package adsbrecorder.receiver.kafka;
import java.util.Map;
import org.apache.kafka.common.serialization.Serializer;
import com.fasterxml.jackson.databind.ObjectMapper;
import adsbrecorder.receiver.entity.TrackingRecord;
public class TrackingRecordSerializer implements Serializer<TrackingRecord> {
public Track... | [
"wangyeee@gmail.com"
] | wangyeee@gmail.com |
02c8c494ed2d90e028dd82b8c27a15dfbaa71840 | 61e0a17fc4aa7dac7f870f6b2be94d86bdb97b0f | /liquibase-core/src/main/java/liquibase/serializer/core/xml/XMLChangeLogSerializer.java | c8a66326cb30b114d5eb3f0e45153b16bbe3707c | [
"Apache-2.0"
] | permissive | johnjonathan/liquibase | b62e71bbae8011ba22bf0501b8fd28c9353d3c81 | 58fca504fcc0fd5157378f627a127a830feb179c | refs/heads/master | 2021-01-18T00:04:59.911294 | 2014-06-28T13:59:50 | 2014-06-28T13:59:50 | 21,302,739 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,362 | java | package liquibase.serializer.core.xml;
import liquibase.change.*;
import liquibase.changelog.ChangeSet;
import liquibase.changelog.DatabaseChangeLog;
import liquibase.exception.UnexpectedLiquibaseException;
import liquibase.parser.NamespaceDetails;
import liquibase.parser.NamespaceDetailsFactory;
import liquibase.pars... | [
"nathan@voxland.net"
] | nathan@voxland.net |
c9905c0135f6173513152b3dc18bcb8c6798d671 | dd61169a3da99ff1f1df94c50fc735ee46b52ef0 | /VAReadmissionMoonstoneWorkspace/Moonstone/src/moonstone/api/MoonstoneAnnotationRelation.java | f45368f2f9f1590da00625bf8aef736b8fee1510 | [] | no_license | bbauta/VAReadmissionMoonstone | 6ef61c94d76964d90a1a84ad4cdc2033b9bb8a3a | 7ca0b9cc3f73273a95db7ddca5ace69053c0a685 | refs/heads/master | 2021-03-10T17:35:15.386095 | 2019-04-18T22:31:02 | 2019-04-18T22:31:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,538 | java | /*
Copyright 2018 Wendy Chapman (wendy.chapman\@utah.edu) & Lee Christensen (leenlp\@q.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 ... | [
"leenlp@q.com"
] | leenlp@q.com |
05fb7778dced657608aa6c8efbe1e7d9e3e0e427 | 6f30def756671402119bff2144cfc2550d4b95fb | /cracking-the-coding-interview/src/main/java/chapter07/carddeck/BlackJackCard.java | 6b43fe4ee15d7e281996b855a30e59ebb7a3cf58 | [] | no_license | Akorsa/books | 40542626d818d5587ae04c4cbddeff53ac5f1e1b | cdaa9f3a2ef1cd3c0a0e99e405a53fd57b2c93a7 | refs/heads/master | 2021-01-11T08:33:35.240352 | 2016-06-03T15:00:31 | 2016-06-03T15:00:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 622 | java | package chapter07.carddeck;
/**
* Created by akhalikov on 19/02/16
*/
public class BlackJackCard extends Card {
public BlackJackCard(int faceValue, Suit suit) {
super(faceValue, suit);
}
@Override
public int value() {
if (isAce())
return 1;
else if (isFaceCard())
return 10;
else
... | [
"akhalikoff@gmail.com"
] | akhalikoff@gmail.com |
f61cc392c9d363ed9b8599b3bb70173e11cbf29e | 37d66db1841a62123e6c1cd92b282fbf5864db65 | /TheatreSeatingArrangmentApp/src/main/java/com/barclays/service/SeatingService.java | 03f97c117e79a77be0b1a3226f2eb94d11beac3e | [] | no_license | neelimapp/Projects | 3dbec9767d55637fb206e0828e74bb5bcb74c7cd | d507e9202ee9f104996957979164f9829f3c488b | refs/heads/master | 2021-04-09T17:54:17.347138 | 2020-04-17T03:19:52 | 2020-04-17T03:19:52 | 125,667,862 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 492 | java | package com.barclays.service;
import java.util.List;
import com.barclays.dao.SeatingRequest;
import com.barclays.dao.SeatingResponse;
import com.barclays.dao.TheatreLayout;
public interface SeatingService {
/**
* Method to process requests
*
* @param layout theatre layout
* @param seatingRequests sorted ... | [
"neelimaparakala23@gmail.com"
] | neelimaparakala23@gmail.com |
630bf496cd6e01993333a70ba5061e2d7f85fe53 | 665d5a6e7ee7c60083cd002af7891b8e44458e27 | /Android/BarnehageSFO/gen/com/example/barnehagesfo/R.java | 41939527b0abf5f7108f4d7057a4d622a2037784 | [
"Apache-2.0"
] | permissive | petand10/Barnehagen | 56e548a44e8c4f90acc5b04e6518677794475de7 | e6e9b5bbfbc57048054e4028d440add0f71936ea | refs/heads/master | 2016-09-11T05:07:58.921540 | 2013-08-18T20:35:35 | 2013-08-18T20:35:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,230 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.example.barnehagesfo;
public final class R {
public static final class attr {
}
public static final class dimen {... | [
"greyman540@gmail.com"
] | greyman540@gmail.com |
a87c9f02d72fda820ec8313c7804f480d465b14a | b9d48d1f0ed3ebc26a9a83173fd8454b60d6a834 | /work/decompile-e341bf68/net/minecraft/server/MinecraftVersion.java | bf5eceac09934fbde469dae1aa8089de9bca36ba | [] | no_license | HitWRight/SlangelizmoServas | 70ac99cfd097acd13d654ecf39a308ba8570f06f | 017acfe3b1009901226086b9a16260d7aa720344 | refs/heads/master | 2022-09-27T04:24:29.978046 | 2020-12-21T20:45:06 | 2020-12-21T20:45:06 | 230,753,446 | 0 | 0 | null | 2022-09-16T18:06:17 | 2019-12-29T13:22:53 | Java | UTF-8 | Java | false | false | 4,641 | java | package net.minecraft.server;
import com.google.gson.JsonObject;
import com.google.gson.JsonParseException;
import com.mojang.bridge.game.GameVersion;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Reader;
import java.time.ZonedDateTime;
import java.util.Date;
... | [
"unconfigured@null.spigotmc.org"
] | unconfigured@null.spigotmc.org |
5c608c5d42aa057e2b68ccd1d4a942f97eff9bbc | 43d516d103bb08c5df2b3e9eaefdcb754eafca63 | /Data Structures/Linked Lists/Insert a node at the head of a linked list/Solution.java | 3cf9beb01ad053474e0018127bff3f9134a23f83 | [] | no_license | pradeepsharma2004/HackerRank_Solution | 1bc1fb943d443eb1c42a3f78d02b7688ef28ca24 | 7993e2b007e44464cae5772ff6eb9102a900adcd | refs/heads/master | 2021-05-10T20:54:20.419064 | 2018-01-20T19:47:14 | 2018-01-20T19:47:14 | 118,208,769 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 508 | java | /*
Insert Node at the beginning of a linked list
head pointer input could be NULL as well for empty list
Node is defined as
class Node {
int data;
Node next;
}
*/
// This is a "method-only" submission.
// You only need to complete this method.
Node Insert(Node head,int x)
{
Node node=new N... | [
"aryanarjunsharma@gmail.com"
] | aryanarjunsharma@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.