blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fba2a0f6d39cb498b8696fab5882e33eeb957d67 | 6599d3a421772ab8455ab7cd41324af6c3c535e4 | /September/Day15.java | e69b3577da768d1bb7ac1556d46dee8d070bcbce | [] | no_license | Vishalks/LeetCode-Daily-Challenges | 3c3b8075b2df9ed7c8bb41b4b0c6147d53753be7 | c30cd8f9c73d3272d876f11fba467ce8666291f4 | refs/heads/main | 2023-02-04T10:16:31.940866 | 2020-12-25T04:02:06 | 2020-12-25T04:02:06 | 301,443,930 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 305 | java | //TC: O(n)
//SC: O(n)
class Solution {
public int lengthOfLastWord(String s) {
if(s == null || s.length() == 0)
return 0;
String[] split = s.split("\\s");
if(split.length == 0)
return 0;
return split[split.length - 1].length();
}
} | [
"noreply@github.com"
] | Vishalks.noreply@github.com |
47b44e7a369c19931aae0fd032031a28b93e2fcf | edc15241edb72d670c793527bc5cd327f7c50544 | /app/src/main/java/com/yuntongxun/as/storage/GroupMemberSqlManager.java | 4c3205bb828db8bac1a98d70f9b7067702f25fa1 | [] | no_license | qq5889/YTX | 21a6f3ae6b1468aa16bfe494d1f1cd6915cb85e5 | 25c70bc5ec7807cdac7c350392613b57a063acc6 | refs/heads/master | 2020-09-23T04:24:57.840475 | 2016-09-09T09:01:13 | 2016-09-09T09:01:13 | 67,783,412 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,258 | java | /*
* Copyright (c) 2013 The CCP project authors. All Rights Reserved.
*
* Use of this source code is governed by a Beijing Speedtong Information Technology Co.,Ltd license
* that can be found in the LICENSE file in the root of the web site.
*
* http://www.yuntongxun.com
*
* An additional intellectual prop... | [
"jqyang@fiberhome.com"
] | jqyang@fiberhome.com |
0517e3d5e86f63744a9d7bf4eea02032cee13a3e | 9f7ae2f3a2fe129420560cbf639f93131bdc3003 | /servlet/src/main/java/io/undertow/servlet/core/ManagedListener.java | 77ffb555e1db982b06a1ea1a0ca2b01b9007ff92 | [
"Apache-2.0"
] | permissive | kirmerzlikin/undertow | e04db81ca38ac8fde012186ed35a385ad848a528 | d30a979647e8ae1b8ad6f2ca12c061fb800fa991 | refs/heads/master | 2020-12-02T22:12:28.199343 | 2017-07-03T10:36:36 | 2017-07-03T10:36:36 | 96,097,063 | 0 | 0 | null | 2017-07-03T09:59:10 | 2017-07-03T09:59:10 | null | UTF-8 | Java | false | false | 2,402 | java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* 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 Licen... | [
"stuart.w.douglas@gmail.com"
] | stuart.w.douglas@gmail.com |
afafe2844eb9636bfe29195cf23d54da6b9291a7 | 51ec1f375049c58283312c23adb3b1f850670c44 | /src/test/java/com/github/javarushcommunity/jrtb/javarushclient/JavaRushGroupClientTest.java | c73d77101037d136dd436a68b9816b2f1af0a7c3 | [
"Apache-2.0"
] | permissive | MADHAM19/javarush-telegrambot | 1e5209fe6a03978b0476b9e9679672b4d49e690d | 95455109de65a83531866bd4b2194de06fbb60d9 | refs/heads/main | 2023-08-14T12:35:11.485176 | 2021-10-04T11:18:50 | 2021-10-04T11:18:50 | 385,920,014 | 0 | 0 | Apache-2.0 | 2021-10-04T11:18:51 | 2021-07-14T11:44:12 | Java | UTF-8 | Java | false | false | 3,558 | java | package com.github.javarushcommunity.jrtb.javarushclient;
import com.github.javarushcommunity.jrtb.javarushclient.dto.GroupDiscussionInfo;
import com.github.javarushcommunity.jrtb.javarushclient.dto.GroupInfo;
import com.github.javarushcommunity.jrtb.javarushclient.dto.GroupRequestArgs;
import com.github.javarushcommu... | [
"noreply@github.com"
] | MADHAM19.noreply@github.com |
6155ec988a0f5c1905b75ae76e506f188269fe3d | b9aedb0391319466195dd6f46cb389f97b42ab3c | /src/com/ik/ggnote/constants/Global.java | e68bfb8d33bf1aa72de1fee769fd9df9a8761d65 | [] | no_license | benchakalaka/challangeme | 8eb088f92c94b67a91768e4b7b30ed8e1d6d00bf | 7649ddd25f70fe82f8f98e5eb2eb2c0c15e52461 | refs/heads/master | 2021-01-10T22:10:45.687749 | 2014-09-10T16:04:07 | 2014-09-10T16:04:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,221 | java | package com.ik.ggnote.constants;
import java.io.File;
import android.os.Environment;
public class Global {
public static final String TAG = "Jenote";
public static final String UNKNOWN_STRING = "";
public static final double EMPTY_INT_VALUE = -1;
public static final fl... | [
"benchakalaka@gmail.com"
] | benchakalaka@gmail.com |
eb1dd74f38563bc6e6dd4659048ab3ce68adec46 | 52855e5811111a46e49820408b8f17be92d12807 | /app/src/main/java/com/chengsi/weightcalc/activity/DoctorAdviceActivity.java | 600acb6af83bbf7589708359835daa6a298feb18 | [] | no_license | czdfn/weight | 1e41db74a5bd97bd8ba5a542c67c4f6e795db482 | 64407b69911fd483d6bef1d86994658a24d90794 | refs/heads/master | 2020-05-21T12:21:12.573444 | 2016-12-22T05:12:55 | 2016-12-22T05:12:55 | 50,978,121 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,359 | java | package com.chengsi.weightcalc.activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.widget.SwipeRefreshLayout;
import android.view.View;
import android.widget.AdapterView;
import com.alibaba.fastjson.TypeReference;
import com.chengsi.weightcalc.R;
import com.chengsi.weightcalc.... | [
"czdfn.github@gmail.com"
] | czdfn.github@gmail.com |
e039ab9ff2ed95db5135143a6636bf05fb32a539 | 075ff4d7f4985b551f94b7f1b91e2452328573a9 | /CucumberPOMSeries/src/main/java/com/qa/util/ExcelReader.java | 4048f66e2c82c6d72876b75c9ffa9121879345a7 | [] | no_license | mldcmt/ProjMVNTest | 719675023025234edab7877ab0658e801f880c31 | 393f1fecf6dd93c455bf54ba4c91a2592f42a6c7 | refs/heads/master | 2023-04-19T13:36:16.212871 | 2021-05-16T09:49:22 | 2021-05-16T09:49:22 | 367,816,580 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,339 | java | package com.qa.util;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import org.apache.poi.openxml4j.exceptions.InvalidFormatException;
import org.apache.poi.ss.usermodel.Cell;
import org.apache.poi.ss... | [
"84261961+mldcmt@users.noreply.github.com"
] | 84261961+mldcmt@users.noreply.github.com |
3f990270b842be1be3e1a2aba1243da21aca2689 | 1374237fa0c18f6896c81fb331bcc96a558c37f4 | /java/com/winnertel/ems/epon/iad/bbs4000/mib/r311/UtsDot3Onu2AlarmSettingTable.java | a4c6f884f82f8dcd9bd2d01d9b1ff09ddd45c301 | [] | no_license | fangniude/lct | 0ae5bc550820676f05d03f19f7570dc2f442313e | adb490fb8d0c379a8b991c1a22684e910b950796 | refs/heads/master | 2020-12-02T16:37:32.690589 | 2017-12-25T01:56:32 | 2017-12-25T01:56:32 | 96,560,039 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,847 | java | package com.winnertel.ems.epon.iad.bbs4000.mib.r311;
import com.winnertel.em.framework.model.MibBeanException;
import com.winnertel.em.framework.model.snmp.ISnmpConstant;
import com.winnertel.em.framework.model.snmp.ISnmpProxy;
import com.winnertel.em.framework.model.snmp.SnmpMibBean;
import com.winnertel.em.framework... | [
"fangniude@gmail.com"
] | fangniude@gmail.com |
a8b1e9c3e87a3e45e051498b796d22c7ab234d26 | 57438fc7e36f85d2385e8f08d5fc543360e9e64c | /src/test/java/br/com/elo7/rover/test/service/MarsServiceTest.java | 6acf9192762181d56efca8fd4775fdf2c241fba8 | [] | no_license | danielvicente/rover | 91bd8d3ef8bfe0fc6a2e84d1a660dca2be4d2f7a | 2d3922467fce6510a9d798fcf1bda9e23a9a0857 | refs/heads/master | 2020-04-15T12:57:23.017488 | 2019-01-12T13:51:04 | 2019-01-12T13:51:04 | 164,694,970 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 942 | java | package br.com.elo7.rover.test.service;
import br.com.elo7.rover.domain.model.Direction;
import br.com.elo7.rover.domain.model.Mars;
import br.com.elo7.rover.domain.model.Movement;
import br.com.elo7.rover.domain.model.Rover;
import br.com.elo7.rover.domain.service.MarsService;
import org.junit.Assert;
import org.juni... | [
"piditom@gmail.com"
] | piditom@gmail.com |
1ea3cb49cbd22b21289537cadbeb17a62c40d3ef | e977c424543422f49a25695665eb85bfc0700784 | /benchmark/icse15/1242497/buggy-version/lucene/dev/trunk/modules/analysis/common/src/java/org/apache/lucene/analysis/ro/RomanianAnalyzer.java | 1d3c40d6dbea365ec95cb6c7320a3a62c3e2ed7b | [] | no_license | amir9979/pattern-detector-experiment | 17fcb8934cef379fb96002450d11fac62e002dd3 | db67691e536e1550245e76d7d1c8dced181df496 | refs/heads/master | 2022-02-18T10:24:32.235975 | 2019-09-13T15:42:55 | 2019-09-13T15:42:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,117 | java | package org.apache.lucene.analysis.ro;
/**
* 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,... | [
"durieuxthomas@hotmail.com"
] | durieuxthomas@hotmail.com |
ec7ac4cd4a20e4a3de4946bb947b2077c18adea9 | 5e263da895bfd21e16d3326ff267e5746d4791b9 | /core/src/main/java/com/github/zwg/core/manager/JemMethod.java | 86ca89bdd3f3a6ce996d85065aa4ca3ea8d3446b | [
"Apache-2.0"
] | permissive | zhawengan/jvm-enhance-monitor | f793837624caa1db8eb2548e56272fd0d0fbf8f3 | 4dfe690ec13486ea7a76d6eb341696b7cca703e9 | refs/heads/master | 2023-08-11T01:09:41.279647 | 2021-09-28T12:05:32 | 2021-09-28T12:05:32 | 401,278,756 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 596 | java | package com.github.zwg.core.manager;
/**
* @author zwg
* @version 1.0
* @date 2021/9/5
*/
public class JemMethod {
private final String name;
private final String desc;
public JemMethod(String name, String desc) {
this.name = name;
this.desc = desc;
}
public String getName() ... | [
"zhawengan@rcplatformhk.com"
] | zhawengan@rcplatformhk.com |
6f2156e44d031fe55704c528cf122d7541e8b7aa | 4d46ec3b1bf9a12c74cbbc384f0a04f47de4ca49 | /cash-back/src/main/java/com/info/back/service/ISysUserBankCardService.java | 90ce82da0e1d8ee73fe959473a55db1a0c0354e6 | [] | no_license | lovelimanyi/liquan_cuishou_back | 80e4438c7de6e96b3236ed0c4605607e8de85f62 | 7edf0312e974b84afd7c339548fbbf34e757257f | refs/heads/master | 2022-12-23T16:45:36.449496 | 2020-03-19T09:42:39 | 2020-03-19T09:44:48 | 190,881,567 | 0 | 1 | null | 2022-12-16T05:46:04 | 2019-06-08T11:46:07 | JavaScript | UTF-8 | Java | false | false | 389 | java | package com.info.back.service;
import com.info.web.pojo.SysUserBankCard;
public interface ISysUserBankCardService {
/**
* 添加银行卡信息
* @param sysUserBankCard
* @return
*/
public int saveNotNull(SysUserBankCard sysUserBankCard);
/**
* 根据用户ID查询银行卡信息
* @param userId
* @return
*/
public SysUserBankCa... | [
"hxj@xianjinxia.com"
] | hxj@xianjinxia.com |
164b39c18a46a5a3bef4e419afaf7dbd54b9401d | 39dc5ac37da1cf32acbc3c01378977163be7e08b | /teacher_lim/learnjava/src/step04/_05_WhileLoopDemo.java | 05b158d68cdfef2616ca472a09dd2d3fd4d9222c | [] | no_license | mdj44518/human_example | 6247de1499e0e854aa529566b648ce28c199114e | f6ad5b86cc48a71a5978057f3839a537ff7bf49e | refs/heads/master | 2020-12-23T00:15:35.448563 | 2020-01-29T12:03:11 | 2020-01-29T12:03:11 | 236,971,778 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 623 | java | package step04;
import java.util.Scanner;
public class _05_WhileLoopDemo {
public static void main(String[] args) {
// 사용자가 0 를 입력할 때까지
// 입력된 숫자를 더하는 프로그램
Scanner scanner = new Scanner(System.in);
int sum = 0;
// int number = 1;
// while (number != 0) {
// System.out.print("숫자입력: ");
// number ... | [
"dongju.moon@mackerly.com"
] | dongju.moon@mackerly.com |
05d66fdedd291fcfe07916278b05a5f4de454707 | cc24c7e1dc2adb50a2d0ee4bacc5743bf25f5441 | /LeetCode/__141_LinkedListCycle.java | 5ed18e4fcfb3e937f49e537e81181eb1fd07ab6b | [] | no_license | TimCoder/OJ | a1e7c9d7180e4028c5b6e42f8d7953c74ce9c885 | 3b820057188020d246afc4a837a3e759f106be9a | refs/heads/master | 2021-01-12T15:59:44.268965 | 2017-05-28T14:14:08 | 2017-05-28T14:14:08 | 69,329,047 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 857 | java | package tim.leetcode;
public class __141_LinkedListCycle {
class ListNode {
int val;
ListNode next;
ListNode (int x) {
val = x;
}
}
/*
* Test Case:
* 1. l: null
* 2. l: 1
* 3. l: 1,2
* 4. l: 1,1
* 5. l: 1,... | [
"tim@szjlxu.com"
] | tim@szjlxu.com |
e5e290bb6b7626e63155caec4b9403c58a5c50f6 | d5671bb07b351545d2e2fc8b9c9207405dc62680 | /src/main/java/br/com/setebit/sgr/dto/UsuarioAreaDTO.java | b986a9453b51fc4c74a3f313414245292295b36d | [] | no_license | claudemirferreira/ieadam-service-api | e31573c97f57e2e5e2094a13a452f90a3345b607 | 8a6e7f2c5f9317e3fdddf74688e4a1203ee95474 | refs/heads/master | 2023-02-08T09:36:34.493654 | 2020-12-30T14:23:58 | 2020-12-30T14:23:58 | 267,177,140 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,320 | java | package br.com.setebit.sgr.dto;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import br.com.setebit.sgr.security.entity.Usuario;
import br.com.setebit.sgr.security.entity.UsuarioArea;
import br.com.setebit.sgr.security.entity.Area;
public class UsuarioAreaDTO implements Se... | [
"claudemirramosferreira@gmail.com"
] | claudemirramosferreira@gmail.com |
09dc839013ca3cc63e4fa373371eba8a77a2350c | e1e42f25bc0c79dc7f275ade0912e38e25ba8c2b | /DIADIA/test/it/uniroma3/diadia/LabirintoTest.java | 99551658972728855412b74f10bb2b79ab521746 | [] | no_license | antonio-ianniello/DiaDia-2.0 | d349fad857610a2dadfd0daeb0bb206840fd32b8 | f031fa7602d28e4de6f4dca15023b883382f13cd | refs/heads/master | 2021-03-01T12:41:00.283625 | 2020-03-20T14:18:14 | 2020-03-20T14:18:14 | 245,786,885 | 0 | 0 | null | null | null | null | MacCentralEurope | Java | false | false | 1,155 | java | package it.uniroma3.diadia;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
import it.uniroma3.diadia.ambienti.Labirinto;
import it.uniroma3.diadia.ambienti.Stanza;
public class LabirintoTest {
private Labirinto universit√;
private Stanza stanzaTest;
@Before
public void setUp(... | [
"anton@192.168.1.59"
] | anton@192.168.1.59 |
d900e84d6945c5cb12e73d6719421b4386cad192 | 971398ce01cc8e2ace414a98dad3dc8d7a37a48b | /src/main/java/org/yiwan/webcore/zaproxy/PenetrationTest.java | f6572de99857613eda005741593fa48fa21b5f57 | [] | no_license | KentGu/testing | cda61b0097dd9fca9fb0f15214b530b0196e344c | 39970ccf13a8de59dc713e92cfca11ee42c99e3a | refs/heads/master | 2022-07-09T09:39:19.630659 | 2020-06-17T07:00:17 | 2020-06-17T07:00:17 | 117,648,810 | 0 | 0 | null | 2021-06-07T17:55:19 | 2018-01-16T07:28:22 | Java | UTF-8 | Java | false | false | 15,387 | java | package org.yiwan.webcore.zaproxy;
import org.apache.commons.io.FileUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.yiwan.webcore.test.TestCaseManager;
import org.yiwan.webcore.test.pojo.ApplicationServer;
import org.yiwan.webcore.test.pojo.TestEnvironment;
import org.yiwan.webcore.util.Prop... | [
"kent.gu@lombardrisk.com"
] | kent.gu@lombardrisk.com |
856318b3c7fc1f453e464db2c41bd7cdfe916c10 | 43ca534032faa722e206f4585f3075e8dd43de6c | /src/com/facebook/ah.java | 81fc2baca190b0d08962cc83f66976c7d66ea1a1 | [] | no_license | dnoise/IG-6.9.1-decompiled | 3e87ba382a60ba995e582fc50278a31505109684 | 316612d5e1bfd4a74cee47da9063a38e9d50af68 | refs/heads/master | 2021-01-15T12:42:37.833988 | 2014-10-29T13:17:01 | 2014-10-29T13:17:01 | 26,952,948 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 524 | java | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.facebook;
import android.os.Handler;
import android.os.Message;
// Referenced classes of package com.facebook:
// ag
fi... | [
"leo.sjoberg@gmail.com"
] | leo.sjoberg@gmail.com |
985a9287c6258fd9415d6562ceb56f818d659d45 | 5623ba61c467e2e8dff0a98786028a61c33270d6 | /src/com/pranay/GeeksForGeeks/MinimumSwaps2.java | 437b02838a332a4ba493e3a880276ea5bb15fdc4 | [] | no_license | pranayhere/JavaCore | 009e5178e3a1d6e8ba8aabde467c8e7e159d7f46 | 48e9c9a6f5d42d27b95b6d508000901b9b09793a | refs/heads/master | 2023-03-03T07:57:35.361724 | 2023-02-26T11:29:02 | 2023-02-26T11:29:02 | 65,987,339 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 622 | java | package com.pranay.GeeksForGeeks;
public class MinimumSwaps2 {
public static void main(String[] args) {
int[] arr = {7, 1, 3, 2, 4, 5, 6};
int minSwaps = minimumSwaps(arr);
System.out.println(minSwaps);
}
private static int minimumSwaps(int[] arr) {
int count = 0;
for (int i = 0; i < arr.length; i++) {... | [
"pranay.sankpal@pharmeasy.in"
] | pranay.sankpal@pharmeasy.in |
e5c8a802afcee13219dedfdc024874e66a930165 | 445c3cf84dd4bbcbbccf787b2d3c9eb8ed805602 | /aliyun-java-sdk-dts/src/main/java/com/aliyuncs/dts/model/v20200101/DescribeCenVpcRequest.java | 525b7c7ea729faac0389eb8a75fdcb76b0bc4104 | [
"Apache-2.0"
] | permissive | caojiele/aliyun-openapi-java-sdk | b6367cc95469ac32249c3d9c119474bf76fe6db2 | ecc1c949681276b3eed2500ec230637b039771b8 | refs/heads/master | 2023-06-02T02:30:02.232397 | 2021-06-18T04:08:36 | 2021-06-18T04:08:36 | 172,076,930 | 0 | 0 | NOASSERTION | 2019-02-22T14:08:29 | 2019-02-22T14:08:29 | null | UTF-8 | Java | false | false | 3,650 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
b337a859fca0d7debf3d0644a705bbb5051d0a5e | 5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1 | /Code Snippet Repository/Jetty/Jetty4826.java | 0374807c4c4c304e24d5049ccb9b63cfbec00dff | [] | no_license | saber13812002/DeepCRM | 3336a244d4852a364800af3181e03e868cf6f9f5 | be3e5e50e34a042d5ba7259ff5ff75c08ab32bb9 | refs/heads/master | 2023-03-16T00:08:06.473699 | 2018-04-18T05:29:50 | 2018-04-18T05:29:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 367 | java | public static boolean isPrefix(ByteBuffer prefix, ByteBuffer buffer)
{
if (prefix.remaining() > buffer.remaining())
return false;
int bi = buffer.position();
for (int i = prefix.position(); i < prefix.limit(); i++)
if (prefix.get(i) != buffer.get(bi++))
... | [
"Qing.Mi@my.cityu.edu.hk"
] | Qing.Mi@my.cityu.edu.hk |
5a6a2412036a6c65a141ceb0372a268f90559ceb | 7fb7e45083e9f78010a0112da80889202195fa51 | /sdk/resourcemanager/azure-resourcemanager-compute/src/main/java/com/azure/resourcemanager/compute/fluent/GalleryApplicationsClient.java | f12bd56876a4195c39307aeebf6dec50229d6943 | [
"LicenseRef-scancode-generic-cla",
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-or-later",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | abouquet/azure-sdk-for-java | 1f79d75636ef5c354d1229531583f67d97b104cd | 05bcf7062f5bc1bca09eeec36b2ca8fa2c4e3655 | refs/heads/master | 2023-01-06T04:17:28.305062 | 2020-09-24T18:47:53 | 2020-09-24T18:47:53 | 298,386,196 | 0 | 0 | MIT | 2020-09-24T20:19:37 | 2020-09-24T20:19:36 | null | UTF-8 | Java | false | false | 82,255 | java | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.compute.fluent;
import com.azure.core.annotation.BodyParam;
import com.azure.core.annotation.Delete;
import com.azure.core.annot... | [
"noreply@github.com"
] | abouquet.noreply@github.com |
70d2df2bf787a12550361bac964f183064e1a541 | 239d84297dd6a35ce6d69eba7455d2c6c8651ea9 | /witty-core/src/test/java/com/wittyhome/core/EntityControlerTest.java | 7d0c1e3b8c920875b8e77ebfea89c82ea86ba753 | [] | no_license | RomanNosachev/WittyServer | 0864c1201739a4be560cc19a8fc2f11854b8cd01 | e3affabab3c4ecf071353fe78702162d4f11f6bd | refs/heads/master | 2020-09-21T00:54:11.959246 | 2020-06-09T22:30:31 | 2020-06-09T22:30:31 | 224,633,289 | 5 | 0 | null | 2020-06-09T22:30:33 | 2019-11-28T10:57:42 | Java | UTF-8 | Java | false | false | 596 | java | package com.wittyhome.core;
import static org.junit.Assert.assertNotNull;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
im... | [
"walther.landmine@gmail.com"
] | walther.landmine@gmail.com |
b784b4aea1a499e1951d77f5b291e9a321dcd6e4 | 10b16ec1ef60e6bae1a3751575a244e4f4e4c9df | /app/src/main/java/com/khoa/lunarcalendar/calendar/view/fragment/CalendarFragment.java | d35db75329f2ee8796df1a2d8a3c5f8a9697f811 | [] | no_license | KhoaMoya/VietNamLunarCalendar | 50220efac80d2bd1e4ff9c27f5422faaf8ea418b | 46daf2e3234155365c92f537b9e8ca6c7e6d4875 | refs/heads/master | 2021-01-06T15:19:22.810962 | 2020-02-18T14:06:55 | 2020-02-18T14:06:55 | 241,377,147 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,950 | java | package com.khoa.lunarcalendar.calendar.view.fragment;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.os.Bundle;
import android.os.Handler;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewAnimationUtils;... | [
"42571291+KhoaMoya@users.noreply.github.com"
] | 42571291+KhoaMoya@users.noreply.github.com |
58f48e9a3ab9af42a0034fbdc0b9c4cacb91f8b4 | fb30cacd7826c7dbae81b3ad8aacf97099bc364f | /app/src/main/java/com/clarifai/demo/app/Login.java | 85de2b0cfaf3082c306f458dc5bba6773e3712d1 | [] | no_license | ManeeshDanthala/ClarifaiAPI_ImplementationApp | 392a5bf3b09460a30d7549c6f60d451e7e5d535b | 29c52309089bef7c2de7c34a55729a72626dfb83 | refs/heads/master | 2021-05-05T16:05:37.698641 | 2018-01-13T10:45:54 | 2018-01-13T10:45:54 | 117,334,331 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,266 | java | package com.clarifai.demo.app;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
... | [
"maneeshdanthala@gmail.com"
] | maneeshdanthala@gmail.com |
24c06be3c9633dec1d289312d6fea47feda4082a | 46d0904e16fc68c1702388db8a3d90ece9f724fa | /TestSpringApp2/src/main/java/com/example/demo/controller/adminController.java | bfd40e793c78368a01761c836d70b91273c02862 | [] | no_license | HasnainNasif/Hibernate-and-Springboot | 7e724f12f1bd660b3b59a9c1f9b346f6063a89d4 | f6f2e7b95e8f721a21690e33ef4f90dd77b34e07 | refs/heads/master | 2021-09-03T23:27:00.464470 | 2018-01-12T19:44:30 | 2018-01-12T19:44:30 | 117,271,927 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 587 | java | package com.example.demo.controller;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
@Controller
public class adminControl... | [
"nasif.it@yahoo.com"
] | nasif.it@yahoo.com |
5c35309c87e71919c416c10c817ae6edefb2c47f | bf8a42dccc24a25b81f4500ed9f3f23106e58003 | /http/org.wso2.carbon.transport.http.netty/src/main/java/org/wso2/carbon/transport/http/netty/listener/http2/HTTP2ResponseCallback.java | 17c05369ec08be416a6d2820fb023305bdfb9250 | [
"Apache-2.0"
] | permissive | warunalakshitha/carbon-transports | b0a13d3e0c2644f8782c46d8163424f853bc467c | 67efb5de1b8fd44e834cb91736af361b22de7aad | refs/heads/master | 2021-04-30T23:47:36.822399 | 2017-02-24T06:32:39 | 2017-02-24T06:32:39 | 79,798,748 | 0 | 0 | null | 2017-02-09T15:36:34 | 2017-01-23T11:34:22 | Java | UTF-8 | Java | false | false | 9,192 | java | /*
* Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you 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/li... | [
"warudanu@gmail.com"
] | warudanu@gmail.com |
dbd7ea5f50042fcaba46a0989c12db83a651b1c3 | 7296c1027301290f22b9c60c3cb97cea1bd043ee | /app/src/main/java/com/shubhammobiles/shubhammobiles/util/Constants.java | 74e7cacb0c940b54e6cc2fa7bac978e5f3ea8932 | [] | no_license | Akshayagrawal27/Shubham-Mobiles | 343aca1f46be750693356ea94795e314f721dcdb | fb0ec8c89c91259e16ea2e4bdf775edb7ac01d71 | refs/heads/master | 2020-03-19T20:18:50.689714 | 2018-06-11T08:58:55 | 2018-06-11T08:58:55 | 136,895,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,232 | java | package com.shubhammobiles.shubhammobiles.util;
/**
* Created by Akshay on 26-02-2018.
*/
public class Constants {
/**
* Constants related to locations in Firebase, such as the name of the node
* where user lists are stored (ie "userLists")
*/
public static final String FIREBASE_LOCATION_USER... | [
"aks_agrawal275@yahoo.com"
] | aks_agrawal275@yahoo.com |
8a06e526059701a6f050624518e8a7f21b0c5f47 | bc275d3d0a932b0308b44241956065d364688d1e | /app/src/main/java/hiram/liverpool/model/Response.java | 1d84e5cab07c47a99563f7f48f604561c64005b6 | [] | no_license | hiramcastrod/liverpool | 6563d87ae47bf8cd69c51cf3cdf82dee140b9ee7 | 7e3bdefa34538722b51c588e2da502e934ccaada | refs/heads/master | 2020-09-06T19:59:25.194093 | 2019-11-08T19:52:03 | 2019-11-08T19:52:03 | 220,534,086 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 296 | java | package hiram.liverpool.model;
public class Response {
public Response() {
}
public PlpResults plpResults;
public PlpResults getPlpResults() {
return plpResults;
}
public void setPlpResults(PlpResults plpResults) {
this.plpResults = plpResults;
}
}
| [
"hiramc@live.com.mx"
] | hiramc@live.com.mx |
0e3e4b6a8ce2391ffd828185f1c27d987f7ca6cd | c9c97391809573b09abe30c7097abbd50a0fda71 | /app/src/main/java/chkksjpt/colomind/chkksjpt/utils/DialogHelper.java | a7f028e9a68bd164191552c08661ea605966d2e3 | [] | no_license | ColoMind/Chkksjpt | 32299e3645fb172584bddbea0da8bcb23ad86d30 | 59b2da34ebfa29fedf229996171abbdbc20a5ef3 | refs/heads/master | 2021-05-05T19:45:19.279724 | 2018-01-17T08:10:04 | 2018-01-17T08:10:04 | 117,798,562 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,485 | java | package chkksjpt.colomind.chkksjpt.utils;
import android.app.Activity;
import android.app.AlertDialog;
import android.view.View;
import android.view.ViewGroup;
import android.widget.MultiAutoCompleteTextView;
import android.widget.TextView;
import me.drakeet.materialdialog.MaterialDialog;
/**
* Created by Administr... | [
"colomindartist@163.com"
] | colomindartist@163.com |
8edff76daa444db84015ab53b77b3724787db94f | 20cd26d380fc7060c438cad2f86971c66ea5d707 | /src/com/codeshane/representing/providers/Rep.java | 397a114b7e60ff4157682383b66a4e51b3521f49 | [] | no_license | CodeShane/project-72 | f8c04c577aa76de7584f63915a2096afedf66bec | 6df01176238d01f76b8784031c41d3d74dce829d | refs/heads/master | 2020-03-30T11:14:40.934593 | 2013-09-05T22:20:05 | 2013-09-05T22:20:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,998 | java | /* RepItem is part of a CodeShane™ solution.
* Copyright © 2013 Shane Ian Robinson. All Rights Reserved.
* See LICENSE file or visit codeshane.com for more information. */
package com.codeshane.representing.providers;
import org.json.JSONException;
import org.json.JSONObject;
import android.content.ContentValues;
... | [
"shane@codeshane.com"
] | shane@codeshane.com |
0af627f72fe31b6f9cd44e93c0faaaa79558a1d0 | 4e5cf7a8f599637b146746e098b2996ec81a12ba | /app/src/main/java/com/xtec/timeline/widget/NumberProgressBar.java | 7a1ee732649130504128340edb02362f694b3479 | [] | no_license | reyzarc/FastDevelopFrame | 7a9699a69fa91837fab647465f35cf72ecdb6011 | 8d367338d0d903f7d5143aaad2e44c003b2e77ce | refs/heads/master | 2021-01-18T19:35:33.576833 | 2018-11-05T07:02:48 | 2018-11-05T07:02:48 | 72,067,904 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,676 | java | package com.xtec.timeline.widget;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.RectF;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.util.Log;
import android.view.View... | [
"reyzarc@163.com"
] | reyzarc@163.com |
04a2c97c800ac18bc430cd80a7cc382fa0c9f670 | 0d01d622cf7f52fb955b28805bed90b45dfc4903 | /app/src/main/java/com/example/shaina/thesisproject/PermissionUtils.java | 01255142faad9abfc767f6ff2db4f5d0df3120e7 | [] | no_license | Meg3956/ThesisProject | 36319c58df6d47fca9786c6ebacc1dcdc988e96d | 332da17357f50e83b0bf9ee38c7a716c5704ae65 | refs/heads/master | 2020-12-30T14:00:15.122558 | 2017-06-05T02:12:55 | 2017-06-05T02:12:55 | 91,271,723 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,489 | java | /*
* Copyright (C) 2015 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 applicable l... | [
"shaina.hirschman@gmail.com"
] | shaina.hirschman@gmail.com |
1674721bbb8c158d9db524012013c7d0053b27d5 | f321db1ace514d08219cc9ba5089ebcfff13c87a | /generated-tests/dynamosa/tests/s1003/27_math/evosuite-tests/org/apache/commons/math3/ode/MultistepIntegrator_ESTest.java | 03cb48731a3bcc4658670000d27c4f6ede7ccf9b | [] | no_license | sealuzh/dynamic-performance-replication | 01bd512bde9d591ea9afa326968b35123aec6d78 | f89b4dd1143de282cd590311f0315f59c9c7143a | refs/heads/master | 2021-07-12T06:09:46.990436 | 2020-06-05T09:44:56 | 2020-06-05T09:44:56 | 146,285,168 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 13,040 | java | /*
* This file was automatically generated by EvoSuite
* Wed Jul 03 00:52:17 GMT 2019
*/
package org.apache.commons.math3.ode;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.shaded.org.mockito.Mockito.*;
import static org.evosuite.runtime.EvoAssertions.*;
import org.apache.comm... | [
"granogiovanni90@gmail.com"
] | granogiovanni90@gmail.com |
5ffd3582c671391535d23bff0b4bed6fbeb37e0b | 748e42a9db349b583257f1351f12d80d4fbb104e | /streams/src/eu/rtakacs/stream/oo/observer/Guardian.java | 7f45aad600adfb67c83497e877b7f30dfb93b4e1 | [
"Apache-2.0"
] | permissive | rtkcs/java-8 | fb083ebe4791fd09110e31e84226ecfcde4fca3b | bb82242486f7d0d7a8128f6ec65343d0e2b510c7 | refs/heads/master | 2018-10-19T18:35:49.221816 | 2018-09-18T08:32:26 | 2018-09-18T08:32:26 | 118,050,978 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 252 | java | package eu.rtakacs.stream.oo.observer;
public class Guardian implements Observer {
@Override
public void notify(String tweet) {
if(tweet!=null && tweet.contains("queen")) {
System.out.println("Yet another news in London: " + tweet);
}
}
}
| [
"robino13@gmail.com"
] | robino13@gmail.com |
b1af9a983691ccff11a5a2ee571349262a822f09 | bb67511bec8421fd2ecf0d281ef4113923c8873b | /src/main/java/com/flurry/sdk/hi.java | 0e2a27e83ffab28990a0cd49f58865369ff061c6 | [] | no_license | TaintBench/hummingbad_android_samp | 5b5183737d92948fb2def5b70af8f008bf94e364 | b7ce27e2a9f2977c11ba57144c639fa5c55dbcb5 | refs/heads/master | 2021-07-21T19:35:45.570627 | 2021-07-16T11:38:49 | 2021-07-16T11:38:49 | 234,354,957 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,898 | java | package com.flurry.sdk;
import java.io.Closeable;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.ut... | [
"malwareanalyst1@gmail.com"
] | malwareanalyst1@gmail.com |
29bcbba946d07067492d329a9e415276cb66e94d | eeabebb1700f8a2b9e8a1d34eb25e8dc9209d115 | /Buoi5/src/com/t3h/mangdong/MangDong.java | 411d6964341c351c59e72a6c484d7ebb2962c98a | [] | no_license | bacnv1/landt1902e | 1adc183eda9db1dd21c4be9f81568bde5177dfd8 | 51245e86afc30e54b213006fbd4c2397d52634e7 | refs/heads/master | 2020-04-28T00:20:44.626682 | 2019-09-27T13:30:51 | 2019-09-27T13:30:51 | 174,812,414 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,460 | java | package com.t3h.mangdong;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
public class MangDong {
private ArrayList<Integer> arr = new ArrayList<>();
public void inMang() {
for (int i = 0; i < arr.size(); i++) {
System.out.print(arr.get(i) + "\t");
... | [
"dathalongbay@gmail.com"
] | dathalongbay@gmail.com |
5fd23a79c4cbadb170036e8a866046b675f0e70a | 142eef86056d6a62dde1d27733ff34e0ecdf6e8f | /InventoryManager_RPC_Gilead_M_1.01/src/com/aeryinnovations/shared/coredomain/EquipmentRegister.java | 362815a9513513800de6d230db4772c2e9620707 | [] | no_license | olamideokunola/inventory-gwt | b7bd7971cd2b40ca11836e0a7e513808e8426c8e | ec158848dca31558e8d8af12b0064bac1ad86857 | refs/heads/master | 2020-03-09T16:32:54.088275 | 2018-04-10T06:47:33 | 2018-04-10T06:47:33 | 128,887,771 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,772 | java | package com.aeryinnovations.shared.coredomain;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.EntityManager;
import com.aeryinnovations.shared.JPAUtil;
public class EquipmentRegister
{
//fields
private EquipmentSpecification equipmentSpecification;
private List<EquipmentSpecification... | [
"olamide.okunola@yahoo.com"
] | olamide.okunola@yahoo.com |
2b9149264343dc15b25bd2b0b2477315fba47efb | e58ef389d935e356b53113c9ae2373e667c10949 | /server/GameState/Meeple.java | 3d066dad881ef644ac803c3bf00e69beb9b539af | [] | no_license | rickydtran/TigerZone | 81bcff8001aa65bf84057960e4c64df34033e421 | 52aa11747165ba2e8bcaf741bb41d1635434a07d | refs/heads/master | 2021-05-01T19:45:04.579519 | 2016-12-02T21:29:28 | 2016-12-02T21:29:28 | 73,145,718 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 194 | java | package GameState;
public class Meeple {
private final Player owner;
public Meeple(Player owner) {
this.owner = owner;
}
public Player getOwner() {
return this.owner;
}
} | [
"rickydtran@ufl.edu"
] | rickydtran@ufl.edu |
60aa84dfdc3359ce6022e6d73734b84771803a72 | 80279fe831770c2ce2251b44830e82f8122e60e4 | /src/command/CommandPatternDemo.java | 8e2a9de028c32325317488619424e2e06749b4a1 | [] | no_license | ssskming/pattern | 1f9af3bd269a8485bf258d9c376198031e7c7b32 | bac73ff89f24158114adbf515244ef805417aae2 | refs/heads/master | 2020-04-22T11:17:02.176445 | 2019-02-28T14:24:50 | 2019-02-28T14:24:50 | 170,334,158 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 418 | java | package command;
//使用 Broker 类来接受并执行命令。
public class CommandPatternDemo {
public static void main(String[] args) {
Stock abcStock = new Stock();
BuyStock buyStockOrder = new BuyStock(abcStock);
SellStock sellStockOrder = new SellStock(abcStock);
Broker broker = new Broker();
broker.takeOrder(buyStockO... | [
"ssskming@126.com"
] | ssskming@126.com |
f6d1962f3be59d8a68f43833038a7bb3c2ca1ec8 | 158fb18219dc9044882ee8817daf918d834f370d | /src/test/java/com/qait/automation/MacmillanLaunchpad/TestSuites/LearningCurveTest.java | 56a0ddc0a3154686398fc168747e16b130aa9992 | [] | no_license | praveenchinthala/Macmillan-Launchpad | ad61468738b2d5a04ebade6c576d15cdd3267f68 | fc5e5475fd0cfb0f7efe289ac902299673dc311a | refs/heads/master | 2020-12-27T09:40:53.891087 | 2013-12-23T14:36:18 | 2013-12-23T14:36:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,840 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.qait.automation.MacmillanLaunchpad.TestSuites;
import com.qait.automation.MacmillanLaunchpad.CentralLibrary.DataCentralLibrary;
import com.qait.automation.MacmillanLaunchpad.Utils.Utilities;
import org.test... | [
"hiteshsharma@qainfotech.net"
] | hiteshsharma@qainfotech.net |
0502f4e231c085bcea6d04d89c29ed02675f8f74 | 9d82d0828c0522ef08c96ff107217295bd8b04da | /src/main/java/io/github/grc/practice/application/service/mapper/package-info.java | 6db6c9e0060dba84fd2f3dd3496e42a708507d90 | [] | no_license | jmoore2081/grcpractice | 6b275df6c959a995c2c728e2415e3b8ef915944f | edd51a7c0e7e3a66b4a88c2f10d2659483d824b5 | refs/heads/master | 2021-06-20T12:00:29.460351 | 2018-02-28T11:23:35 | 2018-02-28T11:23:35 | 123,275,111 | 0 | 1 | null | 2020-09-18T08:57:46 | 2018-02-28T11:23:30 | Java | UTF-8 | Java | false | false | 142 | java | /**
* MapStruct mappers for mapping domain objects and Data Transfer Objects.
*/
package io.github.grc.practice.application.service.mapper;
| [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
71327ea6bcf55fc7d64fa9c611bc2c97bbaebdb8 | 5ade3d2e723708bb74614d921e155de72771b968 | /angularjs-bank/src/main/java/com/clouway/adapter/persistence/PersistentSessionRepository.java | 51bc3b50f08c5aa2ad31e800e2e973af49824f3a | [] | no_license | kristiyanpetkov/AngularJS-Bank | a02be495ee521fae4acd77be43452affccd18989 | 0a1e4ddf1bfc3827e3c2fd774bb0ff1a5c4d55f0 | refs/heads/master | 2020-05-27T11:28:16.274103 | 2016-09-15T06:27:57 | 2016-09-17T14:36:52 | 82,546,130 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,145 | java | package com.clouway.adapter.persistence;
import com.clouway.core.ConnectionProvider;
import com.clouway.core.Session;
import com.clouway.core.SessionRepository;
import com.google.inject.Inject;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
/**... | [
"panayot.kulchev@clouway.com"
] | panayot.kulchev@clouway.com |
33abce96e3af2949bb157c9eb41bae6c49772b5d | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-new-fitness/results/XWIKI-14556-8-10-Single_Objective_GGA-IntegrationSingleObjective-/com/xpn/xwiki/store/hibernate/query/HqlQueryExecutor$1_ESTest_scaffolding.java | dc3cbdef9ee2681fc28b5c1eb94c6334f3a04064 | [
"MIT",
"CC-BY-4.0"
] | permissive | STAMP-project/Botsing-basic-block-coverage-application | 6c1095c6be945adc0be2b63bbec44f0014972793 | 80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da | refs/heads/master | 2022-07-28T23:05:55.253779 | 2022-04-20T13:54:11 | 2022-04-20T13:54:11 | 285,771,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 458 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Sun May 17 12:19:03 UTC 2020
*/
package com.xpn.xwiki.store.hibernate.query;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import o... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
c6684d70733a142549a56c7cb04f343c0dd575f4 | 49f35e6067a845351fe47ab99cb37c4dc457c5c2 | /php-frontend/src/main/java/org/sonar/php/ini/PhpIniCheck.java | 895b260a34b27434a039310f74b2c33e8ae125c4 | [] | no_license | WhiteSymmetry/sonar-php | 680b2f9ba52235f56f4b9ede5701e8833517752c | 49f1cfe2ec317f2b51f48d419002a4398ade3f6a | refs/heads/master | 2020-07-21T22:35:43.890033 | 2016-11-02T09:49:13 | 2016-11-02T09:49:13 | 73,839,973 | 1 | 0 | null | 2016-11-15T17:49:44 | 2016-11-15T17:49:44 | null | UTF-8 | Java | false | false | 1,038 | java | /*
* SonarQube PHP Plugin
* Copyright (C) 2010-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
*
* This program 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 3 of ... | [
"pierre-yves.nicolas@sonarsource.com"
] | pierre-yves.nicolas@sonarsource.com |
2711a616fd81152d8e14bea7c891469f1402fdc7 | 8144109825c42ea7d1aac99e059e2e3cd4831faf | /Advjava/CollectionInterface/src/IOPackage/Lab876.java | e487c0e3335ee674f1b2f885b130476d7b7430ad | [] | no_license | binodjava/JavaPractice | bf39eba39390dff0fc2aa4b427f65d4c889a50eb | 3c0a774749eed6804d8e85298d2053b191e9c9b2 | refs/heads/master | 2021-05-10T21:20:48.779486 | 2018-01-25T06:37:41 | 2018-01-25T06:37:41 | 118,221,132 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 303 | java | /*package IOPackage;
import java.io.PrintWriter;
public class Lab876 {
public static void main(String[] args) throws Exception {
PrintWriter pw=PrintWriter("welcome.txt");
pw.println(97);
pw.write(97);
pw.println(10.0);
pw.println(true);
pw.println("JLC");
pw.close();
}
}
*/ | [
"binodk.java@gmail.com"
] | binodk.java@gmail.com |
98217741db60da55c469f2a9a66f52232583c213 | 54ddd773653c6021afb830ecffddb7ad55913a02 | /src/main/java/com/gmh/cjcx/service/IMemberService.java | fff7a84119bf2b453fd1608f173a418c8f09cabb | [] | no_license | easonstudy/springboot_demo | 38541b27884cc43c87fd226daeea654803592f89 | ea8c5d52ca6d15893e360ba4e3d0636cc2b6481b | refs/heads/master | 2021-01-25T06:44:43.856233 | 2017-09-30T05:05:36 | 2017-09-30T05:05:36 | 93,599,666 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 311 | java | package com.gmh.cjcx.service;
import com.gmh.cjcx.dto.MemberDto;
import com.gmh.cjcx.entity.Member;
import com.gmh.framework.service.IBaseService;
/**
* <p>
* 服务类
* </p>
*
* @author Guominghua
* @since 2017-08-15
*/
public interface IMemberService extends IBaseService<MemberDto, Integer> {
}
| [
"11"
] | 11 |
bcaf99603b59611807d143a9803e741fd223c15a | b5bcd6f3e286d04b998c9ec8d4d15bd52ca9739b | /src/PopUpScreens/ControllerModifyTicket.java | 7bdbffa136d3a5f06dea9081c243a3f916b39534 | [] | no_license | SandrinePatin/backoffice_linkservice | 297aa98bf82d9e8a5355deb6ee232bf83fe1b6ec | 09c749c8c59b960284e742edc6dd205553d44f20 | refs/heads/master | 2022-11-28T21:01:02.057689 | 2020-07-22T06:09:42 | 2020-07-22T06:09:42 | 263,458,910 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,852 | java | package PopUpScreens;
import Classes.Ticket;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.scene.control.*;
import javafx.stage.Stage;
import java.io.IOException;
import java.net.URL;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import java.util.ResourceBundle;
... | [
"yunie@MacBook-Pro-de-Sandrine.local"
] | yunie@MacBook-Pro-de-Sandrine.local |
bfe2e39e7a26d7e979de8bdd76c19fd4bac2108d | f3e95d0d6b87e7330f3ddc20b00df0673bcbc08b | /evio-5.1/java/org/jlab/coda/jevio/test/ReaderTest.java | 83ab076cdd47a88ca6f2cae47275fadf87664404 | [] | no_license | JeffersonLab/EvioTool | 88525821760d91da12827ea2214d107ffd4d1424 | 942cb3dfc7454bb3ff6435aca01a13f9c725829c | refs/heads/master | 2022-09-26T10:16:17.013108 | 2022-09-15T20:09:44 | 2022-09-15T20:09:44 | 164,700,955 | 2 | 1 | null | 2022-04-24T20:56:55 | 2019-01-08T17:34:44 | Java | UTF-8 | Java | false | false | 5,335 | java | package org.jlab.coda.jevio.test;
import org.jlab.coda.jevio.*;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.List;
/**
* Test program made to work with 2 file produced by the SwapTest (one of the mainN() methods).
* This test the readers both regular and comp... | [
"maurik@physics.unh.edu"
] | maurik@physics.unh.edu |
ade7020d5d6d249fc99440cd9a72381eb5a88c57 | aa30ff743df0dbaed4ec6766239f5efcf9e40bcb | /PratnerApps/app/src/main/java/com/gaadi/pratnerapps/fragments/buy_car/BuyCarBodyTypeFragment.java | 3891121810327f7df6843d1388989702173bb11c | [] | no_license | musharib499/partner | 38725eb6e50f51893a5ac50590029ec5e4924fc1 | 86794bf366c1c53beed870f1aa1973c11ddba180 | refs/heads/master | 2021-05-02T04:21:20.695356 | 2016-12-14T12:31:27 | 2016-12-14T12:31:27 | 76,444,979 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,113 | java | package com.gaadi.pratnerapps.fragments.buy_car;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com... | [
"mushareb.ali@gaadi.com"
] | mushareb.ali@gaadi.com |
81a36f393dbc5d2651cec1079db78f9d2689a6e7 | 9907672fcd81ab73ac63b2a83422a82bf31eadde | /aizu/tyama_aizu0522.java | 3e9f535a063f2d81d56d02c7d3b196d2986d25e2 | [
"0BSD"
] | permissive | cielavenir/procon | bbe1974b9bddb51b76d58722a0686a5b477c4456 | 746e1a91f574f20647e8aaaac0d9e6173f741176 | refs/heads/master | 2023-06-21T23:11:24.562546 | 2023-06-11T13:15:15 | 2023-06-11T13:15:15 | 7,557,464 | 137 | 136 | null | 2020-10-20T09:35:52 | 2013-01-11T09:40:26 | C++ | UTF-8 | Java | false | false | 338 | java | import java.util.*;
class Main{
public static void main(String[]z){
int t=0,u=0,i=0,j=0;
Scanner x=new Scanner(System.in);
for(;x.hasNext();t=u=i=j=0){
String s=x.nextLine();
for(;(t=s.indexOf("IOI",t))!=-1;t+=2)i++;
for(;(u=s.indexOf("JOI",u))!=-1;u+=3)j++;
System.out.println(j+"\... | [
"cielartisan@gmail.com"
] | cielartisan@gmail.com |
955baaec32dd9438ae044c8b19c9133c88f14180 | 3f7963a853a035abf83a830f5f6defb4f0325711 | /src/java/servico/CategoriaDBService.java | d4cc2c336e95d947c70fc009ca0e30f5d797a724 | [] | no_license | Zontae/171178POOII | 1b23d06abb626db4dc8b112a55a8c36a79c42c3b | e52c6fc84c3c4062f83f6deb0d507de59e047c44 | refs/heads/master | 2020-04-25T06:50:27.615027 | 2019-06-10T23:02:48 | 2019-06-10T23:02:48 | 172,594,143 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,324 | java |
package servico;
import modelo.Categoria;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
public class CategoriaDBService {
private EntityManagerFactory emf;
public CategoriaDBService() ... | [
"gabrielguga2013@hotmail.com"
] | gabrielguga2013@hotmail.com |
bfac1bdcd52359726a909b5343e977e5ca69fd45 | 92ec94a86a1bcf68ecc0378a036e23922788d462 | /src/main/java/com/master/salmonapp/model/MasterMobilModel.java | f776ecd73674a56da214febc7ee18c006deb10d5 | [] | no_license | MDimas27/Salmon-app | a65a3130fb8a9432c57abcc4fd1f222bb0b19cb4 | 1e6f5cbb622883c71edd850595a7675b1fc07d5b | refs/heads/master | 2023-01-23T05:43:48.100932 | 2020-11-30T10:14:06 | 2020-11-30T10:14:06 | 304,401,639 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 509 | java | package com.master.salmonapp.model;
import java.math.BigInteger;
import java.util.Date;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
@JsonIgnoreProperties(ignoreUnknown = true)
public class MasterMobilModel extends PersistenceModel {
... | [
"mdimas.umb@gmail.com"
] | mdimas.umb@gmail.com |
839dde7d2e678bad5b3b878514009125e040c549 | 68d1bb585f30d2ade7a8b91269631adfb1e4429b | /src/main/java/org/george/hybridcolumnar/util/RowAnalyzer.java | de0d697ce78a07569be077a872f3d3b2d8ea276c | [] | no_license | gkirion/hybridcolumnar | 100e480119151e8482be2c78ec82c1c12326e30b | 9829888d9fda22c616426a548004c2c881d278b5 | refs/heads/master | 2023-02-16T06:33:51.308812 | 2021-01-16T21:27:21 | 2021-01-16T21:27:21 | 327,288,051 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,292 | java | package org.george.hybridcolumnar.util;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.HashMap;
import java.util.List;
import org.george.hybridcolumnar.domain.Row;
import org.george.hybridcolumnar.domain.Tuple2;
public class RowAnalyzer {
public static List<String> getColumn... | [
"gkirion@gmail.com"
] | gkirion@gmail.com |
299f439278981c76fc6e5472c7fd60710702fb85 | e0fef5526507fa614d2e72e4862ea5266a546420 | /src/icehs/science/chapter09/Account.java | 478af75c9880472a8a25a354eb960fef6dd9dac2 | [] | no_license | jhu0924/MY_JAVA_PROJECT | a6b62c950053235c383ee18cffac4adbd0857afa | cee991b157d4dc805782d836e6cf752a3024e795 | refs/heads/master | 2023-02-15T18:30:38.272542 | 2021-01-09T06:13:28 | 2021-01-09T06:13:28 | 325,242,218 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 850 | java | package icehs.science.chapter09;
public class Account {
private String number;
private String name;
private int balance;
public Account(String number, String name, int balance) {
super();
this.number = number;
this.name = name;
this.balance = balance;
}
public String getNumber() {
re... | [
"User@DESKTOP-73TAQI5"
] | User@DESKTOP-73TAQI5 |
4af0f99215ef19c25750d1678a65e158642782be | 34e9d4d37da85234b76ec6523f8c595d9d5c0351 | /src/main/java/com/svetanis/algorithms/dp/lis/variations/LongestBitonicSubArrLen.java | 5b809ee56c2e566c3615531940e91f00577be774 | [] | no_license | svetanis/algorithms | 1985abab0951147e2d89b76e23f579a029721c4b | 88d4cce2f5ab55847e1b06cc9ecf3b8cccc6c9b1 | refs/heads/master | 2020-05-05T09:28:53.551123 | 2019-09-01T19:18:23 | 2019-09-01T19:18:23 | 179,906,582 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,523 | java | package com.svetanis.algorithms.dp.lis.variations;
import static java.lang.Math.max;
public final class LongestBitonicSubArrLen {
public static int lbs(int[] a) {
// Time complexity: O(n)
// Auxiliary space: O(n)
int[] inc = incr(a);
int[] dec = decr(a);
return getMaxLen(inc, dec);
}
priv... | [
"svet125@gmail.com"
] | svet125@gmail.com |
4cc698175c781ae5ca22c8229567d9af92288eef | 30e2a97fa46389f502ed6533842de0630c7c90cd | /app/src/main/java/com/colintheshots/rxretrofitmashup/MainActivity.java | b8f028e82555824d76433ac4d606a775839fed20 | [
"Apache-2.0"
] | permissive | evrimulgen/RxRetrofitMashup | 4df75ddae580ecfa576826feb6e793c94a93145f | 3fc32eb437f8c14fe38ed652fcde2b6ebbae9e43 | refs/heads/master | 2020-12-30T12:44:12.733741 | 2015-03-21T15:47:58 | 2015-03-21T15:47:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,659 | java | package com.colintheshots.rxretrofitmashup;
import android.app.ActionBar;
import android.app.Activity;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.ServiceConnection;
import android.os.Bundle;
import android.os.IBinder;
import android.view.... | [
"colin.lee@mentormate.com"
] | colin.lee@mentormate.com |
00eb89a4d18b0aa3a2dead503c0887cf4a5548e1 | bd3d3724626158f0c930b881048a4e37ad650431 | /components/src/net/mostlyoriginal/game/component/action/ActionPickup.java | 3e364bd6e79ed3bb39e47eae43586be37f5292be | [
"MIT"
] | permissive | DaanVanYperen/odb-bob | 56c8dfe7c7a2dc8f10e03115bca09706c3d7291d | 589c70e2dbd35825b4a685112f914aaec175c4a6 | refs/heads/master | 2020-08-06T13:07:59.095241 | 2019-10-08T10:05:35 | 2019-10-08T10:05:35 | 212,986,696 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 242 | java | package net.mostlyoriginal.game.component.action;
import com.artemis.Component;
import com.artemis.annotations.EntityId;
/**
* @author Daan van Yperen
*/
public class ActionPickup extends Component {
@EntityId public int target=-1;
}
| [
"daan@mostlyoriginal.net"
] | daan@mostlyoriginal.net |
f247316b3217e09baaacd0f3e428e394dcf588fc | 3a2db6c9aec73cc952327dae4fb09d816caf84df | /app/src/main/java/com/anton111111/vr/raypicking/RayPicking.java | 528de4915f372dd714569a677a9a4971476d6888 | [] | no_license | Anton111111/GVRVideoPlayer | 5a589ea9d9718583569850aba236db4775d34f5a | 535d0e2a6bdf98655580a68cd5b355937c9bf63b | refs/heads/master | 2020-03-23T14:40:02.721078 | 2018-07-20T09:28:25 | 2018-07-20T09:28:25 | 141,691,610 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,166 | java | package com.anton111111.vr.raypicking;
import android.opengl.GLU;
import java.util.ArrayList;
public class RayPicking {
/**
* Do ray picking and return coords of hit
*
* @param viewWidth
* @param viewHeight
* @param rx
* @param ry
* @param modelViewMatrix
* @param projMat... | [
"anton.potekhin@orbitscripts.com"
] | anton.potekhin@orbitscripts.com |
324ec6ee61625854884daacb2a9ee439c1694b95 | 69c982e7ff81a6afa63d9cbc028d1d5eaf20917e | /src/main/java/matrix/room/MatrixRoomMessageChunk.java | 7264967b324cd3ddff9c6b5bf6245929b0a60f99 | [] | no_license | helllynx/matrix_stress_test | 945047545a9ad5eec9984d82649becf14db9bbed | 29f66fd9d42b85adda5cf5e55f5bf4dece70d6a7 | refs/heads/master | 2022-12-29T10:12:36.653805 | 2020-10-06T15:03:56 | 2020-10-06T15:03:56 | 300,376,673 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,542 | java | /*
* matrix-java-sdk - Matrix Client SDK for Java
* Copyright (C) 2018 Kamax Sarl
*
* https://www.kamax.io/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of t... | [
"white.night.447@gmail.com"
] | white.night.447@gmail.com |
1e6184b4e9cbb031a33dc1f1356b9c44ed483d51 | 263473f26eba52882f87eb6f30119edfde0dc131 | /app/src/main/java/com/example/user/barcodedetect/MainActivity.java | 3f97235f368b2ae7e36fe79edd0ad9cbf62ac09e | [] | no_license | hyejinhyun/BarcodeDetect | c87cb18236f55d70e16633d1f385c3381e768b32 | ac62c75f0d0cefdd9e59a330f4421bacb690f534 | refs/heads/master | 2020-03-31T02:18:42.375133 | 2018-10-06T07:45:19 | 2018-10-06T07:45:19 | 151,817,281 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,060 | java | package com.example.user.barcodedetect;
import android.app.Activity;
import android.app.AlertDialog;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.RectF;
import android.graphic... | [
"bwj05117@naver.com"
] | bwj05117@naver.com |
5ca878f5ce80e341b759affac85f96991f443e7b | 9796bb797634ef8a43d6147183d3a25ff198ed40 | /src/main/java/org/conquernos/cinnamon/utils/process/Process.java | cbd4fdece90edd0048dac613994c8482ffe15f55 | [] | no_license | conquernos/cinnamon | c5fe1b5c50b2498105737bc0686443515d900b37 | bb0aa09151c169efabb85c495ca589e9467caef9 | refs/heads/master | 2020-05-03T18:11:25.157054 | 2019-04-01T00:36:41 | 2019-04-01T00:36:41 | 178,757,928 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,117 | java | package org.conquernos.cinnamon.utils.process;
import java.io.*;
import java.lang.management.ManagementFactory;
public class Process {
public static int getProcessId() {
String jvmName = ManagementFactory.getRuntimeMXBean().getName();
int idx;
String pid = null;
if ((idx = jvmNam... | [
"conquernos@gmail.com"
] | conquernos@gmail.com |
a497dd404decaf5f592554bbf1f279cf1c710c5e | 59a19bb8c3e2c59a7f7a354f5cafc106e0116e59 | /modules/bluima_typesystem/src/main/java/de/julielab/jules/types/ChunkLST_Type.java | aa72aa231d80089e3288d88f93c47c17c2976f5a | [
"Apache-2.0"
] | permissive | KnowledgeGarden/bluima | ffd5d54d69e42078598a780bdf6e67a6325d695a | 793ea3f46761dce72094e057a56cddfa677156ae | refs/heads/master | 2021-01-01T06:21:54.919609 | 2016-01-25T22:37:43 | 2016-01-25T22:37:43 | 97,415,950 | 1 | 0 | null | 2017-07-16T22:53:46 | 2017-07-16T22:53:46 | null | UTF-8 | Java | false | false | 1,850 | java |
/* First created by JCasGen Sat Mar 07 22:05:57 CET 2015 */
package de.julielab.jules.types;
import org.apache.uima.jcas.JCas;
import org.apache.uima.jcas.JCasRegistry;
import org.apache.uima.cas.impl.CASImpl;
import org.apache.uima.cas.impl.FSGenerator;
import org.apache.uima.cas.FeatureStructure;
import org.apache.... | [
"renaud@apache.org"
] | renaud@apache.org |
adf915d7607de653b619f39836e58c6e3be85043 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project50/src/main/java/org/gradle/test/performance50_2/Production50_179.java | 13ca6239684b09b28dbb940f036eeb7523d8574a | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 305 | java | package org.gradle.test.performance50_2;
public class Production50_179 extends org.gradle.test.performance14_2.Production14_179 {
private final String property;
public Production50_179() {
this.property = "foo";
}
public String getProperty() {
return property;
}
}
| [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
bfece62305591a933079b6e40d80272832cd79a7 | 8d1d62db80a3742fab1307a5ceda658fce886184 | /src/com/vikky/lecture21/GymMembership.java | 707ba5f33985b56f7fe203c30907486efbcc285a | [] | no_license | victoriajeniluc/OOP | 4049e46ddd7fedd01bf84867114e2e63b6b41247 | d877e0065221e07600af9cacba3e4a8c489e1cb6 | refs/heads/master | 2020-03-27T08:06:34.150066 | 2018-09-03T19:34:26 | 2018-09-03T19:34:26 | 146,221,174 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,251 | java | package com.vikky.lecture21;
/**
* Gym membership class. Simply calculates the total cost by
* multiplying duration by monthlyFee.
*
* Check DiscountedGymMembership1 and DiscountedGymMembership2 classes as well.
*
* @author Udayan Khattry
*/
// DO NOT MAKE DISCOUNT CHANGES IN THIS BECAUSE IT CAN CAUSE AN ERROR ... | [
"victoriajeniluc@gmail.com"
] | victoriajeniluc@gmail.com |
dc15a103b5da883194306bed4ea701cf80ef284e | 05b9336ac649eca835bbabc184f3ca21984e5157 | /src/java/com/util/Email.java | fbb3384476538b5f2d6f1f084bf7305caaf0a783 | [] | no_license | lawale4me/BulkSMS | 283c952ceda275ef0b1e2d9a41d69f915f2baf95 | ce352560bf049e683e8f770ebac8510fa559fdf0 | refs/heads/master | 2016-08-10T00:14:22.368286 | 2015-11-07T08:09:39 | 2015-11-07T08:09:39 | 45,107,051 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,784 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.util;
/**
*
* @author Ahmed
*/
public class Email {
private int emailid;
private String emailAddress;
private String subject;
private String message;
private int fetchStatus;
priva... | [
"ahmed.oladele@vanso.com"
] | ahmed.oladele@vanso.com |
c50b24191fd6af282bb71205285c4751e0f6a6f1 | 3c681b3ec0f1dee5d671bf131dce91a89ba279e1 | /app/src/main/java/com/amits/gomules/AboutUsFragment.java | 0d5776fe21015c93c82324c8e922d5618d1c20ab | [] | no_license | amitsbaghel/AndroidGoMules | ef84f1a2cfddf41c21a70223ff2f03c8b23e7fee | 3fb85b91ee87287c5cfd31ecfd954a51740a68a4 | refs/heads/master | 2020-03-12T02:33:36.781406 | 2018-04-26T00:42:56 | 2018-04-26T00:42:56 | 130,405,355 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,642 | java | package com.amits.gomules;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentTransaction;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import com.amits.gomules.Utils.YouTubeConfig;
import... | [
"amitsb3747@gmail.com"
] | amitsb3747@gmail.com |
10d6bef940ae897df46ec9764f6ad07e2aa61329 | 5f6378f99694159e06979391c5265f0fca26f141 | /src/OOP/Constructor/define_class/CarDealer.java | 8b3d1d2c46f287da20f08e3b862703d53faa8586 | [] | no_license | NarTene/JavaTutorial | 62be40352fd1eee4ad16ced7561ea2f6157c42f3 | 9fc63ec704e1e885ef0e5ea5dc5cea51900f1f47 | refs/heads/master | 2020-06-01T03:58:22.378634 | 2019-06-06T18:29:34 | 2019-06-06T18:29:34 | 190,625,319 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 310 | java | package OOP.Constructor.define_class;
public class CarDealer {
public static void main(String[] args) {
Car carOne = new Car(4, "Red", "V8", "MODEL3");
System.out.println(carOne);
Car carTwo = new Car(4, "Silver", "V6", "MODEL 7");
System.out.println(carTwo);
}
}
| [
"narherve@yahoo.com"
] | narherve@yahoo.com |
83acba93890ddb31ea1912ad4d4ce32832899f9e | 3c0a799ccd177bb4cec3060262f2fc699a94dc18 | /src/基础知识/设计模式/原型模式/my/ConcretePrototype1.java | 2260fc15a1e8c599328e800c13ed91d38622bb8f | [] | no_license | gaohanghang/technology | 6c855a0b17c85940affdd67df807dd2106f5087c | f7de7153e1b9805a0cae5fea894bd9ba54627b97 | refs/heads/master | 2022-10-04T10:13:11.942340 | 2022-09-27T17:45:01 | 2022-09-27T17:45:01 | 125,711,791 | 1 | 2 | null | 2022-05-22T15:08:41 | 2018-03-18T09:58:35 | Java | UTF-8 | Java | false | false | 655 | java | package 基础知识.设计模式.原型模式.my;
/**
* @Description
* @Author Gao Hang Hang
* @Date 2019-07-06 13:11
**/
public class ConcretePrototype1 implements Prototype {
private String name;
@Override
public String getName() {
return this.name;
}
@Override
public void setName(String name) {
... | [
"1341947277@qq.com"
] | 1341947277@qq.com |
a84cc902a2feced32c1888cfd360dd01ec715e65 | edad005d6d5a79f894264a3750b41bf05cc7a65e | /src/main/java/com/myjhipster/web/rest/UserJWTController.java | d78f6d3fea9661fe461e8e0d888ecb92d84eda92 | [] | no_license | eduardomendes-git/jhipster-sample-application | 4041d874672dde229bba2d69e6ea4caeee0a6940 | 01996032d94a1c8a674e7b12fc6d809cda05b608 | refs/heads/main | 2023-04-30T19:40:02.717320 | 2021-05-19T05:27:58 | 2021-05-19T05:27:58 | 368,753,840 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,481 | java | package com.myjhipster.web.rest;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.myjhipster.security.jwt.JWTFilter;
import com.myjhipster.security.jwt.TokenProvider;
import com.myjhipster.web.rest.vm.LoginVM;
import javax.validation.Valid;
import org.springframework.http.HttpHeaders;
import org.spring... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
388597ec6e25441fe193e3057f3aa40c7719b1f0 | cbd239f20ee8a8e70e8d9eb31a48169201afa904 | /ServerV0000/src/org/reldb/rel/v0/engine/Rel.java | 61d40db8c0ac91bb99898c0d1aca3359ae5d79ea | [
"Apache-2.0"
] | permissive | pebsconsulting/Rel | 7ffa2f0c484d46de5b7fc65765850c223370b48e | 6894edf492cbae103e82a5b22d47982357053d2f | refs/heads/master | 2021-01-19T21:47:18.577495 | 2017-04-14T07:44:01 | 2017-04-14T07:44:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,934 | java | package org.reldb.rel.v0.engine;
import java.io.IOException;
import java.io.InputStream;
import java.io.PipedInputStream;
import java.io.PipedOutputStream;
import java.io.PrintStream;
import org.reldb.rel.exceptions.DatabaseFormatVersionException;
import org.reldb.rel.exceptions.ExceptionFatal;
import org.r... | [
"dave@armchair.mb.ca"
] | dave@armchair.mb.ca |
881c583231efb6fc203e5e6eeda20d6ef0b796ff | f284f5c5d91e96c775ae8718337ede5246d1da3b | /app/src/androidTest/java/com/sample/sanketshah/ExampleInstrumentedTest.java | dd2a444334cd1dad0ed4afb8e30b9a843c3b0ac5 | [] | no_license | sanketshah92/MVVMPaging | 54193c4556b47073fd1e06737270c244b8f0b88f | 64881cfb20bf79bf5d12bac5aed08d4639d8eaa7 | refs/heads/master | 2020-04-07T10:22:37.992324 | 2018-11-19T20:14:38 | 2018-11-19T20:14:38 | 158,284,310 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 726 | java | package com.sample.sanketshah;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android d... | [
"sanket.shah@brainvire.com"
] | sanket.shah@brainvire.com |
1c113460d3ad102f708904a3a050a101c1afb45f | 0bee13d0e1287e2b83e75b9bfa3130a7fe8b4875 | /src/main/java/net/danbeach/gaming/constants/item/MagicBonusEnum.java | e978084102238be4d492ec899c9f1fe1a81d9b3c | [] | no_license | debeach/GamingAPI | d39f81f6557078bca43712f5237c774d9ba56bad | e00b71a071d3ca44d6bf7e7f4c58d9c2d501d8d5 | refs/heads/master | 2021-01-09T20:33:32.420035 | 2018-08-26T17:38:58 | 2018-08-26T17:38:58 | 63,827,580 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 662 | 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 net.danbeach.gaming.constants.item;
/**
*
* @author deb
*/
public enum MagicBonusEnum {
MINUS_ONE(-1),
MINUS_... | [
"ddbeach87@gmail.com"
] | ddbeach87@gmail.com |
ccd7a72bee3d98a7e6c8b721016f5d7ec853b195 | 78f284cd59ae5795f0717173f50e0ebe96228e96 | /factura-negocio/src/cl/stotomas/factura/negocio/init_14/copy/copy/TestingVulnerabilities.java | b5e8eea127c343ad5d5359bb047c213f1674baf0 | [] | no_license | Pattricio/Factura | ebb394e525dfebc97ee2225ffc5fca10962ff477 | eae66593ac653f85d05071b6ccb97fb1e058502d | refs/heads/master | 2020-03-16T03:08:45.822070 | 2018-05-07T15:29:25 | 2018-05-07T15:29:25 | 132,481,305 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 2,279 | java | package cl.stotomas.factura.negocio.init_14.copy.copy;
import java.applet.Applet;
import javax.crypto.Cipher;
import javax.crypto.spec.SecretKeySpec;
//import cl.stomas.factura.negocio.testing.TestingModel.Echo;
public class TestingVulnerabilities {
public static String decryptMessage(final byte... | [
"Adriana Molano@DESKTOP-GQ96FK8"
] | Adriana Molano@DESKTOP-GQ96FK8 |
bf684afbf10e724a1a23b78ae99570cdf52dbed5 | 951f563503af2d6f7e6dd6b4f0494735d7979d6f | /Pilas/src/pilas/Nodo.java | 34b6b154ebeaa2460e17d2344049d52fc821f58e | [] | no_license | santiagowac/Aprendiendo-Java | a94d247912a5a58838fc334548f5b5b0506ddf81 | 7bc59ba7fc6fdc70dcff16254ef05917ecdb7c2c | refs/heads/master | 2020-12-14T05:05:21.036660 | 2020-01-17T23:48:33 | 2020-01-17T23:48:33 | 234,650,464 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 775 | 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 pilas;
/**
* curso: Estructura de datos
* codigo: 1016113251
* @author Welver Santiago Amado Camargo
* Proyecto : Manejo d... | [
"santiagoamadolml@hotmail.com"
] | santiagoamadolml@hotmail.com |
1153560dbb63fc31fa8e821bc316f6bcffc78c68 | ce389e669dba9125fb457d12a95d3771c076316f | /app/src/main/java/com/zxiaofan/yunyi/update/CheckVersionTask.java | 3c57735344a5ac86f1a7ea4ffd427f618598426d | [] | no_license | zxiaofan/YunYiAPP | ba01f86bc95be6044b0b79c3a7e6a70d34136388 | 57a0b2367c9468241f916bda4254a05c052d21de | refs/heads/master | 2020-09-27T07:24:22.442989 | 2016-09-12T16:06:45 | 2016-09-12T16:06:45 | 67,935,497 | 28 | 7 | null | null | null | null | UTF-8 | Java | false | false | 3,242 | java | package com.zxiaofan.yunyi.update;
import java.util.HashMap;
import java.util.Map;
import android.annotation.SuppressLint;
import android.content.Context;
import android.os.AsyncTask;
import util.JsonUtils;
/**
* Describe: 检查更新异步任务
* User: xiaofan
* Date: 2016/4/12 10:21
*/
@SuppressLint("Ne... | [
"zeng-dream@live.com"
] | zeng-dream@live.com |
53a34e04844500739de93acb50f102570383fbfb | c2de1ef0aabde3de5b9e0da843e752829cea80ff | /src/graphics/PerspectiveFigure.java | 9337a88130bdb77175a3a29d6d3015662f850e33 | [
"Unlicense"
] | permissive | kamac/SoftwareRenderer | 7c91a9fdc226b0005a7045b2a9eefff2674b060d | d52ab30b0b1b92335fb7b9f9589c94a4a072ecc7 | refs/heads/master | 2021-05-14T01:11:08.158426 | 2018-01-07T12:15:18 | 2018-01-07T12:15:18 | 116,559,206 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,643 | java | package graphics;
import org.joml.Matrix4f;
import org.joml.Vector3f;
import org.joml.Vector4f;
import java.util.ArrayList;
import java.util.Arrays;
public class PerspectiveFigure extends Figure {
public PerspectiveFigure(Matrix4f m) {
float fov = m.perspectiveFov();
float near = m.perspectiveNea... | [
"kamac2495@gmail.com"
] | kamac2495@gmail.com |
44f4648d869fef0f34022dba4414d6cd062cb4f8 | 46c057f865c298abf1213d59eb6083a06395b398 | /app/src/main/java/org/smalldatalab/northwell/impulse/ImpulsivityNotificationDAO.java | 7235dc859b572d8cdd130d51ae6443cdbb3543be | [
"LicenseRef-scancode-bsd-3-clause-no-trademark",
"BSD-3-Clause",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | smalldatalab/northwell-impulse-android | 876f4f701590dd38429008dab7e3ed2e65b6b174 | 9b9d1acff9c28440f3a37550c9ab53d50061cc3b | refs/heads/master | 2021-01-24T03:25:10.663879 | 2017-07-09T05:41:18 | 2017-07-09T05:41:18 | 66,388,294 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,018 | java | package org.smalldatalab.northwell.impulse;
import android.content.Context;
import android.support.annotation.Nullable;
import org.sagebionetworks.bridge.android.manager.dao.SharedPreferencesJsonDAO;
import java.util.Date;
/**
* Created by jameskizer on 5/24/17.
*/
public class ImpulsivityNotificationDAO extends... | [
"james.kizer@gmail.com"
] | james.kizer@gmail.com |
788d2cf4174b8c01eb686acdd3baecdb03b3a9ac | 7e576135097dbff6aee166ea6f3a3492d4266043 | /OriStone/src/com/cyw/oristone/ast/BinaryExpr.java | f4050e1aa2a2b9df491964ead0a58e16fed4335e | [] | no_license | cyw3/OriStone | ffecbea20b25539567cf02a0eeff75bf1095927e | a783822b11d065d57ff3d823e045a32d37eb4be4 | refs/heads/master | 2016-08-11T14:15:50.392120 | 2016-01-25T10:00:11 | 2016-01-25T10:00:11 | 49,820,955 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 324 | java | package com.cyw.oristone.ast;
import java.util.List;
public class BinaryExpr extends ASTList {
public BinaryExpr(List<ASTree> list) {
super(list);
}
public ASTree left(){
return child(0);
}
public String operator(){
return ((ASTLeaf)child(1)).token.getText();
}
public ASTree right(){ return child(2); ... | [
"2927096163@qq.com"
] | 2927096163@qq.com |
61a733df66c100f9f2eafb4bca18ce9883d12123 | 51e9c0614a8f13317edc0b2800d0694e3420cff1 | /src/main/java/ConversationHandler/Time.java | d9f48e81ff15dca8a5eb134f1e7c44a8e100525e | [] | no_license | paprice/aria | a04969abdad363f0775b80c2cfd921e892d958a8 | ce316ea1ba7a7fda2d36054034e47c50a01061c9 | refs/heads/master | 2021-08-30T02:36:37.735078 | 2017-12-15T18:51:35 | 2017-12-15T18:51:35 | 103,711,473 | 0 | 0 | null | 2017-11-22T01:26:42 | 2017-09-16T00:10:41 | Java | UTF-8 | Java | false | false | 315 | 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 ConversationHandler;
/**
*
* @author gildo
*/
public enum Time {
PASSE,
PRESENT,
FUTUR;
}
| [
"gildo@LAPTOP-0LLN8UB8"
] | gildo@LAPTOP-0LLN8UB8 |
42ba3e7297e6e8cd831c03c2e0e9cdf728cb47e9 | dafd7764fb85812d3fa0990cd55761c3ae2eaa27 | /spring-boot-web/src/test/java/com/dany/HelloControllerTest.java | 59791cbcaed678abd912b3984dcc2dc36eff4209 | [] | no_license | dany2fiona/spring-boot-demos | 345a7f5b96eff4b715964ad351a3cce20ff5fd9a | 538b6321981d593ea746acd43b8b68e3f5e11978 | refs/heads/master | 2021-08-04T09:08:50.911938 | 2019-01-17T09:22:24 | 2019-01-17T09:22:24 | 153,735,592 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,766 | java | package com.dany;
import com.dany.controller.HelloController;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.http.MediaType;
import org.springframework.test.context.junit4.SpringRunner;
import org.... | [
"yangdan90@126.com"
] | yangdan90@126.com |
4a546549e46e9223f6b979d1492c6f0f91928aa9 | ff4fef75cdf2f45340bbf1a31cbc6f5f56911cb9 | /src/main/java/io/vertx/stomp/StompClient.java | 5a41183faec78ccdf579a7405c543db5612353b2 | [
"Apache-2.0"
] | permissive | purplefox/mod-stomp-server | 3edefa29e18d0b87179132efd2a41a5fb9d6ee0e | 7c5174687a886e8108ab2895aee5d4022b94283c | refs/heads/master | 2020-12-24T15:31:13.575545 | 2013-12-09T14:15:42 | 2013-12-09T14:15:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,468 | java | package io.vertx.stomp;
import org.vertx.java.core.AsyncResult;
import org.vertx.java.core.Handler;
import org.vertx.java.core.impl.DefaultFutureResult;
import org.vertx.java.core.net.NetClient;
import org.vertx.java.core.net.NetSocket;
public class StompClient {
private NetClient netClient;
public StompClient(... | [
"timvolpe@gmail.com"
] | timvolpe@gmail.com |
9dd4c6c237f5775fcc786847a472bcda6d40bab4 | 31e02f1ea274133ef9fa6f02f9629cd80fd94cc5 | /CrossingPlay/src/Play.java | 43fb896f632b6637da3fde314b72562429f22d95 | [] | no_license | ChristopherSaunders/Projects | e7fbccce47575c6e47c6621847b5481f9889498a | 2155e71ea1df116a516a6cad12794c1b402aef71 | refs/heads/master | 2020-06-10T20:45:43.216495 | 2016-12-07T22:03:11 | 2016-12-07T22:03:11 | 75,875,932 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 30,175 | java |
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Point;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.DataOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.Fi... | [
"noreply@github.com"
] | ChristopherSaunders.noreply@github.com |
7ee7204e66dfd0add0778539d88b58906cb71468 | b816b1e57c0e0ecfc71b5c590abaf791a622c186 | /src/main/java/com/Data/CommodityPP.java | 3ac8ff7a4b4357d8e5da9551a8b8cb73e2cc7e1f | [] | no_license | TheCty/millet | 9b8e4d38e55e567ecd3e2511dc839c689cb683d5 | 09ef23c2d976b699b9dec1319c10bd35dd9e82ab | refs/heads/main | 2022-12-30T23:47:02.448533 | 2020-10-26T15:10:51 | 2020-10-26T15:10:51 | 307,254,318 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,348 | java | package com.Data;
import com.millet.dao.impl.CommodityDaoImpl;
import com.millet.pojo.Classify;
import com.millet.pojo.Commodity;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.nodes.Node;
import org.jsoup.select.Elements;
import org.junit.Test;
import java.i... | [
"we32020662@foxmail"
] | we32020662@foxmail |
a2b6fd8bca6b474565ae34050983a635a3613d43 | d030f0cba6cf93a5375e0976e01d5291a137ef81 | /TravelApp/src/productorderservlet/IspayUpdateServlet.java | a6d9c2c37a5c182857fdb4d93f215b694dcc4089 | [] | no_license | AngelYHY/Travel | a65cc766c6f15d2e2ab284f20fbdc30741fcf124 | ed180b1751276f9c9fb9d7617abfd230b7ba0ad1 | refs/heads/master | 2020-06-14T09:42:02.678682 | 2017-01-17T09:15:39 | 2017-01-17T09:15:39 | 75,203,133 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,036 | java | package productorderservlet;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import productorderdao.IsplayUpdatedao;
public class IspayUpdateServlet extends HttpServ... | [
"1064389584@qq.com"
] | 1064389584@qq.com |
f7d0814e367cd95a8065238b1135369cad1068b6 | 4312a71c36d8a233de2741f51a2a9d28443cd95b | /RawExperiments/Lang/lang45/3/AstorMain-lang45/src/variant-175/org/apache/commons/lang/WordUtils.java | 5877718c1137acc88555ca6211f53732029331e0 | [] | no_license | SajjadZaidi/AutoRepair | 5c7aa7a689747c143cafd267db64f1e365de4d98 | e21eb9384197bae4d9b23af93df73b6e46bb749a | refs/heads/master | 2021-05-07T00:07:06.345617 | 2017-12-02T18:48:14 | 2017-12-02T18:48:14 | 112,858,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,026 | java | package org.apache.commons.lang;
public class WordUtils {
public WordUtils() {
super();
}
public static java.lang.String wrap(java.lang.String str, int wrapLength) {
return org.apache.commons.lang.WordUtils.wrap(str, wrapLength, null, false);
}
public static java.lang.String wrap... | [
"sajjad.syed@ucalgary.ca"
] | sajjad.syed@ucalgary.ca |
d6e39b7998ae0ba774809a6160c43e27311df545 | a6c3a4fc9d2684a9db4743f5877f75ec03b14c0a | /src/test/java/cn/news/sample/service/SampleServiceTest.java | 67884c27b6980fb2868bef476d934faa5c5771a7 | [] | no_license | conanca/spring-cloud-consul-sample-consumer | 969bf38ea3efcda3fd6ec76e5cb7799d4427cd47 | bf7d9668f8a0301035c4915667e359efb4f79f7a | refs/heads/master | 2021-01-20T09:03:16.060493 | 2017-05-04T06:01:48 | 2017-05-04T06:01:48 | 90,216,268 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 567 | java | package com.dolplay.sample.service;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
/**
* Created by conanca on 1... | [
"gongchengdong@news.cn"
] | gongchengdong@news.cn |
f0a16d5e4192fbd01ac3ae1ad3ed0efdb3caa606 | 44ebb583b62839c1279f5f45f16237e265e6f624 | /office-service/src/main/java/tw/com/ktv/utils/excel/HSSFFontFunc.java | 9ad1e03c579917285e9696e1e6278bb18089160c | [] | no_license | ChrisRyo/office | c7476735520afddd0e5218595bcb993ba9996706 | d1894e496bf843b5e4d40ce54dd89cb25dc50c69 | refs/heads/master | 2021-01-10T18:16:23.860875 | 2016-04-24T17:06:40 | 2016-04-24T17:06:40 | 54,324,939 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,668 | java | package tw.com.ktv.utils.excel;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.List;
import lombok.Data;
import org.apache.commons.beanutils.BeanUtils;
import org.apache.poi.hssf.usermodel.HSSFCellStyle;
import org.apache.poi.hssf.usermodel.HSSFFont;
import org.apache.poi.hssf.usermodel... | [
"chrisryo0301@gmail.com"
] | chrisryo0301@gmail.com |
bc468add509ae34770d44ba9b4aef7b80c525b30 | c038ec0619e0f216a203d92f1c37d653102d0eba | /SOAProject/src/localhost/soaproject/services/repairtransportationservice/GetTransportationDistanceResponse.java | bd0f5f5116217fa404669fb98563890f5365601c | [] | no_license | jhuijts14/SOA-Project | cf323823c179d7ee9f536653ab6f6bd2bea805e8 | 61bbe1401b62376216896347b58dda22583035a5 | refs/heads/master | 2021-01-22T04:34:14.088170 | 2017-03-29T17:17:30 | 2017-03-29T17:17:30 | 81,555,106 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,217 | java |
/**
* GetTransportationDistanceResponse.java
*
* This file was auto-generated from WSDL
* by the Apache Axis2 version: 1.6.4 Built on : Dec 28, 2015 (10:04:10 GMT)
*/
package localhost.soaproject.services.repairtransportationservice;
/**
* GetT... | [
"joephuijts14@gmail.com"
] | joephuijts14@gmail.com |
d5162822e04ce455bf0ea20008cbf7463b8fecb4 | d325e12ba9521a66026718dc3153ae92a47559c6 | /chlitina/.svn/pristine/b0/b0ab07db4b661a8824106525e21110b41255da68.svn-base | f12cdaa837169c3116ab97879cf22b55961088a6 | [] | no_license | niarehtni/nccode | ee69ab00a3f522832d8e4f25abe1083dfc39fdfe | b85f86e71b392a3e5883a77e921949e2249c736d | refs/heads/master | 2023-01-03T21:07:34.865967 | 2020-10-31T06:49:33 | 2020-10-31T06:49:33 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 16,955 | package nc.ui.ta.leaveoff.pf.view;
import nc.bs.framework.common.NCLocator;
import nc.bs.logging.Logger;
import nc.hr.utils.PubEnv;
import nc.itf.hr.frame.IHrBillCode;
import nc.itf.ta.ILeaveOffManageMaintain;
import nc.pubitf.para.SysInitQuery;
import nc.ui.pub.beans.UIRefPane;
import nc.ui.pub.beans.textfield.format... | [
"sunsx@sina.com"
] | sunsx@sina.com | |
7246a9c793aa9e84ec9f56d222a905f4a57f6d79 | 98fa3fff1905eb6c308b4ba78afdc5fcf7cf29d8 | /testlibrary/src/androidTest/java/com/example/lorin/testlibrary/ApplicationTest.java | 19f835cc095a3cd298d2b97d3db0c4304ba298e6 | [] | no_license | daileidecaifu/CoreTest | 6ad9296cf7e919cad2c439b6e721dc828cdff4af | cb88fa0a1ad75a1bdda7ac1f27b5a8a4415ede91 | refs/heads/master | 2020-05-29T15:11:19.814457 | 2019-04-10T11:13:39 | 2019-04-10T11:13:39 | 63,401,141 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 360 | java | package com.example.lorin.testlibrary;
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() {
... | [
"daileidecaifu@hotmail.com"
] | daileidecaifu@hotmail.com |
e86f8ada99a986c6a7e5a61be2e0d1efda625613 | 27da02f60c1cfd9c37dde88c4ec82792d7cd5ee0 | /src/main/java/com/example/chatroom/ChatroomApplication.java | d5e51f3074bfffe9a1c989980de94d6fc74b1490 | [] | no_license | rkmsh/Spring-Boot-Chat-Application | 3b2bdf3a4ef466f3769a94da07cf1bfdf0bb5068 | 24cc734c71e7d5e7d34eec9e32de7434a2f67acf | refs/heads/master | 2021-01-01T12:22:37.886236 | 2020-02-11T11:04:23 | 2020-02-11T11:04:23 | 239,277,988 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 317 | java | package com.example.chatroom;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ChatroomApplication {
public static void main(String[] args) {
SpringApplication.run(ChatroomApplication.class, args);
}
}
| [
"rohitshmahato@gmail.com"
] | rohitshmahato@gmail.com |
ec9c28b19d825485d2b205d4d2bbbebcede45d91 | 2d21f53c096a878b57f12d9d35f887c9e7c28904 | /Lab5_EliasGiron/src/lab5_eliasgiron/Especial.java | 9d5077e7b8459bf6033c07d23319410e8bbda587 | [
"MIT"
] | permissive | eliasgz97/Lab-5_EliasGiron | 504e4be3dbcb4e3ec30446f36bbb50fadd3b16dc | 729217fb45fbdf2105c1024e1cf940cdf8ccf811 | refs/heads/master | 2020-04-24T16:47:07.523311 | 2019-02-23T00:31:58 | 2019-02-23T00:31:58 | 172,121,393 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 285 | java | package lab5_eliasgiron;
public class Especial extends Carta{
public Especial(String nombre, int dano, int puntos, String objetivo, String velocidad, int costelixir, String tipo) {
super(nombre, dano, puntos, objetivo, velocidad, costelixir, tipo);
}
}
| [
"noreply@github.com"
] | eliasgz97.noreply@github.com |
af55eca526f49d8465a16c788472327d65f41998 | fc3ac9d2bc1887423ab89ac0c65e806b4749ce77 | /src/de/fhdw/ml/transactionFramework/transactions/TransactionAdministration.java | 960169c0779684697127c16759a9a76453b92dd4 | [] | no_license | Cryzas/FHDW_TEO | a54d7664c3f8cd21267625ec0a1f574a28873b17 | e286a5461cb9f759c828acced873ef62ae903553 | refs/heads/master | 2021-07-11T22:45:36.861924 | 2017-10-11T07:07:10 | 2017-10-11T07:07:10 | 106,514,067 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,685 | java | package de.fhdw.ml.transactionFramework.transactions;
import java.util.HashMap;
import java.util.Map;
import de.fhdw.ml.transactionFramework.transactions.Buffer.StopException;
public class TransactionAdministration extends ActiveTransactionObject implements TransactionManager {
private static final int NumberOfExe... | [
"jensburczyk96@gmail.com"
] | jensburczyk96@gmail.com |
246648815b798d0ee7ff62f0cc78bb127cca13b1 | 85d1ce4b131a8197502ee7c8ba99adfad9e78d0e | /app/src/main/java/com/example/ktoma/bmi/bmiMainActivity.java | 7ae7153e0c12fe2acf860c5b6d063b8e113a7b3f | [] | no_license | ktomaszewska97/BMI-Android-app | 4d9fbceada3d995aa13349e2bbcb002bd07587eb | 751c4dea6fe6aa3c4ee851ef673d6101998fe157 | refs/heads/master | 2023-03-13T17:25:56.642766 | 2021-03-08T17:10:01 | 2021-03-08T17:10:01 | 345,523,718 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,178 | java | package com.example.ktoma.bmi;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.Menu;
import android.view.MenuItem;
import and... | [
"k.tomaszewska.97@gmail.com"
] | k.tomaszewska.97@gmail.com |
241bae1e307f285d1b51eb9a58a23cdfba1bea5d | fed1a499ca68d22c383fa18033ea1a5bc8f8d301 | /app/src/main/java/com/example/digital_agent_background/LessonActivity.java | 718ba201c62eb64286cc0617fb589b0539bf5895 | [] | no_license | rango3526/digital_agent_background | 9005bd64fed39f80685c4a28a3670e83b2589484 | 3241bd130d83c9706ca54b030d8996985a676720 | refs/heads/master | 2023-06-14T00:18:26.134900 | 2021-07-11T04:45:08 | 2021-07-11T04:45:08 | 382,248,917 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,088 | java | package com.example.digital_agent_background;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.CompoundButton;
import android.widget... | [
"r2chenore@gmail.com"
] | r2chenore@gmail.com |
f1dd84dc9dfc2e10f3498878512079d78c51afa6 | bb3b741c9934ba28411af887aebd399634b7cd07 | /app/src/main/java/com/laushkina/anastasia/orm/repositories/db/DbHelper.java | b8c770dc67085c1cbd29bbf40d5ec6881413a89c | [] | no_license | StacyLaushkina/ORM | c6f3bc2405644c4a6e863811a3b3bbcd0aec4640 | 543b5eb78d02cfe232b7ce4d214e5251d2530235 | refs/heads/master | 2021-05-14T06:49:32.236122 | 2018-01-04T14:08:22 | 2018-01-04T14:08:22 | 116,250,679 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,378 | java | package com.laushkina.anastasia.orm.repositories.db;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
import com.laushkina.anastasia.orm.R;
import java.io.IOException;
import java.io.InputStream;
public class DbH... | [
"Stacy.laushkina@gmail.com"
] | Stacy.laushkina@gmail.com |
11716e8034c9505fc333f8ded6705710015c4f8e | b6ac66c7aba506f646818df4bdaa9c61a34e4799 | /Information Asset Registry/src/model/Action.java | 12b0cb82021fc60b61ce1dca67a03a3f44a08296 | [] | no_license | inpaner/information-asset-registry | 68880d9bef619969657b5b627cfaa048a414c533 | 29f57f008d9f6da4900c2c0245b3f95a972fe754 | refs/heads/master | 2021-01-10T19:10:01.776940 | 2013-08-01T22:39:30 | 2013-08-01T22:39:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 265 | java | package model;
public enum Action {
LOGIN("Login"),
LOGOUT("Logout");
private String text;
Action(String text) {
this.text = text;
}
@Override
public String toString() {
return text;
}
}
| [
"ivan.paner@gmail.com"
] | ivan.paner@gmail.com |
060f0eacc96ae2bef1f93429de619d20bb2033fd | 169f635a8863c84f90fd469665eff9b424ac7326 | /app/src/main/java/de/fischerprofil/fp/ui/fragments/GalleryListFragment.java | a19b2c14b3b2d793618ef7982f5e89e58cbc06b5 | [] | no_license | chheld/fp | 8dcff6e0a2cfdd43048dc200df83050d175946f3 | 0670f39640ec4b16d74029dc03431afbe3791ccf | refs/heads/master | 2021-01-17T10:35:06.968133 | 2016-05-02T14:29:33 | 2016-05-02T14:29:33 | 42,661,154 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,733 | java | package de.fischerprofil.fp.ui.fragments;
import android.annotation.SuppressLint;
import android.content.Context;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.R... | [
"christoph.held@fischerprofil.de"
] | christoph.held@fischerprofil.de |
1dab8f6a2e2037adfec6f2ae2c18c9e950c2a32c | 9f30fbae8035c2fc1cb681855db1bc32964ffbd4 | /Java/lichunyu/task1/src/main/java/mapper/UserDAO.java | e95f8625ddad3f70b6810c8385e92856859ae323 | [] | no_license | IT-xzy/Task | f2d309cbea962bec628df7be967ac335fd358b15 | 4f72d55b8c9247064b7c15db172fd68415492c48 | refs/heads/master | 2022-12-23T04:53:59.410971 | 2019-06-20T21:14:15 | 2019-06-20T21:14:15 | 126,955,174 | 18 | 395 | null | 2022-12-16T12:17:21 | 2018-03-27T08:34:32 | null | UTF-8 | Java | false | false | 356 | java | package mapper;
import org.springframework.web.bind.annotation.ModelAttribute;
import pojo.User;
import java.util.List;
/**
* mybatis CRUD (DAO层)
*/
public interface UserDAO {
void insert(User user);
int delete(int id);
User select(int id);
List<User> selectByName(String name);
... | [
"noreply@github.com"
] | IT-xzy.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.