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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
249773a2036f82b56def40eaea857f2e83ad01f9 | 086cd7f835fd58f57175ace30c501af1d8707635 | /src/main/java/com/hlq/wxshop/service/impl/ProductInfoServiceImpl.java | 09a90a341a574b53c7a07bcef7eb4dd6ba9b3480 | [] | no_license | hlqhlq/wechat_shop | 9347720c0e864bde6219962defabcc2aa4bf154c | 55285ad3ce9ef2bfda31830d70b233313ec1688a | refs/heads/master | 2020-04-26T17:57:14.198728 | 2019-05-05T09:22:39 | 2019-05-05T09:22:39 | 173,729,709 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,389 | java | package com.hlq.wxshop.service.impl;
import com.hlq.wxshop.config.LimitGlobalData;
import com.hlq.wxshop.dao.ProductInfoDao;
import com.hlq.wxshop.dto.CartDTO;
import com.hlq.wxshop.enums.ProductStatusEnum;
import com.hlq.wxshop.enums.ResultEnum;
import com.hlq.wxshop.exception.SellException;
import com.hlq.wxshop.mod... | [
"heliqingwork@hotmail.com"
] | heliqingwork@hotmail.com |
014360cf94b55af45af1bf0e877670083865b78a | 33113ce79972c67c8a82105d65f3b1c751f8cc05 | /app/src/main/java/com/dnamedical/Models/VideoModel.java | f8f2dd432dbb66e44792e1d8d07006e51cd838a3 | [] | no_license | rajpatel123/DNA | e7823cd8a53bbf5a891de91389c7efef490dc0ae | 9c269128c20176de5dacd7123376d4154ea88f18 | refs/heads/master | 2021-08-20T01:48:22.504104 | 2020-04-20T10:35:23 | 2020-04-20T10:35:23 | 162,786,524 | 0 | 1 | null | 2020-03-26T09:33:28 | 2018-12-22T06:10:35 | Java | UTF-8 | Java | false | false | 637 | java | package com.dnamedical.Models;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.util.List;
public class VideoModel {
@SerializedName("id")
@Expose
private String id;
@SerializedName("v_name")
@Expose
private String vName;
@SerializedName("title")
@Expose
pri... | [
"raj95288@gmail.com"
] | raj95288@gmail.com |
ac71f7a6bbe090c3aebd5031c94e81d2feb7de52 | 4b12e00acec8096fad1e0a8adbcf8835ba254cec | /JavaBasics2020/src/com/syntax/class10/ArrayLength.java | a01aec973e770f21e6caf88c13c3cd41c47de311 | [] | no_license | Djandrew10/JavaBasics2020 | cb4f92ffbc6b8c39992f73e1b899851b19b6184b | 6732f5e725400ba43a8479d4ec74508ac06fe905 | refs/heads/master | 2022-12-24T10:12:08.636431 | 2020-09-25T08:53:28 | 2020-09-25T08:53:28 | 274,979,584 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 622 | java | package com.syntax.class10;
public class ArrayLength {
public static void main(String[] args) {
String[] group1 = new String[5];
group1[3] = "Kamila";
group1[1] = "Elshan";
group1[4] = "Yuriy";
System.out.println(group1[0]);
System.out.println(group1[1]);
int arrLength = group1.length;
System.out... | [
"adrcristian@gmail.com"
] | adrcristian@gmail.com |
a8537169d1df5d2bfedf331e49423b2c66d7d27b | e2960a3872cecd096e62ca83aa8a16644b6fad68 | /app/src/main/java/com/birina/bsecure/SplashActivity.java | 57e446f91766d8c68903166911f6748d92bb0b44 | [] | no_license | SanjaySharma/Birina | ffd09c1025702302744b6c434fb494eb7108ba15 | 779795c9b7c722aa7ffa2a72e654a636d03c058c | refs/heads/master | 2021-01-24T01:51:21.875255 | 2019-03-31T12:31:26 | 2019-03-31T12:31:26 | 122,822,711 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,000 | java | package com.birina.bsecure;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import com.birina.bsecure.Base.BaseActivity;
import com.birina.bsecure.login.LoginActivity;
import com.birina.bsecure.registration.RegistrationActivity;
public class SplashActivity extends BaseActivity {... | [
"sharma.sanjay18@gmail.com"
] | sharma.sanjay18@gmail.com |
06cf451e50262ac6100ae26ffa1025d6c29c971a | dbab952a4527a87cda154a66669d683311a76ca4 | /datasharing/src/main/java/com/example/dm/enumT/E_待_DP0102_PaymentUnitTypeEnum_单位性质_工行.java | 6edb224857e9fbee3368003635990dd9e02667d2 | [] | no_license | zhoudy-github/demok8s | 6b957cd1e6aaee663fd069e4cd78d2da449a088e | 38f00f7f59b4f55e2c250050608a8131f036c740 | refs/heads/master | 2023-02-17T13:45:15.586325 | 2021-01-18T13:17:11 | 2021-01-18T13:17:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,435 | java | package com.example.dm.enumT;
//import com.coalvalue.domain.pojo.ListItem;
/**
* Created by silence on 2016/1/18.
*/
public enum E_待_DP0102_PaymentUnitTypeEnum_单位性质_工行 {
国家机关 ("000001", "国家机关",1,""),
民办非企业单位_社会团体 ("000006", "民办非企业单位_社会团体",1,""),
国有企业 ("000002", "国有企业",2,""),
外资企业 ("000004", "外资企... | [
"1026957152@qq.com"
] | 1026957152@qq.com |
375987b09fded0bf155d80734c42b318c54f1066 | c45d7ddfcdc75f96a379225d2df0d0be5af1cf5e | /src/main/java/io/magentys/utils/Sugars.java | 806b46453570663a1a33d45bfad6899275778899 | [] | no_license | gitter-badger/cherry | 730ff758bf042d3152732cdfe7687942d9380b9c | c955707dc00df048c2955f727c4328aac516b11e | refs/heads/master | 2021-01-22T13:03:20.016111 | 2016-04-08T15:24:49 | 2016-04-08T15:24:49 | 55,789,668 | 0 | 0 | null | 2016-04-08T15:31:48 | 2016-04-08T15:31:48 | null | UTF-8 | Java | false | false | 200 | java | package io.magentys.utils;
public class Sugars {
public static <ITEM> ITEM and(ITEM item){
return item;
}
public static <ITEM> ITEM but(ITEM item){
return item;
}
}
| [
"mamalis.kostas@gmail.com"
] | mamalis.kostas@gmail.com |
85651e78c0428a888bbda49ba2cad88a83fa0b59 | 1bf5d0a43df5401409cff7792a23d6cc6e0ee3df | /gmall-sms/src/main/java/com/atguigu/gmall/sms/controller/SeckillSkuNoticeController.java | 8fe7c450ea286061e28013557078f6d4a7164f99 | [
"Apache-2.0"
] | permissive | yuanman-666/gmall | f39ed80a089b5032ddad0131476e904df4643795 | 31d9005fb5ce32ede5b97f4f5ec11082162e7ad7 | refs/heads/master | 2022-07-31T17:28:45.826797 | 2020-02-02T13:06:16 | 2020-02-02T13:06:16 | 234,684,854 | 0 | 0 | Apache-2.0 | 2022-07-06T20:46:53 | 2020-01-18T05:08:49 | JavaScript | UTF-8 | Java | false | false | 2,587 | java | package com.atguigu.gmall.sms.controller;
import java.util.Arrays;
import java.util.Map;
import com.atguigu.core.bean.PageVo;
import com.atguigu.core.bean.QueryCondition;
import com.atguigu.core.bean.Resp;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans... | [
"1935349070@qq.com"
] | 1935349070@qq.com |
cf9b37c155ce012e3cd06ca492d0e6996ece8c26 | b1a7149172a52a7ee7c67affab9da92492b0ec6a | /src/java/main/org/dbunit/datasets/dataset/tokens/TokenReplacingReader.java | 73f8dfdada2eb472305ec88cf2570269b29c702e | [] | no_license | ryaneberly/dbunit-datasets | 119071d8b69c180c4ba32febf79243f5a4297094 | 9fcceb254a5933206d3520f59e66211ce1f1d09e | refs/heads/master | 2021-01-10T21:16:31.713485 | 2015-06-01T14:24:17 | 2015-06-01T14:24:17 | 26,150,060 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,054 | java | package org.dbunit.datasets.dataset.tokens;
import java.io.IOException;
import java.io.PushbackReader;
import java.io.Reader;
import java.nio.CharBuffer;
public class TokenReplacingReader extends Reader {
protected PushbackReader pushbackReader = null;
protected ITokenResolver tokenResolver = null... | [
"ryaneberly@gmail.com"
] | ryaneberly@gmail.com |
42d05ae2b01c511d3df8023cae9bbe3e972f741c | 6cbf05870c22b97e961d5fe04743855dca71a4bc | /app/src/main/java/com/example/liangwanandroid/presenter/knowledge/impl/KnowledgePresenterImpl.java | 16c8d3b3c83df8b4b1fb83d3373ccb918b028307 | [
"MIT"
] | permissive | Mryanze/aLiangWanAndroid | 4c6ba3a9e44cda5069f13c4e21998e231d63d94c | fe16d3e6eadec622790958ed502ada323edf4470 | refs/heads/master | 2020-05-24T00:44:15.646154 | 2019-04-25T02:07:41 | 2019-04-25T02:07:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 663 | java | package com.example.liangwanandroid.presenter.knowledge.impl;
import android.annotation.SuppressLint;
import android.content.Context;
import com.example.liangwanandroid.presenter.knowledge.interfaces.KnowledgeContract;
import com.example.liangwanandroid.utils.ALogger;
public class KnowledgePresenterImpl extends Know... | [
"332685954@qq.com"
] | 332685954@qq.com |
d873dc83cf2f858c10e86956c07339221d609f8c | 9d907c807eab126224099122323d3ed8fa8e99a4 | /app/src/main/java/br/usjt/ads/desmob/ciclodevida/util/Utils.java | c6167651801ff322ff17585d232042115b50312a | [] | no_license | Erick12031995/CicloDeVida | e844d8dc2364e48c6906277183dd6d00bc765d1b | 163d53251ae682539ae7f6267328fdd921212a9e | refs/heads/master | 2020-04-09T04:11:38.499208 | 2018-12-02T04:34:53 | 2018-12-02T04:34:53 | 160,013,658 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,595 | java | /*
* Copyright (C) 2012 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"erick@192.168.0.15"
] | erick@192.168.0.15 |
36952119fd4c68c698bf0dad1856180980671315 | fbb451429d7c4bace20f1d1c6ae4123526784491 | /D2D/Server/WebService/src/com/ca/arcflash/ha/utils/VMwareUploadManager.java | 2e49c31d0ae3868b488c01af7b40d62538d29015 | [] | no_license | cliicy/autoupdate | 93ffb71feb958ff08915327b2ea8eec356918286 | 8da1c549847b64a9ea00452bbc97c16621005b4f | refs/heads/master | 2021-01-24T08:11:26.676542 | 2018-02-26T13:33:29 | 2018-02-26T13:33:29 | 122,970,736 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,503 | java | package com.ca.arcflash.ha.utils;
import java.io.InputStream;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import org.apache.log4j.Logger;
import com.ca.arcflash.ha.vmwaremanagerIntf.CAVMDetails;
import com.ca.arcflash.ha.vmwaremanagerIntf.CAVirtualInfrastructur... | [
"cliicy@gmail.com"
] | cliicy@gmail.com |
56274258f24e6fec75ba4f56708b15e2ca77cd88 | 6a20e0e9f217dc9a561ccccda0ab9adb6fd46600 | /src/main/java/org/apache/chemistry/opencmis/inmemory/storedobj/api/StoredObject.java | 14629d9414b291c8dbedf1347bc9d8dcbcaaa86d | [] | no_license | exo-docker/lightweightCMISserver | ea07659736525b59a5b67c28650f0c16301bb2ca | f52e5c86ced4b1c3a22fe11ed64654e5f4f05f07 | refs/heads/master | 2020-04-08T09:09:01.928045 | 2018-12-05T11:19:51 | 2018-12-05T11:19:51 | 159,210,451 | 0 | 1 | null | 2020-10-15T15:40:07 | 2018-11-26T17:54:18 | Java | UTF-8 | Java | false | false | 9,417 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"lelan-j@mgdis.fr"
] | lelan-j@mgdis.fr |
93e81a0ad804dbff4045bb4a23760f8048a41844 | ec8325beae79acd95a60fe95e0576e3b65ed15a0 | /game365-core/src/main/java/com/wz/cashloan/core/common/context/Constant.java | d51a0d652237dbc308d721b05c9f3ab7f6f1d375 | [] | no_license | wangwei615566/game365 | 688f595d69d067e318f7c0a61551631efa158af9 | 477e63974af86c31f3fbbf99316a23b95c3b6800 | refs/heads/master | 2021-07-13T17:35:45.573754 | 2019-01-18T06:38:08 | 2019-01-18T06:38:08 | 145,642,720 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,964 | java |
package com.wz.cashloan.core.common.context;
/**
* 公用常量类定义
*
* @version 1.0
* @author 吴国成f
* @created 2014年9月23日 下午2:17:20
*/
public class Constant {
/** session用户 **/
public static final String SESSION_OPERATOR = "session_operator";
/** 角色session 暂用*/
public static final String ROLEID = "roleId";
... | [
"wangwei@example.com"
] | wangwei@example.com |
51b575c001cae7379c809955c2bec20020d91c4a | 59d69bdbc62d15807d41895f644b7938871346ac | /src/revision/Switch1.java | fdbfc856fcca3144a1709c0c115eb37a42724818 | [] | no_license | jaswanth-jash/assginments | daed61eb185d474edaf57c2e4ad97b1f18089ddb | 57fad749ae993e4642ceea07fa78602230ffb913 | refs/heads/master | 2023-04-08T13:15:59.726290 | 2021-04-15T15:03:02 | 2021-04-15T15:03:02 | 287,041,808 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 780 | java | package revision;
public class Switch1 {
public static void main(String[] args) {
int day = 4;
switch (day) {
case 1:
System.out.println("Monday");
break;
case 2:
System.out.println("Tuesday");
break;
... | [
"jaswanthg12@gmail.com"
] | jaswanthg12@gmail.com |
8de86452cee0f5daae4ac25553706a96bbb3b699 | 0bfa4b8dd31b12af9192c84d2701a5bb9618b1ce | /materialy_do_kursu/4/4_7/Początek/OpakowywanieTypowProstych.java | f3634f3ab39f5b2f10cbb7a5a7b21a1875a8a04f | [
"MIT"
] | permissive | janiszewskibartlomiej/Java_beginner_strefakursow | ec92db7d4da6a8a34c286f7efc0f9d0566ea14c6 | c6a514e7dac74e866266f6dce4a7285b64ac250f | refs/heads/master | 2022-12-23T20:18:15.745605 | 2020-10-03T16:10:33 | 2020-10-03T16:10:33 | 294,024,371 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 44 | java | public class OpakowywanieTypowProstych {
} | [
"janiszewski.bartlomiej@gmail.com"
] | janiszewski.bartlomiej@gmail.com |
d7299ffa613e73d414f38b88b91be9c9aa3eaf9c | d71fc6f733e494f35f1ea855f25c5e830efea632 | /kernel/impl/fabric3-contribution/src/main/java/org/fabric3/contribution/processor/SymLinkContributionProcessor.java | aaacd7b17cc1c5a4b304fc2c0719e5b2d15ccc68 | [
"Apache-2.0"
] | permissive | carecon/fabric3-core | d92ba6aa847386ee491d16f7802619ee1f65f493 | 14a6c6cd5d7d3cabf92e670ac89432a5f522c518 | refs/heads/master | 2020-04-02T19:54:51.148466 | 2018-12-06T19:56:50 | 2018-12-06T19:56:50 | 154,750,871 | 0 | 0 | null | 2018-10-25T23:39:54 | 2018-10-25T23:39:54 | null | UTF-8 | Java | false | false | 6,861 | java | /*
* Fabric3
* Copyright (c) 2009-2015 Metaform Systems
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"jim.marino@gmail.com"
] | jim.marino@gmail.com |
a9411e0cb5b425fa7ac76fe6844bf0a25eba5bcb | 4fc99bee5733e873e4b7088099c7c2e8e16aa2b5 | /Omertex/domain/src/test/java/com/pgmail/martsulg/domain/ExampleUnitTest.java | ac424603dfd1399a27e58a83f1f49bb92bd69fe6 | [] | no_license | G-Washingt0n/OmertexTestApp | 1e3e0ea7ae68f4788b905efd2491d97548506662 | 6dbc3fdb2d1246c4bc0582a86b4e9aaf2b0afb76 | refs/heads/master | 2021-07-18T01:43:57.262490 | 2017-10-25T22:05:40 | 2017-10-25T22:05:40 | 108,110,781 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 404 | java | package com.pgmail.martsulg.domain;
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
public ... | [
"martsulg.p@gmail.com"
] | martsulg.p@gmail.com |
06feafcb4c871eb04771db3f998b53761d95ba54 | cfa646154d8b3c0163b7d5b7f74ef446026aa2ca | /java/Oct23-19/src/OnePlus.java | f2767380d155e8a0bba739232b9e45927a0e275c | [] | no_license | Manasa-Acharya/USTGlobal-16Sep19-Manasa | 46f17a348cd7446dee7a40ae9140a71a5fda6c40 | 360b804a3a654c0b9510e37ce8c37ecad643801a | refs/heads/master | 2023-01-14T11:07:50.234076 | 2019-12-22T02:29:08 | 2019-12-22T02:29:08 | 215,539,906 | 0 | 0 | null | 2023-01-07T13:04:49 | 2019-10-16T12:13:42 | Java | UTF-8 | Java | false | false | 157 | java |
public class OnePlus extends Android {
@Override
public void homeScreen() {
System.out.println("HomeDoubleDoubleScreen () method");
}
}
| [
"manasagacharya@gmail.com"
] | manasagacharya@gmail.com |
a72bb14d4011a7625774ec974a0901c53781f263 | d98ed4986ecdd7df4c04e4ad09f38fdb7a7043e8 | /Hero_Specialties/src/main/java/net/sf/anathema/hero/specialties/display/presenter/SpecialtiesInitializer.java | db995b64922cc74952694d3a96136069001f5624 | [] | no_license | bjblack/anathema_3e | 3d1d42ea3d9a874ac5fbeed506a1a5800e2a99ac | 963f37b64d7cf929f086487950d4870fd40ac67f | refs/heads/master | 2021-01-19T07:12:42.133946 | 2018-12-18T23:57:41 | 2018-12-18T23:57:41 | 67,353,965 | 0 | 0 | null | 2016-09-04T15:47:48 | 2016-09-04T15:47:48 | null | UTF-8 | Java | false | false | 1,725 | java | package net.sf.anathema.hero.specialties.display.presenter;
import net.sf.anathema.hero.environment.HeroEnvironment;
import net.sf.anathema.hero.individual.model.Hero;
import net.sf.anathema.hero.individual.model.HeroModelInitializer;
import net.sf.anathema.hero.individual.model.RegisteredInitializer;
import net... | [
"BJ@BJ-PC"
] | BJ@BJ-PC |
5705c88d86b4f9bc220d249ba5096419d2d26425 | 6543809d31ffb3f135e73cf1de8ee184fc6e85a3 | /src/jcodecc/javase/src/main/java/org/jcodec/api/awt/AWTFrameGrab.java | eaa45b8aa1ea416b2949a635235b56bc83458eee | [] | no_license | DanisAvko/Mandelbrot | 72d48a53177b8482909896b648d203863ff6b06f | 86b5f92a328c4c4a4be937840af6e5eaf31cbd20 | refs/heads/master | 2020-09-30T03:07:24.332271 | 2019-12-23T09:56:58 | 2019-12-23T09:56:58 | 227,186,662 | 0 | 7 | null | 2019-12-22T20:00:04 | 2019-12-10T18:13:41 | Kotlin | UTF-8 | Java | false | false | 6,191 | java | package jcodecc.javase.src.main.java.org.jcodec.api.awt;
import jcodecc.javase.src.main.java.org.jcodec.scale.AWTUtil;
import org.jcodec.api.FrameGrab;
import org.jcodec.api.JCodecException;
import org.jcodec.api.PictureWithMetadata;
import org.jcodec.api.UnsupportedFormatException;
import org.jcodec.api.specific.Cont... | [
"valievdanis@bk.ru"
] | valievdanis@bk.ru |
5027c886098baaf93ad3fa9ea3ba6f86dde6dfdb | a13965972105a61de68a058bfb9638a1e3080dfa | /src/main/java/com/mackittipat/designpattern/behavioural/observer/SubscriberA.java | 261da8a8d9c1d126e00dedd9f40f894cfcefec37 | [] | no_license | MacKittipat/mac-design-pattern | ff988b8c7a554e2d44b90c2d4192068bee828774 | 97c25a13463fa39e16336488548bbb76f92e2d8d | refs/heads/master | 2021-01-18T17:25:41.022301 | 2018-01-21T07:46:34 | 2018-01-21T07:46:34 | 86,797,779 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 203 | java | package com.mackittipat.designpattern.behavioural.observer;
public class SubscriberA implements Observer {
@Override
public void update() {
System.out.println("A get updated");
}
}
| [
"mac.kittipat@gmail.com"
] | mac.kittipat@gmail.com |
9a1ff9c57f984dd8d2fc0f863f992fa23c7393b1 | 022d9e139e25a005098a33dc7f6a4778493ce9ac | /src/main/java/com/example/ReadingText/AccountGenerate.java | f5d6a2d7a9fb3a05d0abd33ae1083b4878e44762 | [] | no_license | butolapradip/Atm-application-in-springboot-using-mongo-client | cc190542210fffff51cd79bc854ef737e2125431 | 15a526589ce317f64085570894279c6a405541ca | refs/heads/master | 2020-04-10T13:41:27.760597 | 2018-12-10T03:10:16 | 2018-12-10T03:10:16 | 161,057,041 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,531 | java | package com.example.ReadingText;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.data.mongodb.core.mapping.event.ValidatingMongoEventListener;
import org.springframework.stereotype.Component;
import org.springframework.valida... | [
"butola.pradip@gmail.com"
] | butola.pradip@gmail.com |
768602f4738d788efa40365a414867fc901fcff9 | cd6b91d95bd6b322879610471b2243fa10c91d30 | /platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/activity/BaseMapboxMapTest.java | 1b1211b94c675cc9216d3eb19e624652fa6c6369 | [
"BSD-3-Clause",
"IJG",
"LicenseRef-scancode-warranty-disclaimer",
"Zlib",
"curl",
"NCSA",
"LicenseRef-scancode-openssl",
"OpenSSL",
"LicenseRef-scancode-ssleay-windows",
"JSON",
"ISC",
"MIT",
"BSL-1.0",
"Apache-2.0",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"b... | permissive | wuqiuhao/mapbox-gl-native | dd64cbf294c20ba8cf83bad3b6bd1c210000fd62 | 91fd87f2a05ae310537f50d49e78c1da9b1285d6 | refs/heads/master | 2020-04-28T06:22:11.256890 | 2016-08-02T16:42:58 | 2016-08-06T23:03:46 | 65,172,227 | 1 | 0 | null | 2016-08-08T04:21:35 | 2016-08-08T04:21:35 | null | UTF-8 | Java | false | false | 1,106 | java | package com.mapbox.mapboxsdk.activity;
import android.app.Activity;
import android.support.test.espresso.Espresso;
import android.util.Log;
import com.mapbox.mapboxsdk.activity.utils.OnMapReadyIdlingResource;
import com.mapbox.mapboxsdk.constants.MapboxConstants;
import com.mapbox.mapboxsdk.maps.MapboxMap;
import com... | [
"tobrun.van.nuland@gmail.com"
] | tobrun.van.nuland@gmail.com |
1e1b6a1693e8fc475acf57a983fcc006773303f8 | 1242e105b7c8d8ad9e4de3d6c1821bf8025aa949 | /src/com/fedex/ship/stub/OperationalInstruction.java | c8b99131fca7ed933be116071bb5f70ea99f903e | [] | no_license | 578608614/quiship | 550815f7b681b36c6ff50173ee1c3c01f97547ed | 7442ef28a9058865c6fb3e0c5ab6845f09b4aa2c | refs/heads/master | 2021-01-13T00:38:29.515687 | 2015-10-30T03:10:30 | 2015-10-30T03:10:30 | 45,223,552 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,282 | java | /**
* OperationalInstruction.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package com.fedex.ship.stub;
public class OperationalInstruction implements java.io.Serializable {
/* Position of operational instruction element.... | [
"qq123456"
] | qq123456 |
2e2826747ad2b777801062ce3c72822837e084ae | fc0f74a8eee91319f51ab29d9a72d2082cf7d599 | /src/java/Activos/Controllers/Controller_Funcionario.java | d8caa0727501c877cbf29ef6a04930d4eac980b7 | [] | no_license | Dhanw/Gestor_Activos | 145c2d512e7dad14e064550b58f5df9d601b892e | 4e9915cf6f1295d8f8206855fab6a560d052c104 | refs/heads/master | 2020-05-01T14:23:42.773404 | 2019-05-28T19:20:50 | 2019-05-28T19:20:50 | 177,518,906 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,075 | 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 Activos.Controllers;
import Activos.Logic.Dependencia;
import Activos.Logic.Funcionario;
import Activos.Logic.Model;
... | [
"josue230998@gmail.com"
] | josue230998@gmail.com |
ce3f6d4abfbd558bc3924299ae112f4b36f1556c | 1ffce8c0ab5c342d241badb2b188351b92739ab5 | /rest-client-demo/src/com/dg/examples/restclientdemo/communication/requests/CustomHandlersRequest.java | d73024cbf733ae14879b36004a3e2fc8326f2451 | [] | no_license | sondt87/android-rest-client | 438806a6c4cb3a58e2bce929569b043640d721df | 009ab6022cbde9446c9ea4f1ac29bbcd2fd6d835 | refs/heads/master | 2020-04-06T06:36:55.374445 | 2014-03-25T12:58:28 | 2014-03-25T12:58:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,639 | java | package com.dg.examples.restclientdemo.communication.requests;
import android.content.Context;
import android.os.Handler;
import android.os.Looper;
import com.araneaapps.android.libs.asyncrunners.enums.DownloadPriority;
import com.araneaapps.android.libs.asyncrunners.models.RequestOptions;
import com.dg.libs.rest.call... | [
"darkogrozdanovski@gmail.com"
] | darkogrozdanovski@gmail.com |
ea3c57815b835f7bde6539e6111fafaad6d59829 | 2bb3f50095442292fd5c26e04cb36bd65edeb9a1 | /src/test/java/com/infotech/isg/it/MTNIT.java | bf6e6825fa71dbab4de382f27ceaa7aa37cb4a0d | [] | no_license | sevak-gh/isgws | 1810343bacc1f931c4f146c498d2dcbf45449af0 | 9f52383b4afbd634d46bcdf78b76265a03a2f25e | refs/heads/master | 2021-04-12T04:43:52.376532 | 2018-02-19T07:51:47 | 2018-02-19T07:51:47 | 27,213,696 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 132,227 | java | package com.infotech.com.it;
import com.infotech.isg.domain.BankCodes;
import com.infotech.isg.domain.Transaction;
import com.infotech.isg.repository.TransactionRepository;
import com.infotech.isg.validation.ErrorCodes;
import com.infotech.isg.service.ISGServiceResponse;
import com.infotech.isg.proxy.mtn.MTNProxy;
imp... | [
"sevak.gharibian@gmail.com"
] | sevak.gharibian@gmail.com |
a094c2286e7091cd5b1508f291d126f1fb65b05f | c4a09a6615a94cb8ee80972351aa6560d2e7ba05 | /KeepNote7/NoteService/src/main/java/com/stackroute/keepnote/model/NoteUser.java | b4620dedc9c53828bb31af22f9b1d16caefd6a18 | [] | no_license | ArChAnAs123/springkeepnote | 9937ddff578b024034276a55270b0864ba186d83 | d4d2a61324ee98a17c109b755b665d119116fa78 | refs/heads/master | 2023-08-05T23:50:26.492146 | 2021-09-24T09:14:49 | 2021-09-24T09:14:49 | 409,239,475 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,045 | java | package com.stackroute.keepnote.model;
import java.util.List;
import org.springframework.data.annotation.Id;
import org.springframework.data.annotation.Transient;
import org.springframework.data.mongodb.core.mapping.Document;
/*
* Please note that this class is annotated with @Document annotation
* @Document ident... | [
"archana.s@ibm.com"
] | archana.s@ibm.com |
0412f93057d9201193b3ddc5c293f4c57c3578c4 | ebce863e8ce04a4be8fa10be80235d291588aae7 | /app/src/main/java/com/codencode/chitchat/StatusActivity.java | 7e8f5511f9fd033ddadff40fb4d1e3d151a4398e | [] | no_license | Code-N-Code/ChitChat | 767e647d497778f7ad58569c0205db8824200094 | 8a268ba103cabfc3bbf485f0c7caf38c8e9d7818 | refs/heads/master | 2020-06-18T21:18:39.255226 | 2019-07-11T19:15:07 | 2019-07-11T19:15:07 | 196,452,063 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,009 | java | package com.codencode.chitchat;
import android.app.ProgressDialog;
import android.support.annotation.NonNull;
import android.support.design.widget.TextInputLayout;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.view.View;
import andro... | [
"icodencode@gmail.com"
] | icodencode@gmail.com |
bb1bd1e61225d3e67a1684f27a6fab02445a0bdf | bdb5c9daee0a8ec4b7ff2b94f96aa6bf9b3fe413 | /backEnd/src/main/java/com/desafio/backEnd/controller/form/ProdutoForm.java | 9b8d7d9bb5be842b96f8d1ccbae24fa4cf835068 | [] | no_license | ThiagoEllera/notas | 2416d710c7d70b5e1f549de37a9503d8e7c141c5 | 29bc9901a7f8de0b02fd28649a057e8839a96a80 | refs/heads/main | 2023-07-28T11:26:41.634776 | 2021-09-03T13:18:24 | 2021-09-03T13:18:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,178 | java | package com.desafio.backEnd.controller.form;
import com.desafio.backEnd.modelo.Produto;
import com.desafio.backEnd.repository.ProdutoRepository;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.NotNull;
import java.math.BigDecimal;
public class ProdutoForm {
@NotNull
@NotEmp... | [
"thiagoellera@gmail.com"
] | thiagoellera@gmail.com |
0f845c2e661b157e8a43a74fe7a089115a178265 | 1c4546ef3e9b6cc3883a4ab2c42f87c16337f4df | /src/main/java/com/example/demo/services/ResultService.java | 94e40684110a7f0bc1f3a40146afc8d2da608a51 | [] | no_license | kungfupandahug/spring-backend | 1d42b99a533f1c23832acc226bf3a571e08f78a8 | 867f7a6343a75fc58a42f19d7353e5fe6108c67e | refs/heads/master | 2020-09-04T09:28:56.666546 | 2019-10-30T16:50:55 | 2019-10-30T16:50:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,244 | java | package com.example.demo.services;
import com.example.demo.dtos.ResultDTO;
import com.example.demo.exceptions.ElementNotFoundException;
import com.example.demo.models.MatchModel;
import com.example.demo.models.ResultModel;
import com.example.demo.models.TeamModel;
import com.example.demo.repositories.ResultRepository;... | [
"inthu.raveendran@ciber.no"
] | inthu.raveendran@ciber.no |
23b08b00efaf50b2254252fe5eb78a248b8522cc | 6dbe38fa197104d0e8e1164fa05921f823aa8fd3 | /portal/src/main/java/com/springinpractice/ch13/portal/formatter/LinkFormatter.java | a143f3103251c971708bfa4fd71cff1b2c8ee173 | [] | no_license | bbaron/sip13-new | e273d64af876a93800f39809a9db9a9ec6c27a9f | 0219e6b8b1c143fe34f17e4638c5e3b005d0c2b7 | refs/heads/master | 2020-12-25T07:58:36.751370 | 2012-12-28T20:44:52 | 2012-12-28T20:44:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 801 | java | package com.springinpractice.ch13.portal.formatter;
import java.text.ParseException;
import java.util.Locale;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.format.Formatter;
import org.springframework.hateoas.Link;
import org.springframework.stereotype.Component;
/**
* @author ... | [
"willie.wheeler@gmail.com"
] | willie.wheeler@gmail.com |
b50347acffefe954294006f5a40facaddbb286a0 | 4de94326744b26b076ed5454418b3a04f56d9434 | /src/com/syntax/class15/Hw.java | ff3ec5cdea538dec5356acf640a70331857efc0f | [] | no_license | madeehaRana/javaBasics | 95542ec1c09b7bfdc780297c56ea97b55742a8b3 | 24308aba09accb73c0104d78dfc1b7e623b6e04f | refs/heads/master | 2022-12-07T02:53:00.610240 | 2020-08-29T15:50:50 | 2020-08-29T15:50:50 | 275,492,692 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,253 | java | package com.syntax.class15;
public class Hw {
public static void main(String[] args) {
//How would you reverse a String character by character?
String str="Reverse";
System.out.println("String character :"+str);
for(int i=str.length()-1; i>=0; i--) {
System.out.print(str.charAt(i));
}
System.ou... | [
"madeeharizwan786@gmail.com"
] | madeeharizwan786@gmail.com |
3a265ee0d9c15b2213c554e38b52a7cdf69c4147 | 73267be654cd1fd76cf2cb9ea3a75630d9f58a41 | /services/aom/src/main/java/com/huaweicloud/sdk/aom/v2/model/DeleteAlarmRuleResponse.java | 255f98208e5f6d396ee93a5a27b7022a4fd3420d | [
"Apache-2.0"
] | permissive | huaweicloud/huaweicloud-sdk-java-v3 | 51b32a451fac321a0affe2176663fed8a9cd8042 | 2f8543d0d037b35c2664298ba39a89cc9d8ed9a3 | refs/heads/master | 2023-08-29T06:50:15.642693 | 2023-08-24T08:34:48 | 2023-08-24T08:34:48 | 262,207,545 | 91 | 57 | NOASSERTION | 2023-09-08T12:24:55 | 2020-05-08T02:27:00 | Java | UTF-8 | Java | false | false | 1,743 | java | package com.huaweicloud.sdk.aom.v2.model;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.huaweicloud.sdk.core.SdkResponse;
import java.util.Objects;
/**
* Response Object
*/
public class DeleteAlarmRuleResponse extends SdkResponse {
@JsonI... | [
"hwcloudsdk@huawei.com"
] | hwcloudsdk@huawei.com |
682197ffc07aedf13597eb1b77aac0a081385562 | fa60010333d5cbb9c54e3c795884de8928d3f98f | /sxp-android-framework/src/main/java/sxp/android/framework/ui/BaseActivity.java | 59519c35e2c7c2840112735a33b72865e2032504 | [] | no_license | sayi21cn/app-framework | 9e3b2d79b3b5a3b8c61777edaaeaeb5b38f7d231 | b85d6f3b184f24a6f1a2ace402971d452c8aecdb | refs/heads/master | 2020-12-11T07:25:36.544139 | 2015-10-19T07:47:13 | 2015-10-19T07:47:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,626 | java | package sxp.android.framework.ui;
import java.lang.reflect.Field;
import java.util.HashMap;
import sxp.android.framework.annotation.ID;
import sxp.android.framework.annotation.LAYOUT;
import sxp.android.framework.annotation.RESOURE;
import sxp.android.framework.interfaces.LastActivityListener;
import sxp.andro... | [
"xiaoping.shan@foxmail.com"
] | xiaoping.shan@foxmail.com |
4e27a88d8be4746c770e56db977ebaaeb8179d6a | efa10ceb11948186693d08d1ead2c8787136f697 | /lib_mvvmutil/src/main/java/com/bhj/lib_mvvmutil/ui/PagerState.java | 362323f100ff01e56dc10e0129458fb1db804d74 | [] | no_license | weiwangshuai/mvvmUtil | 4ea97344a7a74f7227d5779e40089c3dd0130c11 | da0bffa6e9558977a4bf21e3b3206342252c6bc8 | refs/heads/master | 2020-09-12T08:50:27.292563 | 2019-11-18T05:56:22 | 2019-11-18T05:56:22 | 222,373,903 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 148 | java | package com.bhj.lib_mvvmutil.ui;
/**
* 页面的各种状态
*/
public enum PagerState {
UNKNOWN, LOADING, ERROR, SUCCEED ,EMPTY ,TIME_OUT
}
| [
"672650312@qq.com"
] | 672650312@qq.com |
eb81b89b097f9b0b56c011f3aa2104959b455f12 | ec0448c27754bed7bf616245ab44c7be2bc686dd | /JavaBrain/src/chap6/MusicCDInfo.java | 255b171ff70448066d1d1f53f5168ffe594cbcd7 | [] | no_license | rechido/kmove30 | 1d95116af70b0739081c65ee17b27cc8abbc874d | f4fdaa8acb9171509fec081c5315875c8f8b1964 | refs/heads/master | 2020-03-22T02:32:07.662708 | 2018-09-09T10:04:48 | 2018-09-09T10:04:48 | 139,376,108 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 333 | java | /**
* 2018. 5. 23. Dev. by D. A. Lee
*/
package chap6;
public class MusicCDInfo extends CDInfo {
String artist;
String musicname[];
public MusicCDInfo(String registerNo, String title, String artist, String[] musicname) {
super(registerNo, title);
this.artist = artist;
this.musicname = musicname;
... | [
"leedaeun7983@gmail.com"
] | leedaeun7983@gmail.com |
a3a912188dc1af79090ae8da4fa386a2bd2a30a0 | 9aab415288caa826040ef6375225310d41a4bc91 | /app/src/main/java/bss/bbs/com/teslaclone/Adapter/TableLayoutAdapter.java | a4692f118744f0b4bee9c80a92b62ebf69a6fae7 | [] | no_license | muthukrishnan1990/NewRep | 4e2c83a5824a43596a418e75c5768aed1956788d | caf9d20586e73733c52d9cdf245c6764c959fbb4 | refs/heads/master | 2020-03-29T19:13:01.620033 | 2018-09-25T11:30:32 | 2018-09-25T11:30:32 | 150,253,100 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,706 | java | package bss.bbs.com.teslaclone.Adapter;
import android.content.Context;
import android.graphics.Color;
import android.graphics.Typeface;
import android.support.v7.widget.RecyclerView;
import android.view.Gravity;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androi... | [
"dmuthukrishnan26@gmail.com"
] | dmuthukrishnan26@gmail.com |
0566fdcaaa6af30f58a833750c46d33abf7a323c | 167c6226bc77c5daaedab007dfdad4377f588ef4 | /java/ql/test/stubs/jinjava-2.6.0/com/fasterxml/jackson/databind/node/NumericNode.java | dda8f9438433799ab89c794c89cd102cde2e8396 | [
"MIT"
] | permissive | github/codeql | 1eebb449a34f774db9e881b52cb8f7a1b1a53612 | d109637e2d7ab3b819812eb960c05cb31d9d2168 | refs/heads/main | 2023-08-20T11:32:39.162059 | 2023-08-18T14:33:32 | 2023-08-18T14:33:32 | 143,040,428 | 5,987 | 1,363 | MIT | 2023-09-14T19:36:50 | 2018-07-31T16:35:51 | CodeQL | UTF-8 | Java | false | false | 1,243 | java | // Generated automatically from com.fasterxml.jackson.databind.node.NumericNode for testing purposes
package com.fasterxml.jackson.databind.node;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.databind.node.JsonNodeType;
import com.fasterxml.jackson.databind.node.ValueNode;
import java.mat... | [
"atorralba@users.noreply.github.com"
] | atorralba@users.noreply.github.com |
cbb497b8d7eacc9b878fe6cfd3f60171ec662ff9 | d4a466f3a171294bee36cfa24108ea47ae36b834 | /where-to-refuel-server/src/main/java/where/to/refuel/server/model/Brand.java | 6fe4d07bba1308f4786cfa9326bb0c791765573e | [
"MIT"
] | permissive | webdude21/where-to-refuel | 8650713a2431d88aedf7cfba32eca33b80fc3576 | 205b018cd149947f54370120e68d05a44e7d07c2 | refs/heads/master | 2023-01-11T07:00:33.716685 | 2022-12-29T11:42:41 | 2022-12-29T11:48:54 | 181,197,289 | 2 | 0 | MIT | 2020-05-06T15:20:32 | 2019-04-13T16:15:37 | Java | UTF-8 | Java | false | false | 143 | java | package where.to.refuel.server.model;
import lombok.Value;
@Value(staticConstructor = "of")
public class Brand {
long id;
String name;
}
| [
"dpetrov@devexperts.com"
] | dpetrov@devexperts.com |
e0bce5f19517dce3a856cd4cc2cc2dc7def0d141 | b345f82f22f6607a6dcff8ef86c44dce80e8f378 | /subprojects/griffon-core-java8/src/main/java/griffon/core/editors/LocalDateTimePropertyEditor.java | d7e0e09582f49304e39d18742cb8c6e289318dda | [
"Apache-2.0"
] | permissive | eunsebi/griffon | 2296201165b0e4842e84d8764a7bde6f1f9ca56a | 52a2c4bb33953438d62fffd0e4b7d7740930bb0d | refs/heads/master | 2021-01-01T20:36:01.491286 | 2017-06-22T08:45:33 | 2017-06-22T08:45:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,239 | java | /*
* Copyright 2008-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"aalmiray@gmail.com"
] | aalmiray@gmail.com |
3df2d5428de988d4677e2270bc968a58f78af461 | d4dbb0571226af5809cc953e73924d505094e211 | /Hibernate/09.Workshop/AirConditionerTestingSystem/src/main/java/app/repositories/ReportRepository.java | e54dfb50ac01e8ee10c188dc476ca24eb16c563c | [] | no_license | vasilgramov/database-fundamentals | 45e258e965e85514e60b849d9049737ae25e81c0 | 0ebe74ab4bffef0d29d6ee2e200f07bdc24fe6bf | refs/heads/master | 2021-06-18T17:54:36.238976 | 2017-07-10T14:49:44 | 2017-07-10T14:49:44 | 89,739,950 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 326 | java | package app.repositories;
import app.domains.entities.reports.Report;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import javax.transaction.Transactional;
@Repository
@Transactional
public interface ReportRepository extends JpaRepository<Report, Long... | [
"gramovv@gmail.com"
] | gramovv@gmail.com |
0ed35450725d5993d1126b3f1d74d42f21c9360e | 2c7bbc8139c4695180852ed29b229bb5a0f038d7 | /com/facebook/react/uimanager/UIViewOperationQueue$FindTargetForTouchOperation.java | be4c4a1a61e77e94196592aeabaf5936054ec35d | [] | no_license | suliyu/evolucionNetflix | 6126cae17d1f7ea0bc769ee4669e64f3792cdd2f | ac767b81e72ca5ad636ec0d471595bca7331384a | refs/heads/master | 2020-04-27T05:55:47.314928 | 2017-05-08T17:08:22 | 2017-05-08T17:08:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,006 | java | //
// Decompiled by Procyon v0.5.30
//
package com.facebook.react.uimanager;
import android.view.Choreographer$FrameCallback;
import com.facebook.react.animation.Animation;
import com.facebook.react.bridge.ReadableArray;
import com.facebook.react.bridge.ReadableMap;
import com.facebook.react.bridge.SoftAssertions;
... | [
"sy.velasquez10@uniandes.edu.co"
] | sy.velasquez10@uniandes.edu.co |
d06840c938ff121618f2f8353425938d62700eff | 1c20a99b60e0e1b501b6a7f54691dce123d5a11c | /innlevering_1/src/no/hvl/dat100/trinnSkatt.java | 3930f5582d7495c451362b769f6d5cb51deec365 | [] | no_license | JaranVasstveit/innlevering1 | ba01f5003a45bffc136d955bc31ec8e3308b8dcd | 7698fa55ec3772eea9646ccd56b5efc755782102 | refs/heads/master | 2022-12-13T21:37:57.779210 | 2020-09-08T10:35:47 | 2020-09-08T10:35:47 | 293,575,715 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 772 | java | package no.hvl.dat100;
import static javax.swing.JOptionPane.*;
public class trinnSkatt {
public static void main(String[] args) {
String skatt = showInputDialog("skriv inn din lonn");
double lonn = Integer.parseInt(skatt);
double t1 = lonn * 0.93;
double t2 = lonn * 2.41;
double t3 = lonn * 11.52;
dou... | [
"jaran@158.37.195.33"
] | jaran@158.37.195.33 |
76ad8c97ff09a91e15f9b3b707cd4767b7ee9194 | 5b82e2f7c720c49dff236970aacd610e7c41a077 | /QueryReformulation-master 2/data/ExampleSourceCodeFiles/TaskInfo.java | 17ea6e0fbcfb0894333f6a4c1410d1b40bfdb8a0 | [] | no_license | shy942/EGITrepoOnlineVersion | 4b157da0f76dc5bbf179437242d2224d782dd267 | f88fb20497dcc30ff1add5fe359cbca772142b09 | refs/heads/master | 2021-01-20T16:04:23.509863 | 2016-07-21T20:43:22 | 2016-07-21T20:43:22 | 63,737,385 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,349 | java | /Users/user/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/TaskInfo.java
org eclipse internal progress org eclipse core runtime progress monitor org eclipse osgi util task info info task job assumed task running time previous tasks job deleted task info sub task info p... | [
"muktacseku@gmail.com"
] | muktacseku@gmail.com |
d869a1c21161b592df7a696a3b931fb292cb8ff1 | db3fa6b08e629ef268d501a511492162bcec9448 | /src/main/java/io/github/pcrnkovic/jspfop/tag/BidiOverride.java | e20e8bcbec9acb40b411cf1a720bea7e8ea6973a | [] | no_license | pcrnkovic/jsp-fop | 6d2eb4dcfb72886dd03a8bcbd7837a4094d9ff95 | 7b9c6aede127e926d1748a96c000e1c2161ab3ba | refs/heads/master | 2021-04-03T08:29:26.631084 | 2020-09-16T14:56:04 | 2020-09-16T14:56:04 | 124,656,861 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,479 | 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 io.github.pcrnkovic.jspfop.tag;
import io.github.pcrnkovic.jspfop.attr.CommonRelativePositionProperties;
import io.github.pcrn... | [
"pcrnkovic@gmail.com"
] | pcrnkovic@gmail.com |
fb7cfb8aa970b08f687b258947c6af6e5a31adbc | d44ca237ce9c8e6d3115956ed3eda0e6f3c66fe0 | /jscenegraph/src/jscenegraph/database/inventor/shapenodes/soshape_trianglesort.java | 1f5df0f5faa82e9d7de861f8725af30e7de2bb01 | [
"BSD-3-Clause"
] | permissive | YvesBoyadjian/Koin3D | bf0128a91ee90b1eaf2127aa8f4903b23680c2db | 5b89e63fc460882f1acb642ff6323f6acdfd6160 | refs/heads/master | 2023-06-22T18:18:47.413274 | 2023-06-16T10:34:47 | 2023-06-16T10:34:47 | 139,198,732 | 16 | 5 | null | null | null | null | UTF-8 | Java | false | false | 139 | java | /**
*
*/
package jscenegraph.database.inventor.shapenodes;
/**
* @author Yves Boyadjian
*
*/
public class soshape_trianglesort {
}
| [
"yboyadjian@hotmail.fr"
] | yboyadjian@hotmail.fr |
77f0cd77415f7d9458d6c2a53e73160236a07255 | c6b7550e602998a4114804eecd9c6d3c92c69b08 | /src/main/java/cn/itbaizhan/action/CommodityAction.java | f44a0b76b8e34f59041b66b2c3a6beaa8733b5b9 | [] | no_license | Aruke05/E-commerce-Management-System | d34447b2fae24cf4c90a53681bacf11d61f4b77a | 38c9d29f08f8c55335753903869bd902b1c51f3f | refs/heads/master | 2023-03-22T15:18:44.793735 | 2021-03-22T13:34:25 | 2021-03-22T13:34:25 | 349,409,108 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,687 | java | package cn.itbaizhan.action;
import java.util.List;
import java.util.Map;
import java.io.File;
import javax.servlet.ServletContext;
import cn.itbaizhan.po.Commodity;
import org.apache.commons.io.FileUtils;
import javax.annotation.Resource;
import org.apache.struts2.ServletActionContext;
import org.springframework... | [
"enu990424"
] | enu990424 |
6968d0e2b3aea280c1f5c5439166a2afe3902896 | 6be25c9104b85cbebd23ee22e83500b37bbb15ec | /src/services/IGestionProf.java | afd6f829cf600ace303c88b0c34c58c9b0b0569d | [] | no_license | SpirituelNsoley/JAVA | 53542f861e15896c8876849afa529bc8cbfa542d | bbfa3f5009594b8205ac9943017a4be4e661c012 | refs/heads/master | 2022-04-18T23:29:12.988137 | 2020-04-18T23:41:58 | 2020-04-18T23:41:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 461 | 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 services;
import java.util.ArrayList;
import modeles.Classe;
import modeles.Professeur;
/**
*
* @author hp
*/
public inter... | [
"nsoleyspirituel@gmail.com"
] | nsoleyspirituel@gmail.com |
b2761a51c40a576aaf0feb2c3a726d73a772997e | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/dbeaver/2016/8/OracleSQLDialect.java | 01bc05fa2a3e42558eb89737bd1cfac4b8f897da | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 8,395 | java | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2016 Serge Rieder (serge@jkiss.org)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License (version 2)
* as published by the Free Software Foundation.
*
* This program ... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
409e69cf5a127dd3b41dab7a09eca484c870c445 | 1a3b65eaa15f9f038ed189a99bfbb7992b397a78 | /app/src/main/java/com/fos/fragment/guide_fragment/VideoLauncherFragment.java | a0309b63d981801775d4271a3287e68cd3ee0246 | [] | no_license | MayDaycwxiong/fos | 1f1572bdb80e9127cd18294f072067a0fc108fdd | bffb75fdedf2e9e14648092af1df6ec8db73f507 | refs/heads/master | 2020-04-11T20:25:06.301650 | 2018-07-07T08:10:30 | 2018-07-07T08:10:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,072 | java | package com.fos.fragment.guide_fragment;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.animation.AlphaAnimation;
import android.view.animation.Animation;
i... | [
"592813685@qq.com"
] | 592813685@qq.com |
e529864c269de071e8ae9995739c600e3e1b4c1b | e947cf88ce73c8d0db01d170539e989f631728f3 | /.svn/pristine/e5/e529864c269de071e8ae9995739c600e3e1b4c1b.svn-base | 064f927e2a9afb11956694c7b87ad8ab3dd3ef61 | [] | no_license | codeclimate-testing/java-plazma | 8537f572229253c6a28f0bc58b32d8ad619b9929 | d2f343564cd59882e43b1a1efede7a3b403e2bdb | refs/heads/master | 2021-01-21T05:36:14.105653 | 2017-09-05T21:38:32 | 2017-09-05T21:38:32 | 101,927,837 | 0 | 1 | null | 2017-10-19T13:15:00 | 2017-08-30T20:53:58 | Java | UTF-8 | Java | false | false | 1,897 | /*
* Copyright (C) 2005-2010 Oleh Hapon ohapon@users.sourceforge.net
*
* 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... | [
"abaldwinhunter@codeclimate.com"
] | abaldwinhunter@codeclimate.com | |
8c0fe0d80d52f59266f58ade44577cca3ac801f3 | 2385e5249ef0f420e3ce31ff60c27e6ec4b363d6 | /src/Mediator/Colleague.java | 92d916abf2e952584fe8e4ffc145dd32c7f43f03 | [] | no_license | youngmin-chung/Java_DesginPattern | bedef9d86d0b2f5476c9cd8972e7e1c558d4bbd6 | 9570286a008ad8eac467eefaf91fc97c5a38ae2b | refs/heads/main | 2023-09-01T12:55:58.883448 | 2021-10-25T03:07:34 | 2021-10-25T03:07:34 | 367,079,645 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 585 | java | package Mediator;
// The Abstract Colleague class
public abstract class Colleague {
private Mediator mediator;
private int colleagueCode;
public Colleague(Mediator newMediator){
mediator = newMediator;
mediator.addColleague(this);
}
public void saleOffer(String stock, int shares){... | [
"mintmin01@gmail.com"
] | mintmin01@gmail.com |
64afbe2d26e5a009d666465c44960ab3baf1d225 | ed406aaeefbb6d91e5d3bf97c99cb8795991efbe | /src/main/java/com/tavares/cursomc/services/CategoriaService.java | 9d4554a46b01435d8eef0325293743a9055b067a | [] | no_license | lucastavar3s/CursoMC | e16f9dbae2ba3b244676009b45ce8cf78ed2d370 | f013385ead80a8af6ab747735c34a70079d4be22 | refs/heads/master | 2023-03-07T21:51:59.752118 | 2021-02-24T23:43:01 | 2021-02-24T23:43:01 | 341,732,681 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 495 | java | package com.tavares.cursomc.services;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.tavares.cursomc.domain.Categoria;
import com.tavares.cursomc.repositories.CategoriaRepository;
@Service
public class CategoriaSer... | [
"lucasr.tavares@outlook.com"
] | lucasr.tavares@outlook.com |
ee808e9f932ecab4fdcd4ec435c8a27c452f449d | 262acdf6cbf3aae770ff50474af76f13ddf3279c | /src/org/nsdev/glitchskills/ContentHelper.java | 38c7e7aa108f71af3d8028d4c93b14cfd86ee255 | [] | no_license | thorinside/GlitchSkills | bdb8a94aa5f55cb23c4ec8148447645ee6ba1bab | a79b79fd2d65ceaeb3e356291b9cb3c2962c118b | refs/heads/master | 2021-03-12T23:13:28.166718 | 2012-09-27T16:15:01 | 2012-09-27T16:15:01 | 2,596,886 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,024 | java | package org.nsdev.glitchskills;
import org.json.JSONException;
import org.json.JSONObject;
import org.json.JSONTokener;
import android.content.Context;
import android.database.Cursor;
import android.net.Uri;
public class ContentHelper
{
public static JSONObject getContent(Context context, String meth... | [
"thorinside@gmail.com"
] | thorinside@gmail.com |
a2f7ee24557822fde625355f40b153f305a1153b | c6245a6dcffc6a2257aaff06fd9e6e953db55651 | /octopus-server/src/main/java/cn/throwx/octopus/server/cache/AccessDomainCacheManager.java | c25666981001045664c4e80e8378ab52121e0e5b | [] | no_license | zjcscut/octopus | f5bd96145950cce427fdc6ddfbcfef90e5b0f9ab | 783761c6917454684aa1a6f8876dcd60ba2affd1 | refs/heads/main | 2023-02-07T07:56:15.317221 | 2020-12-27T12:33:21 | 2020-12-27T12:33:21 | 324,755,928 | 314 | 98 | null | null | null | null | UTF-8 | Java | false | false | 2,034 | java | package cn.throwx.octopus.server.cache;
import cn.throwx.octopus.server.infra.common.CacheKey;
import cn.throwx.octopus.server.infra.common.DomainStatus;
import cn.throwx.octopus.server.model.entity.DomainConf;
import cn.throwx.octopus.server.repository.DomainConfDao;
import lombok.RequiredArgsConstructor;
import lomb... | [
"15118850470@153.com"
] | 15118850470@153.com |
e3dec2c9e062783d8e43738ddd5e204d827265f3 | e1278d867ea9a444171c851a0e5cfcef42eba29e | /obvious-test/src/main/java/test/obvious/data/ForestTest.java | 995aeba632744ebcf22acd452a41090f58e11667 | [
"BSD-3-Clause"
] | permissive | jdfekete/obvious | 774859d180134793f82bdbe77f1b2ee388e92b67 | 70be7f0fdbf1b9bd8d949a7eb177c9cb942e0119 | refs/heads/master | 2020-05-28T13:55:42.614467 | 2012-12-06T17:54:35 | 2012-12-06T17:54:35 | 33,189,843 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,311 | java | /*
* Copyright (c) 2011, INRIA
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions... | [
"pl.obvious@gmail.com@35a52bc0-c39b-11dd-bf30-1748d1f6ef2f"
] | pl.obvious@gmail.com@35a52bc0-c39b-11dd-bf30-1748d1f6ef2f |
043cca49f4b7180ccfbb836f5fed27c0eb1bb726 | 405d9b0030b118247d87674d934b99de0e4d7a60 | /src/com/autoinc/supplier/supplyservice/UpdateTransportationStatusFault.java | e4c754b2076155302490dbe570bae85adf697406 | [] | no_license | nivemaham/SupplyService | 024382d1f409026617f8b88a096bd8a9d0f8f669 | 21c4bc17127b88a87469957ddecac1395f79d3a2 | refs/heads/master | 2021-01-01T18:06:39.450243 | 2015-06-22T14:47:43 | 2015-06-22T14:47:43 | 37,859,862 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,816 | java |
/**
* UpdateTransportationStatusFault.java
*
* This file was auto-generated from WSDL
* by the Apache Axis2 version: 1.6.2 Built on : Apr 17, 2012 (05:34:40 IST)
*/
package com.autoinc.supplier.supplyservice;
/**
* UpdateTransporta... | [
"nivemaham@gmail.com"
] | nivemaham@gmail.com |
02ba9827461a6d8f81ab07205ea8fa75bcc97aed | 7fa17fdef7db6173005b78d76d3a2877831552c1 | /project-model-maven-tests/src/test/java/org/jboss/seam/forge/maven/dependencies/RepositoryLookupTest.java | 281196086ab36f0441d68cd2e98fa2a1da69291d | [] | no_license | paulbakker/forge | 1893517c84c22540eb0f74708bc1f80c486f1f99 | 93fc30c6417d6fe95d03d670d699a3de8822f14d | refs/heads/master | 2021-01-15T22:02:34.301934 | 2011-04-24T22:18:36 | 2011-04-24T22:18:36 | 1,573,810 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,810 | java | /*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat, Inc., and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the ... | [
"lincolnbaxter@gmail.com"
] | lincolnbaxter@gmail.com |
9cebcc586f733f464f2cb45037c5874069700b9e | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/25/25_3fc0ffc7b28943ba65554081b45e492491e952ec/UserTests/25_3fc0ffc7b28943ba65554081b45e492491e952ec_UserTests_s.java | 61d39e2f8656c6e3fd71776c619d9c5fd59ac9d7 | [] | 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 | 1,187 | java | package test;
import static org.junit.Assert.*;
import main.*;
import org.junit.Before;
import org.junit.Test;
public class UserTests {
AccessTracker tracker;
@Before
public void setup() {
tracker = new AccessTracker();
}
@Test
public void checkoutAndReturnToolTest()... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
7f9c02ee9a27a94dfdfc200f0a85372174bece06 | 9987110960a600d05c335de20a118da712b29191 | /android/jdonkey/src/main/java/org/dkf/jmule/views/AbstractAdapter.java | c30f386e923ef97cdbd56aaf74775cc15a4057a8 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | a-pavlov/jed2k | 57a9a23a018cf52f7aaa54bc977cc9be02b6c8e8 | c27cc2b28c01789e09511f8446934e6555863858 | refs/heads/master | 2023-08-31T20:22:28.949276 | 2023-08-22T16:58:22 | 2023-08-22T16:58:22 | 35,595,139 | 123 | 55 | NOASSERTION | 2023-08-21T19:15:39 | 2015-05-14T06:32:38 | Java | UTF-8 | Java | false | false | 3,176 | java | /*
* Created by Angel Leon (@gubatron), Alden Torres (aldenml)
* Copyright (c) 2011-2014, FrostWire(R). 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 versio... | [
"dkfsoft@gmail.com"
] | dkfsoft@gmail.com |
9ba49b866d27b849e52bb3662685ded48508aaa3 | 00a3116eba9702179fcaa77d8af07b07d262e06a | /src/04_FactoryMethod/ex/idcard/IDCardFactory.java | 7ace2b72d4877fea22ec33e079addfde2663c9df | [] | no_license | yakisuzu/DesignPatternJava | 634ba24a297eb251c54f10fbd66496d2f9152107 | 2f80420a7eb93ccad2fdc4dc9d03a3920ca206fe | refs/heads/master | 2020-06-06T21:43:41.708399 | 2015-08-28T15:36:31 | 2015-08-28T15:36:31 | 31,315,106 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 712 | java | package ex.idcard;
import java.util.Comparator;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
import ex.framework.AFactory;
public class IDCardFactory extends AFactory<IDCard> {
private Map<Integer, String> owners = new HashMap<>();
@Override
protected... | [
"yakisuzu@gmail.com"
] | yakisuzu@gmail.com |
ae8754370606a4d5b66059b7a7b48d1c16d286f2 | 9b10416993841c93a5d643e5b52b454ca62aa1c8 | /src/main/java/io/github/foundationgames/sculkconcept/SculkConceptClient.java | b9f825141741e1d46112fc7bfa4f1a8bbafa23d3 | [] | no_license | FoundationGames/SculkConcept | 6e5a1bf9fb2b305b4e0132525e27391bcbaf990e | bc36e15a3c0647876a7e3a7869355db94aa3a1fb | refs/heads/master | 2023-01-13T15:35:14.410729 | 2020-11-14T08:47:43 | 2020-11-14T08:47:43 | 304,817,539 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,680 | java | package io.github.foundationgames.sculkconcept;
import com.google.common.collect.Maps;
import com.swordglowsblue.artifice.api.Artifice;
import io.github.foundationgames.sculkconcept.block.entity.render.SculkSensorBlockEntityRenderer;
import io.github.foundationgames.sculkconcept.particle.VibrationParticle;
import io.g... | [
"43485105+FoundationGames@users.noreply.github.com"
] | 43485105+FoundationGames@users.noreply.github.com |
b3677dc24c1646c5c037b920072a3236f0829237 | 22afbcd47ef5da9aeae12dc35526986d0a8e93ec | /softwareupdatetips/src/main/java/com/mingrisoft/softwareupdatetips/MainActivity.java | 01ab35dddc2a1dc75018a93106c24c582a3db91a | [] | no_license | sky1225/HelloWorld | a38f94b7a07a0599db902b94a9b1ffc5a6590dba | ca41144b301194a5e615bbf74cc7adf8447ba7d1 | refs/heads/master | 2020-04-09T10:46:35.228163 | 2018-12-04T02:25:36 | 2018-12-04T02:25:36 | 160,282,359 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 347 | java | package com.mingrisoft.softwareupdatetips;
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.layou... | [
"554814725@qq.com"
] | 554814725@qq.com |
87ac5d4f3c365ea5178f860e83bbbc788bbc23ff | 00cbe217033afbd7a38012ca3e509ccb9c8ba440 | /Mytest/src/listview/newitem/DepartInfoAdapter.java | b9c2b28f09992d8ea94f9a755ba1223ccd6517bc | [] | no_license | StevenWang1988/HelloWorld | fe369aff751537ecf4514c178ad974a8916e78fd | 02d75144222fefc3830e7c8f52e1df4fa2419129 | refs/heads/master | 2020-05-30T11:03:29.701726 | 2014-04-01T04:35:21 | 2014-04-01T04:35:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,537 | java | package listview.newitem;
import steven.example.mytest.R;
import android.app.Activity;
import android.content.Context;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
p... | [
"allensteven2004@gmail.com"
] | allensteven2004@gmail.com |
d5ff55bb16befd09a8cf4b0a3aab91b6ddd9a793 | b4c89acbd630437941bcf6c8005518d8390cb3c4 | /src/test/java/tests/LoginTest.java | 43df11d2f21e3844237b22bbfb049b21eb14ed24 | [] | no_license | memocpr/proCrmX | a79c9a37a7d83986bb19f6c42e3abb53ee4f182b | 38668d4cfecd37452005aaaa3c3087b3ccd94bdb | refs/heads/master | 2023-05-11T06:13:53.048493 | 2020-05-27T20:32:43 | 2020-05-27T20:32:43 | 267,420,580 | 0 | 0 | null | 2023-05-09T18:47:59 | 2020-05-27T20:33:30 | Java | UTF-8 | Java | false | false | 530 | java | package tests;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.testng.annotations.Test;
import pages.LoginPage;
public class LoginTest extends TestBase{
@Test
public void loginAsHelpdeskTest(){
driver.findElement(By.className("input[type='text']")).sendKeys("helpdesk19@cyb... | [
"memocpr35@gmail.com"
] | memocpr35@gmail.com |
5fb324710b28c9075e7abee0f69f4539725ed183 | dc7d9819709c288edf5c242049610f3a64805a69 | /cs端的成品/Teacher/src/team/javaSpirit/teachingAssistantPlatform/mina/TCommunicaIoHandle.java | 0157176df205207a1862d0cdffa01227a82af275 | [] | no_license | zhangleiting/JavaSprits | c9ee84542a5395aae333a0af6250852bbad23daa | c3b5637b3f5c35f4e5f18ac92c25e6c0eaa51a4d | refs/heads/master | 2022-01-20T10:33:14.592120 | 2019-07-23T02:33:37 | 2019-07-23T02:33:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,965 | java | package team.javaSpirit.teachingAssistantPlatform.mina;
import org.apache.mina.core.service.IoHandlerAdapter;
import org.apache.mina.core.session.IdleStatus;
import org.apache.mina.core.session.IoSession;
/**
* <p>
* Title: SCommunicaIoHandle
* </p>
* <p>
* Description: 老师服务端处理器。接收客户端传递的信息,对其进行相对应的处理。 判断session的... | [
"2254400231@qq.com"
] | 2254400231@qq.com |
59a814d3558dbfa8a6979dd12d26a086a3e2bc23 | a9d40e882bb8679fc4eecee6d117e33eec8a4f6a | /gmall-api/src/main/java/com/demo/gmall/bean/PmsBaseAttrInfo.java | 56eb3e0a63d36ab43ef6e5c9edd6476115c560d4 | [] | no_license | zsy2713/gmall | 1ebc508fbd0f2a9907f5b869e5317cc79c128e02 | a2c94ede45fc35f20cbd5719bcc6973f0814c056 | refs/heads/master | 2022-09-15T01:10:02.576742 | 2019-10-24T10:50:46 | 2019-10-24T10:50:46 | 216,556,048 | 0 | 0 | null | 2022-09-01T23:14:34 | 2019-10-21T11:54:14 | Java | UTF-8 | Java | false | false | 1,653 | java | package com.demo.gmall.bean;
import javax.persistence.*;
import java.io.Serializable;
import java.util.List;
/**
* @param
* @return
*/
public class PmsBaseAttrInfo implements Serializable {
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Id
@Column
private String id;
@Column
private ... | [
"zsy2713@outlook.comgit config --global user.email zsy2713@outlook.com"
] | zsy2713@outlook.comgit config --global user.email zsy2713@outlook.com |
3fcb0d74a552d895347f33c601da58876a78750f | 17e81bf53886e9cedd92c412fa1d27c915703f45 | /FragmentEvaluacion_Anibal_Bastias/app/src/main/java/com/nextu/anibalbastias/fragments/detail/InstrumentDetailFragment.java | 9c8d556a9142567284476584a73aeea34aaa4412 | [] | no_license | anibalbastiass/android.nextu.certification | a66c021a0f679a0448a27e33664d00b3c925cd22 | 8e62d23c6a6c49cfbc15db6caf9c8b668074ab7b | refs/heads/master | 2022-06-17T07:51:35.110544 | 2020-05-05T15:12:00 | 2020-05-05T15:12:00 | 261,505,420 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,465 | java | package com.nextu.anibalbastias.fragments.detail;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageButton;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.fragment.app.Fragment;
import co... | [
"anibal.bastias@gmail.com"
] | anibal.bastias@gmail.com |
ac948843a81016e1368005e470cd3601c48592ea | 466011096bd1cb660b483350d51512abd9b5a2d8 | /src/test/java/xdptdr/ulhiunteco/aw/TestAW.java | 8ae851e0639398ba238ac7912a57b377256101d2 | [] | no_license | xdptdr/UlHiUnTeCo | 8a9a50e374d624be5293123c3ab08d0f10ea4d78 | f6a551946af5013a9a3089a762db6ae3897d2a0e | refs/heads/master | 2021-01-01T05:21:40.233214 | 2016-05-20T19:56:41 | 2016-05-20T19:56:41 | 58,808,647 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,537 | java | package xdptdr.ulhiunteco.aw;
import org.hibernate.Session;
import org.hibernate.Transaction;
import org.junit.Assert;
import org.junit.Test;
import xdptdr.ulhiunteco.test.AbstractTest;
/**
* @author xdptdr
*/
public class TestAW extends AbstractTest {
private static final String personName1 = "p... | [
"xavierdpt@knowit.foo"
] | xavierdpt@knowit.foo |
a7da2c0794077388e4e1866fbd8ad85ea0f0ab4d | eec5131ba75aabb91381a083dc3cc522794e2a11 | /src/com/scsb/dao/DatabaseDAO.java | 4356c6ed44b15cd57df635dff9b536c02d04d82e | [] | no_license | rangerkao/scsbsmpp | ea015675bd56e8516bef4926910ac359e76f87e6 | e72dc7b47ffb6267fa8a49246dedb433770a31ca | refs/heads/master | 2021-01-10T05:38:58.095618 | 2016-01-25T03:48:56 | 2016-01-25T03:48:56 | 49,861,624 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,557 | java | package com.scsb.dao;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
public class DatabaseDAO {
private static Connection con;
private static final String DRIVER ="com.mysql.jdbc.Driver";
private stat... | [
"ranger@gmail.com"
] | ranger@gmail.com |
8e4033dafd0eaa193251b7e2ef4d1b88191af40d | 6a03ea158aae68aed0d042e959dfaf8a9b9f1f80 | /app/src/test/java/com/cotton/mahacott/ExampleUnitTest.java | 6f8d7f079515f0564c1385f41b371fb5a37a4594 | [] | no_license | ashwinbhite/mahacottapp | dfc595fb132f4164a57129d93e1af863d62cc0cc | efbad4156fb01e89b5396cb1e73bcd474d9a19eb | refs/heads/master | 2022-11-11T14:44:28.820590 | 2020-06-30T05:35:01 | 2020-06-30T05:35:01 | 276,006,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 380 | java | package com.cotton.mahacott;
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
public void ad... | [
"abhijat.abhishek@vginfo.net"
] | abhijat.abhishek@vginfo.net |
72b8989ff50ea265f6c6f34d067e0b2deae86fce | 238d89f2c469b32986be45db254493a53f0d3a1b | /spring-boot-self/src/main/java/com/spring/boot/order/handler/HandlerType.java | 6ff4af0a596384f2ba9a3d0631a685e15f8efaee | [
"Apache-2.0"
] | permissive | dongzl/spring-book-code | f4f11747f6cf16d89102ea36b1482e0d78c27d19 | 9afbea0e5aad155fc23a631f2d989687c40b4247 | refs/heads/master | 2022-12-24T18:06:35.409066 | 2020-12-12T04:35:35 | 2020-12-12T04:35:35 | 176,476,679 | 0 | 1 | Apache-2.0 | 2022-12-16T04:59:18 | 2019-03-19T09:37:14 | Java | UTF-8 | Java | false | false | 496 | java | package com.spring.boot.order.handler;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* @author dongzonglei
* @descript... | [
"dzllikelsw@163.com"
] | dzllikelsw@163.com |
f84e16f9692b7ccc5bda10765251947d3274aac4 | a42f9fb600dce680649b138473478cc9c7fed59b | /opensrp-jhpiego/src/main/java/org/smartgresiter/jhpiego/listener/FamilyMemberImmunizationListener.java | 23ef18b1c31bc20499202239b6b0ba0c65961f51 | [
"Apache-2.0"
] | permissive | issyzac/opensrp-client | 535c5087a78a5abf91e1f0999e804eb5d2721018 | f6fc5c4408567aad43fcee6b6255b5be46645b34 | refs/heads/master | 2020-06-17T00:43:55.926119 | 2019-07-08T06:14:07 | 2019-07-08T06:14:07 | 195,746,839 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 360 | java | package org.smartgresiter.jhpiego.listener;
import org.smartgresiter.jhpiego.util.ImmunizationState;
import java.util.Date;
import java.util.Map;
public interface FamilyMemberImmunizationListener {
void onFamilyMemberState(ImmunizationState state);
void onSelfStatus(Map<String, Date> vaccines, Map<String, O... | [
"issyzac.iz@gmail.com"
] | issyzac.iz@gmail.com |
eb9f372303807a84d9f39b18a899f89459f75601 | 3508bc01693817a717592fdfa2b0d964fd4c049c | /app/src/main/java/android/tp/unice/yoann/poncet/devapplication/RegisterActivity.java | 3c38f2be85b11a717e85f42fb2edc1234ea3344d | [] | no_license | LotfiMBDS/DevApplication | 028190ca3147fae4321d2b12ab0e3764c8c0aeb0 | 9e5bee70957f118e14caa912fe0710dc6eca2d2e | refs/heads/master | 2016-08-12T18:07:42.402368 | 2015-10-27T08:44:00 | 2015-10-27T08:44:00 | 45,027,749 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,769 | java | package android.tp.unice.yoann.poncet.devapplication;
import android.annotation.SuppressLint;
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.RadioButton;
import org.w3c.dom.Text;
p... | [
"lotfi.mebarkia@gmail.com"
] | lotfi.mebarkia@gmail.com |
7364bb13a89a9e3c515b88c1b64d5f106fa4d9bf | e7ee311e20b40c87bf6d23a53a1d7b11fd29d2c3 | /src/chosun/ciis/mc/cost/ds/MC_COST_3009_DDataSet.java | d3ed41317c71d06ddc2756c7e268a133c29bc6a0 | [] | no_license | nosmoon/misdevteam | 4e3695ef7bbdcd231bb84d7d8d7df54a23ff0a60 | 1829d5bd489eb6dd307ca244f0e183a31a1de773 | refs/heads/master | 2020-04-15T15:57:05.480056 | 2019-01-10T01:12:01 | 2019-01-10T01:12:01 | 164,812,547 | 1 | 0 | null | null | null | null | UHC | Java | false | false | 2,687 | java | /***************************************************************************************************
* 파일명 : .java
* 기능 : 독자우대-구독신청
* 작성일자 : 2007-05-22
* 작성자 : 김대섭
***************************************************************************************************/
/************************************************... | [
"DLCOM000@172.16.30.11"
] | DLCOM000@172.16.30.11 |
a61ee2a31ae925602b2d26c5303fe9d4bbf1aa72 | b0cb58fc0d2a0e06c3f4426e6776a398ea348ec9 | /src/test/java/com/ps/MongoTest.java | 8f31fc50a46585887bcf1c70e5c52b83566268a3 | [] | no_license | pashashiz/mongo-native | a5ea28b96937c0a7141458023081dce21ff4997b | a44361b73170e8e31a26c0018cc9cdf06ac8a696 | refs/heads/master | 2021-01-01T18:14:47.912984 | 2017-07-25T08:50:43 | 2017-07-25T08:50:43 | 98,285,328 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,485 | java | package com.ps;
import com.mongodb.ConnectionString;
import com.mongodb.async.client.MongoClient;
import com.mongodb.async.client.MongoClients;
import com.mongodb.async.client.MongoCollection;
import com.mongodb.async.client.MongoDatabase;
import com.mongodb.client.model.Indexes;
import org.bson.Document;
import org.b... | [
"pavlo.pohrebnyi@asg.com"
] | pavlo.pohrebnyi@asg.com |
dcd5cef79e392f8fc540e86b2f8f2c6a0e05d96c | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/openzipkin--zipkin/2fe5142e08b4d74bd38da4ff5837e969777755da/before/IndexNameFormatter.java | 8f21b8e59dc091446b1387d69970764ce9ed4939 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,094 | java | /**
* Copyright 2015-2017 The OpenZipkin 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 ... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
3abc87a752af2893734b500cc7720d44def60d41 | 3942fd595687f15841282beaf6fb72efa4cd0807 | /app/src/main/java/com/expandablelistdemo/MainActivity.java | 7567a6bd8183391736fcf91958dc12f772237e28 | [] | no_license | turjoridoy/ExpandableListDemo | eff36ab47de19e18f9ef7619bc61b7d11d0ec0f0 | 363772a15ec746a9e77663b527a4f324f05f3bca | refs/heads/master | 2020-05-19T13:13:28.731848 | 2019-05-05T13:20:26 | 2019-05-05T13:20:26 | 185,034,132 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,191 | java | package com.expandablelistdemo;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.widget.ExpandableListView;
import com.expandablelistdemo.Model.DataItem;
import com.expandablelistdemo.Model.SubCategoryItem;
import java.util.ArrayList;
import java.util... | [
"turjoridoy@gmail.com"
] | turjoridoy@gmail.com |
33434e5d14c1851d6959a04ec673b68787349778 | ff5f00be10ef21710493902d0ad334c556ac1221 | /pkuhit.xap-api/src/main/java/pkuhit/xap/file/FileObject.java | 8279bc452089998502fa6a64a7ac9a7cf7ac6614 | [] | no_license | sun-wangbaiyu/emr-code | 2ed323a682f42db1ce3c3c61c7680de2f80d6290 | 034f2a6a969b55ff97c8b8cdaff1e0c0615a0dc7 | refs/heads/master | 2020-05-16T09:14:30.758529 | 2017-11-19T03:31:40 | 2017-11-19T03:31:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 927 | java | package pkuhit.xap.file;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
public class FileObject
{
String id;
String name;
Long size;
ObjectData data;
public FileObject(String id, Long size, InputStream in) throws IOException
{
... | [
"149516374@qq.com"
] | 149516374@qq.com |
700f6aa828ef63bd1cbb9bd43dd664fe34d7b664 | 3e8290da79315a5ca93bf6a98427a962dc9f45de | /src/main/java/com/ilyasov/dao/AdvertisementDAO.java | 38c35478c54abd5042cd7545f1265f912ff5487e | [] | no_license | DamirIlyasov/AvitoChecker | 428e9b43bf68bd3d2348837e08c70386a57c9033 | 3569427afbc40b21dac89046de15e6c13c14ab95 | refs/heads/master | 2021-01-22T23:43:34.196603 | 2017-03-21T05:51:06 | 2017-03-21T05:51:06 | 85,663,780 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,887 | java | package com.ilyasov.dao;
import com.ilyasov.entity.Advertisement;
import java.sql.*;
import java.util.List;
public class AdvertisementDAO {
private Connection conn;
private Statement statmt;
private ResultSet resSet;
public AdvertisementDAO() {
try {
Class.forName("org.sqlite.JD... | [
"damirilyasov1997@gmail.com"
] | damirilyasov1997@gmail.com |
9e334c0cbb105416ef07afb17d8979ac40ba09c4 | c885ef92397be9d54b87741f01557f61d3f794f3 | /tests-without-trycatch/Math-6/org.apache.commons.math3.optim.nonlinear.scalar.noderiv.CMAESOptimizer/BBC-F0-opt-10/12/org/apache/commons/math3/optim/nonlinear/scalar/noderiv/CMAESOptimizer_ESTest.java | 08bc891086feba07b2f456700b78b0c396afeacf | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 15,667 | java | /*
* This file was automatically generated by EvoSuite
* Thu Oct 21 09:54:06 GMT 2021
*/
package org.apache.commons.math3.optim.nonlinear.scalar.noderiv;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import java.util.List;
import org.apache.commons.mat... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
ba67c38a634985f22e6d49d21555a7ae7a305468 | 30debfb588d3df553019a29d761f53698564e8c8 | /modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201609/cm/DisplayAttribute.java | ed32a3952be01d6d84305d91b20397304f67c3ba | [
"Apache-2.0"
] | permissive | jinhyeong/googleads-java-lib | 8f7a5b9cad5189e45b5ddcdc215bbb4776b614f9 | 872c39ba20f30f7e52d3d4c789a1c5cbefaf80fc | refs/heads/master | 2021-01-19T09:35:38.933267 | 2017-04-03T14:12:43 | 2017-04-03T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,532 | java | // Copyright 2016 Google Inc. 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
//
// Unless required by applicable law... | [
"jradcliff@users.noreply.github.com"
] | jradcliff@users.noreply.github.com |
2bff81e773c6df44d7aebbbd9ff6cef2abc17152 | 1516f3d9b6d5b9f04800dfb2e74fbb82c593fcbc | /model/api/src/main/java/org/keycloak/migration/migrators/MigrateTo1_6_0.java | 80105861975724e511f25d80be313b95d9f0fde1 | [
"Apache-2.0"
] | permissive | eugene-chow/keycloak | 6817603a2c5575cb4b0d1eee04e9b0ff952049d4 | ec018d27399a292b352aed6e828b33029e65b417 | refs/heads/master | 2021-01-22T12:37:29.261882 | 2015-09-29T02:32:16 | 2015-09-29T02:32:16 | 43,339,974 | 0 | 0 | null | 2015-09-29T02:28:00 | 2015-09-29T02:27:57 | null | UTF-8 | Java | false | false | 663 | java | package org.keycloak.migration.migrators;
import java.util.List;
import org.keycloak.migration.ModelVersion;
import org.keycloak.models.KeycloakSession;
import org.keycloak.models.RealmModel;
import org.keycloak.models.utils.KeycloakModelUtils;
/**
* @author <a href="mailto:mposolda@redhat.com">Marek Posolda</a>
*... | [
"mposolda@gmail.com"
] | mposolda@gmail.com |
981b63bcf1aff58e634e16aedbc40122867d9ce1 | ce475da64dae02b3aa228e81fcb7064880802553 | /src/Inventory.java | 1ea83ea15b9018ec568270f5d7d841b3534b7ab8 | [] | no_license | BoraBener35/Bora-s-Game | 8e89793642fd311643037065f0b682ca18cff32e | 53b561b46609079b6d2c7e0d13b0e424b9614faf | refs/heads/main | 2023-02-20T03:17:51.308677 | 2021-01-14T14:36:07 | 2021-01-14T14:36:07 | 326,696,774 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 825 | java | import java.util.ArrayList;
public class Inventory {
private ArrayList<Item> items;
public Inventory(){
items = new ArrayList<Item>();
}
public boolean addItem(Item item){
return items.add(item);
}
public Item removeItem(String name){
for (int i = 0; i<items.size(); i++){
... | [
"bbener@bayviewglen.ca"
] | bbener@bayviewglen.ca |
fc373ca20840b1b637742dec8945c2dd6bcee507 | 68f5416f9430d9b78955c777fa6213e85432cb01 | /javacourse181112/src/main/java/com/musala/javacourse181112/samples2/classes/methods/OtherClass.java | 6f52d8b643dc927790017badb3556929dd268714 | [] | no_license | dgluharov/LearnFromTheMasters-Java | 2c4d2398d03063ea1dfddebb5310bff1f22d0f6d | 7efa710afc2c4c70b1c366e19d1d17beecb9b31d | refs/heads/master | 2021-07-07T02:57:47.113128 | 2019-07-18T16:21:01 | 2019-07-18T16:21:01 | 197,141,964 | 0 | 0 | null | 2020-10-13T14:37:06 | 2019-07-16T07:20:40 | Java | UTF-8 | Java | false | false | 325 | java | package com.musala.javacourse181112.samples2.classes.methods;
class OtherClass {
public static void main(String[] args) {
Car myCar = new Car(); // Create a myCar object
myCar.fullThrottle(); // Call the fullThrottle() method
myCar.speed(200); // Call the speed() method
... | [
"dgluharov@gmail.com"
] | dgluharov@gmail.com |
34f0be54b7eb4fbdb988bcbb0c734dab47202632 | c45cabd20376cd8a29f3169bb6e98f101026828e | /SampleDemo/FallDetect/mobile/src/test/java/com/njupt/dezhou/falldetect/ExampleUnitTest.java | b63fb03a676f65d464fe32f8a56e30de0d3a2bcd | [] | no_license | 2499603447/AndroidProjects | 012d7db8751c84483ceb087dae3ef24404d2ccd1 | 10f9afe7b3ae7ad729a97ba29d7d2e8cbb25ac31 | refs/heads/master | 2020-03-21T11:55:59.148437 | 2018-06-25T02:58:24 | 2018-06-25T02:58:24 | 138,527,158 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 388 | java | package com.njupt.dezhou.falldetect;
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
public... | [
"15601599167@163.com"
] | 15601599167@163.com |
466d0846c83ac56b24d3856863eedc821c2e04cd | bac766c54372d81bdaccc2cb1f6bfd4182966511 | /EvilCorp/src/Validator.java | 50a67a81f493f571eba57eef627ceb4d1b36a2a4 | [] | no_license | MeenuRaj/EvilCorp | 3e3530eab14196f92e9b1371ce9ced9fc7c8e3b8 | 412fa18a6aeecc603d0c176bc8cc839b9b65d4ee | refs/heads/master | 2021-01-23T20:50:45.996613 | 2015-08-13T18:32:31 | 2015-08-13T18:32:31 | 40,505,887 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,327 | java | import java.util.Scanner;
public class Validator {
public static String getString(Scanner scan, String prompt) {
System.out.print(prompt);
String s = scan.next();
scan.nextLine();
return s;
}
public static int getInt(Scanner scan, String prompt) {
int i = 0;
boolean isValid = false;
wh... | [
"meenuraj979@gmail.com"
] | meenuraj979@gmail.com |
e55eee58e573beed8b23e3b30df3b712a643d4fa | 900090e2b1511cc7b7a58ce146dc8a78f8c96cbf | /app/src/main/java/com/example/rifqi12rpl012018/modelAdmin.java | 346d9cc0ecc4c83570013888a505505ec1b8e979 | [] | no_license | rifqi10/Rifqi12RPL012018 | 580ed14532368ce388af39164da671e8627a492a | 8e42456baa0f1e98e1c920c56881f1383f2802f9 | refs/heads/master | 2023-01-23T03:40:41.292344 | 2020-12-04T07:11:03 | 2020-12-04T07:11:03 | 281,985,455 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,137 | java | package com.example.rifqi12rpl012018;
import android.os.Parcel;
import android.os.Parcelable;
public class modelAdmin implements Parcelable {
private String id;
private String nama;
private String nohp;
private String email;
private String alamat;
private String noktp;
protected modelAd... | [
"rifqixrpl2018smkrus@gmail.com"
] | rifqixrpl2018smkrus@gmail.com |
dca9a17c6ca3ce69df44d096ee50b417e7256c41 | 538eff5bdecd56f8452ab00f3db9a0041167ed37 | /zadanie4/src/calculations/BinaryArg.java | a91124f827b05f0359ea6a2f18e76bd68a7ddb05 | [] | no_license | anadabrowska/Java-course | e6ff0cab61499eb24e00c91701ab6f74eedb08c7 | 71d1239522c0f3078ea9b9e505b693a3791800e1 | refs/heads/master | 2020-04-13T19:31:20.086087 | 2018-12-28T12:07:29 | 2018-12-28T12:07:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 899 | java | package calculations;
import java.util.Objects;
/**
* klasa abstarakcyna dla wyrażeń dwuargumentowych
*/
public abstract class BinaryArg extends UnaryArg {
protected final Expression right;
/**
* konstruktor klasy BianryArg
* @param left lewe podwyrażenie
* @param right prawe podwyrażenie
... | [
"anadabrowska98@gmail.com"
] | anadabrowska98@gmail.com |
62f4897a1fc3a3038d1340d0b41c92b3b9233f52 | ed3cb95dcc590e98d09117ea0b4768df18e8f99e | /project_1_2/src/c/c/c/Calc_1_2_2227.java | 7591318757e596fb2af9d62f025de54af4b5f886 | [] | no_license | chalstrick/bigRepo1 | ac7fd5785d475b3c38f1328e370ba9a85a751cff | dad1852eef66fcec200df10083959c674fdcc55d | refs/heads/master | 2016-08-11T17:59:16.079541 | 2015-12-18T14:26:49 | 2015-12-18T14:26:49 | 48,244,030 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 131 | java | package c.c.c;
public class Calc_1_2_2227 {
/** @return the sum of a and b */
public int add(int a, int b) {
return a+b;
}
}
| [
"christian.halstrick@sap.com"
] | christian.halstrick@sap.com |
ec6082ce401f5adc5c9f5bfbaea98793d6abd442 | 08d3f0b7bf8b78b12afa087d3ee59cf5cca15cfd | /src/main/java/operatorsExamples/Operators1.java | 234aff953825faa626548367c84f2e29578d49d7 | [] | no_license | sharmashipra2702/DemoRepository | 9e2288af8c8035af5b69304360c68fdd96ca3fe0 | 87de6ddeafcce0e51a17ba88a62c6535deb2c8e0 | refs/heads/master | 2023-08-14T06:19:48.665457 | 2020-06-14T08:13:09 | 2020-06-14T08:13:09 | 193,360,663 | 0 | 0 | null | 2023-07-25T17:24:23 | 2019-06-23T14:52:53 | Java | UTF-8 | Java | false | false | 412 | java | package operatorsExamples;
public class Operators1 {
public static void main(String[] args) {
// TODO Auto-generated method stub
String s1 = "vishal";
String s2 = "vishal";
System.out.println("s1 == s2 is :"+ s1 == s2);
/* in java + operator precedence is more than == operator. so this expression will b... | [
"sharma.shipra2702@gmail.com"
] | sharma.shipra2702@gmail.com |
f184ed5e404a6058215f51e20569f3518e236948 | 2b438c607ca0b2ee575eec4752cc7c5c7792f4cc | /opencart-rest/src/main/java/com/cherkashyn/vitalii/computer_shop/opencart/domain/CategoryToLayout.java | 08dc30c652205b19a79945408d08f63d4dda01f9 | [] | no_license | cherkavi/java-code-example | a94a4c5eebd6fb20274dc4852c13e7e8779a7570 | 9c640b7a64e64290df0b4a6820747a7c6b87ae6d | refs/heads/master | 2023-02-08T09:03:37.056639 | 2023-02-06T15:18:21 | 2023-02-06T15:18:21 | 197,267,286 | 0 | 4 | null | 2022-12-15T23:57:37 | 2019-07-16T21:01:20 | Java | UTF-8 | Java | false | false | 1,279 | java | package com.cherkashyn.vitalii.computer_shop.opencart.domain;
// Generated Sep 27, 2013 3:55:56 AM by Hibernate Tools 3.4.0.CR1
import javax.persistence.AttributeOverride;
import javax.persistence.AttributeOverrides;
import javax.persistence.Column;
import javax.persistence.EmbeddedId;
import javax.persistence.Entity... | [
"technik7job@gmail.com"
] | technik7job@gmail.com |
1de0916bdf75de162ea2e6d1e4e05ea978dfeb91 | a044265e28f3da8ed0ed1b6e21a553cd233a1e63 | /src/main/java/com/ms/base/config/WebLogAspect.java | a5a1f31c8832259b7c7313da51ee8ae6491f7f86 | [] | no_license | jreyson/base_demo | f345fe7c58a9569c24ea3da8ab714243ea426249 | a92586e7614dc8135296f555ca3118fb459de10d | refs/heads/master | 2020-03-23T09:26:04.171908 | 2018-07-18T06:32:32 | 2018-07-18T06:32:32 | 141,387,361 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,785 | java | package com.ms.base.config;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.annotation.AfterReturning;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Before;
import org.aspectj.lang.annotation.Pointcut;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.spring... | [
"zhaozhenteng@live.com"
] | zhaozhenteng@live.com |
140b10448395d2106d9d99c0ad4d9962d285d892 | 732ead5d3f74bff55b9a2a9e124593bd3ede8031 | /data structure (java)/searchTarget2/Search.java | 0713ffa590bcae7fd477d0543dcde82a022dd093 | [] | no_license | mekuanent24/course-works | 2b91a872a4258ede1261a5c0370055bfc611aa75 | cd4b8cdf3f0eace28297c55b111e0e32093ee170 | refs/heads/master | 2020-03-31T19:28:06.267691 | 2018-03-02T06:59:16 | 2018-03-02T06:59:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,954 | java | /*
* Search.java
* reads in a file from the command line to search for 'target' words
* entered in as ars[1]...args[n]. Uses mergeSort and binarySearch
*
*/
import java.io.*;
import java.util.Scanner;
public class Search{
public static void main(String[] args) throws IOException{
Scanner fileInput = null;
... | [
"hhe3@ucmerced.edu"
] | hhe3@ucmerced.edu |
280842e8a748f7d4893dc34e89a3d162949d0e15 | c657f39cd95fbffb8dcf26bb6a4391d8d9efff89 | /src/java/com/resources/facade/StudyPromotionFacade.java | 01153757caea68d8c92a284b6b55d0d781f3510b | [] | no_license | kuhuycoi/thienloc | 2f04364defa264804fdfd79e418b18de3790ece0 | 4aed76d062e3c7d5163a90c2f91785bc9ded573e | refs/heads/master | 2021-01-10T07:57:20.270766 | 2016-03-16T02:12:33 | 2016-03-16T02:12:33 | 48,844,287 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,286 | java | package com.resources.facade;
import com.resources.entity.Module;
import com.resources.entity.StudyPromotion;
import com.resources.pagination.admin.DefaultAdminPagination;
import com.resources.pagination.admin.HistoryPagination;
import com.resources.utils.StringUtils;
import java.math.BigDecimal;
import java.util.List... | [
"cscd1509@gmail.com"
] | cscd1509@gmail.com |
f1b984cbf547099d3ae3d9b7d808239429df08b9 | 888843e3abb6d191096e0da393d603d413538d24 | /src/main/java/com/jsptestwar/JspTestWar/service/NotificationServiceImpl.java | bfb5ffdf5c4a2d95d317724144c62b6d18ee6334 | [] | no_license | cemtkklc/myblog | e8977002abf89b2744942a40771e63d639bdaddc | 6218683a80a570100211509472b9455aa6c1af72 | refs/heads/master | 2020-03-25T18:17:28.010983 | 2019-06-23T10:41:45 | 2019-06-23T10:41:45 | 144,022,597 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,654 | java | package com.jsptestwar.JspTestWar.service;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class NotificationServiceImpl implements NotificationServi... | [
"cemtkklc@hotmail.com"
] | cemtkklc@hotmail.com |
ff5fc426d278dc5ef55fd4e2fc82ed137e3bab0b | 786623f1e23bfcf9af1bfb57c895a406856d8b16 | /code/src/extonextgroup/extonext_v2/AfterDonationScreenCorp.java | cb698848166b30bdb4756954bb7810d96e51ddff | [] | no_license | larafenercioglu/ExToNext | 3aa45586a078653fc7c9a9463ce6fb807e0620f5 | 3471bbad7f4459397262d4925cb3230296c56a10 | refs/heads/main | 2023-03-21T11:49:11.525539 | 2021-03-17T17:48:15 | 2021-03-17T17:48:15 | 346,345,763 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 22,562 | 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 extonextgroup.extonext_v2;
import static java.lang.Integer.parseInt;
import java.util.ArrayList;
import javax.swing.ImageIcon;... | [
"larafenercioglu@gmail.com"
] | larafenercioglu@gmail.com |
35c7a0957410025d6e98f56a02d44f36e119f7b0 | 81cc7d38c116b96bd73c5c342372742047726038 | /src/main/java/org/jhipster/config/MetricsConfiguration.java | c9c0386bf3f2bf73ae2010441e6a832241ac28d5 | [] | no_license | cedibu/jhipster-cart | 55d76bc82ba88d258ad80c029c2a082ca5bbceac | 770b97e3bede4cf7bf40db1b1d487226c0d0be1a | refs/heads/master | 2021-07-03T03:51:56.980144 | 2017-09-22T13:59:50 | 2017-09-22T13:59:50 | 104,481,131 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,152 | java | package org.jhipster.config;
import io.github.jhipster.config.JHipsterProperties;
import io.github.jhipster.config.metrics.SpectatorLogMetricWriter;
import com.netflix.spectator.api.Registry;
import org.springframework.boot.actuate.autoconfigure.ExportMetricReader;
import org.springframework.boot.actuate.autoconfigur... | [
"cedric.bulloni@gmail.com"
] | cedric.bulloni@gmail.com |
a16b59fc0788b956c0856c3436a7ba9c1a40fa8d | c338e68877cd2262ebe418561f9c69c62a237748 | /workspace-openFileBackup2-UserInterface/openFileBackup2-UI/src/jp/ddhost/ofb_ui/destinationSelector.java | 49cfef82d42448b6494804b89cfb1ee1c6ced682 | [] | no_license | mfright/OpenFileBackup2 | 02114cd06f7183fc67d6b14cd66e0522b71f954a | 36c5bcc0e7c7436ba5ee34ebe8b94fe715df0589 | refs/heads/master | 2021-01-12T04:45:43.415075 | 2017-01-09T06:20:10 | 2017-01-09T06:20:10 | 77,792,030 | 0 | 0 | null | null | null | null | SHIFT_JIS | Java | false | false | 5,707 | java | package jp.ddhost.ofb_ui;
import java.awt.BorderLayout;
import java.awt.FlowLayout;
import javax.swing.ButtonGroup;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JDialog;
import javax.swing.JFileChooser;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import javax.swin... | [
"uj020288@yahoo.co.jp"
] | uj020288@yahoo.co.jp |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.