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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
59764ab0ba269ba5ee1776223f10abce977ef645 | 696aa05ec959063d58807051902d8e2c48a989b9 | /ole-docstore/ole-docstore-engine/src/test/java/org/kuali/ole/docstore/util/DocStoreEnvUtil_UT.java | 332a79ac673b353f51f6667da91a2676a45c83fb | [] | no_license | sheiksalahudeen/ole-30-sprint-14-intermediate | 3e8bcd647241eeb741d7a15ff9aef72f8ad34b33 | 2aef659b37628bd577e37077f42684e0977e1d43 | refs/heads/master | 2023-01-09T00:59:02.123787 | 2017-01-26T06:09:02 | 2017-01-26T06:09:02 | 80,089,548 | 0 | 0 | null | 2023-01-02T22:05:38 | 2017-01-26T05:47:58 | PLSQL | UTF-8 | Java | false | false | 1,712 | java | package org.kuali.ole.docstore.util;
import org.junit.Test;
import org.kuali.ole.BaseTestCase;
import java.io.IOException;
import java.util.Properties;
/**
* Created with IntelliJ IDEA.
* User: ?
* Date: 1/21/13
* Time: 5:04 PM
* To change this template use File | Settings | File Templates.
*/
public class D... | [
"sheiksalahudeen.m@kuali.org"
] | sheiksalahudeen.m@kuali.org |
e861dfafe8a1a3d8992b641bf3c5e0841192b8d2 | 66af795db6b5ed5332e65c7d34e611bc358d7d81 | /src/main/java/Trie/Trie.java | 1bcb015adce256504cfab5c639c1b3143e314a96 | [] | no_license | wongswoon/testProject | 850f32bae3a2d1e27ca225bf038b33256a395136 | b62d1e9cc0b39d95edb98e5c7239fecd0c992fb9 | refs/heads/master | 2020-12-24T18:03:40.062716 | 2015-08-28T06:25:10 | 2015-08-28T06:25:10 | 35,925,040 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 690 | java | package Trie;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Lenovo on 15-5-10.
*/
public class Trie {
private TrieNode root;
public Trie() {
root = new TrieNode();
}
// Inserts a word into the trie.
public void insert(String word) {
root.insert(word, 1... | [
"wangshun@staff.weibo.com"
] | wangshun@staff.weibo.com |
ef0bb0fe1f079129fd821578e60a30797702a00d | ea17869f6de19053add9a6bfa3eb3550867e7d7f | /app/src/main/java/com/example/administrator/yilan000/ui/base/BaseActivity.java | 94f7fd1dbe81a26b8bd6e625a6470349cc43729d | [] | no_license | HuRuWo/YiLan | 63e05b7e10af70f8612ea1c57e3c6b8a0655adda | 6865d1d0cdd68778118fff28c558078c760ecd81 | refs/heads/master | 2021-11-27T22:46:20.004024 | 2021-11-15T06:20:27 | 2021-11-15T06:20:27 | 71,859,697 | 100 | 45 | null | null | null | null | UTF-8 | Java | false | false | 715 | java | package com.example.administrator.yilan000.ui.base;
import android.os.Bundle;
import android.os.PersistableBundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
/**
* Created by xinghongfei on 16/8/12.
*/
public class BaseActivity extends AppCompatActivity {
String TAG=getClass().get... | [
"1458476478@qq.com"
] | 1458476478@qq.com |
7a3f57fa0871e6e577c4ad92359ca1bbd9061c14 | a6d8455c9176bb089e6e1a3e3570c1f094817eae | /Android/app/src/main/java/com/example/hanwe/mdp/Configuration/Protocol.java | 3758d91a9b2b1fde2e0e592342770d9153e774b6 | [] | no_license | Daneaz/MDP_3004 | be80b677870e94d7d3ed2238547a149d0a357054 | cb58e69e8d279887454429a37b1c24e5c8bca1a0 | refs/heads/master | 2021-09-12T12:06:32.696200 | 2018-04-16T15:14:54 | 2018-04-16T15:14:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,943 | java | package com.example.hanwe.mdp.Configuration;
public interface Protocol {
int MESSAGE_STATE_CHANGE = 1;
int MESSAGE_READ = 2;
int MESSAGE_WRITE = 3;
int MESSAGE_DEVICE_NAME = 4;
int MESSAGE_TOAST = 5;
String UUID = "00001101-0000-1000-8000-00805F9B34FB";
String LOG_FILE_DIR = "MDP_LOG";
... | [
"chiangbinhao@gmail.com"
] | chiangbinhao@gmail.com |
3387c862ae81598528975f639807b300418d0f20 | 83c2f56955a0c338e0c60db13ab7379ef106ca79 | /src/main/java/com/badlogic/gdx/graphics/glutils/IndexArray.java | cab14fba454f6a67226519132923e71ec020a0d1 | [] | no_license | Harium/propan-gdx-util | 36b625bc2454861f618c4892424c9622fa0d56f9 | 4065ae04a569c01f65aa4550c32545483f3c02c9 | refs/heads/master | 2021-09-10T23:03:46.234187 | 2018-04-03T21:26:12 | 2018-04-03T21:26:12 | 100,196,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,004 | java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* 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:... | [
"yuripourre@gmail.com"
] | yuripourre@gmail.com |
58c2d8074a0e21213e643dc536f8d088e226c61a | 28c23066968982c574e90c274f25af96655c833c | /android-exception-handler-testapp/src/jp/ne/sakura/kkkon/android/exceptionhandler/testapp/ExceptionHandlerTestApp.java | aba5bd4322d12744fbb2f16575ccca13cb0ae19c | [
"MIT"
] | permissive | kkkon/android-exception-handler | 9a1d71d1a8b701c260915af188e8e919d0b62259 | 8655123dde1846eed96eb5bc406add17d7c3bf0d | refs/heads/master | 2021-01-19T10:08:14.451046 | 2014-08-16T16:17:56 | 2014-08-16T16:17:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,233 | java | /*
* The MIT License
*
* Copyright (C) 2014 Kiyofumi Kondoh
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, ... | [
"kiyofumi.kondoh+github@gmail.com"
] | kiyofumi.kondoh+github@gmail.com |
89c81463b67a738324c8b7fb9fe7a0df56827d11 | 7f497f7f47b53c17ca82dccda2a66abb58b53408 | /src/JFrameMotoristas.java | 0f001680d658849b9c45a01f99282a8b39b90487 | [] | no_license | vmfvmf/onibus | 20392d62e70593edbfbb4f4fce4439db08c84b6f | f2bf559ea4ee5abc806a17b72ab554b656c3d082 | refs/heads/master | 2016-09-05T10:42:30.649369 | 2015-03-19T13:25:21 | 2015-03-19T13:25:21 | 31,274,539 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 31,272 | java |
import lib.jdb.connection.JDBConnection;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author vmf
*/
public class JFrameMotoristas extends javax.swing.JFrame {
/... | [
"vmf@vmf-pc"
] | vmf@vmf-pc |
b9638f803448bb47318e1aa7d8c2a3633f4c12f0 | 7a2cd6e07b002598e34a2b4f87b3889111ab23dd | /aigou-common-parent/common-service/src/main/java/cn/itsource/commom/controller/RedisController.java | 5aa03857d9bff6469e9fc82593afe5973078f9bf | [] | no_license | Ugly-kai/aigou-parent | 868b3a054ca4bcb483cab56037da8d06fa563702 | 9f00653275e772b28c6d606fa6dee1154c714b2d | refs/heads/master | 2022-07-03T07:22:44.867637 | 2019-08-07T13:50:12 | 2019-08-07T13:50:12 | 199,229,341 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,528 | java | package cn.itsource.commom.controller;
import cn.itsource.common.client.RedisClient;
import cn.itsource.basic.util.AjaxResult;
import cn.itsource.basic.util.RedisUtils;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.... | [
"user@163.com"
] | user@163.com |
6c2599eaa6a521dd9cb354a5f6392963baa506dd | 951ff57f2df93eddf0a63e8521124f0ba96d6c03 | /ProjectRMI/src/main/java/connection/ClientInterface.java | 180adaa21585fe9f14b4ce87bbcab8d4bfd9cdc4 | [] | no_license | Stephen-ODriscoll/2018_DistributedSystems | cf87298b2ded1ea494d37a42521df829aeba8ba7 | 081572053732ed77030693e3de0873e6a764ccdf | refs/heads/master | 2020-06-07T09:59:01.238031 | 2019-06-23T21:42:11 | 2019-06-23T21:42:11 | 192,993,485 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 318 | java | package connection;
import java.rmi.*;
import java.util.ArrayList;
public interface ClientInterface extends Remote {
public void check(ArrayList<String> newfileNames, ArrayList<byte[]> newFiles) throws RemoteException;
public void add(ArrayList<String> names, ArrayList<byte[]> toAdd) throws RemoteException;
}
| [
"programming@citsocieties.ie"
] | programming@citsocieties.ie |
b2afc1d2aebeb995e51222168c288a66d4ee8348 | affe223efe18ba4d5e676f685c1a5e73caac73eb | /clients/utilities/src/main/java/com/intalio/vmware/general/package-info.java | fab533468234f1e08dfcd178dd76a692e43f3663 | [] | no_license | RohithEngu/VM27 | 486f6093e0af2f6df1196115950b0d978389a985 | f0f4f177210fd25415c2e058ec10deb13b7c9247 | refs/heads/master | 2021-01-16T00:42:30.971054 | 2009-08-14T19:58:16 | 2009-08-14T19:58:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 291 | java | /**
* Several sample applications that demonstrate a variety of inventory operations,
* such as connecting to the server (Connect), browsing the inventory (Browse),
* and moving an entity from one location in the inventory to another (Move).
*/
package com.intalio.vmware.general;
| [
"sankarachary@intalio.com"
] | sankarachary@intalio.com |
f98417097b15da913eda649e9130da63a3fc53a5 | 7afeb6eaedd5a4561995daaa30b46bcfde738f1d | /src/kr/or/ddit/basic/JdbcTest06.java | 3faf7fcfdf39cf8fcebbdecd9b72af5234543275 | [] | no_license | songhaseob/jdbcTest | 7fcbfb998d230cf272b88acde9f878f5727a5b1f | 2667ad2160c403ebfc736695d7e9ba2a3f2480e1 | refs/heads/master | 2023-02-28T11:38:35.609985 | 2021-02-06T06:33:57 | 2021-02-06T06:33:57 | 336,472,767 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,473 | java | package kr.or.ddit.basic;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.Scanner;
import kr.or.ddit.util.DBUtil;
import kr.or.ddit.util.DBUtil2;
import kr.or.ddit.util.DBUtil3;
/*
회원을 관리하는 프로그램 작성하기
... | [
"songhaseob@gmail.com"
] | songhaseob@gmail.com |
cf9746dee84534a90593579a16cc66836d4294fa | 1540e8a1e7c3b53c0275b1907d90cffe519e9592 | /gmall-bean/src/main/java/com/auberge/gmall/bean/SpuSaleAttrValue.java | e5c7eaf42eea8df894fc31507b3f132cfcf324ee | [] | no_license | auberge/gmall2020 | 52b8a7159bc99c42ed774dedbd221f6e9a044e03 | a365f0662d9fef811e472822a85440af6e830cb8 | refs/heads/master | 2022-10-07T11:24:47.557302 | 2020-02-28T18:41:37 | 2020-02-28T18:41:37 | 239,351,392 | 0 | 0 | null | 2022-09-01T23:21:04 | 2020-02-09T18:17:18 | HTML | UTF-8 | Java | false | false | 425 | java | package com.auberge.gmall.bean;
import lombok.Data;
import javax.persistence.Column;
import javax.persistence.Id;
import javax.persistence.Transient;
import java.io.Serializable;
@Data
public class SpuSaleAttrValue implements Serializable {
@Id
@Column
String id;
@Column
String spuId;
@Column... | [
"761476328@qq.com"
] | 761476328@qq.com |
317b945872716392835fb70c96b249cace19db09 | ce05b49ec82a7eb0c483b48a523bca679199467a | /Uni/Java/WS1516/Programmieren/Assignment6B_Bank/src/edu/kit/informatik/exceptions/AccountDoesNotExistException.java | a455f468252a09ade757653a96dae07653ee2acd | [
"MIT"
] | permissive | 13hannes11/archive | 7e60e6f5092fb96bf7f5eed339a9f193fd63ac93 | 8c94608805160ff7cf94039cd1ca1a644e0a0fd8 | refs/heads/master | 2021-08-08T07:54:59.208100 | 2017-11-09T23:13:57 | 2017-11-09T23:13:57 | 110,175,995 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 351 | java | package edu.kit.informatik.exceptions;
/**
* The Class AccountDoesNotExistException.
*
* @author Hannes Kuchelmeister
* @version 1.0
*/
public class AccountDoesNotExistException extends Exception {
/**
* Instantiates a new account does not exist exception.
*/
public AccountDoesNotExistExceptio... | [
"13hannes11@gmail.com"
] | 13hannes11@gmail.com |
3ee4bba44983f1d00235052eda0b97582af67bc5 | 24cd6cb41472f8a57524b86953b58d0f381a8342 | /src/SecretBox/SHA256Code.java | 4abc06e4a4da69965931fce6335fdd73c6eb0073 | [] | no_license | watermelonsuperman/-mySecretBox | 3abaaa19c25c2334e497c9fbfd778ac69a97db47 | 207b1333f2394ff9ecd08352dcfb5c8f6863a98f | refs/heads/main | 2023-02-09T10:05:15.961870 | 2020-12-31T09:55:49 | 2020-12-31T09:55:49 | 325,733,918 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,252 | java | package SecretBox;
import java.io.UnsupportedEncodingException;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
public class SHA256Code {
public static String getSHA256StrJava(String str){
MessageDigest messageDigest;
String encodeStr = "";
try {
... | [
"15538287230@163.com"
] | 15538287230@163.com |
9a8996cb0e957c0ae0323811d2a4633df1a2c7d1 | 2c39fe3ccaf28abc39b0a4e49da2d872a27ad3c8 | /src/main/java/com/dh/tomcat/t03/HttpConnector.java | d76b33b62be0d513da4eba4853abbe3cefa4b060 | [] | no_license | dinghung/tomcat | 8aefb108dfc352e28d7aef7ecc0c6337eea671ae | 948c424f07da0cdad631a0ff57574ab7d19490b8 | refs/heads/master | 2020-04-02T13:26:30.043286 | 2018-10-29T07:28:20 | 2018-10-29T07:28:20 | 154,481,183 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 60 | java | package com.dh.tomcat.t03;
public class HttpConnector {
}
| [
"hung12077373@qq.com"
] | hung12077373@qq.com |
76a03d3d8813ec7726196d21d08bb8ebdf960422 | c42a2c7a3705fd49cc71fee3daaf03ceb5d11f45 | /src/main/java/edu/mum/controller/UserDetailsController.java | 57fa52e41646349702017f2650beaee3f25eb20a | [] | no_license | shirazshrestha/usermgmt | 0ec1822a87c4e344046f1095ab3626d3d6cee7bd | eae9d7b33a9c9cc40a0c2b719873c5ae4b7fa837 | refs/heads/master | 2020-06-28T15:28:45.333939 | 2019-08-02T16:52:30 | 2019-08-02T16:52:30 | 200,268,554 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 878 | java | package edu.mum.controller;
import edu.mum.domain.User;
import edu.mum.service.UserService;
import edu.mum.service.UserServiceImpl;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servl... | [
"shirazshrestha008@gmail.com"
] | shirazshrestha008@gmail.com |
350e64e323879658ab831d88e4e9e76bc5b560c8 | 66092bcd764abe09d1d8bdbe7644395fedd4b8c6 | /src/test/java/hello/typeconverter/converter/ConverterTest.java | 40321cebe9dcd90dff6ac7f2765a499ad151479e | [] | no_license | deokgoni/typeconverter | 492f8b28d5d70a550c6b976623ab27b898627f41 | 0569b5198e73803eb1af22c8fcea095454b8e148 | refs/heads/master | 2023-07-04T02:21:32.556203 | 2021-07-27T05:26:08 | 2021-07-27T05:26:08 | 389,844,079 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,286 | java | package hello.typeconverter.converter;
import hello.typeconverter.type.IpPort;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import static org.assertj.core.api.Assertions.assertThat;
@SpringBootTest
public class ConverterTest {
@Test
void stringToInterger(){... | [
"topgon86@naver.com"
] | topgon86@naver.com |
2433cbe92d61867a1a05ddbde2faec212cf8b8bf | 406ea9dbcaed427aecc02847a7cabbc42b5f8976 | /src/main/java/com/landawn/abacus/validator/Validator.java | b07c1b8b60af80e4357ecf29e054b9fc7b51128e | [
"LicenseRef-scancode-unknown-license-reference"
] | permissive | landawn/abacus-entity-manager | 9348c059e03487474f0b362d384414765b50449b | 8726d717d475397e81ef5725dc1f6da79e4249c3 | refs/heads/master | 2023-08-05T03:15:40.124006 | 2023-07-28T02:18:53 | 2023-07-28T02:18:53 | 200,414,924 | 1 | 0 | Apache-2.0 | 2023-07-28T02:18:54 | 2019-08-03T19:46:12 | Java | UTF-8 | Java | false | false | 1,364 | java | /*
* Copyright (C) 2015 HaiYang Li
*
* 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... | [
"landawn@users.noreply.github.com"
] | landawn@users.noreply.github.com |
1c1c6fbf7a17b1a24c3328eb1342c8d144884239 | 5045fb7f16459cd25897a0829345ddf5436ed229 | /FtcRobotController/src/main/java/org/firstinspires/ftc/team7316/util/commands/conditions/ButtonCondition.java | 442ff197af0f164746ac5c77632dc255caede4fd | [
"BSD-3-Clause"
] | permissive | Iron-Panthers/FTC-2016 | 4b8ea6ff2c82eb45b0e4f7d3ebbbe4abbc03ea73 | bbd82181bd9e4f8ae455018f9fb33e1b9214a206 | refs/heads/master | 2020-04-03T10:31:15.500983 | 2017-09-04T05:25:22 | 2017-09-04T05:25:22 | 68,863,512 | 1 | 0 | null | 2016-11-02T03:06:56 | 2016-09-21T22:41:24 | Java | UTF-8 | Java | false | false | 425 | java | package org.firstinspires.ftc.team7316.util.commands.conditions;
import com.qualcomm.robotcore.hardware.TouchSensor;
/**
* Created by andrew on 11/17/16.
*/
public class ButtonCondition implements Conditional {
private TouchSensor sensor;
public ButtonCondition(TouchSensor sensor) {
this.sensor = s... | [
"agcummings11@gmail.com"
] | agcummings11@gmail.com |
c70c3282b789354cd42f50d9fbc47ff8803662c7 | 5c5efb6e06ef21ca74ee3e0a9cae8f3e7bf893b8 | /src/main/java/Booking.java | a8a25589f47ce9773abacceee97b87a3c7483d75 | [] | no_license | mqprogramming/week-11-cc-tower-lab | 159414693da292ccd5c3fbb37cdcdc9132a3ac2f | 66e314ccd7c8798140e5812a01fa3c0c19702d3f | refs/heads/master | 2022-04-26T14:23:42.981969 | 2020-04-29T14:04:26 | 2020-04-29T14:04:26 | 259,946,942 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 318 | java | public class Booking {
private int nightsBooked;
private Bedroom bedroom;
public Booking(int nightsBooked, Bedroom bedroom){
this.nightsBooked = nightsBooked;
this.bedroom = bedroom;
}
public int totalBill() {
return (this.nightsBooked * this.bedroom.getRate());
}
}
| [
"matt.qgley@gmail.com"
] | matt.qgley@gmail.com |
f516f99f51735313a086ca77aa21cd381c7c7685 | ae7b910663c454b51db59d087ada954de6c3808c | /profile-api/src/main/java/net/engining/profile/api/bean/request/department/UpdateDepartmentRequest.java | 79a391536a4400cb97b9eac9fe65c80584fa18f8 | [
"MIT"
] | permissive | crazythinking/profile | 34be76125f49e0185e813e9f2532efb9e136d147 | f650409070edbeed2692bdbe03d1a201e1c2b83c | refs/heads/master | 2021-06-11T03:42:37.215001 | 2021-01-08T02:44:51 | 2021-01-08T02:44:51 | 139,696,642 | 1 | 1 | MIT | 2020-01-04T03:16:21 | 2018-07-04T09:01:33 | Java | UTF-8 | Java | false | false | 1,701 | java | package net.engining.profile.api.bean.request.department;
import io.swagger.annotations.ApiModelProperty;
import net.engining.profile.api.bean.request.BaseOperateRequest;
import org.hibernate.validator.constraints.Length;
import javax.validation.constraints.NotBlank;
/**
* @author zhaoyuanmin
* @version 1.0.0
* @... | [
"1264859189@qq.com"
] | 1264859189@qq.com |
0e77520646249184a42fcbbc34cdc0ddff2a281f | 538334148a8f7bb39573ca81213b91175867001f | /src/main/java/com/movie/utils/PagingUtil.java | 2845a21fb7de0ac1b14e6d3de4e3ecfce0ee321c | [] | no_license | Kim-Hyeonseok/MyPortfolio | 743ae8af28823e4b1612fbcd16a0043b474b1141 | 33c86bf1b8d741c4c5a58b7744e3d9f5fbe522fc | refs/heads/master | 2023-06-12T21:58:07.987928 | 2021-07-11T14:54:46 | 2021-07-11T14:54:46 | 384,973,611 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,413 | java | package com.movie.utils;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.HashMap;
import javax.servlet.http.HttpServletResponse;
public class PagingUtil {
public static HashMap<String, Integer> setPaging(String clickedPage, int total) {
HashMap<String, Integer> hashMap = new ... | [
"k01085537827@gmail.com"
] | k01085537827@gmail.com |
3d445955591ceb1af6b9321280ad01e677f030ee | ccf3a77aea207f849bb2a403c06ea07df2f3ff94 | /70.Climbing Stairs/code.java | d94838711b6458279a0fa6a12fcd72460387fd75 | [] | no_license | Yiel1990/Leetcode | 100c5571a4b3e11beba559d27bd06b12cd98e1f0 | 1e9d6988809ff4303d4addcb0121493775e79342 | refs/heads/master | 2020-06-24T21:50:06.299516 | 2016-11-23T23:39:54 | 2016-11-23T23:39:54 | 74,618,510 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 623 | java | public class Solution {
/*public int climbStairs(int n) {
int result ;
if(n == 0) return 1;
if(n == 1) return 1;
result = climbStairs(n - 1) + climbStairs(n - 2);
return result;
}*/
public int climbStairs(int n) {
// d[n] = d[n-1] + d... | [
"zhaoyiou1990@163.com"
] | zhaoyiou1990@163.com |
fa5360ee33209b2f075c78c40236f10807e2ca42 | 754382d75fe48ca146bc1b88d63c2ff7f416bb51 | /2.JavaCore/src/com/javarush/task/task18/task1814/TxtInputStream.java | 18d78642974a7c32096fe85fe81a7b2ea32d4d8a | [] | no_license | fromzer/JavaRushTasks | 520fb8bf86ab0ba9b0a53cac66b88b405be0a901 | dad199387c9aa64945352555f2cfa85af6724976 | refs/heads/master | 2021-04-08T04:34:13.584911 | 2020-04-25T09:24:04 | 2020-04-25T09:24:04 | 248,740,406 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 576 | java | package com.javarush.task.task18.task1814;
import java.io.*;
import java.nio.channels.FileChannel;
/*
UnsupportedFileName
*/
public class TxtInputStream extends FileInputStream {
public TxtInputStream(String fileName) throws IOException, UnsupportedFileNameException {
super(fileName);
if (!file... | [
"fromzer@mail.ru"
] | fromzer@mail.ru |
52e5dd667ba4d7bfb4f23c971c1d14be87de5151 | 54ef92fbe81f2a21bd9a1794484b77117d4806ae | /src/java/br/com/ads/siscee/model/entidade/Produto.java | 2fee0b2b3e354c99be7c43757e2055ff6bb42165 | [] | no_license | eversontalpai/siscee | 271fa73c48027745584edda1417581a428d57df6 | cc4b1ed3981526a2dc58c95119313cb46265e7c3 | refs/heads/master | 2021-09-09T05:31:40.554896 | 2018-03-14T01:32:26 | 2018-03-14T01:32:26 | 125,136,592 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,742 | 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 br.com.ads.siscee.model.entidade;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entit... | [
"eversontalpai@gmail.com"
] | eversontalpai@gmail.com |
0179dffc6316991248d0b21c8436d409c6c03f5e | c7beecb670919c6795441a2d178719808e288bfd | /java/com/fetchrewards/contacts/MainPresenter.java | 3033716b63cdca7731cc0d9fa10cf3b8e6cc9909 | [] | no_license | Joe7pack/FetchRewards | 86dd2bb9c725297e1f5aad844297f3bb2047c60d | 512757368823d2670758e29b1d3941662371c460 | refs/heads/master | 2020-12-14T08:12:28.036756 | 2020-01-18T17:20:52 | 2020-01-18T17:20:52 | 234,680,360 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,501 | java | package com.fetchrewards.contacts;
import android.content.Context;
import java.util.List;
public class MainPresenter implements Presenter<MvpView> {
private Context context;
private Repository model;
private MvpView mvpView;
private List<Repository.Employee> employeeList;
private List<Repository.... | [
"Joe@Guzzardo.com"
] | Joe@Guzzardo.com |
af37b2546f467364099b684a595399eb2ea054bc | 8fa2a06a58cdb20f8d2a12eea76572e02cc4bd64 | /Phase3Interface/src/phase3/TestLSH.java | a03b8e5696c4f1b1f92bd176d7bab39f308bbf2e | [] | no_license | busybug91/Gesture-Analysis--Indexing-and-Retrieval | fd3386034289979093d8045c2d814e473111640d | 403420284dda572e75b6864f755544e97b0440ff | refs/heads/master | 2021-01-01T19:55:54.630022 | 2014-03-01T01:06:22 | 2014-03-01T01:06:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,302 | java | package phase3;
import phase2.*;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;
import matlabcontrol.MatlabConnectionException;
import matlabcontrol.MatlabInvocationException;
import phase2.*;
import phase1.*;
public class TestLSH {
public static void main(String ar... | [
"nahuja1@asu.edu"
] | nahuja1@asu.edu |
44a481cdc8087c5fd5e7b7f858927857b3e9cda4 | 8ba07c0cb84b45d0f8d2b21e6030d37ea82c871b | /app/src/main/java/com/example/yellow/gpssensor/GroupActivity.java | 37139d878070c07e72306fe77ce4c4534d7ac4ca | [] | no_license | typelunar/GPSSensor | bb6e75aaf57d025a35d5d31e618dfd8b4ad32647 | 0170f9d85f8f2537298926bf5d12ea93afe1bc66 | refs/heads/master | 2021-05-11T05:48:27.750466 | 2018-01-18T10:45:55 | 2018-01-18T10:45:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,064 | java | package com.example.yellow.gpssensor;
import android.content.Context;
import android.content.Intent;
import android.content.res.ColorStateList;
import android.content.res.Resources;
import android.database.Cursor;
import android.database.SQLException;
import android.database.sqlite.SQLiteException;
import android.net.... | [
"570700160@qq.com"
] | 570700160@qq.com |
dc4436f2292dac749fcf6e7e4b27431350de11e3 | 40dd2c2ba934bcbc611b366cf57762dcb14c48e3 | /RI_Stack/jvm/security/gnu-crypto/source/gnu/crypto/jce/sig/DSSRawSignatureSpi.java | 023038c4f99339efa7db240655de05a482fd5e7b | [] | no_license | amirna2/OCAP-RI | afe0d924dcf057020111406b1d29aa2b3a796e10 | 254f0a8ebaf5b4f09f4a7c8f4961e9596c49ccb7 | refs/heads/master | 2020-03-10T03:22:34.355822 | 2018-04-11T23:08:49 | 2018-04-11T23:08:49 | 129,163,048 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,963 | java | package gnu.crypto.jce.sig;
// ----------------------------------------------------------------------------
// $Id: DSSRawSignatureSpi.java,v 1.2 2005/10/06 04:24:16 rsdio Exp $
//
// Copyright (C) 2001, 2002, Free Software Foundation, Inc.
//
// This file is part of GNU Crypto.
//
// GNU Crypto is free software; you ... | [
"amir.nathoo@ubnt.com"
] | amir.nathoo@ubnt.com |
d510c6e9d0132c32b54fe976f5581587a3b4a987 | 4ff0747fa97ee349736ea9246e1a600f81cb6d87 | /lab1/GameModel.java | a33e2223d0912b4c851551bf79515d16eb4c23f7 | [] | no_license | meemsbror/OOPF-Labbar | 1f430fa36516d74c4157e2a01223aa5aa4589314 | 97dac7e34c98c85afc659658352508e99d8c8cf5 | refs/heads/master | 2021-01-10T08:08:12.274636 | 2015-12-16T10:11:50 | 2015-12-16T10:11:50 | 45,281,872 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,468 | java | package lab1;
import java.awt.Dimension;
/**
* Common superclass for all game model classes.
*
* Constructors of subclasses should initiate matrix elements and additional,
* game-dependent fields.
*/
public abstract class GameModel {
/** A Matrix containing the state of the gameboard. */
private... | [
"exodusx32@gmail.com"
] | exodusx32@gmail.com |
da6a663d5a0523c5384a78e08a47eb405e658c89 | cb8d3696c404f489a92d98c820ffe1b67678f669 | /dynamic-proxy/src/main/java/com/zwd/example/SpringApplication.java | 9849ede222bdffe791f6e31e34ef6a5f90336855 | [] | no_license | chenglinjava68/spring-examples | 3dabae67d0523e43e7985c4cdc2eefba475e6c86 | f39abb830751db310da1fe160bc73ef1f44569d8 | refs/heads/master | 2020-04-14T15:53:19.953747 | 2018-12-18T01:02:11 | 2018-12-18T01:02:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 503 | java | package com.zwd.example;
import java.lang.reflect.Proxy;
public class SpringApplication {
public static void main(String[] args) {
LogicClassFir logicClassFir = new LogicClassFir();
ProxyService targetService = new ProxyServiceImpl();
ProxyService proxyService = (ProxyService) Proxy.newPr... | [
"810095178@qq.com"
] | 810095178@qq.com |
a4e2ef94015cf62c5482a043ef9e681425ded710 | fb33406e9f71a1e050838bc75b42f8055df108f8 | /Road.java | 431aefc439087933ce797d9671f062327832edbb | [] | no_license | Sakthisks/Road-Management-System | 34b8a1230a657df9ca93d067cd1d813e1b6c0f4f | 04445472e660c11efddb50175df39a9bce4379f7 | refs/heads/master | 2023-02-08T05:40:47.323259 | 2020-12-28T19:58:56 | 2020-12-28T19:58:56 | 325,103,395 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,564 | 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.
*/
/**
*
* @author sakth
*/
import java.sql.*;
public class Road{
public static void main(String[] args) {
Road r=new Road();
r.... | [
"sakthikarthigaiselvi@gmail.com"
] | sakthikarthigaiselvi@gmail.com |
84d051dabd48e723b4663ecb8eff67cd0e47223f | 42f1b3ec42b6cb48a92bfd886d2dada1f6d5047b | /src/com/baidu/ueditor/PathFormat.java | 59a96dd1975e18a4fa2c996dea8fdedf21171a2c | [] | no_license | Daiyunfeng/weekly | e9ff96abba278ce065fcd394541009464e052c11 | 00c5de41ab97f535499850825fc16c61e32dc98f | refs/heads/master | 2021-04-09T11:27:36.802292 | 2018-06-01T03:35:42 | 2018-06-01T03:35:42 | 125,474,281 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,104 | java | package com.baidu.ueditor;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class PathFormat
{
private static final String TIME = "time";
private static final String FULL_YEAR = "yyyy";
private static final String YEAR = "yy";
privat... | [
"879404301@qq.com"
] | 879404301@qq.com |
fb7fc1e7aefb268d6422c65e0e7747f4343b891c | cfcecca26950857b7c5bd2bbcb7b9ba81d47c2de | /recorder/src/test/java/com/turing/biz/recoder/ExampleUnitTest.java | 0b4767e11c5e6ea5194bff0147b25c545b0f5027 | [] | no_license | moon-sky/AndroidRecorder | 21840cb94bbfc6fed39ec4556ae6281ae79b8250 | 0ba80c61ce28b5d023cc6f3cc2dd827c4937bd60 | refs/heads/master | 2020-03-30T07:34:36.013836 | 2018-09-30T08:58:10 | 2018-09-30T08:58:10 | 150,949,990 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 383 | java | package com.turing.biz.recoder;
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... | [
"wanghexin@uzoo.cn"
] | wanghexin@uzoo.cn |
1b8b54f869b50d7eb8ff048252abef8c073bad6c | ff834a88327ce3ffd27a97b557d335f543bdc76d | /core/src/ru/kvvartet/lndclient/logic/messages/Message.java | 0dd692d24893b641bad507348b6c6fff4b164643 | [] | no_license | KCherkasov/lands-and-dungeons-client | e011762be25066139bb9ea4dec77b6d7e51306fa | ee3b863918558f9519b87707e046e1e123fec9d1 | refs/heads/master | 2020-03-08T05:52:20.019299 | 2018-07-18T22:16:35 | 2018-07-18T22:16:35 | 127,957,932 | 0 | 1 | null | 2018-05-20T22:53:45 | 2018-04-03T19:24:02 | Java | UTF-8 | Java | false | false | 664 | java | package ru.kvvartet.lndclient.logic.messages;
import com.fasterxml.jackson.annotation.JsonSubTypes;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
import ru.kvvartet.lndclient.logic.messages.bag.ItemAddMessage;
import ru.kvvartet.lndclient.logic.messages.bag.ItemRemoveMessage;
import ru.kvvartet.lndclient.logic... | [
"kvcherk@live.ru"
] | kvcherk@live.ru |
632465cea866818fdab2723486b84c952189759f | ebb149d65164873ebb29400f7d311b14ce0efce6 | /src/view/PanelSelecionaAudienciaPendente.java | bf319282c42d1418147d385d1f5b815568173d36 | [] | no_license | tecnomage/Fidelis | aeb7d12bf2f8091eaab89b9ca50984443a885aa6 | 4361a975da403e469e5df3858630c809b9925617 | refs/heads/master | 2021-01-10T02:52:09.005683 | 2016-09-26T15:08:23 | 2016-09-26T15:08:23 | 54,496,590 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 4,718 | java | package fidelis.view;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.Vector;
import javax.swing.JComboBox;
import javax.swing.JLabel;
import javax.swing.JPanel;
import fidelis.controller.DBDealer;
import fidelis.controller.Sessao;
@Sup... | [
"tecnocratay@gmail.com"
] | tecnocratay@gmail.com |
c02f76503a000b3f93945e994e44ac74af9179ec | 74ce58c1006e4ac8a4d4e7a55c5a186c66eea5a8 | /ranking-builder/src/main/br/com/amil/rankingbuilder/api/game/TimedEvent.java | 698332d938bf02bd5357a5aa9d7e0c80deea02cd | [] | no_license | mvendruscolo/pre-dojo | d097451e4c2b9dc501c007eb826c22dd5a811eca | 1c14ce1ed24641d93b9ac411eaa07ef3d4156903 | refs/heads/master | 2021-01-18T17:49:29.773274 | 2014-07-30T02:09:14 | 2014-07-30T02:09:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 291 | java | package br.com.amil.rankingbuilder.api.game;
import java.time.LocalDateTime;
/**
* Representa um evento de um {@link Match} associado a um tempo.
*/
interface TimedEvent {
/**
* Recupera o tempo deste evento.
*
* @return O tempo
*/
LocalDateTime getTime();
}
| [
"marcus.vv.dias@gmail.com"
] | marcus.vv.dias@gmail.com |
a17f94a0515dabc97cb3559c7ee8fdc6c2e129b8 | f59891e4f090e7ba39e7174202af8b4771530c5e | /xpert-framework-war-archetype/trunk/target/test-classes/projects/basic/project/basic/src/main/java/it/pkg/bo/controleacesso/SolicitacaoRecuperacaoSenhaBO.java | 80ee227bf844223dd2bf327abdb11678a8948cb1 | [] | no_license | bgarrels/xpert-framework | 01f31e6b4c0876c6231ffc02a4dc0420d5a4c50f | 8acf6b1c6dbb471ebe717fb652a7d972ce29f3a7 | refs/heads/master | 2021-01-21T02:00:11.091400 | 2015-06-26T13:33:12 | 2015-06-26T13:33:12 | 38,158,915 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,412 | java | package it.pkg.bo.controleacesso;
import it.pkg.bo.email.EmailBO;
import it.pkg.bo.email.ModeloEmailBO;
import com.xpert.core.crud.AbstractBusinessObject;
import com.xpert.core.validation.UniqueField;
import com.xpert.core.exception.BusinessException;
import java.util.List;
import javax.ejb.EJB;
import javax.... | [
"ayslanms@gmail.com"
] | ayslanms@gmail.com |
e63aab1722e69c6728fe55af72184ee00208f05d | 1f034fda19c48e0e95bdcd793b36aec9746dfdee | /GitTaller/src/fundamento/HolaMundo.java | 04e198e38d6cf6b0b77cf788e7dfa4a64d4d6dbe | [] | no_license | aldoariel/TALLERIIIFPUNE2017 | 86a5aa085da0727768faf206737df6b2d97e0544 | b2dfee78b3eec8362bf29fa4bf15ce614c344c20 | refs/heads/master | 2021-01-01T04:58:28.339026 | 2017-11-23T11:55:57 | 2017-11-23T11:55:57 | 97,279,770 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 113 | java | public class HolaMundo {
public static void main(String[] args) {
System.out.println("Hola Mundo");
}
}
| [
"aldoarie@gmail.com"
] | aldoarie@gmail.com |
ebf43145586083b53ddc429933aad84c75b65df2 | f7bc6715dc044e636308009bd27c32eb8085895e | /spring-boot/spring-boot-postgresql-angular-ng-zorro-table/src/main/java/com/frontbackend/springboot/person/controller/model/request/PersonFilterRequest.java | 41f146752891c47442a0cfa3536b430173f9e687 | [
"MIT"
] | permissive | martinwojtus/tutorials | 49198772cede622f7ded5856667a646ae420b361 | f44749aa177d7ab1c32b84fd6dc70855fda12fd5 | refs/heads/master | 2023-02-09T16:07:20.893500 | 2022-09-02T20:20:16 | 2022-09-02T20:20:16 | 187,207,196 | 178 | 576 | MIT | 2023-02-04T16:22:45 | 2019-05-17T11:47:35 | JavaScript | UTF-8 | Java | false | false | 420 | java | package com.frontbackend.springboot.person.controller.model.request;
import com.frontbackend.springboot.person.controller.model.paging.PageInfo;
import com.frontbackend.springboot.person.dto.PersonFilter;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@NoArgsConstructor
@Setter
@Getter
p... | [
"martin.wojtus@gmail.com"
] | martin.wojtus@gmail.com |
0843f48299596ae415a83a8114728d33ae8633f2 | b395c75a8dbea3f067db16cb3a6d89bda6dd1514 | /ChartModelShare/src/main/java/th/ac/kmutt/chart/model/FilterM.java | 8670ee77e1f202694c17c2c5426e293dc581cb82 | [] | no_license | kosit-gj/kmutt-chart-portlet-v2 | 3b2a42ed698c5c6afbafa85acd0d871c1375d3f9 | 68f805cedbf1d41bf8c89823d70eb8a2cb4075ed | refs/heads/master | 2021-09-11T08:22:56.615639 | 2018-04-06T08:20:02 | 2018-04-06T08:20:02 | 120,425,203 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,219 | java | package th.ac.kmutt.chart.model;
import com.thoughtworks.xstream.annotations.XStreamAlias;
import th.ac.kmutt.chart.xstream.common.ImakeXML;
import java.io.Serializable;
import java.util.List;
@XStreamAlias("FilterM")
public class FilterM extends ImakeXML implements Serializable {
private static final long seria... | [
"kosit@goingjesse.com"
] | kosit@goingjesse.com |
31d3c4b69f46590054a82c878332aa0fdcefcecc | 79a68dbd94ff1261c778f65b9e4c9ce55920ed36 | /teach_materials/src/com/zs/weixin/mp/bean/WxMpXmlOutVoiceMessage.java | 867a3e97526870257c5cf05f7b092ab758853b07 | [] | no_license | Allen5413/tm | e6ca0f6c509fb163e391265c65094ab6fdcbb663 | 595d44ccc787588f0995d5769908e12c3c6b387f | refs/heads/master | 2021-01-23T09:33:16.232580 | 2019-11-26T13:50:25 | 2019-11-26T13:50:25 | 34,732,908 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 672 | java | package com.zs.weixin.mp.bean;
import com.thoughtworks.xstream.annotations.XStreamAlias;
import com.thoughtworks.xstream.annotations.XStreamConverter;
import com.zs.weixin.common.api.WxConsts;
import com.zs.weixin.common.util.xml.XStreamMediaIdConverter;
@XStreamAlias("xml")
public class WxMpXmlOutVoiceMessage extend... | [
"2319772333@qq.com"
] | 2319772333@qq.com |
0f5eade3ec2bff3b7acfe6f974cd025acb1fb986 | a8a88501b2216d5050ecec91a84c01e84d8d7ff6 | /springboot_mybatisplus/src/main/java/cn/me/SpringbootMybatisplusApplication.java | def79fa6a79adb0c86a6cbaf15c622664f5e2d39 | [] | no_license | demerzelxd/mybatis_plus | 3e3ddd93e8ad2a8e5ce6e82e10ac89a5d36966ab | e88a8fcf4ade790bb7e4c77bb7a04348babdcf5e | refs/heads/master | 2023-01-06T22:02:53.303177 | 2020-11-02T08:18:58 | 2020-11-02T08:18:58 | 309,233,398 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 469 | java | package cn.me;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
@MapperScan("cn.me.mapper")//这种方式更灵活,因为只要扫描一次
public class SpringbootMybatisplusApplication
{
public static... | [
"demerzelxd@gmail.com"
] | demerzelxd@gmail.com |
601d331e175a2cec8afb8bfd2387b1f15b23e839 | 6e2dbe08a04593ee92f6d789fa9aa33849744211 | /build/generated/source/r/debug/android/support/v4/R.java | 70144a07a9e33e7f56e072affe7fc8582b315ad7 | [
"Apache-2.0"
] | permissive | 1136346879/sportlove_ | f15290e4e56a0f328d7e683dd0ab5972c00a9d53 | 8f45a4b807a45c2d45d614e70f5e2093fdf9c3ef | refs/heads/master | 2020-06-03T00:18:12.936582 | 2019-06-25T06:00:07 | 2019-06-25T06:00:07 | 191,357,466 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,644 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package android.support.v4;
public final class R {
public static final class attr {
public static final int font = 0x7f0100c0;
public... | [
"1136346879@qq.com"
] | 1136346879@qq.com |
fa02d069dd355a502c2d560518357022b10ea343 | 5fd6f74ac0cb1944c281f76d504e329a82613bbd | /src/main/java/br/com/casadocodigo/loja/configuration/AppWebConfiguration.java | bb504f5d455b45ca732e8218906f070f718720d6 | [
"MIT"
] | permissive | palerique/google-cloud-spring | 8737764b625fc32cbb4d28a8db1ef6aab9f7b6ba | 923868e09cc82545dc60a7ec04c59601e0159320 | refs/heads/master | 2020-03-22T09:33:59.694243 | 2018-07-05T13:03:08 | 2018-07-05T13:03:08 | 139,845,651 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,027 | java | package br.com.casadocodigo.loja.configuration;
import com.google.common.cache.CacheBuilder;
import java.util.ArrayList;
import java.util.List;
import java.util.Properties;
import java.util.concurrent.TimeUnit;
import org.springframework.cache.CacheManager;
import org.springframework.cache.annotation.EnableCaching;
im... | [
"palerique@gmail.com"
] | palerique@gmail.com |
dc80261c90caea68bd65ffaa47596a49ef68508e | c3498924c12bbafe144ec7ca1402fee6859af46c | /src/main/java/com/example/Leetcode/Roman_Int_2.java | d20cf6367fcc0b11ddd0751e88a362c0f24918fe | [] | no_license | BharathKumarRV/Leetcode | 7e9dc88a0bde51b86d57b8f00f709bb7799c3e6b | dda20e506d15b47deb846c6e5ad56ecefb54120c | refs/heads/master | 2022-09-29T16:49:58.435316 | 2022-09-18T10:15:18 | 2022-09-18T10:15:18 | 247,475,146 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,019 | java | package com.example.Leetcode;
import org.springframework.boot.SpringApplication;
public class Roman_Int_2 {
public static void main(String[] args) {
SpringApplication.run(LeetcodeApplication.class, args);
int res = romanToInt("IX");
System.out.println(res);
}
public static int romanToInt(String s) {
int... | [
"bkumarrv@deloitte.com"
] | bkumarrv@deloitte.com |
51b129c8da81b275c5968351f9793c75d87ceb45 | 6369a01f0d8f4727bdb6c7e556211e44eb5f1e72 | /src/test/java/com/github/marschall/memoryfilesystem/FileSystemRule.java | b7c8dc9d1cc63c686d8e5c496c1e3c4d3b90e84e | [] | no_license | ferstl/memoryfilesystem | 3a61c2a53e400373c0d25d81f9ef2fcfad6e83f6 | 248f766591f50bca8a46db1917ed15c2b6ee8714 | refs/heads/master | 2021-01-17T20:26:06.414623 | 2019-01-05T15:48:42 | 2019-01-05T15:48:42 | 45,345,697 | 0 | 0 | null | 2015-11-01T15:26:21 | 2015-11-01T15:26:21 | null | UTF-8 | Java | false | false | 758 | java | package com.github.marschall.memoryfilesystem;
import java.nio.file.FileSystem;
import org.junit.rules.TestRule;
import org.junit.runner.Description;
import org.junit.runners.model.Statement;
final class FileSystemRule implements TestRule {
private FileSystem fileSystem;
FileSystem getFileSystem() {
return... | [
"philippe.marschall@gmail.com"
] | philippe.marschall@gmail.com |
15717492138f6146f7022c08bcb228214c98e4f7 | 43dcdc6bc343218b08e60c776d97cfb12b5fb6e8 | /baselibs/src/main/java/com/unistrong/baselibs/ui/chart/BaseMeasure.java | c5b0c20288ebc0b62281773e805af3e94c2c190d | [] | no_license | wangaowu/EmploymentService | 8b8a706f8eb7b29892cb0f747314ac297be4f9f3 | d15dd4c47b5fbc853ca407cebbbe71bc10dc3750 | refs/heads/master | 2020-03-22T07:09:03.501716 | 2018-07-11T09:40:27 | 2018-07-11T09:40:27 | 138,865,485 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,957 | java | package com.unistrong.baselibs.ui.chart;
import android.content.Context;
import android.graphics.Paint;
import android.graphics.RectF;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.view.View;
import com.unistrong.baselibs.utils.DensityUtils;
import com.unistrong.baselibs... | [
"wang_gaowu@qq.com"
] | wang_gaowu@qq.com |
6c27f47aecc7e9e0c1d488d5d9dc17b20d647368 | de7b67d4f8aa124f09fc133be5295a0c18d80171 | /workspace/ActiveMQ-5.5-Spring/src/com/springactivemq/HelloSender.java | 5efd59ddee2f05a7cd8e6461726c44ceb1e02305 | [] | no_license | lin-lee/eclipse_workspace_test | adce936e4ae8df97f7f28965a6728540d63224c7 | 37507f78bc942afb11490c49942cdfc6ef3dfef8 | refs/heads/master | 2021-05-09T10:02:55.854906 | 2018-01-31T07:19:02 | 2018-01-31T07:19:02 | 119,460,523 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 999 | java | package com.springactivemq;
import javax.jms.Destination;
import javax.jms.JMSException;
import javax.jms.Message;
import javax.jms.Session;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.jms.core.JmsTemplate... | [
"lilin@lvmama.com"
] | lilin@lvmama.com |
e46569959c00f70510a3d0e2e8828c18276885d7 | 6d135287c5aeccf2720af4402a80df789281a785 | /src/org/xmlsoap/schemas/soap/encoding/LongDocument.java | 089feffbf13c788d4368f3cdbb3016fea0c0de82 | [] | no_license | ala-nasri/CallFireAPI | 364401e23a4c84eb59eb981731e90eebe8128558 | eee34787290de81972fa7bbaf144325f416024e4 | refs/heads/master | 2021-05-26T16:55:11.770949 | 2013-07-02T22:18:43 | 2013-07-02T22:18:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,506 | java | /*
* An XML document type.
* Localname: long
* Namespace: http://schemas.xmlsoap.org/soap/encoding/
* Java type: org.xmlsoap.schemas.soap.encoding.LongDocument
*
* Automatically generated - do not modify.
*/
package org.xmlsoap.schemas.soap.encoding;
/**
* A document containing one long(@http://schemas.xmlsoa... | [
"alaeddine.nasri@gmail.com"
] | alaeddine.nasri@gmail.com |
c21145c567a5155efd76fa162801ac716e8dddd4 | b990f0d928c3bf12cc91c86f1e695c8c1a828243 | /src/test/PedidoCompra/Test02.java | cd5f58367aedc40d83b301fe47039a5a134efd49 | [] | no_license | romanixp/UltraColorDAO | 0ba7d47a74a8b0ca5e93dd9605de43588b658d43 | ace75025e639d014b53693da9ee286364301efb4 | refs/heads/master | 2016-09-03T07:04:19.661358 | 2013-12-23T04:38:24 | 2013-12-23T04:38:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 987 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package test.PedidoCompra;
import dao.DAOFactory;
import dao.design.IPedidoCompraDAO;
import dao.to.PedidoCompraTO;
import java.sql.Date;
/**
*
* @author Sistemas
*/
public class Test02 { //prueba de actualizacion... | [
"romanixd@gmail.com"
] | romanixd@gmail.com |
c3dd88ab88bcb90c2f836a6ed29425a7671ca3db | 914f9adba1d88db1ba32aebc60118f459fbbfad9 | /src/activity2_objectclasses/FirstObject.java | 2b66a87dce55bc4be68e7d7f00b5ee3557d26d3c | [] | no_license | StarTrekManiac2/Lecture7 | 28e8c432653c96674200e97bc948a0b6d15d3df5 | 2197577150d6052441f6b997280c5e287226eb0d | refs/heads/master | 2020-09-05T21:33:56.517060 | 2019-11-18T18:53:49 | 2019-11-18T18:53:49 | 220,220,511 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 422 | java | package activity2_objectclasses;
public class FirstObject
{
public static void main(String[] args)
{
// Get the object's colour and body type from Object class (Car)
System.out.println("PAINT STYLE:\t" + Car.colour);
System.out.println("BODY TYPE:\t\t" + Car.bodyType);
// Cal... | [
"chrissy14az@hotmail.co.uk"
] | chrissy14az@hotmail.co.uk |
0fe6975f6bc5b3cd384382a9ca1ede41f13a3b5f | ba3a1f14adc3f443ceb0ae0a9243855bdd56cbd3 | /src/main/java/isi/taskmanager/security/oauth2/user/OAuth2UserInfoFactory.java | ae173257559e34ce4b7781ae2b9501e2b38d1852 | [] | no_license | albertrzcinski/TaskManagerSpringBoot | 9f3eacc9ea8379160b2b7784ae3c3db9b40b1e2a | 8e3e0ef3d72f1880ba9e93f6d5c16503c7c6cd68 | refs/heads/master | 2022-02-17T15:15:42.338492 | 2019-09-11T17:15:21 | 2019-09-11T17:15:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 636 | java | package isi.taskmanager.security.oauth2.user;
import isi.taskmanager.exception.OAuth2AuthenticationProcessingException;
import isi.taskmanager.model.AuthProvider;
import java.util.Map;
public class OAuth2UserInfoFactory {
public static OAuth2UserInfo getOAuth2UserInfo(String registrationId, Map<String, Object> ... | [
"albertrzcinski@gmail.com"
] | albertrzcinski@gmail.com |
8889f6ad963dab96f0bf155832ddb8bd5272ee08 | c4152864ea8492868998b95f5e968f75d95399e3 | /app/src/androidTest/java/com/dev/bob/beestart/ExampleInstrumentedTest.java | f6fd37d8203b47004f83d53d091ca4a8f66ec46a | [] | no_license | henriquemendesc/beestart | 4f0cd80583d398c5bfa601ab8a0e102fa05d9a95 | 5efe0c2c7947bdd9db08ce170d97c364f47ed76f | refs/heads/master | 2021-07-17T19:36:24.955635 | 2017-10-23T14:38:07 | 2017-10-23T14:38:07 | 107,972,034 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 744 | java | package com.dev.bob.beestart;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on an Android... | [
"henriiimendesc@gmail.com"
] | henriiimendesc@gmail.com |
59ba67db0613dbfe6b2e13bd7574381f7d0033e3 | c60a8f21b73de7c7cb219585fe60ab59de7f6fd1 | /src/main/java/org/wannagoframework/dto/serviceQuery/googlePlaceSearch/AutocompleteSearchRequestQuery.java | ba1ba1b98e0fe169ceea6a29e270e0aa866ab904 | [] | no_license | wannagodev1/shared-dto | 7bae2cf75abd2c7301d6d6770ae792ca1d612510 | 07fac200da24c8aaa86ad5378c5f622fe307ea60 | refs/heads/master | 2020-12-27T18:44:56.122283 | 2020-04-21T14:11:32 | 2020-04-21T14:11:32 | 237,974,972 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,339 | java | /*
*
* DO YOU WANNA PLAY CONFIDENTIAL
* __________________
*
* [2018] - [2019] Do You Wanna Play
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains the property of "Do You Wanna Play"
* and its suppliers, if any. The intellectual and technical concepts contained her... | [
"wannago.dev1@gmail.com"
] | wannago.dev1@gmail.com |
4cb3da93410733e73e38bdd27334076687d52b56 | 646ec89e95b0d5bfced010d1e68bf31f5c6d00f2 | /java/src/cs224n/features/FeatureValue.java | acbe830ed762431026d49e613a5c945596fb4491 | [] | no_license | qiaojingy/MC | 07d4cf5b7d93fda46968fa8c42864b764c8a04a8 | 341be79a6e8c2dd8ced78c275654b84074e0a06b | refs/heads/master | 2021-01-10T04:43:45.762819 | 2017-08-19T04:56:43 | 2017-08-19T04:56:43 | 46,260,990 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 403 | java | package cs224n.features;
public class FeatureValue {
private final String FEATURE_NAME;
private double value;
public FeatureValue(String name, double value) {
this.FEATURE_NAME = name;
this.value = value;
}
public String getName() {
return FEATURE_NAME;
}
public double getValue() {
return value;
}
... | [
"qiaojingyan9@gmail.com"
] | qiaojingyan9@gmail.com |
0d292e7767e35b0bb234c639055790652fe64d6c | 16512a1ad501ef75409fa35265e32a5c784a8d2d | /android/app/src/main/java/com/darlinnative/MainApplication.java | 2f8941c4cc589a812bde4b3b15ef9832fe97bf60 | [] | no_license | doxiaodong/darlin-native | c8f0021d5e86233a195cb38ab2be148141b46cea | 6d5ff997811b311cae921ae4cf2bcc18ee2518c1 | refs/heads/master | 2021-05-12T03:42:24.577604 | 2018-01-16T03:07:18 | 2018-01-16T03:07:18 | 117,623,779 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,137 | java | package com.darlinnative;
import android.app.Application;
import com.facebook.react.ReactApplication;
import com.oblador.vectoricons.VectorIconsPackage;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.react.shell.MainReactPackage;
import com.facebook.soloader.SoL... | [
"duxiaodong@darlin.me"
] | duxiaodong@darlin.me |
f89fb6b714d471a0461603ac99436e2574d29012 | 28e564d40228754d39ae40f7842609ad94df26d1 | /JavaApplication14/src/clases/ClasePadre_Abstracta.java | 15a6a4fe2ee9370f514ab7b81cc0198cef392270 | [] | no_license | Sempiterman/Java-POO | 6973b1d7ef1c59d6994a80ff1299e641f08003a3 | 363f22c5eb55e79d47f4b9e58bd6a481957694a1 | refs/heads/master | 2021-01-02T16:43:50.202587 | 2020-02-11T07:58:04 | 2020-02-11T07:58:04 | 239,706,714 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,430 | java | package clases;
import java.util.Scanner;
public abstract class ClasePadre_Abstracta {
protected int transacciones, retiro, deposito;
private static int saldo;
Scanner entrada = new Scanner(System.in);
public void Operaciones() {
int bandera = 0;
int seleccion = 0;
do {
... | [
"Sempiterman@gmail.com"
] | Sempiterman@gmail.com |
b7d65ffe8dbb82df6ba67e68deac541bd00542eb | 533f81864e83b9aa1df1ce3497181ae4582ae2ef | /DesignPatterns-Java/builder/src/main/java/builder/Main.java | 51a8c73a514f738b739cc7e584f6904053da848a | [] | no_license | sharma-lokesh/Design-Patterns-Java | 3ed6108341ecf5b2ffef9e6a03a3e83c3e097716 | 9f859ed2c3ee808584cba2598d4cc39de5128d3c | refs/heads/master | 2020-09-08T15:49:38.688370 | 2019-11-12T09:36:27 | 2019-11-12T09:36:27 | 221,176,049 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 242 | java | package builder;
public enum Main {
BURGER("Burger"), PIZZA("Pizza"), WRAP("Wrap"), SANDWICH("Sandwich");
private String title;
Main(String title) {
this.title = title;
}
@Override
public String toString() {
return title;
}
}
| [
"lokeshsharmalive@hotmail.com"
] | lokeshsharmalive@hotmail.com |
ed87fbeec14f61c9979f966ad8e5da13d4ee1b2a | d60e287543a95a20350c2caeabafbec517cabe75 | /LACCPlus/Hadoop/2005_1.java | 22ced82c7fff1be224537eee5666866acc9243cc | [
"MIT"
] | permissive | sgholamian/log-aware-clone-detection | 242067df2db6fd056f8d917cfbc143615c558b2c | 9993cb081c420413c231d1807bfff342c39aa69a | refs/heads/main | 2023-07-20T09:32:19.757643 | 2021-08-27T15:02:50 | 2021-08-27T15:02:50 | 337,837,827 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 836 | java | //,temp,TestDistCpViewFs.java,354,374,temp,TestIntegration.java,396,417
//,3
public class xxx {
@Test
public void testUpdateGlobTargetMissingSingleLevel() {
try {
Path listFile = new Path("target/tmp1/listing").makeQualified(fs.getUri(),
fs.getWorkingDirectory());
... | [
"sgholami@uwaterloo.ca"
] | sgholami@uwaterloo.ca |
fc9d4bc48088712d40617da0a86ad9ec390aa9e4 | e9349051fa51df52f624f48c9712aeed919c538c | /src/main/java/com/bankapp/model/CurrencyConversionRate.java | 0b9a4db9c4a9fd6446660f54b26ff33493c25324 | [] | no_license | ThiMpanza/BankSystem | e0408cb93d7f845b8c9dc842b988e9fcd8d7791c | ae6c5e6a3bd3e848a585870a425b0e715436b1f6 | refs/heads/master | 2023-03-12T08:48:19.273605 | 2021-02-24T14:35:47 | 2021-02-24T14:35:47 | 341,927,460 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,784 | java | package com.bankapp.model;
import javax.persistence.*;
import java.math.BigDecimal;
import java.util.Objects;
@Entity
@Table(name = "CURRENCY_CONVERSION_RATE", schema = "PUBLIC", catalog = "TESTDB")
public class CurrencyConversionRate {
@Id
@GeneratedValue
private Long id;
@Id
@Column(name = "CURR... | [
"NmthandazoM@discovery.co.za"
] | NmthandazoM@discovery.co.za |
df94dc76c4cdad37956b536c42595509439a0e5d | 9f96fd0ba30f2a1c5948130be0bc98d09957d3e4 | /add/src/main/java/com/hcentive/training/addition/AdditionController.java | 96bd797c9d71f983b34c94f610813bd90a4a53c4 | [] | no_license | sumit-chandna/microservice | 28c2c221b8bd2c069fb4439ceee5ea6257af2f27 | fa423438ae396b2ebf342ac631750aff3978e631 | refs/heads/master | 2020-03-28T17:30:29.792052 | 2018-09-14T14:05:57 | 2018-09-14T14:05:57 | 148,796,337 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 694 | java | package com.hcentive.training.addition;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.R... | [
"chandna.sumit@hcentive.com"
] | chandna.sumit@hcentive.com |
1149902ccc9deab6e892e778ffe8e48b85e83ddc | 1d68f0e3655fbb687c1c008d638bc94056951cc0 | /com.qbao.recommend.stream/src/main/java/com/qbao/recommend/stream/cmp/parser/binlog/CartBinLogParser.java | eaa57df04f5738a9d78bb91a9896cfd7f599963a | [] | no_license | jackandyao/com.qbao.common.parent | 47fa5485e6763b3f04f3566153b82b3f94a790a2 | a94595b88aacee9c66324e75ff4267001e3bb383 | refs/heads/master | 2021-05-09T02:55:50.583922 | 2018-01-28T03:45:06 | 2018-01-28T03:45:06 | 119,225,146 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,021 | java | /**
*
*/
package com.qbao.recommend.stream.cmp.parser.binlog;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.qbao.recommend.stream.cmp.domain.nginx.Record;
import com.qbao.recommend.stream.cmp.enums.EventType;
import com.qbao.recommend.stream.cmp.enums.TopicType;
import com.qb... | [
"786648643@qq.com"
] | 786648643@qq.com |
56a23daed8b7335eb3568ea857fcf6e12dc2ec4f | 43f02a9e439f51f71739a2a6ea979ffeb96a4438 | /Academico/academico-web/src/main/java/br/com/iasc/seguranca/filtro/CharsetFilter.java | eaa057aebd7ba62f74a0ea5de7e5627d6a6e1768 | [] | no_license | acfmarco/academico | 0dcd60f03b6b13ca72b7a1b558c9573631c56e8e | c4982cdcf1643ace99c88537c2395a0de85fbc57 | refs/heads/master | 2021-01-23T08:28:30.327977 | 2018-03-13T18:24:04 | 2018-03-13T18:24:04 | 102,523,765 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,561 | java | /**
*
*/
package br.com.iasc.seguranca.filtro;
import java.io.IOException;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
/**
* @auth... | [
"marcosaig@hotmail.com"
] | marcosaig@hotmail.com |
0cad53ae25636a196c9ec88f2ecad6eb532a08b9 | 4c0d1f902ff8a8701ab2ac56f4e9f342c1946587 | /src/main/java/org/gwtbootstrap3/extras/notify/client/event/NotifyShownHandler.java | efed8833563c8c3cd52ef5f93d49650d7d27798a | [
"Apache-2.0"
] | permissive | gwtbootstrap3/gwtbootstrap3-extras | 80206616f84db1098b27f8397577655c8ef638b0 | 3b4c82f547f39fbfcf9d44b4b912ea3fdd61c13b | refs/heads/master | 2021-04-12T12:07:58.800553 | 2019-11-15T15:10:08 | 2019-11-15T15:10:08 | 15,231,680 | 31 | 91 | Apache-2.0 | 2019-11-14T17:38:11 | 2013-12-16T17:01:41 | Java | UTF-8 | Java | false | false | 1,080 | java | package org.gwtbootstrap3.extras.notify.client.event;
/*
* #%L
* GwtBootstrap3
* %%
* Copyright (C) 2013 - 2015 GwtBootstrap3
* %%
* 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
*
... | [
"xiaodong.sun@wallix.com"
] | xiaodong.sun@wallix.com |
d55c50dbe8e03e1695d1765acd2afa2f0b1b549e | d03db1fb8dccd20fcf0e0c8a3ff1c7ab5fdabc11 | /src/main/java/com/scitc/blog/service/impl/TagsServiceImpl.java | 90ed2b4f6d96194b47ad4e66e5b5ed3feeada751 | [] | no_license | unborn-chy/blog | 70ba81fa0735eccc6df65a878747065ae9283888 | 157f1721686332589016710a60f7a46747fc9ea3 | refs/heads/master | 2021-06-27T02:28:44.981285 | 2019-11-06T10:59:29 | 2019-11-06T10:59:29 | 219,903,368 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,610 | java | package com.scitc.blog.service.impl;
import com.scitc.blog.dto.OperationExecution;
import com.scitc.blog.enums.OperationEnums;
import com.scitc.blog.exception.BlogException;
import com.scitc.blog.mapper.TagsMapper;
import com.scitc.blog.model.Tags;
import com.scitc.blog.service.TagsService;
import org.springframework.... | [
"626532990@qq.com"
] | 626532990@qq.com |
2042ed98be805d5cd1590f664f9fe0404cf17635 | 1555afaffd25b53a065816c839ad731d781480de | /docroot/WEB-INF/service/xyz/fanqi/liferay/demo/service/persistence/StudentActionableDynamicQuery.java | ddae829a1b46e8a8a6d7c5c98593693d67265d1a | [] | no_license | fanqi/liferay-ce-6.2.5-curd-portlet | 08c5a23548773695c3f42f5d21edad0443004964 | 4502ac51e0da2a13b2e0e001ad6e06e75b1d5b3e | refs/heads/master | 2020-03-27T19:48:18.533062 | 2016-06-05T17:09:26 | 2016-06-05T17:09:26 | 60,409,858 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,302 | java | /**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any la... | [
"github@fanqi.xyz"
] | github@fanqi.xyz |
57d405ba53816d6f6a72a0a0a460e565e7416d12 | b529f8ca8400cdbf8ab069efed5b6f9d8727c56f | /term2/hw5/src/test/java/spbau/eliseeva/XUnit/IgnoreTest.java | d1a9d7f14e5123e9f33fc8e6584015acd7c3aec7 | [] | no_license | MariEliseeva/java_hw | 369d5e50857906060d0549d6547ffceeaaf6b6e4 | 87cfb6bb95d55662724e7761f173d28385ba6356 | refs/heads/master | 2018-09-11T23:11:32.820105 | 2018-06-20T07:33:30 | 2018-06-20T07:33:30 | 103,033,273 | 0 | 0 | null | 2018-06-20T07:37:48 | 2017-09-10T13:55:17 | Java | UTF-8 | Java | false | false | 167 | java | package spbau.eliseeva.XUnit;
import spbau.eliseeva.XUnit.annotations.Test;
public class IgnoreTest {
@Test(ignore = "reason")
public void test1() {
}
}
| [
"eliseevamary@mail.ru"
] | eliseevamary@mail.ru |
2e1cc31edf75232588b5d9c030da67921f153843 | af8f2d1b600d794aea496f5f8005a20ed016960b | /system/trunk/src/java/net/zdsoft/eis/system/frame/dao/FlowDiagramDao.java | 8a84160fa262e4d82299f2fc8a2967abf15b8a03 | [] | no_license | thyjxcf/learn | 46c033f8434c0b0b0809e2a6b1d5601910b36c0d | 99b9e04aa9c0e7ee00571dffb8735283cf33b1c1 | refs/heads/master | 2021-01-06T20:43:53.071081 | 2017-09-15T10:11:53 | 2017-09-15T10:11:53 | 99,546,817 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 325 | java | package net.zdsoft.eis.system.frame.dao;
import java.util.List;
import net.zdsoft.eis.system.frame.entity.FlowDiagram;
public interface FlowDiagramDao {
/**
* 获取其流程图List
* @param subSystem
* @param unitClass
* @return
*/
public List<FlowDiagram> getFlowDiagramList(int subSystem,int unitClass);
}
| [
"1129820421@qq.com"
] | 1129820421@qq.com |
4932c7ec6cc4ac6d05ed627fe92b528c9554c3d0 | 31a81a39ae624d721b7a4339184034ae1c2800e2 | /chat/ClientInterface.java | f1f672a72d08c40e883f5c80f1076e4e028598aa | [] | no_license | storme-weather/Algorithms | 0804ae61747d51aeeb81821e1c41bf7876aac16d | 1b9980a7403b79f58f797a6a297ca093ee3617d8 | refs/heads/master | 2016-09-12T03:48:30.138926 | 2016-04-21T21:02:19 | 2016-04-21T21:02:19 | 55,113,011 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 166 | java |
import java.rmi.Remote;
import java.rmi.RemoteException;
public interface ClientInterface extends Remote{
void retrieve(String message) throws RemoteException;
}
| [
"stormeb@email.arizona.edu"
] | stormeb@email.arizona.edu |
7ff9821756e0a016f319671173427406c6d9290f | 84223fa100b9ed9d05c4ebda7ee42bef786c64b0 | /app/src/main/java/com/tw/bt/BluetoothServiceHandler.java | 067e90b7d7d9290a41ee2ed7b411897c3f7c0268 | [] | no_license | asb72/dvd-bt | 6ab4925a594e91eeffdb883bcfda00a1338875c7 | d1037bce1aca39a3585bc59dc0deb03e358f92bd | refs/heads/master | 2021-01-10T19:37:42.442042 | 2015-01-22T14:36:43 | 2015-01-22T14:36:43 | 29,597,294 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 10,193 | java | package com.tw.bt;
import android.bluetooth.BluetoothAdapter;
import android.os.Handler;
import android.os.Message;
import android.tw.john.TWUtil.TWObject;
import android.util.Log;
class BluetoothServiceHandler extends Handler {
final ATBluetoothService aTBluetoothService;
BluetoothServiceHandler(ATBluetooth... | [
"spam-suda@mail.ru"
] | spam-suda@mail.ru |
c7893dd85895f178f846344edbd0e00cd6224958 | f5da7e64fd3d91d2bd66d59b34be154af8b5e4eb | /src/test/java/com/prac/springboot/web/PostsApiControllerTest.java | 4dd9d1aa7c205e38448b3bf10d1fc2bcab7e6e7d | [] | no_license | inthestream/springbootAWS6 | 7ecb89cd54ea3a8ac816873619c9b1b01877caa1 | a222af0a5fcca35046d7440f3d1a7a9c6264b470 | refs/heads/master | 2022-10-10T04:33:58.627752 | 2020-06-11T18:16:09 | 2020-06-11T18:16:09 | 266,812,095 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,178 | java | package com.prac.springboot.web;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.prac.springboot.domain.posts.Posts;
import com.prac.springboot.domain.posts.PostsRepository;
import com.prac.springboot.web.dto.PostsSaveRequestDto;
import com.prac.springboot.web.dto.PostsUpdateRequestDto;
import org.juni... | [
"seongukyun17@gmail.com"
] | seongukyun17@gmail.com |
dac5f1222724c07a598788f77acfb634d146cd06 | 153e31bcb0a935391a4bc2d15cc05d1317ff2cf7 | /assignments/Unit3/HW17MatrixLibrary/MatrixOperation/src/matrixoperation/MatrixOperation.java | 7762f36aab1c397c013304d80353c510b9193bd6 | [] | no_license | AlquingaDennis/ESPE202011-FP-GEO-3285 | 36db3dc0b6a98f5253c7328cb92193540bd3fdf3 | e50b9c36834cb57544f47b59a02d5bdf735477eb | refs/heads/main | 2023-04-01T02:23:52.400560 | 2021-04-05T19:13:26 | 2021-04-05T19:13:26 | 318,601,792 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,683 | 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 matrixoperation;
import ec.edu.espe.Matrix.BasciOperationMatrix;
import java.util.Scanner;
/**
*
* @author Asus
*/
public ... | [
"denisalquinga123@gmail.com"
] | denisalquinga123@gmail.com |
faf2ac5b062edf89ede63597f4b1a5b4a48b3b3e | 8c08b41a6bb5f0ae1fc12db1ab5bd5cdf1237103 | /src/main/java/pl/khamul/charity/user/User.java | 8b4112094b9321f37759a690e3cd32b64b16399d | [] | no_license | khamul1986/charity-thyme | 7bd5712aa7a721b454f6c9605cd4f867c5097e7e | 40702d15a98b22183ed4461acdb9881c1e1bafa9 | refs/heads/master | 2023-03-25T04:23:03.350774 | 2021-03-22T19:26:38 | 2021-03-22T19:26:38 | 348,372,499 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,112 | java | package pl.khamul.charity.user;
import pl.khamul.charity.role.Role;
import javax.persistence.*;
import java.util.Set;
@Entity
public class User {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Long id;
private String email;
private String userName;
private String password;
... | [
"lumahk6891@hmail.com"
] | lumahk6891@hmail.com |
fa177fc621ba521619b164f12c2bc83be54f5d12 | 58b0102ab0c765b0b7956ac1feb103aed3be618f | /K7_Projeto_DAO/src/modelo/entidades/Vendedor.java | c760a01bc18c5f1ef1b6194021e7edfed56797b3 | [] | no_license | nilsonj23/Java-topicos | cc2c6688823674b22b6dd832a48f25d82ddbd9c1 | b922dc75ee18490a39c4065d6eccdef65cf4a6e9 | refs/heads/master | 2022-07-08T23:55:29.596799 | 2020-04-25T20:44:07 | 2020-04-25T20:44:07 | 238,217,929 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,178 | java | package modelo.entidades;
import java.io.Serializable;
import java.util.Date;
public class Vendedor implements Serializable {
private static final long serialVersionUID = 1L;
private Integer id;
private String nome;
private String email;
private Date dataNasc;
private Double salarioBase;
private Departamen... | [
"nilsonj23@gmail.com"
] | nilsonj23@gmail.com |
de04a45aa0ea06f03455d965cf9277684acb7114 | 22012491da3f71140d3b8548eb59905baf95a7e0 | /com/planet_ink/coffee_mud/Locales/UnderWaterThinGrid.java | a772b474bdbc3f33176ba628a3493fd01869f06e | [
"Apache-2.0"
] | permissive | griffenliu/CoffeeMud | 01018dac96d0381ad27cb49e4e5e89557e2c6247 | 6fb04b990dc6528b01ca8e707a90e752a8310267 | refs/heads/master | 2020-03-23T02:38:38.136327 | 2018-07-15T02:18:23 | 2018-07-15T02:18:23 | 140,245,931 | 0 | 0 | Apache-2.0 | 2018-07-09T07:15:15 | 2018-07-09T07:15:15 | null | UTF-8 | Java | false | false | 5,671 | java | package com.planet_ink.coffee_mud.Locales;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import com.plan... | [
"bo@zimmers.net"
] | bo@zimmers.net |
5db04163cb3213319b66f231e1bd777f6216d2cc | 47af5c135738fa8f0d070f7d4442e60f5b5e61e9 | /backend/src/main/java/com/amb/demo/DemoApplication.java | 953d0218e259963a343ac8ae7ee2968b263073cb | [] | no_license | ambraj/full-stack-app-demo | 23c3741a82967cd470de2c6a2d46a81ad2cf6f18 | 3048ad5898cf7c08a090ce4ede55eef7bfa91e47 | refs/heads/main | 2023-06-18T23:27:43.498253 | 2021-06-29T21:42:12 | 2021-06-29T21:42:12 | 380,570,134 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 301 | java | package com.amb.demo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class DemoApplication {
public static void main(String[] args) {
SpringApplication.run(DemoApplication.class, args);
}
}
| [
"ambraj@gmail.com"
] | ambraj@gmail.com |
a653dbdb75746f53442759b7490b13f7ea6e7ad6 | 6fca7c5d75bc33b37bb63e51a5ac27c15dca6a33 | /src/test/java/project/systemtests/AccountControllerTest.java | 840e106bb7787b06c02cbba9470cba37363f7b69 | [
"MIT"
] | permissive | Robustic/Community | 428a5afc1050e68afb208c3bce341171b813d70b | 7bff16cb9333c2afbe41cca8d2fc99841de741a5 | refs/heads/master | 2020-09-26T03:22:35.300872 | 2020-08-30T19:34:09 | 2020-08-30T19:34:09 | 226,151,563 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,992 | java | package project.systemtests;
import static org.fluentlenium.core.filter.FilterConstructor.containingText;
import static org.junit.Assert.assertTrue;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.b... | [
"juha.malinen@helsinki.fi"
] | juha.malinen@helsinki.fi |
a7847a14bd401f7f4b7d6005695c9da6eca44c30 | a363c46e7cbb080db2b3a69a70ebf912195e25c7 | /ls-modules/ls-business/src/main/java/cn/lonsun/system/systemlog/internal/service/ICmsLogService.java | eaf315322aaa3ea9612074fe2c0ac49cc7338113 | [] | no_license | pologood/excms | 601646dd7ea4f58f8423da007413978192090f8d | e1c03f574d0ecbf0200aaffa7facf93841bab02c | refs/heads/master | 2020-05-14T20:07:22.979151 | 2018-10-06T10:51:37 | 2018-10-06T10:51:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,470 | java | package cn.lonsun.system.systemlog.internal.service;
import java.util.Date;
import java.util.List;
import cn.lonsun.core.base.service.IMockService;
import cn.lonsun.core.util.Pagination;
import cn.lonsun.system.systemlog.internal.entity.CmsLogEO;
/**
*
* @ClassName: ICmsLogService
* @Description: 操作日志业务逻辑层
* @a... | [
"2885129077@qq.com"
] | 2885129077@qq.com |
4eb811f1b64e3c17e5693168d111b5786c29e512 | 7bc045016e3c07531bc6ddefc8c3b797e6743b2f | /src/com/mySelfie/mail/SendMail.java | 89c795cb1ac91fecc26a2857d4c02a64355cee91 | [] | no_license | MichelangeloDiamanti/mySelfie | bcf196396f435c9b6f3a82e724e2abeffce1a892 | ebe2198bd5bd515ef8f86857c64a072f2c049017 | refs/heads/master | 2020-05-14T19:36:46.213913 | 2015-07-20T15:23:30 | 2015-07-20T15:23:30 | 37,375,472 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,940 | java | package com.mySelfie.mail;
import java.math.BigInteger;
import java.security.SecureRandom;
import java.util.Properties;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.PasswordAuthentication;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.internet.Internet... | [
"michelangelo.diamanti@gmail.com"
] | michelangelo.diamanti@gmail.com |
06a9c5f94633001b0afdac614bd0490500f6b189 | 875045d7f5e6b14e344b13582080202674f96700 | /src/com/tiger/quicknews/adapter/NewsFragmentPagerAdapter.java | f54fc6a516b12bec53000cc18c5297fd2b3810ea | [] | no_license | LiMengliang/QuickNews-tiger | 0d3ccf7a5a7442339c61194be97c95b1b8ef9f87 | 4eafe3a07849a59e888f7066afb468941c822cf1 | refs/heads/master | 2021-01-23T12:10:51.857694 | 2015-11-18T12:42:26 | 2015-11-18T12:42:26 | 40,760,794 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,336 | java |
package com.tiger.quicknews.adapter;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.app.FragmentStatePagerAdapter;
import android.support.v4.app.FragmentTransaction;
import android.view.ViewGroup;
im... | [
"limengliang4007@126.com"
] | limengliang4007@126.com |
cee7ea11348732e8f02659d5f758dd394f6efcd4 | 53e6a33d60b23c263ece2e0aa600e6dbf2ecceb4 | /src/test/java/com/telrock/model/DepartmentTest.java | d00d3db68117780a1ca0e0c80c037a19ed20796a | [] | no_license | praveenanjha/telrock | 20f30b47f15243db98ebdf5efe653568fa1f4d59 | 9ef75a4e9e1ee36dce15e4147555badbe66b66ee | refs/heads/master | 2020-03-14T06:29:38.662140 | 2018-04-29T10:33:21 | 2018-04-29T10:33:21 | 131,485,329 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,186 | java | package com.telrock.model;
import static org.junit.Assert.*;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import org.junit.Test;
public class DepartmentTest {
@Test
public final void testHashCode() {
final String name = "DeptName";
final Strin... | [
"nisha@nisha-pc"
] | nisha@nisha-pc |
5e37ec4cf82f53604464daa87df761ab557a4574 | 64995981fe2fbd07cce5ca7a3ba7b2d8183114eb | /zhao_sheng/build/generated/source/apt/debug/com/yfy/app/delay_service/DelayAdminToTeaEventActivity$$ViewBinder.java | f95b133d9de6c127f88972767b9eacaff1d9e9a0 | [] | no_license | Zhaoxianxv/zhao_sheng_old_one | f34b71d48f7c671c2005c254e4cf2eb8818b27a7 | 94ca6b035546778b264ce89399e3e8aedde5bb45 | refs/heads/master | 2022-12-06T15:47:46.156918 | 2020-09-03T10:14:14 | 2020-09-03T10:14:14 | 292,534,564 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,956 | java | // Generated code from Butter Knife. Do not modify!
package com.yfy.app.delay_service;
import android.view.View;
import butterknife.ButterKnife.Finder;
public class DelayAdminToTeaEventActivity$$ViewBinder<T extends com.yfy.app.delay_service.DelayAdminToTeaEventActivity> extends com.yfy.base.activity.BaseActivity$$Vi... | [
"1006584058@qq.com"
] | 1006584058@qq.com |
0674aad5ae3bd58b919820734fa923561d28ba81 | abe607871d599b6873073b0604bdd266b2e83e38 | /src (1)/GE_HH/examTimetablingProblem/EvoHyp/TTSelConDistrRun.java | 3c75a3896e0af2332704741523c92154e4edadb1 | [] | no_license | kayunga/exam | b78a4ad84e802e01096464f50fcad9cbe8caf415 | 8976654d0e99c71ce308406809f332907b853c58 | refs/heads/main | 2023-02-07T14:41:21.840104 | 2020-12-29T21:54:03 | 2020-12-29T21:54:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,251 | 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 GE_HH.examTimetablingProblem.EvoHyp;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOExcept... | [
"wisdomnyongo20@outlook.com"
] | wisdomnyongo20@outlook.com |
3ae67b1850bef10d682e7d32d2a58990c60c59b6 | 1ea4406414e9113b0316c114a17556d5344d4949 | /src/ro/nextreports/server/web/core/ErrorPanel.java | 14a24bc15581193a0d6e2faa6d05c9efc0526755 | [
"Apache-2.0",
"MIT"
] | permissive | nextreports/nextreports-server | 34039167a0bd4f22d13b26d35b131ab886a300d9 | 0a6b5bde7cb6228a16e7109aaaac8595155c492e | refs/heads/master | 2023-07-10T23:40:50.158795 | 2023-06-30T17:25:32 | 2023-06-30T17:25:32 | 12,408,453 | 30 | 21 | Apache-2.0 | 2023-06-30T17:25:33 | 2013-08-27T14:37:09 | Java | UTF-8 | Java | false | false | 1,668 | 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 may ... | [
"decebal.suiu@gmail.com"
] | decebal.suiu@gmail.com |
fe0941089226dd4d5dd00ef5b7ecc4719a307f8b | 5f08403e9080bd4e23b4d269fe6c62d90620c76d | /src/main/java/epplib/model/messages/DomainMessage.java | d7525222985425a36daf6689057aa3edf2174faa | [
"Apache-2.0"
] | permissive | venglin/epplib | 3b5a420c10614730a76a3acc4e99567c6b5f6cbd | f4a65846729c41bc2691e0365ce3fd31e67d576b | refs/heads/master | 2023-08-13T23:34:04.135138 | 2021-09-19T06:50:59 | 2021-09-19T06:50:59 | 285,779,022 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,164 | java | package epplib.model.messages;
import epplib.model.enums.DomainMessageType;
public class DomainMessage extends Message {
protected String name;
private DomainMessageType type;
public String getName() {
return name;
}
public DomainMessageType getType() {
return type;
}
public void setName... | [
"venglin@mbp2017-venglin.local"
] | venglin@mbp2017-venglin.local |
152e0415401ef91724ab2b42dad39bbb4ebbeb47 | abf98834ea6cbca4003aca5b6703b7eae6255f40 | /tgshop_common_interface/src/main/java/com/bigdata/service/SpecificationService.java | 8fea9d7f0f093f9374049501a30cff928af2837c | [] | no_license | 1996yang/tgshop_parent | d55d063f24a9be0c2a3bff18d12a883565f51251 | d8c537897a985199613c133f09782496db988745 | refs/heads/master | 2020-04-26T23:05:57.097908 | 2019-03-05T07:00:55 | 2019-03-05T07:00:55 | 173,892,196 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 676 | java | package com.bigdata.service;
import com.bigdata.mypojo.MySpecification;
import com.bigdata.mypojo.PageResult;
import com.bigdata.pojo.Brand;
import com.bigdata.pojo.Specification;
import java.util.List;
import java.util.Map;
public interface SpecificationService {
// 添加
void add(MySpecification mySpecificat... | [
"1738941222@qq.com"
] | 1738941222@qq.com |
9cc995b849c64fe074cf0fbc8a5af2b44327e1c2 | 2e8560f2e5c482f056b41f6d7ef9c76ba92f75e4 | /app/src/main/java/com/sample/foo/usingawarenessapi/FenceActivity.java | f8d86acb0e3240c0b717a3416f52a11c676e407f | [] | no_license | alonshp/UsingAwarnessAPI | 9543ec89602ca124ad2bb9037882d4de67cde162 | 9e3e45fe5aba5f8ce74de62ee9d7aafbbd86f651 | refs/heads/master | 2021-01-23T04:39:55.991188 | 2017-07-06T17:04:38 | 2017-07-06T17:04:38 | 92,937,629 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,837 | java | package com.sample.foo.usingawarenessapi;
import android.app.PendingIntent;
import android.content.Intent;
import android.content.IntentFilter;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import... | [
"alonshp1@gmail.com"
] | alonshp1@gmail.com |
54d685f201d40b532562c29f02864121879f4dc9 | cab0f1caea6d7b739b032a1e960b24830f90b79c | /BonusAction.java | 9b903a545a80c36b1629ba74172b426452a30964 | [] | no_license | SarkisyanC/DeadRisingRPG | 95267e182a9926a07271ed8618fb0ff984e1c501 | 4dea727e6bbcea3ee0711e8874b82120154b04c4 | refs/heads/master | 2023-06-08T05:50:19.054621 | 2021-06-28T19:50:37 | 2021-06-28T19:50:37 | 277,578,980 | 0 | 0 | null | 2020-12-03T22:30:36 | 2020-07-06T15:25:33 | Java | UTF-8 | Java | false | false | 573 | java |
/**
* Abstract class BonusAction - write a description of the class here
*
* @author (your name here)
* @version (version number or date here)
*/
public abstract class BonusAction implements Ability
{
// instance variables - replace the example below with your own
private int x;
/**
* An example... | [
"csarkisy@uncc.edu"
] | csarkisy@uncc.edu |
0f885836cd370fc832888034a1c003fdb516ead1 | f93e5d873c7652aacb238734290cfbe7058ab5c9 | /app/src/main/java/com/example/tugasrumah3/ui/home/HomeFragment.java | 8d22a9724d9663ce56555e7f064f9bf49b32fbc6 | [] | no_license | Irwandy19211013/tugas3-19211013-irwan | 2c34bb92ad83f61e27a3d8cb1503abbbe9eaa007 | 729bc5a7a8697be1a963cf60e01560504501f277 | refs/heads/main | 2023-08-25T08:31:38.136629 | 2021-10-22T04:48:09 | 2021-10-22T04:48:09 | 419,968,851 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 758 | java | package com.example.tugasrumah3.ui.home;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import android... | [
"irwandytobing31@gmail.com"
] | irwandytobing31@gmail.com |
30a3999e71080f0d13fa5e63f36990096882ad77 | 4026b9c43a932a04739513b7ab195e852e44f760 | /src/main/java/com/feedback/repository/package-info.java | 3020f783e3d5a2914121155d7a2a6b674a3df431 | [] | no_license | Steampunk1453/RetroApp | 9ccd47bc87bf7c883c6ae0be51d38bd62e67d21d | a4a93f8214c3077b31758a7450085cb3142bd548 | refs/heads/master | 2022-12-14T21:06:12.667694 | 2017-09-18T19:28:45 | 2017-09-18T19:28:45 | 103,780,869 | 0 | 1 | null | 2020-09-18T16:58:41 | 2017-09-16T20:11:02 | Java | UTF-8 | Java | false | false | 74 | java | /**
* Spring Data JPA repositories.
*/
package com.feedback.repository;
| [
"dasies11@gmail.com"
] | dasies11@gmail.com |
427908b1fe427c5f7ab540392aed347e24373687 | 411aaa406404c9221be37c8d0352e62000f99ae9 | /sbggraph/src/main/java/org/craft/demo/dataimport/dbclients/MagellanDBClient.java | eab9233991d76af44db1ec2d4b1dee791f105e3e | [] | no_license | amit-kumar-sharma/craftdemo | 79dc69e8fdd88182355490f65928e219f1f9ba00 | 5782732514838de21ca05df3f52223955cf38286 | refs/heads/master | 2020-04-10T14:51:30.319408 | 2019-02-08T22:05:17 | 2019-02-08T22:05:17 | 161,089,581 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 835 | java | /**
*
*/
package org.craft.demo.dataimport.dbclients;
import java.nio.file.Path;
import java.util.List;
import org.craft.demo.common.DatabaseType;
import org.craft.demo.dataimport.model.MagellanDataModel;
import org.springframework.stereotype.Component;
/**
* @author asharma
*
* Reads data from... | [
"asharma@ctw-sj-asharma.blackarrow-corp.com"
] | asharma@ctw-sj-asharma.blackarrow-corp.com |
b522dfa9b7021b9ac1869bf3914bab7bcddd8460 | 89690c872450c400a3e8c51f70387cdf0ca7fd79 | /app/src/main/java/com/home/pengaduanmesskaryawan/adapter/TaskAdapterKamar.java | fca9b95cb08f46ea1fb385cca640487a68b54a8f | [] | no_license | imucreative/Android-PengaduanMessKaryawan | 724c7de6d4dd9189cff0eb4da000fbdc8547a56d | 68c323f601afccbdf9a629ba87489902a2d3e16f | refs/heads/master | 2022-02-24T07:33:57.961039 | 2019-10-06T14:46:49 | 2019-10-06T14:46:49 | 196,914,756 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,090 | java | package com.home.pengaduanmesskaryawan.adapter;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.home.pengaduanmesskaryawan.R;
import com.home.pengaduanmesskaryawan.model.ModelTaskKama... | [
"dyanzzz@gmail.com"
] | dyanzzz@gmail.com |
34cf215bc636a4d3b142b8923da6f64a272a2fa5 | 2bc2eadc9b0f70d6d1286ef474902466988a880f | /branches/mule-2.1.x/core/src/main/java/org/mule/registry/TransientRegistry.java | 76e6cedfdb06be5071a6a61b25f8f9831d9d40ee | [] | no_license | OrgSmells/codehaus-mule-git | 085434a4b7781a5def2b9b4e37396081eaeba394 | f8584627c7acb13efdf3276396015439ea6a0721 | refs/heads/master | 2022-12-24T07:33:30.190368 | 2020-02-27T19:10:29 | 2020-02-27T19:10:29 | 243,593,543 | 0 | 0 | null | 2022-12-15T23:30:00 | 2020-02-27T18:56:48 | null | UTF-8 | Java | false | false | 9,032 | java | /*
* $Id$
* --------------------------------------------------------------------------------------
* Copyright (c) MuleSource, Inc. All rights reserved. http://www.mulesource.com
*
* The software in this package is published under the terms of the CPAL v1.0
* license, a copy of which has been included with this... | [
"dfeist@bf997673-6b11-0410-b953-e057580c5b09"
] | dfeist@bf997673-6b11-0410-b953-e057580c5b09 |
e78dd16dd02cdc774800d17954498a0318e79f79 | dcdb7b92f3d279b57b80bafd49d3e8484c6d0bef | /hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-tests/src/test/java/org/apache/hadoop/yarn/server/NMTokenIdentifierNewForTest.java | 8153b44b6356fe7221080d4ceab014c2eff560b0 | [
"LicenseRef-scancode-unknown",
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | naver/hadoop | 87b5684945da4d1a6002bb2039ac35986b64eb64 | 0c0a80f96283b5a7be234663e815bc04bafc8be2 | refs/heads/master | 2023-08-24T16:06:00.884300 | 2022-11-03T00:31:17 | 2022-11-03T00:31:17 | 106,681,970 | 42 | 39 | Apache-2.0 | 2022-11-03T00:31:18 | 2017-10-12T11:06:22 | Java | UTF-8 | Java | false | false | 4,350 | 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 may n... | [
"jianhe@apache.org"
] | jianhe@apache.org |
d694393f7a08117c614d12504e3abd162fff8173 | c9da6f3d720ff270f116cfa60c568d42191dacb6 | /Leetcode/Arrays/WordSearch.java | 8605e2601d5b361221766673a71d51132d45c34c | [] | no_license | Rogue-Jaeger/Competitive-Programming | afee17aa462d8d6850d01684bbe7d1e54c018092 | 301b0b2000dfb7b1c3be1431884c740025e76bfa | refs/heads/master | 2023-06-27T05:54:17.335646 | 2023-06-25T20:28:00 | 2023-06-25T20:28:00 | 150,009,094 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,597 | java | //https://leetcode.com/problems/word-search/
class Solution {
private char[][] b;
private String s;
private boolean has(int row, int col, String formedWord, boolean[][] visited) {
if (!formedWord.equals(s.substring(0, formedWord.length()))) {
return false;
}
if (formedW... | [
"yogeshdhmn@gmail.com"
] | yogeshdhmn@gmail.com |
7eea14269c1919e733e5d90b591aeb37a2a677b2 | 878af3368208bdb16a44370dfaa2593013e23119 | /NetWorkRequestMvp/src/main/java/com/wsl/networkrequestmvp/promptdialog/PromptButton.java | ddefee46d1f5aaa4ff79bcf188b36a6fce999d8d | [] | no_license | laose307/NetWorkRequestMvpTest | 3df5936550f929aae00d267118ceb7af687cc2d6 | bddfb75f6f28a89b158fe59524bef88c7f713e0d | refs/heads/master | 2023-03-11T20:32:38.019107 | 2021-02-24T01:29:46 | 2021-02-24T01:29:46 | 288,350,088 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,404 | java | package com.wsl.networkrequestmvp.promptdialog;
import android.graphics.Color;
import android.graphics.RectF;
/**
* Created by FengTing on 2017/5/8.
* https://www.github.com/limxing
*/
public class PromptButton {
private boolean isDelyClick;
private String text = "confirm";
private boolean focus;
... | [
"kcd10086"
] | kcd10086 |
c73a656ecaed727d9fa2b2b8d008cc51feabed93 | 7cff3d29e6dd849a4ee58bfd6245cca0702baa7f | /revisao-poo/src/Aluno.java | c53a5207c84d80622b76ab86d4a31b3abdde056f | [] | no_license | FlaviaVilar/javaPOO | 53f7bd040277d139ed1f0676599d808ce61f9acf | 964cac8bd1e363cd5583d8040c2b9c3f7fde3e89 | refs/heads/master | 2020-07-17T19:00:09.483772 | 2019-09-03T13:17:22 | 2019-09-03T13:17:22 | 206,077,988 | 0 | 0 | null | null | null | null | ISO-8859-2 | Java | false | false | 553 | java |
public class Aluno {
private double nota1;
private double nota2;
public double getNota1() {
return nota1;
}
public void setNota1(double nota1) {
if(nota1 > 0 && nota1 < 10) {
this.nota1 = nota1;
}
else {
System.out.println("Valor inválido");
}
}
public double getNota2() {
return nota2;
... | [
"flaviamvilar@gmail.com"
] | flaviamvilar@gmail.com |
d6d6aafcfe830a47bea337dc229f68cd4c536ae7 | 88b5d009969cdc78838e56ca045c2ff1c9a68152 | /vize/src/vize/denemeee.java | e58fa083505816fa03b578ccdd68fe5d6d5e4e15 | [] | no_license | erdogangulec/CodeTrials | bae9a5496beb82755bfc965b5950aaa56d7c9bfe | 2b879ccf3f4b6d8ce214c0af16d9e000c3fb3159 | refs/heads/master | 2023-03-04T02:16:44.973877 | 2021-02-18T23:52:20 | 2021-02-18T23:52:20 | 340,202,949 | 6 | 0 | null | null | null | null | ISO-8859-13 | Java | false | false | 359 | java | package vize;
import java.util.Random;
public class denemeee {
public static void main(String[] args) {
// TODO Auto-generated method stub
Random rand = new Random();
int rasgelesayi = rand.nextInt(100);
if (rasgelesayi%2 != 0) { rasgelesayi += 1;}
System.out.println("... | [
"90507@DESKTOP-5CG03NV"
] | 90507@DESKTOP-5CG03NV |
43e99087d106cdc9e840a98400cf45e5b6678818 | 6e24c7efb8b59ff0c4e0f9e89ebd034e5d177604 | /shiningstarbase/src/main/java/aloha/shiningstarbase/widget/scoll/PowerNestedScrollParentLayout.java | 8b9206976c96c2530acddf9886bc8ce97267db17 | [] | no_license | ShiningStarWorld/ShiningStarLibrary | 053a6da13d0d23c67b27e1ee9ea83c0f4b6cddb8 | 5c3449ddff57bab5184e7958b2165533944c2341 | refs/heads/master | 2020-04-05T11:22:16.288760 | 2017-07-29T06:25:51 | 2017-07-29T06:25:51 | 81,404,520 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,082 | java | package aloha.shiningstarbase.widget.scoll;
import android.content.Context;
import android.support.v4.view.NestedScrollingParent;
import android.support.v4.view.NestedScrollingParentHelper;
import android.support.v4.view.ViewCompat;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view... | [
"757993938@qq.com"
] | 757993938@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.