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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
700e396fdc53ac519a0dea1ffe17f7c48261e0be | 33ab79d8a038396963e36db48107370b4c83fd9c | /src/main/java/com/rameez/springbootneo4jexample1/model/User.java | c858ed9d9906ef3fc51563a205ada54f3c8aa9f0 | [] | no_license | practicalsession/spring-boot-neo4j-example-1-master | fe30f6e56dc96e50f9836e89167ff80460dc0cd9 | 6bcc207138e78ba135f6e76e9d22d5577a998078 | refs/heads/master | 2020-04-01T17:54:17.743557 | 2018-10-17T13:03:40 | 2018-10-17T13:03:40 | 153,458,130 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 813 | java | package com.rameez.springbootneo4jexample1.model;
import org.neo4j.ogm.annotation.GraphId;
import org.neo4j.ogm.annotation.NodeEntity;
import org.neo4j.ogm.annotation.Relationship;
import java.util.List;
@NodeEntity
public class User {
@GraphId
private String userid;
private String username;
private... | [
"mrameezk@outlook.com"
] | mrameezk@outlook.com |
63f19dc77a53324d712ace05d788ae00482ddd1d | aa53a0f1ec8aaab82f2de0a5f828679c1792613a | /app/src/main/java/org/login/com/threadfragmentroomnavigationbar/ICallBack.java | 79ea186ec50d85822395ddbeaff247850ac341bf | [] | no_license | MonimCse/Splash-Fragment-Room-ORM- | e7cebab99226f928ef1505af19b81c02420fc6fe | 87dd8a0605da5380db08189d78f41690b895f6bf | refs/heads/master | 2020-03-19T16:00:05.684507 | 2018-07-07T14:14:32 | 2018-07-07T14:14:32 | 136,695,401 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 313 | java | package org.login.com.threadfragmentroomnavigationbar;
import org.login.com.threadfragmentroomnavigationbar.db.entities.User;
public interface ICallBack {
void replaceRegistrationFragment();
void replaceLoginFragment();
void login(String email,String password);
void registration(User user);
}
| [
"cse.monim@gmail.com"
] | cse.monim@gmail.com |
4905270a1c83a859676bfef156b07dc06c6d2a87 | 81cc4b38148ae5d11b030197014bd1eb6c1f0fc9 | /src/kasir1/Kasir1.java | 7f39e8f740cb562da82c1c0d258ed38561b7a4ae | [] | no_license | DewiNurul/KasirPenjualan | 5b7414eb2d4832d3a9ff6db8a775ccb82b21501a | f62c647cf2fb5671a88f3f07d0ba01fa7318e161 | refs/heads/master | 2020-03-28T14:20:29.007292 | 2018-09-12T12:52:26 | 2018-09-12T12:52:26 | 148,479,340 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,490 | java |
package kasir1;
import java.util.Scanner;
/**
*
* @author asus
*/
public class Kasir1 {
public static void main(String[] args) {
System.out.println ("Dewi Nurul Mahardika / X RPL 6 / 16") ;
System.out.println("--PROGRAM KASIR PENJUALAN--");
String namaBarang, n... | [
"asus@LAPTOP-79N8S16K"
] | asus@LAPTOP-79N8S16K |
75176339fdf8899e7e5e250bd775d116544f3d0d | 9f8bb6a153ca1df3cf57ed5fc49fd9c43df0d4c1 | /Chapter04-AOP/src/main/java/cn/edu/hust/aop/Person.java | 841832bfcf384d458e7e698f3ab45a4b8b0bb6da | [
"Apache-2.0"
] | permissive | lyc88/SpringLearning | f43821b8391baaeb438797dd1a4f6169d78e8c26 | 2b53d5d5bfa49b0ab6dd807ec912149d852aaa20 | refs/heads/master | 2020-06-19T09:48:20.114730 | 2018-12-01T11:41:43 | 2018-12-01T11:41:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,387 | java | package cn.edu.hust.aop;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.*;
import org.springframework.stereotype.Component;
/**
*
* @Aspect注解表示将这个bean声明为一个切面
*/
@Component
@Aspect
public class Person {
/**
* @Pointcut注解表示切点,表示在哪里执行通知
* 下面这个方法并不是非必需的,只是为了减少下面的通知方法的匹配
... | [
"oeljeklaus2heart@gmail.com"
] | oeljeklaus2heart@gmail.com |
b3c58abed276c9f26a32d44bed8d1e15b196deec | a333d4bf0d0fd98214949423f301363ab9fc239e | /app/src/main/java/com/coolweatherlgy/android/ChooseAreaFragment.java | afd064b3dc4b9f21f282bc9bf0f567574a831df1 | [
"Apache-2.0"
] | permissive | XC-LGY/coolweatherlgy | 3a04e2e7873f9dd4f3820d385b6ba916a0d83823 | e4558316da5964fe691746f43836a7ba1dfe374a | refs/heads/master | 2020-06-15T18:41:21.766549 | 2019-07-05T10:01:53 | 2019-07-05T10:01:53 | 195,364,923 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,570 | java | package com.coolweatherlgy.android;
import android.app.ProgressDialog;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.ListVi... | [
"7784187@qq.com"
] | 7784187@qq.com |
1e062bbc688c0b8fb421c553db79b69cc16e9eab | de897e577c2bd95abbf98b143a2ec3d8cc5b9f80 | /app/src/main/java/com/lwc/shanxiu/widget/CustomerDateView/CustomYearView.java | 6113e92d4351a30ba813fce37efa94c3bd56212d | [] | no_license | popularcloud/SHANXIU06042120 | 6b4e02c1e4c1df2cf5ac9145992125f0cf930d80 | 60cb0a4512f36fb2933009f97b6ab332d7b370bb | refs/heads/master | 2021-06-29T01:30:10.062909 | 2021-01-04T01:51:36 | 2021-01-04T01:51:36 | 199,803,391 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,640 | java | /*
* Copyright (C) 2016 huanghaibin_dev <huanghaibin_dev@163.com>
* WebSite https://github.com/MiracleTimes-Dev
* 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.apa... | [
"liushuzhiyt@163.com"
] | liushuzhiyt@163.com |
770744ee53184c407d775e7867c9b5703a69933a | c1116c7ff8314ec43b16d455ee1aea7d8d289943 | /enderio-machines/src/main/java/crazypants/enderio/machines/config/config/SoulBinderConfig.java | 180b62af789f8ea59de8f8a2faca125454cd7c56 | [
"Unlicense",
"CC-BY-NC-3.0",
"CC0-1.0",
"CC-BY-3.0",
"LicenseRef-scancode-public-domain"
] | permissive | FinalCraftMC/EnderIO | 71054da73fe329d5d49c9a2c239b4545a8b7ed7b | a173868d1659d511154d9b195cd0d4759164029b | refs/heads/master | 2023-04-23T19:20:36.682724 | 2021-05-10T18:42:24 | 2021-05-10T18:42:24 | 298,419,938 | 0 | 0 | Unlicense | 2020-09-26T23:02:13 | 2020-09-24T23:40:35 | null | UTF-8 | Java | false | false | 708 | java | package crazypants.enderio.machines.config.config;
import info.loenwind.autoconfig.factory.IValue;
import info.loenwind.autoconfig.factory.IValueFactory;
import crazypants.enderio.machines.config.Config;
public final class SoulBinderConfig {
public static final IValueFactory F = Config.F.section("soulbinder");
... | [
"henry@loenwind.info"
] | henry@loenwind.info |
fc08ca2b4af1c179e4eb5c11d8ee6d08430b5b58 | 2bd9f78d361fb5c82410600b30ef8978b382a464 | /spring-boot-ly-movie-feign2/src/main/java/com/ly/feign/FeignInterface.java | dc2cda6513afc5c2b5745caf91905a510118b41b | [] | no_license | liyangmains/spring-boot-ly-movie | 19889ae062ad7bbed4cb2a0ed90fc234eeaac665 | eff83f6366110785750edf9d84c520506b196cb8 | refs/heads/master | 2023-08-02T21:21:01.685908 | 2020-04-19T12:01:00 | 2020-04-19T12:01:00 | 163,912,338 | 0 | 0 | null | 2022-05-25T23:27:25 | 2019-01-03T02:17:39 | Java | UTF-8 | Java | false | false | 1,370 | java | package com.ly.feign;
import org.springframework.cloud.openfeign.FeignClient;
import com.ly.config.FeignConfig;
import com.ly.user.entity.User;
import com.ly.util.result.ResultBean;
import feign.Param;
import feign.RequestLine;
/**
* @FeignClient(value = "movie-controller",configuration = FeignConfig.class)
* con... | [
"1301934707.com"
] | 1301934707.com |
855937a9cea6107b1fc7eeca286a75f7ed33a3cb | a37e75c5138eec880850caaa0d1fa548f08d4e31 | /org.kevoree.extra.freePastry/src/main/java/rice/pastry/NodeIdFactory.java | e10d55348b24372ccb58509c6ab31d5df373192f | [] | no_license | dukeboard/kevoree-extra | c88806d50d23d2dcdd0d5d64d75b5e6358cdabcf | f8308f812d54d7a8ba4ae8fd2972d6fed3bc3503 | refs/heads/master | 2022-12-22T17:09:51.828299 | 2014-05-27T14:43:16 | 2014-05-27T14:43:16 | 2,067,252 | 4 | 7 | null | 2022-12-13T19:14:06 | 2011-07-18T16:15:37 | Java | UTF-8 | Java | false | false | 2,239 | java | /*******************************************************************************
"FreePastry" Peer-to-Peer Application Development Substrate
Copyright 2002-2007, Rice University. Copyright 2006-2007, Max Planck Institute
for Software Systems. All rights reserved.
Redistribution and use in source and binary forms, ... | [
"jedartois@gmail.com"
] | jedartois@gmail.com |
9c6596ba19a502bd4da7f3ded8e4cdba87060734 | f703ce327cf3c225005f4286c9d1d17ea1981a1f | /src/main/java/org/academiadecodigo/invictus/bolinhas/Main.java | 64f1868438981969d54336bd7e7765a0c6a68817 | [] | no_license | b4ld/bolinhasAC_21bootcamp | 7fa8225a7107d487e634c9ba293a9d3c7535f7c7 | 3348c389256ef9ae3296f3d3ea3d385fa12a1346 | refs/heads/master | 2020-04-07T22:17:32.390409 | 2018-12-27T21:17:16 | 2018-12-27T21:17:16 | 158,763,392 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 426 | java | package org.academiadecodigo.invictus.bolinhas;
import org.academiadecodigo.invictus.bolinhas.game.Game;
import org.academiadecodigo.invictus.bolinhas.user_interface.MouseListener;
public class Main {
public static void main(String[] args) {
Game game = new Game();
game.init();
MouseList... | [
"pedrocarmezim00@gmail.com"
] | pedrocarmezim00@gmail.com |
d0f4400139bf6a3cfe96f0cde8474f9230bb6382 | 21b8efc2047f04c85de825f2005c6257ff609ad2 | /Savemore/app/src/main/java/com/ximai/savingsmore/library/net/URLBuilder.java | 0ba856bf8cc6f5f3922c49883dc5147206e18d7b | [] | no_license | doudou5154858117/saveMore | 3175730b7b5d7583884cd4839bd285cef88510c9 | aac0d65f72e705a0fde1f3aa02a69a17efa9c5ff | refs/heads/master | 2021-01-12T08:48:13.387568 | 2016-12-17T06:36:15 | 2016-12-17T06:36:15 | 76,697,611 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,512 | java | package com.ximai.savingsmore.library.net;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.util.Map;
/**
* @author wangguodong
*/
public class URLBuilder {
public static String buildKeyValueText(Map<String, String> paramMap) {
StringBuilder sb = new StringBuilder();
getStri... | [
"15256585816@163.com"
] | 15256585816@163.com |
686e1c5fa1dbe2ac4bfa74dbefa5c116ddc0dca3 | c8d837dde4acd945b7b1feb16328ec7e3056f924 | /tomcat/src/main/java/com/bolly/tomcat/web/ServletWebServerInitializedEvent.java | e316d968268dc3b89fb6b7b1f88dbb7c1b31f8b0 | [
"MIT"
] | permissive | chibaolai/java_wheels | 8d6e596cfdaaa47388fbe34f5de58ffb553adda8 | 1b6e6db0bff44ff286f1a36ffb77afeea0710835 | refs/heads/master | 2022-09-13T22:33:35.123027 | 2022-08-08T09:05:25 | 2022-08-08T09:05:25 | 156,097,799 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,873 | java | /*
* Copyright 2012-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"sunshine_bolly@163.com"
] | sunshine_bolly@163.com |
cccf0eb5a1d1804d841c253a237649b3c492215d | eb64e635bb49eb264867b6c3815de21bd7fee32e | /src/main/java/org/wildfly/security/auth/provider/RealmIdentity.java | fe8a18005f77557dd9bf857d9c8856f6d55cebb0 | [
"Apache-2.0"
] | permissive | jpkrohling/wildfly-elytron | 20580bc1f76fcebb4a55dd687dc2fccb110e25fb | 1b4471f30a511c272b15491247653e1d5f055587 | refs/heads/master | 2021-01-20T22:35:06.806003 | 2014-08-27T15:36:49 | 2014-08-27T15:42:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,468 | 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... | [
"darran.lofthouse@jboss.com"
] | darran.lofthouse@jboss.com |
44b72945e99b6f06d5ce6bf8a0111662f3876945 | a911f926261b82ec8a2ade2d0af1a973280ceab6 | /qipai_game/src/main/java/com/anbang/qipai/game/plan/bean/historicalresult/majiang/TaizhouMajiangPanPlayerResult.java | fb4500f51734b505ac2167ded87c3cc2a151bac6 | [] | no_license | 791837060/qipai_huainanmajiang | 31325550c9db1fcb139c6f5a89d84f7deac0e3a2 | b4f17b26484bbe2840a0852156117faee9996bbb | refs/heads/master | 2023-06-26T22:31:40.822705 | 2021-07-30T07:20:49 | 2021-07-30T07:20:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,135 | java | package com.anbang.qipai.game.plan.bean.historicalresult.majiang;
import com.anbang.qipai.game.plan.bean.historicalresult.GamePanPlayerResult;
import java.util.Map;
public class TaizhouMajiangPanPlayerResult implements GamePanPlayerResult {
private String playerId;// 玩家id
private String nickname;// 玩家昵称
... | [
"shony01@163.com"
] | shony01@163.com |
9e3fcf9bd7cec1219250a49b264ca05e5576f2e3 | 23d236793662da1fba881770d8a9a6db3c3db4ce | /app/src/main/java/com/example/zhouqiong/stackcardview/view/AnimatorAdapter.java | 3bcf127b50251d872fcf1629975207eeac3c8757 | [] | no_license | JustinLau1/StackCardView | 024e383b1c3df52ab0c52759dc9395eb215cac96 | ef0e8d02f723f17f9f99b914c26ca98e34e00012 | refs/heads/master | 2021-09-21T18:15:14.738600 | 2018-08-30T09:29:00 | 2018-08-30T09:29:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,993 | java | package com.example.zhouqiong.stackcardview.view;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.AnimatorSet;
import android.view.animation.AccelerateDecelerateInterpolator;
/**
* Created by ZQiong on 2018/1/19.
*/
public abstract class AnimatorAdapter {... | [
"zhouqiong@beescm.cn"
] | zhouqiong@beescm.cn |
b925f05c8309bc9ef0cf626440202519a0fdae66 | 184dcd6c71b5e2a1198601ae17756676fb7c6aa0 | /src/NER/Entity_Sent.java | 459e35eca6c0335ca9e023f9c1a1c97a7e348254 | [] | no_license | chendamon/Concept_Sentiment | 8be85fb5a8dbf8f1f908bfdf2d6195bd5c61d1eb | 8980129786e9bed094f843377294155aa8b06c16 | refs/heads/master | 2021-01-21T14:07:25.357447 | 2016-06-01T13:45:49 | 2016-06-01T13:45:49 | 46,956,005 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 641 | java | package NER;
import java.util.ArrayList;
import java.util.HashMap;
import Sentiment.Sent_enti;
/*
* 给定一组实体能够定义其情感倾向
* author biront
* date 2015/12/7
* 实体与情感绑定
*/
public class Entity_Sent
{
public HashMap<String,Integer> gule(ArrayList<String> weibo_seg_s,ArrayList<String> parse) throws Exception
{
HashMap<S... | [
"wangchendamon@gmail.com"
] | wangchendamon@gmail.com |
9e2de8a4c5e910ebd8fa965afc0615d211088967 | 80220af71f82b7306ee8ef05a855502c2f3c0c33 | /Sara_Ubuntu/APP/sara/src/java/M_Modelo/Detalles_Area.java | 8962ac2dcd8cd840dc2353055635811a0caa5cff | [] | no_license | SaraPro52/LppConsola | 126d89a467174abfe5a735b4f42a4c4f0273950d | 1ae4ecf5ef0b1d53d1b3a072aeedec9effb7ac72 | refs/heads/master | 2020-05-21T18:11:10.337149 | 2019-05-24T11:29:37 | 2019-05-24T11:29:37 | 64,032,962 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 156 | java | package M_Modelo;
import M_Util.Elomac;
public class Detalles_Area extends Elomac{
public Detalles_Area ( ){
super("detalles_area",1);
}
} | [
"jalopez173@misena.edu.co"
] | jalopez173@misena.edu.co |
8e6bd207d416ce735f1227dc7d8e8b30b400c358 | f475dbb992f61487266384fdd6c36ab7b20fc2d0 | /src/main/java/com/tjs/common/setting/controller/SettingController.java | dcf2f3f1a3c95c730cfba74e18f7b7f254a04456 | [
"Apache-2.0"
] | permissive | tjscreators/endlos | c039405006a97452abe27e4a11651dd9b6e1d6fa | cf7819c716ac7a1a95a31ee77d60059a040a129d | refs/heads/master | 2022-12-25T04:05:45.380409 | 2020-09-24T10:23:20 | 2020-09-24T10:23:20 | 297,992,002 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,096 | java | /*******************************************************************************
* Copyright -2018 @Emotome
*
* 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.o... | [
"tjscreators@gmail.com"
] | tjscreators@gmail.com |
09a9103195425e6123713b8a405b52937b5fada2 | 6ecf10fd3709c710d62249bea51ac9f606220b34 | /scam2020/hd_mono/src/cms_mono_objective/src/main/java/br/com/ppgi/unirio/marlon/smc/solution/algorithm/change/SolutionShift.java | 2af30846673b2a036968b352f7e661d6999b60e8 | [] | no_license | JoaoGabriel0511/draco_multi_many_experement | 3b24e06cc8a9af7989e6b3bd6abd087de16372f7 | 56de2d13a7d0e9b6e3015033aced17cac17728d8 | refs/heads/main | 2023-05-11T15:38:10.267804 | 2021-05-26T21:24:42 | 2021-05-26T21:24:42 | 368,350,703 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,263 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package br.com.ppgi.unirio.marlon.smc.solution.algorithm.change;
import br.com.ppgi.unirio.marlon.smc.mdg.ClusterMetrics;
/**
*
* @author kiko
*/
public class SolutionShift {
/**
* Transforma a sol... | [
"43222877+apmt@users.noreply.github.com"
] | 43222877+apmt@users.noreply.github.com |
5d20143e54decfeb1f6263d1d277ac512a26e040 | 31c39bba535acb61b28e62054e7078a9ebc9dd01 | /src/test/java/br/edu/unirn/orm/EstatisticaBanda.java | d7cc2069bbf11724f86652db1f657099e57e5f69 | [] | no_license | luksrn/curso_orm | 1ea5f55ac70024e54dd461d27a49c206de582cee | 7b512499c30179263f24bc1a7790c41eadb9a3e3 | refs/heads/master | 2020-12-20T17:08:34.142090 | 2016-07-30T00:28:33 | 2016-07-30T00:28:33 | 63,461,541 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 826 | java | package br.edu.unirn.orm;
class EstatisticasBanda {
private String album;
private Long quantidadeDeMusicas;
private Long duracaoDoAlbum;
public EstatisticasBanda(String album,
Long quantidadeDeMusicas,
Long duracaoDoAlbum) {
this.album = album;
this.quantidadeDeMusicas = quantidadeDeMusicas;
this... | [
"luksrn@gmail.com"
] | luksrn@gmail.com |
08cb50de53f1e8e05e5ba94fdc73c43adb225f32 | ad7921acad4e291d0abdfba7c8fd6d525fb9e4dc | /application_visiteur/AppliVisiteur/app/src/main/java/com/example/marcmenard/applivisiteur/accueil_classement.java | 5c8562f9fbc057d76ee649e59baffb0cffad0510 | [] | no_license | MarcMenard/GestionDeTournoi | 92168e7d32802363c66e2fb8ff81aa4f8760139b | d1ff646381d15c9baa49850783666f9eb4f22790 | refs/heads/master | 2021-01-17T14:21:19.615827 | 2017-06-03T13:41:22 | 2017-06-03T13:41:22 | 83,666,410 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,878 | java | package com.example.marcmenard.applivisiteur;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.Spinner;
import java.util.ArrayList;
import java... | [
"hubertpineau@hotmail.fr"
] | hubertpineau@hotmail.fr |
682e3f75512083cecab6e6bd9fb9818e0d6ccd7a | b58f2c43e22710eb729f3794ec6a766c713ce575 | /src/JavaBasicsUnit1/JavaBasicsUnit1/Lesson_1/SimplePatternJava.java | a084eab86a5c433dd6caf44bad2fe2b9bfd64890 | [] | no_license | catarinaburghi/ICS3U | 798a9894e675781339f446bf55e6120a766252b4 | 3f4df242de255f6721106284ff5ade9a95c934f4 | refs/heads/main | 2023-06-18T05:44:14.727188 | 2021-07-02T19:14:36 | 2021-07-02T19:14:36 | 336,092,364 | 0 | 0 | null | 2021-07-02T19:04:36 | 2021-02-04T21:53:21 | Java | UTF-8 | Java | false | false | 341 | java | package JavaBasicsUnit1.JavaBasicsUnit1.Lesson_1;
public class SimplePatternJava {
public static void main(String[] args) {
System.out.println(" J a V V a");
System.out.println(" J a a V V a a");
System.out.println("J J aaaaa V V aaaaa");
System.out.println(" JJ a a ... | [
"cf.burghi@gmail.com"
] | cf.burghi@gmail.com |
376bd9a74015528da9a3fc7433c84aa7b62d3d89 | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-new-fitness/results/MOCKITO-16b-3-23-Single_Objective_GGA-WeightedSum-BasicBlockCoverage/org/mockito/internal/MockitoCore_ESTest.java | 0bd11fa661418456dda4735819110a6866e7a916 | [
"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 | 770 | java | /*
* This file was automatically generated by EvoSuite
* Mon May 18 03:14:56 UTC 2020
*/
package org.mockito.internal;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
d146ce89722f63a2897e34d7d3f2ec10e242d326 | 5a5bf034a47cccd3118c647e620f19989e7fc061 | /src/main/java/com/myuki69/enderquarry/InitBlocks.java | 11342654eefbcf1b20dc007754fca62a8f9371bb | [] | no_license | shinyafro/Ender-Quarry-Mod | 782e68c91150a3867084de6c34f6f5d112af5b58 | bc654238ea40c52f4a4b2bf0304c589f370a764e | refs/heads/master | 2023-03-04T16:44:32.538044 | 2021-02-18T21:03:41 | 2021-02-18T21:03:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,918 | java | package com.myuki69.enderquarry;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.client.renderer.block.model.ModelResourceLocation;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.item.Item;
import net.minecraft.item.ItemBlock;
import net.minecr... | [
"blacklordakium@gmail.com"
] | blacklordakium@gmail.com |
19616d3b48fb68eec4f25a3c1d5dc81c8742a006 | 25d3ff2b0da6d918d4845a84bd693ecc230ae830 | /pclsystemBackE/src/main/java/com/lawyersys/pclsystembacke/entities/TiposReporte.java | cdce49a55f457aa54a50635986af8b846ed3cc59 | [] | no_license | pabloag3/pclsystem | 4dbde684a9c96a5f29c46d940de29fe2fbc782ea | 1a4ff49ce0a18e5943405bdb18516fc267c54c6c | refs/heads/master | 2022-12-21T07:40:51.625384 | 2020-06-02T19:33:43 | 2020-06-02T19:33:43 | 199,525,894 | 0 | 1 | null | 2022-11-16T09:24:28 | 2019-07-29T20:57:57 | Java | UTF-8 | Java | false | false | 3,458 | java | package com.lawyersys.pclsystembacke.entities;
import com.fasterxml.jackson.annotation.JsonIgnore;
import java.io.Serializable;
import java.util.List;
import javax.persistence.Basic;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Generat... | [
"Ag"
] | Ag |
d061cf09ac30ad0803f2bfddd06644d223cff30f | 7398562eedd620d5f5a2d0efa80fa73bfa2aafb1 | /src/main/java/threadex/execute/ResultByRunnableEx.java | 7cf4fe22a5c6d47e7986dd103a584ab172cea4b9 | [] | no_license | imgrowing/threadex | 3fd3235697cded5fcfc3a1f8ed16dcc09d7f7949 | f24d4186801eaaacec30b1e0f46b685fb5cd3080 | refs/heads/master | 2020-05-30T15:03:42.159939 | 2019-06-09T09:16:15 | 2019-06-09T09:16:15 | 189,810,157 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,511 | java | package threadex.execute;
import lombok.extern.slf4j.Slf4j;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
import java.util.concurrent.atomic.AtomicInteger;
@Slf4j
public class ResultByRunnableEx ... | [
"nkjang@gmail.com"
] | nkjang@gmail.com |
5bcab2e609350f1cdafc680f731e363c25bd47a5 | 0f80a187e7938175f04866fff2e2cd5bd0d4927e | /openml-utils/src/test/java/com/feedzai/util/validate/ValidationUtilsTest.java | a7db37aa69936f17940eda2067282fc69ecbe020 | [
"Apache-2.0"
] | permissive | paulojrp/feedzai-openml | c7ca9b6b7b44bcaf48fd38af27ebca6c93b6c56b | 319d4942ea9f2974c6a2105cff7d06187b35b9f9 | refs/heads/master | 2020-03-21T13:40:26.519810 | 2018-06-25T11:08:33 | 2018-06-25T11:08:33 | 138,619,342 | 0 | 0 | Apache-2.0 | 2018-06-25T16:10:52 | 2018-06-25T16:10:52 | null | UTF-8 | Java | false | false | 3,178 | java | /*
* Copyright 2018 Feedzai
*
* 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 w... | [
"nuno.diegues@feedzai.com"
] | nuno.diegues@feedzai.com |
4c9ee8092d3c8268c0bfb41bc71d0d9e656114ff | 1a43e3b6826369d14a6d1591f54268516c1c0726 | /JavaEE_Code/day-13/src/com/itheima/day_13/demo_01/Demo_01.java | 76854c35bb3fd94e0cc6ac4c9a7e109a458dbc3d | [] | no_license | Jeremy-Zhang-cn/cn.itcast.naker | 758b1c7bfbeab2cc61f52612a0f21502265a93b8 | b639b957c6bade4940f3f2d62bb513a6243f64a3 | refs/heads/master | 2022-06-22T03:56:59.902627 | 2022-06-17T06:19:35 | 2022-06-17T06:19:35 | 217,838,628 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 627 | java | package com.itheima.day_13.demo_01;
public class Demo_01 {
/*
Lambda表达式
(形参): 相当于一个带形参的方法
->: jdk8的新语法,代表指向
{}: 内部为要执行的代码块
*/
public static void main(String[] args) {
/*
new Thread(new Runnable() {
@Override
public void run() {
System.out.println("hello");
}
}).start();
以上代码可以通过Lambd... | [
"1159387269@qq.com"
] | 1159387269@qq.com |
686edf72d2cf0b6c7b2b9b53624b66bf392c7f88 | 92eeb41c40309e58c6d96effa0966b77dc5c1cf5 | /src/com/minestom/Spigot/Integrations/LiteBans.java | 993c5ce3307771114a7014e611148c946346e9d5 | [] | no_license | andrewse02/BadBoy | aa1f286194ea5c714afa2faf8766b9742b49c0a8 | d05d83d2c2eed8960698de8743a35ef2d72fb277 | refs/heads/master | 2021-09-08T06:27:18.636442 | 2018-03-07T21:26:48 | 2018-03-07T21:26:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 726 | java | package com.minestom.Spigot.Integrations;
import com.minestom.Discord.Utilities.MessageSender;
import litebans.api.Entry;
import litebans.api.Events;
import org.bukkit.Bukkit;
import java.util.UUID;
public class LiteBans {
public LiteBans(MessageSender messageSender) {
Events.get().register(new Events.L... | [
"tfermin1827@hotmail.com"
] | tfermin1827@hotmail.com |
75761301918b61792966fd944ecd4069a7d4fc64 | 4691ae436558ed0be66f0b9521d3d5e163055f00 | /src/com/businesscharts/data/BCSColumnData.java | eb942a92dd9eac70097ba0afb39b8a2dbc1c54c7 | [] | no_license | KartoshkaMan/BusinesCharts | c41339f092acff70d3749e06e344b690ee304f0f | 44ad22fd293c2f1c7eedace394d6c7d8c3c3967b | refs/heads/master | 2021-01-01T05:01:33.323037 | 2016-05-25T23:45:19 | 2016-05-25T23:45:19 | 59,704,651 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 719 | java | package com.businesscharts.data;
import javax.swing.table.DefaultTableModel;
public class BCSColumnData extends BCColumnData {
/**
* Creates data object for stacked chart
* @param model - def. table model
*/
public BCSColumnData(DefaultTableModel model) {
super(model);
}
/**
... | [
"leshkadolg@gmail.com"
] | leshkadolg@gmail.com |
add6ddd728938195797422e34b3a03558a8f1b47 | dc870e89c8fe357febe56a13ab63441a6d69ad2c | /lab9/src/jspClasses/Constants.java | 659c49c971c248cd64f78bfc8e4e8c413edb26c5 | [] | no_license | MikeArvalor/Internet-Application | c8e42db77521a3b7422b2c1d1ef16cdfaa7ff54b | 3201b69df5bda51c8e6e6eb009c17edeaebe43ff | refs/heads/master | 2023-01-28T20:46:24.164239 | 2020-11-30T15:51:51 | 2020-11-30T15:51:51 | 316,777,222 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 563 | java | package jspClasses;
public class Constants {
public static final String URL1 = "URL1";
public static final String URL2 = "URL2";
public static final String URL_N = "URLn";
public static final String VAL_1 = "val1";
public static final String VAL_2 = "val2";
public static final String VAL_3 = "... | [
"mihail14312@mail.ru"
] | mihail14312@mail.ru |
1257da3bb722bbd9ba23b99f18413d05e9d1b1a1 | 2954025c13e82d7c5d121d2604811cb25c00e494 | /src/main/java/com/quantal/exchange/users/enums/EmailType.java | 2bc40d47f7813e0c9318d498d7384800dbb49a42 | [] | no_license | quophyie/quantalex-users | 2e30df71ab690f6541b203d569114097c4f0d0d4 | a3e4db96c71956ac94f7eb2d54c08f23700765de | refs/heads/master | 2021-01-18T09:34:28.538791 | 2019-04-04T13:17:09 | 2019-04-04T13:17:09 | 84,313,862 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 142 | java | package com.quantal.exchange.users.enums;
/**
* Created by root on 12/06/2017.
*/
public enum EmailType {
PasswordReset,
Welcome
}
| [
"quophyie@yahoo.com"
] | quophyie@yahoo.com |
4378a3f460f99975a9b251a3b31209a1642995f0 | e098b054e8c6d3b165319b7cd1b8cc4d710c0960 | /template-spring4/spring4/java_src/${basepackage_dir}/service/${subpackage}/${className}Service.java | 50e4c9a5abf8aa1727ea61b7388ff078ac17ef8a | [] | no_license | liuliko/generate-springboot-vue | e5c1e33abcd3bddb31516047d78613d043df1aa0 | 3ab6934d5ffb28faf4f991e5d36a2651b7889b9a | refs/heads/master | 2022-12-08T09:46:51.283445 | 2020-04-22T09:00:32 | 2020-04-22T09:00:32 | 289,850,361 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 940 | java | <#assign className = table.className>
<#assign classNameLower = className?uncap_first>
package ${basepackage}.service.${subpackage};
import java.util.List;
import ${basepackage}.api.${subpackage}.${className};
import org.springframework.transaction.annotation.Transactional;
public interface ${className}Service {
... | [
"liuliko@126.com"
] | liuliko@126.com |
85eb8a48d6f36138bc1359aa15454302b6d0520f | aeef520564360ca08b809a2903ce4a0d0ea1d592 | /app/src/main/java/com/email/ui/fragment/RubbishBoxFragment.java | dcd8a17f739db034ad77ae764579689bc2fde123 | [] | no_license | yinzhiyu/EmailDemoY | 7256b0f9cbf093111debab94283ebb6b439be4cc | b899a195ad3a8aa99a2712f8149584a23360f027 | refs/heads/master | 2020-03-07T23:41:57.384382 | 2018-04-26T14:48:22 | 2018-04-26T14:48:22 | 127,787,768 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,269 | java | package com.email.ui.fragment;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.DefaultItemAnimator;
import android.support.v7.widget.LinearLayoutManager;
import android... | [
"513792933@qq.com"
] | 513792933@qq.com |
0844c8ae3b03269e6c825075c54798cc129afba7 | a8c41db8a94433075e3133d7a169c47e02418957 | /infosen/android/app/src/debug/java/com/infosen/ReactNativeFlipper.java | 061c17ba423f6b6bc7f958c0a36ef1089f02fe23 | [
"MIT"
] | permissive | schrsistemas/projeto-react-native-desafio_0001 | 230558d904fcfc2e9daae38983b874735fd71fc5 | f2b54bf5120cddc28454840970cb084750125774 | refs/heads/main | 2023-05-31T02:08:41.420114 | 2021-06-11T21:59:13 | 2021-06-11T21:59:13 | 376,145,338 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,262 | java | /**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
package com.infosen;
import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient;
import com.faceb... | [
"daniel@bytecom.inf.br"
] | daniel@bytecom.inf.br |
b767faaeb94253a4b3b8161d1cafeea88398ab15 | bdc08917c6967c368155ba09f2f878aa5655db1a | /GoJob/src/com/lazysong/test/LoginServlet.java | 6e0be2cd945f976ae6c990d1bdb04e71c417a637 | [] | no_license | htyaizen/GoJob | 9139ce042b426d14ae0a125d1cb8524a22e9de44 | 348e034d835b300f0d205ade211dea9fdbaf6134 | refs/heads/master | 2020-04-09T22:23:48.199469 | 2017-03-28T03:39:58 | 2017-03-28T03:39:58 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 8,641 | java | package com.lazysong.test;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.lazysong.test.beans.Company;
import com.l... | [
"wen292006955@qq.com"
] | wen292006955@qq.com |
660c16dea52bde88cd7ace241d74d4bc1066cb89 | 1e3def18799629c59b359df1c42be9c760abac37 | /app/src/main/java/com/blogspot/blogsetyaaji/moviecatalogue/fragment/FavoriteMovieFragment.java | 7c9b945ca6a12df5cfe3161e2f726a09d0c75d3b | [] | no_license | AjiSetya/Movie_Catalogue_Dicoding_MADE | 1d1fcf8afddd6fcab03c354a9d15dc4a3a87c0ba | f5219f8e8faf10b6123dd00482546b155d15ee00 | refs/heads/master | 2022-02-27T07:01:46.853629 | 2019-09-20T03:31:42 | 2019-09-20T03:31:42 | 194,355,637 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,447 | java | package com.blogspot.blogsetyaaji.moviecatalogue.fragment;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import androidx.recyclerview.widget.LinearLayoutManager;
impo... | [
"setyaaji07@gmail.com"
] | setyaaji07@gmail.com |
ae687f08115c5679cf3962c34ccf1c7781d37a4c | 41c365f19edca9c2e66d8261eea1b0f59016461b | /src/main/java/cn/ming/pojo/User.java | 44deae5a63c44a01f9921ed143e157739795dd2e | [] | no_license | mingyh/springboot-swagger | a157677c3dde32287a6ede1745b97486cd182932 | de098e64aabccd3eb260a49a918e9705ff09edbc | refs/heads/master | 2022-11-30T09:57:29.877361 | 2020-08-17T12:20:57 | 2020-08-17T12:20:57 | 288,172,353 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 328 | java | package cn.ming.pojo;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
/**
* Created by ASUS on 2020/8/15.
*/
@ApiModel("用户实体类")
public class User {
@ApiModelProperty("用户名")
public String username;
@ApiModelProperty("密码")
public String password;
}
| [
"741168715@qq.com"
] | 741168715@qq.com |
431e12d3c32e386cc8e34926f5167d9cb78d8e66 | bac67feb33a4778c67ab6efeb820e4fe46382607 | /src/collections/hashtablemap/Freq.java | e6d47c05918994446e337f877352c266e6eb90e4 | [] | no_license | mithun3/JavaCollections | 0452e75005378dc60b25fedf3e23b985483bb48e | 69ad4d18df94cb021883e2d1b269790c08d5c284 | refs/heads/master | 2020-05-20T11:39:46.514615 | 2014-10-31T09:07:29 | 2014-10-31T09:07:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 386 | java | package collections.hashtablemap;
import java.util.Map;
import java.util.TreeMap;
public class Freq {
private static final Integer ONE = new Integer(1);
public static void main(String args[]) {
Map m = new TreeMap();
m.put("a Key", "a Value");
m.put("Java2s", "www.java2s.com");
System.out.print... | [
"mithun3@gmail.com"
] | mithun3@gmail.com |
8beab9d2b0d6535e34201c6956240c35421199db | bfb02cdc5b046dd201fcfc0549d88bb2f8125344 | /base_code/src/gen/java/io/swagger/api/ListApi.java | 715b241c37dbb7bd98ab8ef03fbb33987816cad1 | [] | no_license | mythre/to_do_list_backend | e4308a25ad468c11964182aa7b34e632a3c2de0b | d17e259d0b118bf5fc05ac555e08c31195f0b6d8 | refs/heads/master | 2023-05-14T11:16:34.869407 | 2020-05-21T08:42:58 | 2020-05-21T08:42:58 | 265,198,695 | 0 | 0 | null | 2021-06-07T18:46:59 | 2020-05-19T09:06:16 | Java | UTF-8 | Java | false | false | 7,185 | java | package io.swagger.api;
import io.swagger.model.*;
import io.swagger.api.ListApiService;
import io.swagger.api.factories.ListApiServiceFactory;
import io.swagger.v3.oas.annotations.Operation;
import io.swagger.v3.oas.annotations.Parameter;
import io.swagger.v3.oas.annotations.enums.ParameterIn;
import io.swagger.v3.o... | [
"mythreyi1509@gmail.com"
] | mythreyi1509@gmail.com |
ee7b975f877c8d03c9f779e317241d8893004b80 | 7f4cc02dd0745fb302322f8dec945b25704b5cfa | /src/com/marcos/decorator/starbuzz/beverages/App.java | c3c2bbbf0f6e9ee83601964c6b1cead2bc8df03d | [] | no_license | MarkosAndres/design-patterns | 059b0221b4b418d576ab624edfb12c477ab294b6 | 6a30e53906bc3c35cc2b90614812eecf618d3721 | refs/heads/master | 2023-03-20T14:13:26.223659 | 2021-03-13T03:21:23 | 2021-03-13T03:21:23 | 347,258,969 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 314 | java | package com.marcos.decorator.starbuzz.beverages;
import com.marcos.decorator.starbuzz.extras.Mocha;
import com.marcos.decorator.starbuzz.extras.Whip;
public class App {
public static void main(String[] args) {
Whip whip = new Whip(new Mocha(new DarkRoast()));
System.out.println("Cost: "+whip.cost());
}
} | [
"mlerin@digitalairstrike.com"
] | mlerin@digitalairstrike.com |
f8e24b34747340abf64690e6b9a76c3c3a55b3f4 | a6a878f70380d3d8b9990eb640f5f1a1021be3ae | /src/main/java/com/bill/cookbook/Main3Activity.java | 00867b3d47b9c2241273d41f2129238c406a2e0f | [] | no_license | Bilmosh/WebView | b87ed01f5b2214aaef2f7fe66835cc3f3550d11f | a2fd97d294779f3d0fbe60aed456236d0cd9bbec | refs/heads/master | 2021-01-01T06:39:38.671345 | 2017-07-17T13:25:25 | 2017-07-17T13:25:25 | 97,476,917 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 578 | java | package com.bill.cookbook;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.webkit.WebView;
import android.widget.Button;
public class Main3Activity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(saved... | [
"bilmosh104@gmail.com"
] | bilmosh104@gmail.com |
4301436c573094c8523959afce6a98cb61f4801c | 7ea6460affa5b2a2fdb7099d393eb977d08122d4 | /OntologicalFramework/src/ontologyFramework/OFProcedureManagment/OFProcedureImplementation/Task2UpdaterAcc.java | f4d5ce1a819188d09378009f515f122722a8c536 | [] | no_license | buoncubi/OntologyFramework | 4daa2e4132ed3039be5ecab2345bffd293e1173c | 211bc56ad3ae731584ee83fa0806ff7b0deae963 | refs/heads/master | 2021-01-10T12:57:01.904626 | 2016-11-04T23:51:00 | 2016-11-04T23:51:00 | 43,822,117 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,951 | java | package ontologyFramework.OFProcedureManagment.OFProcedureImplementation;
import java.util.ArrayList;
import java.util.List;
import ontologyFramework.OFErrorManagement.OFDebugLogger;
import org.quartz.JobExecutionContext;
import org.quartz.JobExecutionException;
public class Task2UpdaterAcc extends OFJobAbstract{
... | [
"luca.buoncompagni@edu.unige.it"
] | luca.buoncompagni@edu.unige.it |
7e5eaa8d054bab1f6e0d25c7f6a28ebb01ea3f67 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/20/20_8d7e9a853958335ef46410fa9e02087baeefa541/AbstractCursor/20_8d7e9a853958335ef46410fa9e02087baeefa541_AbstractCursor_s.java | c444e652d3814cdd41411d837feaa22b17da1d95 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 26,521 | java | /*
// Licensed to Julian Hyde under one or more contributor license
// agreements. See the NOTICE file distributed with this work for
// additional information regarding copyright ownership.
//
// Julian Hyde licenses this file to you under the Apache License,
// Version 2.0 (the "License"); you may not use this... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
c47aca69d3cf6251deff871653d6480a50f8964e | 483bc9910ff9e4eceb80ac52ce920cc7fa33d3c6 | /app/src/main/java/com/andromeda/kunalbhatia/demo/hungamaplayer/MediaItem.java | 6feca05e4e53d739002d9a24d1cca11fc3c68ff9 | [] | no_license | vicky7230/videoplayer_using_exoplayer | b7ab8224ed1ce3325e20b1aede48c26bf1920394 | fb53ed402199a213c2217b95067652d2f386fb87 | refs/heads/master | 2021-01-19T17:22:39.920384 | 2016-10-26T06:21:04 | 2016-10-26T06:21:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,260 | java | package com.andromeda.kunalbhatia.demo.hungamaplayer;
import android.os.Bundle;
import java.util.ArrayList;
/**
* Created by kunal.bhatia on 10/4/2016.
*/
public class MediaItem {
private String mTitle;
private String mSubTitle;
private String mStudio;
private String mUrl;
pri... | [
"kmasterzone@gmail.com"
] | kmasterzone@gmail.com |
d769a150bae56bcb910e080b41e2f820beb29013 | 5ce58291fac29a134ea02fa42e54d96f62adf2a6 | /src/base/BaseStep.java | 6b6f11e442bf54a0dcc8c18b4c0bd1c6460f5106 | [] | no_license | cwxb105/DailySisyphus | 9dcd8757594c3e7214b0c4287428c80574fa25ce | d8e958bd81bf35d4f7877bd3599420ae73db80a2 | refs/heads/master | 2021-01-12T20:48:02.935385 | 2014-02-11T10:37:41 | 2014-02-11T10:37:41 | 17,164,381 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 803 | java | package base;
import java.util.HashMap;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
public abstract class BaseStep {
protected final Log logger = LogFactory.getLog(this.getClass());
private static ThreadLocal<HashMap<String, Object>> storyContext = new ThreadLo... | [
"taojintianxia@126.com"
] | taojintianxia@126.com |
5581e7420396c4a17be5059d11da7a7b6b99a4d1 | 611b1a3f55f0a21a1395aa531444f02450177a02 | /src/march/practice/StepickAlgorithms/DifferentComponents.java | 9e7bfdf097824c93c770efc6aed127769c0eef79 | [] | no_license | Zhurava-Skarabahataya/Training | fb4d6ae8234020ecad5aadf0f83893f38d978fae | 9cd1fa4b9ed2bcd3177db30aa54eb18091ff428f | refs/heads/master | 2021-04-01T07:45:07.339018 | 2020-05-05T06:16:14 | 2020-05-05T06:16:14 | 248,169,151 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,238 | java | package march.practice.StepickAlgorithms;
import java.util.ArrayList;
import java.util.Scanner;
public class DifferentComponents {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
long n = sc.nextInt();
ArrayList<Long> components = findComponents(n);
S... | [
"zhurova1994@gmail.com"
] | zhurova1994@gmail.com |
2953ca41000ba2c1d7f9ee4eb6a9bfe6f93507ff | cc81c6d5c55ae80eb4f6e52b9a34a305e441db2e | /src/main/java/com/eden/fxmvc/mvc/action/ActionInvocation.java | 01d9ef65dacad0e037707b0a7c2dfd9d59e15a74 | [] | no_license | chengpan168/Fxmvc | df7dc5f6e56ed333741a712ad2c5a85b605868ac | 8a0acaf1d516f9a0897c8b8f844f334cf43f1b70 | refs/heads/master | 2020-05-17T17:40:22.364105 | 2013-11-20T01:31:51 | 2013-11-20T01:31:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,424 | java | package com.eden.fxmvc.mvc.action;
import javax.annotation.Resource;
import org.springframework.stereotype.Component;
import com.eden.fxmvc.context.AppContext;
import com.eden.fxmvc.mvc.annotation.ViewMapper;
import com.eden.fxmvc.mvc.interceptor.InterceptorChain;
import com.eden.fxmvc.ui.ModelAndView;
imp... | [
"eden@company-PC"
] | eden@company-PC |
4d53e9f86370f33b9b3c0f61503459e38833b59d | 7e03726a356fe2eeb36ec42a5f3443db659f66c9 | /geu-cca/geu-cca-core/src/main/java/com/geu/aem/cca/core/models/HeaderModel.java | 9b326397565c51fa9348e292f9d88760faf7f66e | [] | no_license | vcarchitha/geu | 77f45955096464b244ecb0155823b87f20871439 | 48114040ae1ff91a7783fb8dfaee1aca8ffb828a | refs/heads/master | 2020-03-25T13:36:36.005764 | 2018-08-07T07:58:53 | 2018-08-07T07:58:53 | 143,834,838 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,931 | java | package com.geu.aem.cca.core.models;
import java.util.ArrayList;
import java.util.Iterator;
import javax.annotation.PostConstruct;
import javax.inject.Inject;
import javax.jcr.AccessDeniedException;
import javax.jcr.RepositoryException;
import javax.jcr.Session;
import javax.jcr.UnsupportedRepositoryOperationExceptio... | [
"archithavc.vc@gmail.com"
] | archithavc.vc@gmail.com |
7cf91195c89b566da065ad276a6e36efc3de0f61 | d0e579d694137545a70be3850a214b94989eb73a | /RoboRace/app/src/main/java/vishal/roborace/RoboParticipantss.java | 7790f8bdf8dfe09758e3f7b00227d19e1891a602 | [] | no_license | VishalSheth4/robo-race | ea3135a3fd47cd4ed1e8d527f75c2fa5699c0542 | 5b0ccac6e6796552966deed6f21d71ce91e8c3d1 | refs/heads/master | 2020-04-20T08:34:33.982002 | 2019-02-01T18:40:04 | 2019-02-01T18:40:04 | 168,743,341 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,940 | java | package vishal.roborace;
import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;
public class RoboParticipantss extends Activity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_rob... | [
"vishalsheth4@gmail.com"
] | vishalsheth4@gmail.com |
0aba8867ab91a91bdf3a7ff3e387467584a297c9 | a7bcc9dd874ee271b94fa002cde99637e79617de | /src/main/java/util/DataBaseCreator.java | 2a75854bc2dedb394bfec0f7c84d6f8f7134107f | [] | no_license | vvolodja/hiber_3.1 | a1c7734a30d8aa2845efabf297bfa23634bf4ee8 | a33ae2ad4aa8ba471129bc268e690f7e26f47041 | refs/heads/master | 2020-06-30T11:02:11.876237 | 2016-11-22T21:54:21 | 2016-11-22T21:54:21 | 74,378,359 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 94 | java | package util;
/**
* Created by vladimir on 20/11/16.
*/
public class DataBaseCreator {
}
| [
"vladimir@MacBook-Pro-Vladimir.local"
] | vladimir@MacBook-Pro-Vladimir.local |
a097d4819da831bdec550711d7a143a6e015fc2d | 175cd60676635a80a6fcbfa0ec506cc9dbcfb5da | /app/src/main/java/com/safety/android/safety/PhotoGallery/PhotoGalleryFragment.java | ff5b9c2108a518c622df5ccfc6fe976fe22ac27a | [] | no_license | wangruiwangrui/Safety | f69a77389a8cf75c1f86b3d87ce8fb81b66a3199 | cc8ec75a7d1faff6b3ad5e7a34cb94bc03f094dd | refs/heads/master | 2020-05-02T17:49:03.767405 | 2019-03-27T14:20:41 | 2019-03-27T14:20:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,631 | java | package com.safety.android.safety.PhotoGallery;
import android.graphics.drawable.Drawable;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import an... | [
"2768911783@qq.com"
] | 2768911783@qq.com |
f56ad22d47af682a4d8fce40031cbaa6daf14d01 | cb97e412a32851d77f021e23696000dcd2fc1998 | /src/main/java/com/ljw/hibernate/test/HibernateTest2.java | 0f3c545bc2853b90c4310608d7e94422c4a26ed0 | [] | no_license | ljwaly/single-hibernate | 66d118dc7ade7e36826aacab4003197791e742fb | a13534e4e11fce8f81f2649c5f36080d91b3180c | refs/heads/master | 2020-03-22T17:04:26.429697 | 2018-07-10T03:14:06 | 2018-07-10T03:14:06 | 140,370,804 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,741 | java | package com.ljw.hibernate.test;
import org.hibernate.Session;
import org.junit.Test;
import com.ljw.hibernate.domain2.Customer2;
import com.ljw.hibernate.domain2.Order;
import com.ljw.hibernate.util.HibernateUtil;
public class HibernateTest2 {
/*
* 双向关联保存
*/
@Test
public void testSave(){
Se... | [
"sh1025462978@sina.com"
] | sh1025462978@sina.com |
980809e4636268e7aba6398703668907e1e85bdc | 1c7a5ea43d98a5f2f5c6371c66209d9921dceb7d | /idlegame/app/src/main/java/com/ualr/idlegame/fragments/interfaces/OnProgressViewHolder.java | f9f920062161f20db3b21c1cd41eece52a6c51df | [] | no_license | agjaeger/mobile-apps-final | 16308441b25410fd28dd31128e348a905bfc7a57 | 635dd0657cef4a7d2121954c5ec2e920efff036e | refs/heads/master | 2020-09-22T05:56:01.318882 | 2019-12-09T02:07:53 | 2019-12-09T02:07:53 | 225,076,004 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 154 | java | package com.ualr.idlegame.fragments.interfaces;
public interface OnProgressViewHolder {
public void onComplete (String[] resource, int increment);
}
| [
"agjaeger@ualr.edu"
] | agjaeger@ualr.edu |
339706f97faa8acdc2889d85dec1b50c195a02e2 | e232c648e389fe5501a09bc5460818dbba1dc837 | /app/src/main/java/cn/linkfeeling/hankserve/constants/LinkConstant.java | c263e8091cf6cd5684be01d55c0b7bd0a5b7f86c | [] | no_license | aoklink/hank | 79e60849d9d82860baa92c030bf5cb1bbc44c176 | 95d3e6fe9feeacbc56feafddc3ead5736363be4c | refs/heads/master | 2020-09-20T20:22:27.470645 | 2019-06-11T01:35:47 | 2019-06-11T01:35:47 | 224,581,752 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 380 | java | package cn.linkfeeling.hankserve.constants;
/**
* @author create by zhangyong
* @time 2019/3/27
*/
public class LinkConstant {
public static final int INTERVAL_TIME=1;
public static class PermissionConstants{
public static final int REQUEST_CODE_PERMISSION_LOCATION = 0x200;
public stati... | [
"yong.zhang@linkfeeling.cn"
] | yong.zhang@linkfeeling.cn |
d616382f703d30a12dbd0a79a36b4b4d1000fb7e | 1ec73a5c02e356b83a7b867580a02b0803316f0a | /java/bj/DesignPattern/JavaAndPattern/LISKOV/VERSION4/ImmutableSquare.java | 6cb4d5b05eb8c18b213cdaf510413bfef07d0b0d | [] | no_license | jxsd0084/JavaTrick | f2ee8ae77638b5b7654c3fcf9bceea0db4626a90 | 0bb835fdac3c2f6d1a29d1e6e479b553099ece35 | refs/heads/master | 2021-01-20T18:54:37.322832 | 2016-06-09T03:22:51 | 2016-06-09T03:22:51 | 60,308,161 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 483 | java | package bj.DesignPattern.JavaAndPattern.LISKOV.VERSION4;
public class ImmutableSquare extends Rectangle {
private long side;
public void setWidth( long width ) {
// setSide(width);
}
public long getWidth() {
return getSide();
}
public void setHeight( long height ) {
// setSide(height);
}
p... | [
"chenlong88882001@163.com"
] | chenlong88882001@163.com |
0852d3402b506aa1bdc4d9be474e2deda7d0878d | 5a10a1d4954da61a00fcba22eba97089db23e352 | /shop/com/enation/javashop/widget/member/MemberMessageWidget.java | e65f2a802d8a9595223ddcf9118010d0f10cadce | [] | no_license | jianganglu/NC | f994dbbb196665167c03c30f5e7973449bc8ab7a | 7267ddf78d7c78efa936da3ea0125d1bb0377526 | refs/heads/master | 2021-01-18T00:30:21.719668 | 2015-07-12T12:53:54 | 2015-07-12T12:53:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,801 | java | package com.enation.javashop.widget.member;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import com.enation.app.base.core.model.Member;
import com.enation.app.base.core.model.Message;
import com.enation.eop.sdk.user.IUse... | [
"378476772@qq.com"
] | 378476772@qq.com |
8012264f1790fe08ef8019f0577ca0ab7cd8a7c4 | d35e3da61c9655999e55cfb6c17f2423d11c3133 | /feature/src/main/java/com/example/administrator/app1/feature/MainActivity.java | 8df0ce2bea937f8164861f6c142833a7d9115892 | [] | no_license | Rambo1416/App1 | a62f762236c129ddf34b7d0f5e91a2b0f518f32c | 17947dab7cbf7730a0e3e2c5f22ac94842b8282a | refs/heads/master | 2020-05-17T10:26:07.667760 | 2019-04-26T15:47:12 | 2019-04-26T15:47:12 | 183,656,828 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 351 | java | package com.example.administrator.app1.feature;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.... | [
"tomrambaud@hotmail.com"
] | tomrambaud@hotmail.com |
22e3ec478f455c53e868c6dea508182c3dcbcad9 | 082e26b011e30dc62a62fae95f375e4f87d9e99c | /docs/weixin_7.0.4_source/反编译源码/未反混淆/src/main/java/com/tencent/mm/plugin/appbrand/jsapi/j/g.java | f48e252ad57cca1b15c11fd61a1b9d77f406f9b8 | [] | no_license | xsren/AndroidReverseNotes | 9631a5aabc031006e795a112b7ac756a8edd4385 | 9202c276fe9f04a978e4e08b08e42645d97ca94b | refs/heads/master | 2021-04-07T22:50:51.072197 | 2019-07-16T02:24:43 | 2019-07-16T02:24:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 245 | java | package com.tencent.mm.plugin.appbrand.jsapi.j;
import com.tencent.mm.plugin.appbrand.jsapi.p;
public final class g extends p {
public static final int CTRL_INDEX = 519;
public static final String NAME = "onVoIPChatSpeakersChanged";
}
| [
"alwangsisi@163.com"
] | alwangsisi@163.com |
2380a08907db41f6ee7a9f730e1c91559aa4e0b2 | 51614300bc6e6970fb3fcc261c55ce6b3b2f944c | /app/src/main/java/com/example/lightdance/takemyadvice/model/usercenter/history/HistoryLogic.java | 5dcabfc700b6553eaddb1c301d70ff248d702c71 | [] | no_license | TakeMyAdviceAppProject/TakeMyAdvice | 6353b5767162ea8b8c44696eca85927a06d4c0ff | 5c94749ef835cfd087792c96f0c2fe20f13df247 | refs/heads/master | 2021-09-07T13:34:39.969206 | 2018-02-23T16:46:19 | 2018-02-23T16:46:19 | 120,053,553 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 311 | java | package com.example.lightdance.takemyadvice.model.usercenter.history;
/**
* 历史记录(足迹)实现类
* @author LightDance
* @date 2018/2/5.
*/
public class HistoryLogic implements HistoryInterface {
@Override
public void getHistoryById(String userId, OperateListener listener) {
}
}
| [
"773617349@qq.com"
] | 773617349@qq.com |
c7007c80d38d032c4593206553c3c1bde6d5d789 | a39c8853dc872d4833a21c6c71937097edda58cd | /src/main/java/com/prode/dto/UISaveFixtureDTO.java | 4131db12938bf2a758b554e51be5caee6586208c | [] | no_license | arielfr/prodeBrasil2014 | 96ecfe6c040cfc98869f91302485d2945b3b56d6 | 42f3ea2f7006771c6727d7bf6a95564ef1c5984a | refs/heads/master | 2021-01-18T14:49:28.602462 | 2018-05-30T18:23:48 | 2018-05-30T18:23:48 | 18,305,476 | 0 | 0 | null | 2014-05-05T20:08:25 | 2014-03-31T19:35:00 | Java | UTF-8 | Java | false | false | 1,153 | java | package com.prode.dto;
import java.io.Serializable;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
@JsonIgnoreProperties(ignoreUnknown = true)
public class UISaveFixtureDTO implements Serializable{
private static final long serialVersionUID = 1L;
Long groupId;
Long matchId;
Long teamAId;
L... | [
"ariel.rey@openenglish.com"
] | ariel.rey@openenglish.com |
c021816b40186044de2a59b00dddbbfb1cb6052a | 50701795515f6c028a5ad30f08d1f826f4ec9c7b | /turn_right/src/bot/Map.java | ce7cbd6cac791557ce182b95d9df20208c5b9836 | [] | no_license | lleclech/PFA-Nethack-teamB | bf392f5c93ed31f3d45cc3f99efd80d4d287af44 | d355cb3febb6ebbd9a41c3ddc09715518643880b | refs/heads/master | 2021-01-19T08:10:55.144311 | 2013-04-09T09:48:25 | 2013-04-09T09:48:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,280 | java | package bot;
public class Map {
private Position myPosition;
private Square[][] content;
public Map(char[][] map) throws UnknownPositionException{
content = new Square[map.length][map[0].length];
for (int line = 0; line < map.length ; line++){
for (int column = 0; column < map[line].length; column++){
... | [
"lleclech@enseirb-matmeca.fr"
] | lleclech@enseirb-matmeca.fr |
e92cfe3ef830d72830b2bb7afdbf4b923056e1c9 | e3f50a97b37dc5c1415b2d0348564ceb78832698 | /1909 NSA Codebreaker Challenge/terrortime_jadx/java/org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer.java | a6e159f2e5eefccab1f2f965f31b1b0484283eaa | [] | no_license | sears-s/ctf | b8d13f121deb43189487b168a68f18dfc5538212 | c0e5960b1b975ba7073dae28b0c0f28a6eab563e | refs/heads/master | 2021-07-26T21:12:01.384166 | 2021-06-29T04:42:52 | 2021-06-29T04:42:52 | 145,129,430 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 23,313 | java | package org.jivesoftware.smackx.filetransfer;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.logging.Logger;
import org.jivesoftware.smack.SmackException;
import org.jivesoftware.smack.SmackException.IllegalStateChangeException;
import org.jiv... | [
"sears-s@users.noreply.github.com"
] | sears-s@users.noreply.github.com |
bb9b49d1b300d017d84f94c5a5800fee9f3484c2 | 702f8a8f0d96412f34824e7240da07e6e7203e94 | /app/src/main/java/com/logvai/logvai/ListaActivity3.java | 67fbecdd796cbdc329c71d5f17f722c35105a223 | [] | no_license | CarlosSalesNaturalTec/AndroidApp | e58fe062f3a469bdac91b1c239302149a7ec6d8a | 0f272cf288b85f927ae777a1042d6cf23d356eb2 | refs/heads/master | 2021-01-22T06:19:33.946436 | 2017-07-13T22:07:20 | 2017-07-13T22:07:20 | 92,543,894 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,524 | java | package com.logvai.logvai;
import android.app.ListActivity;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ListView;
import com.android.volley.Response;
import com.android.volley.VolleyErro... | [
"carlossalesti@gmail.com"
] | carlossalesti@gmail.com |
9620d846bb42b16639ce3e7f9a4a8cd4e25f11a7 | ad7b62bd679916921363c8f02ad7ebc4a5cd448c | /src/leetcode/lc57_InsertInterval.java | 427a86b746c28a1ab47bc1b1fd0d0a1bc21d2300 | [] | no_license | zizhengli/Algorithm | 6d1769e870ad36b0b688e153948cfa537d6bc64d | 2cd290f6d8304f025f7ff55370d2739fee15b8cc | refs/heads/master | 2021-07-17T07:06:44.680462 | 2021-06-28T20:02:17 | 2021-06-28T20:02:17 | 79,736,709 | 0 | 0 | null | 2021-06-28T20:02:18 | 2017-01-22T18:34:52 | null | UTF-8 | Java | false | false | 1,294 | java | package leetcode;
import java.util.ArrayList;
import java.util.List;
public class lc57_InsertInterval {
public class Interval {
int start;
int end;
Interval() {
start = 0;
end = 0;
}
Interval(int s, int e) {
start = s;
end =... | [
"Matthew.Li2@mountsinai.org"
] | Matthew.Li2@mountsinai.org |
7d431d46cfcc5864e31b66bed001a4c914bb4878 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/aosp-mirror--platform_frameworks_base/5927c9f1b12f597839a664c1c6593114175cbcd8/after/KeymasterUtils.java | 63b2a694bf93fec1c2f9aa28bb4cf869b5c6091d | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,812 | 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 app... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
462144ab983af76d2798ac06a5cc1fe4b4669ea4 | 729971681f9bf97729988e7fe57d3e041cdad598 | /Advanced/src/main/java/hibernate/collection/map/MapTest.java | f7263e072cf5828de28b4a16b1853ef48d79e1fa | [] | no_license | liuchenwei2000/Hibernate | e6b90a10634e9a83f7c3d166429b5e94885d1ef3 | aa18556d56affcc68beea2628f07087b4783484b | refs/heads/master | 2021-01-10T08:12:04.378524 | 2017-04-27T07:57:38 | 2017-04-27T07:57:38 | 48,789,500 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,234 | java | /**
*
*/
package hibernate.collection.map;
import org.hibernate.Session;
import hibernate.util.AbstractHibernateTestCase;
/**
* Map示例
* <p>
* Map是一个无序集合类型,提供了键值对应关系。
*
* @author 刘晨伟
*
* 创建日期:2014年8月18日
*/
public class MapTest extends AbstractHibernateTestCase {
@Override
protected void doTest() throw... | [
"liuchenwei2000@163.com"
] | liuchenwei2000@163.com |
711a0bd3b19a219c1b39c8b1ddcc20c584f457ab | 00364c171935ea78cb1910a2445050be91b97f9b | /src/basepatterns/structural/flyweight/OperatorTubingMachine.java | fa73999e8972b0934a60d86bca941490424947e2 | [] | no_license | Bezngor/Patterns | d570131940fc8a63814f1928ca6017d0d3610072 | 806ce7b3dd0958437e15344ab9493c8c8e978649 | refs/heads/master | 2023-04-18T13:40:45.094630 | 2021-05-06T09:03:41 | 2021-05-06T09:03:41 | 361,130,792 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 325 | java | package basepatterns.structural.flyweight;
public class OperatorTubingMachine implements Employee {
@Override
public void executeFunctional() {
System.out.println("Operator of Tubing machine makes tube...");
}
@Override
public String toString() {
return "OperatorTubingMachine";
... | [
"bezngor@gmail.com"
] | bezngor@gmail.com |
547fa974e47b1482cf15d1d0fb5daf371ae3041e | b7695e882b70e9be7f45a78369f34362ba295d53 | /blueblue/src/com/xinfan/blueblue/request/AnsynHttpRequest.java | 61906cc002914f9af15d77da121333a199b72b67 | [
"Apache-2.0"
] | permissive | sodoa/mbox | 15e474266d220812fe7b974a4588d9601a1c2688 | 4cd67de5b8e0c2adf43dd60ff0193796ef5dc3fc | refs/heads/master | 2020-05-19T14:59:23.091227 | 2014-10-06T10:04:33 | 2014-10-06T10:04:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,625 | java | package com.xinfan.blueblue.request;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.HttpStatus;
import org.apache.http.NameValuePair;
import org.apache.http.client.entity.UrlEncodedFormEntity;
impo... | [
"165614968@qq.com"
] | 165614968@qq.com |
4124ace87187cd7e01c50d2a0b9ea96338c9eb2f | f3a09d07a1b040c6e80de1eab27ed35338817255 | /core/src/main/java/org/training/aemcq5tutorials/core/servlets/SimpleServlet.java | 076159ca2fd1c81347ce44c327d5f7cb29151cef | [] | no_license | brianpja/aem-eclipse-setup | d354cf3872e22cf125fb410dc7e20848aebbd6e5 | 760938fefc6501d693dc34a8de2b47dda761d048 | refs/heads/master | 2020-03-24T01:46:34.210376 | 2018-07-25T20:48:40 | 2018-07-25T20:48:40 | 142,350,996 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,380 | java | /*
* Copyright 2015 Adobe Systems Incorporated
*
* 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 applica... | [
"brian.james@slalom.com"
] | brian.james@slalom.com |
a47272c4b2d6fdecc3c7a6f6df0c9a462ee39e40 | 94b132d7b3663e9c2541e1d56e083635373efe42 | /src/MainFunction/NumSubmat.java | c0150bd4f35c7341b9312288fb2349cfb01be066 | [] | no_license | daixing1/leetcode- | 62a3f82c25b4ec1e77959ee0dc3d745f64301061 | 270ce542855607dde6623245da63d21815237ef3 | refs/heads/master | 2020-11-27T11:47:53.884492 | 2020-08-24T01:52:43 | 2020-08-24T01:52:43 | 229,425,258 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,565 | java | package MainFunction;
/**
* User: 兴希
* Date: 2020/7/15
* Time: 20:34
* Description: 给你一个只包含 0 和 1 的 rows * columns 矩阵 mat ,请你返回有多少个 子矩形 的元素全部都是 1 。
*/
public class NumSubmat {
public int numSubmat(int[][] mat) {
int sum = 0;
int[][] left = new int[mat.length][mat[0].length];
int[][] up... | [
"790976320@qq.com"
] | 790976320@qq.com |
bfee4b7dc31ff537aee70f34208886c2dbed2709 | 900d3d4e311010f6d8619e358102c8e48cf40368 | /Graphs/Graph/HamiltonianPath.java | 2a0a88f1e6d2e8223f6db4f2346188d13f37df24 | [] | no_license | Rranjan04/Problem-Solving-Using-DSA | d1dfb4af2f4dcee253847100305488adc25fba16 | c31d7e7c5ef63405f9c47e9487568c58d08c6c8e | refs/heads/main | 2023-06-12T13:48:55.655456 | 2021-07-07T07:44:47 | 2021-07-07T07:44:47 | 379,459,178 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,260 | java | package Graphs.Graph;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.Scanner;
public class HamiltonianPath {
static class Edge{
int v;
int n;
Edge(int v, int n){
this.v = v;
this.n = n;
}
}
public static void main(String[] args) {
Scanner scn = new Scanner(System.in);
i... | [
"rranjan1922@gmail.com"
] | rranjan1922@gmail.com |
d7d7f928e91777bfe18879bb4293bc88621c960f | c0ce58addc8d976f48475fc0cdc0114afeb61596 | /conference-web/src/main/java/com/prodyna/conference/web/rest/RESTEnabler.java | c07d8cc607ee40d21d4af897e4967f11d390194c | [] | no_license | aslakknutsen/conference | 48067b72018d9d96cff7a2e1e3a59a3ce1ec60fe | 68a4b03cd741dd1f6753cfc2c6aa470e2cbb7315 | refs/heads/master | 2020-12-25T11:31:26.565840 | 2014-06-23T08:53:51 | 2014-06-23T08:53:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 201 | java | package com.prodyna.conference.web.rest;
import javax.ws.rs.ApplicationPath;
import javax.ws.rs.core.Application;
@ApplicationPath("/rest")
public class RESTEnabler extends Application {
// ok
}
| [
"darko@krizic.net"
] | darko@krizic.net |
42af1ee565eebaea5c00706a4e018b1548c1715c | a24192569a2cb6f0b423c4e32ff8753b3e496a39 | /BE/dts/src/main/java/com/microservices/dts/resources/KafkaConsumer.java | 94d33c3457698b2ed11e27649289906b3dfe976d | [] | no_license | duttasujoy/CloudDataAnalytics | 0cfcc750e055f6f55c81189ea04a29e882b98ece | 438f3976a5f829600e3d6b2b5499bc60a6547833 | refs/heads/master | 2023-01-20T22:23:48.795965 | 2019-11-06T17:06:55 | 2019-11-06T17:06:55 | 220,025,883 | 0 | 0 | null | 2023-01-07T11:28:33 | 2019-11-06T15:14:32 | Java | UTF-8 | Java | false | false | 765 | java | package com.microservices.dts.resources;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.kafka.annotation.KafkaListener;
import org.springframework.stereotype.Component;
import com.microservice.dts.pojo.MeterReadData;... | [
"dutta.sujoy@siemens.com"
] | dutta.sujoy@siemens.com |
fddbf63165fc6bd318700ac8637b4865d44b020a | 98641d113564372d1dd76e0cc74c3b78f146543b | /ctakes-web-client/src/main/java/org/apache/ctakes/web/client/servlet/Pipeline.java | 75bc17b9ecc80f1027360a1229fd2b086e08e3cc | [
"Apache-2.0"
] | permissive | saianuroop/examples | 89e40f154018d5f80279623a297d9188160f508b | b42dd7ae6da9b845df9783e0949b38054a1f9848 | refs/heads/master | 2020-12-27T15:35:51.167219 | 2015-07-01T15:46:53 | 2015-07-01T15:46:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,043 | 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... | [
"pei@Peis-MacBook-Pro.local"
] | pei@Peis-MacBook-Pro.local |
55c897eee13186e082db029c3ea289b113869f02 | 1fd8b5fc213b9f265662803fbd1217ac7527bbbd | /BearMaps/src/main/java/GraphBuildingHandler.java | 592ca991a724121ebbe1dc38a606ae591f8593c9 | [] | no_license | hdeng68/data-structures | a22c742218c96e9640630aa26110f6c11d4efc6c | 84f87726dfb4876d6e49d825c919861d4979d90c | refs/heads/master | 2020-04-02T12:37:14.200998 | 2018-10-24T05:53:06 | 2018-10-24T05:53:06 | 154,442,381 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,436 | java | import org.xml.sax.Attributes;
import org.xml.sax.SAXException;
import org.xml.sax.helpers.DefaultHandler;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Set;
import java.util.ArrayList;
/**
* Parses OSM XML files using an XML SAX parser. Used to construct the graph of roads for
* pathfinding... | [
"hdeng68@berkeley.edu"
] | hdeng68@berkeley.edu |
81bb1487ab921bb6be3541b3d7403dd8f5d2a623 | 15db4052cb5b8b418129c982643d0b86567d7721 | /novice/03-05/localization/android/app/src/main/java/com/example/localization/MainActivity.java | 9ced8a449896a1e3d0d0c6cbf35cd9b1217ef136 | [] | no_license | m-noer/praxis-academy | 00968791588bbc9467bb2b96e6ada977aa839453 | ff9f66d40c908df3e59ba80fdf9fa738f7191a67 | refs/heads/master | 2020-06-29T19:18:14.365592 | 2019-08-29T09:49:18 | 2019-08-29T09:49:18 | 200,601,570 | 2 | 5 | null | null | null | null | UTF-8 | Java | false | false | 369 | java | package com.example.localization;
import android.os.Bundle;
import io.flutter.app.FlutterActivity;
import io.flutter.plugins.GeneratedPluginRegistrant;
public class MainActivity extends FlutterActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Gen... | [
"mnoer@outlook.com"
] | mnoer@outlook.com |
7536d077617b196636a80789936463bb7d2471fc | ad3201579c051cfa51a6b7b9fedfaf6025632584 | /temp/src/minecraft_server/net/minecraft/network/play/server/S10PacketSpawnPainting.java | 1e09cc46587f490ce6ad5b3d8236df41fcb3194c | [] | no_license | 435886030/MineCraft_Warden | fd56270a6f92528649fef8b83024af8f63206274 | fe32994b07daae5255b2d6d06a4967d7704ce980 | refs/heads/master | 2016-09-01T15:58:17.531748 | 2016-04-09T17:53:43 | 2016-04-09T17:53:43 | 55,838,172 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,965 | java | package net.minecraft.network.play.server;
import java.io.IOException;
import net.minecraft.entity.item.EntityPainting;
import net.minecraft.network.INetHandler;
import net.minecraft.network.Packet;
import net.minecraft.network.PacketBuffer;
import net.minecraft.network.play.INetHandlerPlayClient;
import net.minecraft... | [
"435886030@qq.com"
] | 435886030@qq.com |
53b9f41eca28aaf408c77cb63fb12fcdc3e89ee7 | 9a8349e3e961699c4eb582e1bc0a571fcf3d28b6 | /HomeDecoration/Desktop/src/main/java/com/giants/hd/desktop/frames/Main.java | bbc5d504c32648147c25633c0138691c50aa597b | [] | no_license | davidleen/WorkSpace | bb31ce2768b31d5e1276fc1d2eb014bd2ed57836 | 058b94c7092f531076c5bb7b629a4c028658fbc9 | refs/heads/master | 2021-09-12T07:19:45.209564 | 2021-09-05T15:49:03 | 2021-09-05T15:49:03 | 150,992,553 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 41,108 | java | package com.giants.hd.desktop.frames;
import com.giants.hd.desktop.MyDesktopManager;
import com.giants.hd.desktop.dialogs.*;
import com.giants.hd.desktop.local.HdSwingWorker;
import com.giants.hd.desktop.local.ImageLoader;
import com.giants.hd.desktop.local.LocalFileHelper;
import com.giants.hd.desktop.local.PropertyW... | [
"davidleen29@gmail.com"
] | davidleen29@gmail.com |
182797251b8baf1698f1e584cf2e9776958a7c6c | acb7afb2f1b9e544a00185a9a5901a90d9e5cc51 | /spring-context/src/main/java/org/springframework/context/support/AbstractApplicationContext.java | a535d79f0eefa37447fa7e2cde606d9295054524 | [
"Apache-2.0"
] | permissive | xianwdong/spring-framework | b2d7182eb30f0e2f6593864171166b27a01b7e71 | 8725342649bcaca5e1b9561305343f61890fc83a | refs/heads/master | 2023-06-11T08:13:19.087159 | 2021-07-05T06:29:03 | 2021-07-05T06:29:03 | 255,587,456 | 0 | 0 | Apache-2.0 | 2020-04-14T11:13:14 | 2020-04-14T11:13:13 | null | UTF-8 | Java | false | false | 53,450 | java | /*
* Copyright 2002-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"xianwdong@163.com"
] | xianwdong@163.com |
66e442734a1564607e4476df522bcb1b4ef384fa | 84ab3779e0a85d2011eccb1270df98f9cca19660 | /Tictactoe.java | d460d031a029aeef795855f73b79ec3fe76eef5e | [] | no_license | tango4567/Java | ed964b5aa04bb84a36cdaf3f3ed21cee01e2f746 | 80bf9b09499355593d22b536bfec968bd8f3439d | refs/heads/master | 2021-01-11T07:35:54.578435 | 2017-02-17T23:24:16 | 2017-02-17T23:24:16 | 31,380,194 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,577 | java | import java.io.*;
class Tictactoe
{
char matrix[][]; /* the tic tac toe matrix */
public static void main(String args[]) throws IOException
{
Tictactoe obj=new Tictactoe();
System.out.println(“This is the game of Tic Tac Toe.\n”);
System.out.println(“You will be playing against the computer.\n”);
char... | [
"tarunmahajan4567@hotmail.com"
] | tarunmahajan4567@hotmail.com |
ca0106d0b7a17d469c0199c6583ab99109e54c90 | c172062840f77fc56486da6aaa7e19a96fe9e013 | /maquinaProjectTDD/src/maquinaProjectTDD/TestVaso.java | 40ce7a2a6912178262d61c71044a26f442629cbc | [] | no_license | esparta86/scrumDeveloperTrainning | 4ee160e8c38d47d7a10163ded042b86208edcdad | 9fb4984f03ce510bc5810c47f0d0f1a00e0803ec | refs/heads/master | 2020-03-30T04:58:47.197895 | 2018-09-28T17:26:58 | 2018-09-28T17:26:58 | 150,772,443 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,594 | java | package maquinaProjectTDD;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
import Entities.Vaso;
public class TestVaso {
public Vaso vasoPequeno;
public Vaso vasoGrande;
public Vaso vasoMediano;
@Before
public void setUp() throws Exception {
this.vasoPequeno =new Vaso(5);... | [
"lisandro.rafaelano@telusinternational"
] | lisandro.rafaelano@telusinternational |
512503d71c18fa7701b8839a591d1afaccf5528c | f15889af407de46a94fd05f6226c66182c6085d0 | /newrich/src/main/java/com/oreon/phonestore/navigationUsecases/package-info.java | 92bd5abaa207ed93742d86a840ab505d87faa3a1 | [] | no_license | oreon/sfcode-full | 231149f07c5b0b9b77982d26096fc88116759e5b | bea6dba23b7824de871d2b45d2a51036b88d4720 | refs/heads/master | 2021-01-10T06:03:27.674236 | 2015-04-27T10:23:10 | 2015-04-27T10:23:10 | 55,370,912 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 50 | java | package com.oreon.phonestore.navigationUsecases;
| [
"singhj@38423737-2f20-0410-893e-9c0ab9ae497d"
] | singhj@38423737-2f20-0410-893e-9c0ab9ae497d |
71447b0490754320fc9270cd292e1d1d66599289 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_9541fb23272f8f92634325967c48cebebaf63b18/CapabilitiesMetaData/2_9541fb23272f8f92634325967c48cebebaf63b18_CapabilitiesMetaData_s.java | b37171840bea6a3ac355a36c872095cbdf7e1cab | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 4,022 | java | /*
* JBoss, Home of Professional Open Source
* Copyright 2008, JBoss Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the te... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
cfd12f79bf9c093249ef9736e79fbf2532904d63 | c02847de9b582ea8a0b3d174be9aaae7f81a1a9b | /app/src/main/java/com/example/testapp/MainActivity2.java | a92a14899802105984e92ac67b53dc0e09f0f5f1 | [] | no_license | yaniv1888/Form_Buddy_app_FinalP | 85abc96b9ea1aa78431551ebe94bb005bbec596a | 8391ca23c594d0ed21ff435b659fc77c957352bc | refs/heads/master | 2023-05-04T11:23:08.330965 | 2021-05-20T10:50:24 | 2021-05-20T10:50:24 | 369,173,827 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 545 | java | package com.example.testapp;
import android.os.Bundle;
import com.google.android.material.floatingactionbutton.FloatingActionButton;
import com.google.android.material.snackbar.Snackbar;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import android.view.View;
public clas... | [
"34810001+yaniv1888@users.noreply.github.com"
] | 34810001+yaniv1888@users.noreply.github.com |
0b8f7a5cf1e80c3816e52a683dd7217436852e6f | ee5c90593544a5d31194d48106c28eff17a4d506 | /src/main/java/br/edu/fatecsjc/creche/repository/UsuarioRepository.java | bb54e5a9ab1d0f564f5434cbbc5494265e2081a2 | [] | no_license | giulianogimenez/vagas-creche | 56d5ed4b92e03a0a7c2b9af2db220f17a92b3102 | 16b7a53ca457514e6e074ab1c02df51b5822a728 | refs/heads/master | 2021-04-15T19:02:20.690294 | 2018-06-20T23:00:55 | 2018-06-20T23:00:55 | 126,899,568 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 397 | java | package br.edu.fatecsjc.creche.repository;
import br.edu.fatecsjc.creche.model.Usuario;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface UsuarioRepository extends JpaRepository<Usuario, Long> {
Usuario findByEmail(String e... | [
"camilo.moreira@fatec.sp.gov.br"
] | camilo.moreira@fatec.sp.gov.br |
04ab830e6e71f6fd5debd0b97ca2819a9f40b0bf | 9f6dd374049306c5756295ddabc576688da17469 | /src/es/ucm/look/ar/ar3D/core/drawables/primitives/SquarePrimitive.java | 0b0c9b0f70b2a705208d46119aeab4056e8363c4 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | jcreixell/Look | e91652844b51773df2e85224f79535e97755a08e | 81da0684f887a3301eebc99a5ce336304b9d8f88 | refs/heads/master | 2021-01-23T20:13:56.130259 | 2012-03-17T16:42:03 | 2012-03-17T16:42:03 | 3,749,036 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,462 | java | /**
*-----------------------------------------------------------------------------
* Copyright (c) 2012, Look! Development Team
* All rights reserved.
*
* Distributed under the terms of the BSD Simplified License.
*
* The full license is in the LICENSE file, distributed with this software.
*--------------------... | [
"jcreixell@gmail.com"
] | jcreixell@gmail.com |
e53583c267920caca95167c40aff460de87dd1be | b19b3a02b548220023d7266bc6a85a25518f3319 | /back/leetcode/page2/PascalsTriangle2.java | 9ad8dca5809e56d1ee651474af96382fc0a8127c | [] | no_license | yangseungin/algo | 40ab28734cf23515bf34fcc1da8f9ba169f54f8f | 03c96b21a79425988dc76e842f940e9e642ac1d5 | refs/heads/master | 2022-05-08T07:54:26.087728 | 2022-04-01T15:03:45 | 2022-04-01T15:03:45 | 177,534,719 | 1 | 1 | null | 2019-04-07T10:50:53 | 2019-03-25T07:20:12 | Java | UTF-8 | Java | false | false | 661 | java | package page2;
import java.util.ArrayList;
import java.util.List;
public class PascalsTriangle2 {
public static void main(String[] args) {
System.out.println(getRow(0));
}
public static List<Integer> getRow(int rowIndex) {
List<List<Integer>> cal = new ArrayList<>();
List<Integer> first = new ArrayList<>();... | [
"rhfpdk92@naver.com"
] | rhfpdk92@naver.com |
89b28219eeac8189675b50a110c6146d73b8a2e3 | 52a71f0ea809d49dc9dfeb79fea6aac3762f768b | /linkkin/app/src/main/java/com/asif/linkkin/LockActivity.java | 106d4e1c344519669c72b0047e1e34c92f290a44 | [] | no_license | mhd-asif/Android | c0ec0fba9d905d712a596473d60419a8ed9fb620 | 8f0c184fcd24a72719a41305867c319fb338d1cd | refs/heads/master | 2021-01-10T06:30:02.299642 | 2018-03-13T02:43:18 | 2018-03-13T02:43:18 | 52,959,192 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,658 | java | package com.asif.linkkin;
import android.content.Context;
import android.graphics.Rect;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.text.InputType;
import android.view.KeyEvent;
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewTreeObserver... | [
"mhd.asif.1988@gmail.com"
] | mhd.asif.1988@gmail.com |
3457eeb140dc2451c4c4ea79e16af224cb8d8057 | d8758c3b5495bce4ed8884063f7fdad1172b4c56 | /src/main/java/com/configuration/SecurityConfiguration.java | aca45352d82ed227dd22f61bc7cac65682ab9815 | [] | no_license | piotrekjaromin/inzynierka | 923a5d3a4fef0cf26dff29c6fb83c698a908fd91 | da9de8f345961d5063faa163f40d37bcbdf99d42 | refs/heads/master | 2021-01-11T02:31:05.019148 | 2016-12-26T22:11:40 | 2016-12-26T22:11:40 | 70,954,099 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,436 | java | package com.configuration;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.authentication.d... | [
"piotrek.jaromin@gmail.com"
] | piotrek.jaromin@gmail.com |
6797fc44b5bf97c49b9b4cd5b3b0a34787cb6fc3 | 937927893e3a2d47081de8e5f1344d0726ae1901 | /WeChat-Application/src/main/java/com/thoughtworks/wechat_application/services/admin/AdminResourceKey.java | a5081bcd74a83cf209ea4dd14353b05fcaa36226 | [] | no_license | BigEgg/WeChat-Platform | 758aabb98e6d4afc20f512992633a9bbd371347a | 6e5edc5934ef73b40871d7a90870f055dbdb9f68 | refs/heads/master | 2020-05-17T08:38:55.717138 | 2015-08-26T06:24:46 | 2015-08-26T06:24:46 | 41,408,074 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 256 | java | package com.thoughtworks.wechat_application.services.admin;
public enum AdminResourceKey {
WECHAT_APP_TOKEN,
WECHAT_APP_ID,
WECHAT_APP_SECRET,
WECHAT_CONNECTION_STATUS,
WECHAT_API_STATUS,
SUBSCRIBE_RESPONSE,
DEFAULT_RESPONSE
}
| [
"cd_bigegg@hotmail.com"
] | cd_bigegg@hotmail.com |
507035d165445907ec7a4e06f2bb055696e253cf | a9a302f6df51025ec13b2950e335b7d27bc93190 | /Lab4/LazyPrimMSTImproved.java | 9861c4a5d93c44390d28a8549199ca3d25240ecb | [] | no_license | henryhp17/CS2010-solutions | 577b4d25834f26180103dfe3994bf1cfeb250807 | 6bd3c1fd09cc7254cf866b1d51ce618fc84bdac8 | refs/heads/master | 2020-04-19T08:46:30.916262 | 2016-08-27T16:45:32 | 2016-08-27T16:45:32 | 66,724,537 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 8,923 | java | /******************************************************************************
* Compilation: javac LazyPrimMST.java
* Execution: java LazyPrimMST filename.txt
* Dependencies: EdgeWeightedGraph.java Edge.java Queue.java
* MinPQ.java UF.java In.java StdOut.java
* Data files: http://al... | [
"giant_mash@yahoo.co.id"
] | giant_mash@yahoo.co.id |
f1c229ece4c43840ad6f85e26526bebd8fbdd599 | bb926c4adfe3c6d868fee004670879aff15296a3 | /xantippe/xantippe-server/src/main/java/org/ozsoft/xantippe/server/Main.java | 0ed819e751737eace626c46ef16fd23d65d88cbe | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | ostigter/xantippe | 897ef35ec9991b07a1d73378dec24a7c184f7adf | 4f203caf2c30048d10651a4bb2d18a40bb9b57b6 | refs/heads/master | 2020-12-24T08:55:37.899693 | 2016-08-12T13:57:41 | 2016-08-12T13:57:41 | 41,742,875 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,778 | java | package org.ozsoft.xantippe.server;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.mortbay.jetty.Server;
import org.mortbay.jetty.servlet.ServletHandler;
import org.mortbay.jetty.servlet.ServletHolder;
import org.ozsoft.xantippe.Database;
import org.ozsoft.xantippe.Data... | [
"oscar.stigter@26dd4fee-6c50-0410-8f41-f3387f4e550c"
] | oscar.stigter@26dd4fee-6c50-0410-8f41-f3387f4e550c |
17d1ec06084c04553b694b619514dd40c98cd157 | d2df2e68ee1d0bb84243add5dcfd8920fb790333 | /modules/statistics-service-api/src/main/java/org/opencastproject/statistics/api/StatisticsUtil.java | 7392622f24b50ee57dc022103d70726a1756b780 | [
"LicenseRef-scancode-free-unknown",
"ECL-2.0",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"LicenseRef-scancode-unknown"
] | permissive | rfharokh/Opencast | ec5603939759c9cc05acb4bd82b378761b9652b8 | 971702a4bbfafda9dfa1aeb0d3723b878bb693b7 | refs/heads/develop | 2021-06-18T14:43:21.193592 | 2021-01-26T08:17:30 | 2021-01-26T08:17:30 | 166,364,821 | 1 | 1 | ECL-2.0 | 2019-03-01T08:26:15 | 2019-01-18T07:40:53 | Java | UTF-8 | Java | false | false | 3,662 | java | /**
* Licensed to The Apereo Foundation under one or more contributor license
* agreements. See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
*
* The Apereo Foundation licenses this file to you under the Educational
* Community License, Version 2.0 (the ... | [
"krinnewitz@plapadoo.de"
] | krinnewitz@plapadoo.de |
83379f083886463e4d21f81714e2a5ea971ddeae | 45345279ca3950748211f800333fe204f385da92 | /library/src/androidTest/java/com/bumptech/glide/GlideTest.java | 2ac40021ece8c81193de75c08e0eb4c35d2be23d | [
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"BSD-2-Clause-Views",
"MIT"
] | permissive | cogitovsmachina/glide | 37dae7bfb2d8286534b2311f6af2fd4a6cf76539 | b23e1c479179b472ebb31ac20ec57a4284029d78 | refs/heads/master | 2021-05-27T03:01:31.835435 | 2014-09-02T13:39:08 | 2014-09-03T02:03:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 28,464 | java | package com.bumptech.glide;
import android.content.ContentResolver;
import android.content.Context;
import android.content.res.AssetFileDescriptor;
import android.graphics.Bitmap;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.graphics.drawable.Drawable;
import android.me... | [
"judds@google.com"
] | judds@google.com |
7dfeebfde68ae1db8052dbc27cddecf31fcdb99a | ad92584540205caf9c9baeae920756d3b156cd23 | /FriendServer/src/com/nho/friend/data/FriendMongoBean.java | 8fefd05c18932eb5818e92b11240ab989016a0e8 | [] | no_license | nguyenvanthu/nho-messenger | c8efc96b42c0fcd77517767dbd299dd1c9f5fed9 | 891d73b936305da2263d6419ceaf75a53ee48e29 | refs/heads/master | 2021-06-26T06:27:33.433596 | 2017-09-13T17:40:12 | 2017-09-13T17:40:12 | 103,430,772 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,713 | java | package com.nho.friend.data;
import org.bson.Document;
import com.nhb.common.db.beans.AbstractMongoBean;
import com.nho.friend.statics.FriendDbFields;
import com.nho.statics.F;
public class FriendMongoBean extends AbstractMongoBean {
private static final long serialVersionUID = 1L;
private String user;
private S... | [
"thunv@puppetteam.com"
] | thunv@puppetteam.com |
0623d5a4d15cb63ce26228ecb8de8250e52968c4 | ac3c3ff15bca7638c2f11b9d384dfb5755ab6d99 | /algo_hj/src/정올/Main_정올_1515_구슬찾기.java | 53190722e8bab98707354164788cfc6fe999c180 | [] | no_license | schw240/Algorithmn_Java | 75c22f728fb292a1362e4429f9b641fc1dd10f85 | 8c0f2b182b173aca23c02e96cfcf6c8ac7b518c0 | refs/heads/master | 2023-09-02T18:20:27.108646 | 2021-10-17T14:52:45 | 2021-10-17T14:52:45 | 392,349,271 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,688 | java | package 정올;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class Main_정올_1515_구슬찾기 {
public static void main(String[] args) throws Exception {
// 무게가 모두 다른 N개의 구슬 1 ~ N번까지
// 이 구슬 중 무게가 전체의 중간인 (무게 순서로 (N+1) / 2 번째
BufferedReader br = new Buffe... | [
"schw240@gmail.com"
] | schw240@gmail.com |
31c72475a72dcf4212e308c952f5dd9032e1ea63 | c0e689e7cc98f970dd85c6d06c0c0a643bd76764 | /src/main/java/com/weiss/j2se/date/TestDate.java | 3fe7488e7f83b991e0db113587bb33602b843438 | [] | no_license | weissxu/java_test | eeed457bf559bb38789c17a2ff23a94d67ff5c8d | 38aeb92d28b0d8f0c1be24532834d2d7a1f1195e | refs/heads/master | 2023-01-09T14:16:40.553292 | 2020-02-26T05:12:04 | 2020-02-26T05:12:04 | 4,494,404 | 0 | 0 | null | 2023-01-02T21:51:40 | 2012-05-30T12:20:46 | Java | UTF-8 | Java | false | false | 1,661 | java | package com.weiss.j2se.date;
import java.sql.Timestamp;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import org.junit.Test;
public class TestDate {
// 11173339 89eaf0865cl
// 11319136 3450b8a716l
// 11319136 361c9186bel
// 1... | [
"xusiwei@mitao.cn"
] | xusiwei@mitao.cn |
7e6d7ea351d1ba03707aafe54ee6b79945878f2f | 32d158e2a2e649cf2200c21a1cdcad6bf9f44142 | /A5_Evaluation/src/com/ir/global/Properties.java | faddf066f96f6a8d2af6f34521f66fc820d953bd | [] | no_license | asadshahabuddin/CS6200 | 306e1f51dc12f8982b08283ae80ef7e0cd1ca9f9 | ab565eadf97fda12ad65d7c3e74f6c7603f87304 | refs/heads/master | 2021-01-10T13:58:07.987969 | 2015-08-14T05:20:51 | 2015-08-14T05:20:51 | 36,598,288 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 848 | java | package com.ir.global;
/**
* Author : Asad Shahabuddin
* Created: Jul 19, 2015
*/
public class Properties
{
/* Numerical constants. */
public static final int KEY_TRECEVAL = 0;
public static final int KEY_IREVAL = 1;
public static final int COUNT_DOC = 45608;
public static final double K1 ... | [
"asad.shahabuddin@gmail.com"
] | asad.shahabuddin@gmail.com |
06b5c47c4e456c528c9313898ffd8de5092b33d4 | ef53180401ab45556823ebefef945009416d94c3 | /src/main/java/com/lacsystem/pedido/repositories/EstadoRepository.java | 70cd6cc6ea41891d78c95a15422a8e7b31c96a14 | [] | no_license | LuizC3s4r1o/pedido | c2011a6765078221f1d463c8593da00785ee42b3 | 7fc39d0fa4993b84ac77155450bce0da040c757d | refs/heads/master | 2020-04-01T07:53:29.043810 | 2018-12-16T20:26:57 | 2018-12-16T20:26:57 | 153,008,563 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 491 | java | package com.lacsystem.pedido.repositories;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;
import com.lacsystem.pedido.domain.Estado;
/**
* @author Luiz.Cesario
*... | [
"luiz.cesario@yahoo.com.br"
] | luiz.cesario@yahoo.com.br |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.