blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
527d7b09d5a53c81c915aa20a2839dedf675454c | fd6459b98e721a12a3bbf88bf5d9ee97ebe0dc69 | /src/me/StevenLawson/TotalFreedomMod/Commands/SOURCE_TYPE_ALLOWED.java | 376c22c97b28305a50096ca29a5da666e2d915e7 | [] | no_license | xenosaga01/TotalFreedomMod | 9b5c5378cee0c2066dbab7816a0a235e968726f9 | bfa0324af9482df0da3517f0552d1e774fc5554e | refs/heads/master | 2021-01-20T23:32:37.772343 | 2012-12-22T03:22:08 | 2012-12-22T03:22:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 124 | java | package me.StevenLawson.TotalFreedomMod.Commands;
public enum SOURCE_TYPE_ALLOWED
{
ONLY_IN_GAME, ONLY_CONSOLE, BOTH
}
| [
"steven@smlawson.com"
] | steven@smlawson.com |
0f23cfe5ebc3005a2b2d428644096309c885e7b2 | 919502462a5b3378fc8d6f7467f3f1487f8924ef | /GUI.java | 9e2c1e6261e06f87ffc474b19cc08e5ba16351c0 | [] | no_license | ettextranamn/MontyHall | 9d17d2659ad8bb93ee5a4cfaa54bb2a9e6802c79 | f5eba45e1da2b0f0e55f4df8d5dbcf288cd61b45 | refs/heads/main | 2023-03-07T20:29:29.508529 | 2021-02-20T20:42:07 | 2021-02-20T20:42:07 | 340,742,831 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 3,809 | java | //Kod skriven av William Hellberg
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
//klassen har 3 uppgifter och dessa har varsin funktion.
//1: Skapa ett GUI, konstruktorn GUI() hanterar detta.
//2: Reagera när användaren ber om simuleringar, funktionen actionPerformed(...) hanterar detta.
//... | [
"noreply@github.com"
] | ettextranamn.noreply@github.com |
3f75f27bffdd9e2a7db0752a846b8b5865458712 | 3a00e51875596f9f618ab2548b95f6c1a1be9be6 | /src/main/java/com/learn/java/constructorreference/ConstructorRefeEx.java | cf8a3e092b55f2814db243d96848af7f5953f018 | [] | no_license | KuberPujar/Java8 | 21afa189f11946142affab426388f3aef92ee35e | b425af80b8ec9ad83091dc22c8044b3b836a2056 | refs/heads/master | 2023-05-06T09:52:44.524642 | 2021-06-01T17:34:08 | 2021-06-01T17:34:08 | 359,209,545 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 476 | java | package com.learn.java.constructorreference;
import com.learn.java.data.Student;
import java.util.function.Function;
import java.util.function.Supplier;
public class ConstructorRefeEx {
static Supplier<Student> studentSupplier=Student::new;
static Function<String,Student> studentFunction=Student::new;
publ... | [
"kuberp1992@gmail.com"
] | kuberp1992@gmail.com |
522c27b1709deab5e33723118893d249a682c200 | f810087a17e41f7c8a1e16931cb8583ac8f064fb | /sardine-wms-common/src/main/java/com/hd123/sardine/wms/common/exception/WMSException.java | 72e030ac52209ee5862b766eff99721539c40652 | [] | no_license | SardineWMS/sardine-wms | 262e7ecd2ee490030ea7eddbcac3ea789dae8816 | 919722dddeb938329ca75fbc684008a844ce296b | refs/heads/master | 2021-04-29T06:16:35.374281 | 2017-12-05T10:42:22 | 2017-12-05T10:42:22 | 77,969,026 | 6 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,097 | java | /**
* 版权所有(C),上海海鼎信息工程股份有限公司,2016,所有权利保留。
*
* 项目名: sardine-wms-common
* 文件名: WMSException.java
* 模块说明:
* 修改历史:
* 2016年12月12日 - zhangsai - 创建。
*/
package com.hd123.sardine.wms.common.exception;
import java.text.MessageFormat;
/**
* WMS业务异常
*
* @author zhangsai
*
*/
public class WMSException extends Exc... | [
"674016520@qq.com"
] | 674016520@qq.com |
4ff2f67213b4e65c6acacb06e9c2d72de8c0aa01 | c5959330e2cd7b6af4e4dff24a268577b025add7 | /project/src/mini_project/JobposServer.java | 87a3385cc45d1830df7d0cec2f60aa4668d353dc | [] | no_license | eutic/the_beer | 7f1ef821a0529879606a4fcb4e0202a55d0ee6a2 | 543a359b3d7ddabb5179a00f4d2983f09ebf3c10 | refs/heads/master | 2020-05-18T23:20:06.962084 | 2019-05-10T09:00:09 | 2019-05-10T09:00:09 | 184,709,659 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,260 | java | package mini_project;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.Iterator;
import java.util.List;
import java.util.Scanner;
import static java.lang.Integer.*;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.FileReade... | [
"Admin@Admin-PC"
] | Admin@Admin-PC |
aa8b9e36a09fc90da07de966858b3767aa505988 | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /src/irvine/oeis/a022/A022300.java | ce2121e93e2afaa21ee5966b8478113009f2e9ab | [] | no_license | flywind2/joeis | c5753169cf562939b04dd246f8a2958e97f74558 | e5efd6971a0062ac99f4fae21a7c78c9f9e74fea | refs/heads/master | 2020-09-13T18:34:35.080552 | 2019-11-19T05:40:55 | 2019-11-19T05:40:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,001 | java | package irvine.oeis.a022;
import irvine.math.z.Z;
import irvine.oeis.Sequence;
import irvine.util.array.LongDynamicBooleanArray;
/**
* A022300 The sequence a of <code>1</code>'s and <code>2</code>'s starting with <code>(1,1,2,1)</code> such that <code>a(n)</code> is the length of the <code>(n+2)nd</code> run of a.
... | [
"sean.irvine@realtimegenomics.com"
] | sean.irvine@realtimegenomics.com |
0d632ade8173e7d94826ec09353f304733c3de36 | 3778c175fd6bbed9f9bbd86fb92146a930cca87c | /src/main/java/com/siemens/industrialbenchmark/ExampleMain.java | d6a75ac0e93cd166dd7401389b851976405c1fe6 | [
"Apache-2.0"
] | permissive | code4funn/industrialbenchmark | dc32c7d0beffc456d8a2f699e3f25e86920d798c | 76a36e09f832c16f9f71f068a8af58eab9dc7b81 | refs/heads/master | 2021-03-01T03:49:24.503192 | 2020-06-14T22:12:15 | 2020-06-14T22:12:15 | 245,751,359 | 0 | 0 | null | 2020-03-08T04:25:27 | 2020-03-08T04:25:26 | null | UTF-8 | Java | false | false | 4,459 | java | /**
Copyright 2016 Siemens AG.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, so... | [
"michel.tokic@siemens.com"
] | michel.tokic@siemens.com |
817809084b5012414c861e709dca1b591924fa59 | 122d31cb917902f44fceace16ba008f86c25738e | /Avant/src/cl/zpricing/avant/web/ShowMarkersController.java | b159c6d2c2614c4ce77c3cfa96c256571c10366f | [
"MIT"
] | permissive | zpricing/AvantPricing | 5df76defbe557751b9b35605d73686ee8506975a | a274f511dd62d06e6abcf60192caf89a4b942f34 | refs/heads/master | 2021-02-11T07:19:02.616013 | 2020-07-14T15:49:46 | 2020-07-14T15:49:46 | 244,467,534 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,889 | java | /**
*
*/
package cl.zpricing.avant.web;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.Iterator;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.log4j.Logger;
import org.springframework.web.... | [
"nicolas.dujovne@bicevida.cl"
] | nicolas.dujovne@bicevida.cl |
ab6f0f68c63cb27b30fba2f20e496d2e4ce3eac7 | 9fa19f83f16397d836887ada0e151f4ee8f7b429 | /new_Android_APIs/app/src/main/java/me/blog/eyeballss/android_api/RecyclerViews/MyRecyclerViewAdapter2.java | 07bd0defa7d4b39582cda00fd696395b89feeee6 | [] | no_license | eyeballss/JAVA-Android-API | 4e67c2146a25e7bedbe2d75f5de36597d1aeefd7 | b5eca6047b39972144e6758010eae4f8b7471328 | refs/heads/master | 2021-01-20T07:20:50.018573 | 2018-04-17T11:22:17 | 2018-04-17T11:22:17 | 89,992,282 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,814 | java | package me.blog.eyeballss.android_api.RecyclerViews;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import java.util.ArrayList;
import me.blog.eyeballss.androi... | [
"kkvv1111@gmail.com"
] | kkvv1111@gmail.com |
5a6b5ca82fed0508870697dff24762b10d60716f | 1da08e8c0d273e7ddebce33b6865a0aeabb77cc4 | /src/main/java/edu/whu/irlab/client/web/wechat/TestWcPayController.java | 21b7e01291eecd4668e819b89337c713c7ef85db | [] | no_license | RogerFang/WechatService | e8602fd3fa4537e5c1043bd7facb80cfb01b55ed | 3bbb18878142486224942099487ff0cd61ede4b3 | refs/heads/master | 2021-01-20T18:08:26.380766 | 2016-12-02T08:15:40 | 2016-12-02T08:15:40 | 62,390,000 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 10,049 | java | package edu.whu.irlab.client.web.wechat;
import com.alibaba.fastjson.JSONObject;
import edu.whu.irlab.wechat.common.Configure;
import edu.whu.irlab.wechat.common.XMLUtil;
import edu.whu.irlab.wechat.util.CommonUtil;
import edu.whu.irlab.wechat.wcpay.PayCommonUtil;
import org.jdom2.JDOMException;
import org.springframe... | [
"1223493354@qq.com"
] | 1223493354@qq.com |
9ef5793e81b2b863e1a6a91451b293f530417547 | ab87c1951cb6e0abc57d5698636317102e53f8f2 | /heaplib/src/test/java/org/perfkit/heaplib/cli/CliCheck.java | cf22a98934f40629b2e4688ef4b104fef7836a44 | [] | no_license | rive-n/heaplib | 265c65916aa0f442c62aa3338067d3072a7666e6 | 04ae8ef5a2a7e75eb56de433c8814e04d6ca344e | refs/heads/master | 2023-03-16T22:04:27.868602 | 2021-01-27T07:43:20 | 2021-01-27T07:43:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,423 | java | /**
* Copyright 2019 Alexey Ragozin
*
* 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... | [
"alexey.ragozin@gmail.com"
] | alexey.ragozin@gmail.com |
e3aafcfc6111485949b63ed7daaca9daa44bb211 | 8c99f97891d62d0dd996b1e062e17ad26532d6e7 | /InfoPubLib/src/com/routon/inforelease/plan/create/pictureAdd/ListImageDirPopupWindow.java | ab6053b050ea0f252e59e7c59780b80401d06b3e | [
"Apache-2.0"
] | permissive | wyl710819/MyProject | 0e2af8d521f975d718cae581b17f8797f1f92435 | 3001137d1593a8fac48a3c7ad2d278fab8f03711 | refs/heads/master | 2020-03-30T07:55:16.548450 | 2018-09-30T14:58:35 | 2018-09-30T14:58:35 | 150,974,722 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,984 | java | package com.routon.inforelease.plan.create.pictureAdd;
import java.util.List;
import com.routon.inforelease.R;
import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
import android.widget.AdapterView.OnItemClickListener;
import android.widget.ListView;
public class ListImageDirPopupWi... | [
"841914025@qq.com"
] | 841914025@qq.com |
81723462d3e51448b5746ea37adb680a8e9241fc | 7adb1d4a5734336ab2f2b1f51bf7bd44d200f71c | /app/src/main/java/com/example/jbihm_000/andrioidstudiohelloworld/MainActivity.java | 616153100e29ccc7acc6f9f9754e7f03e6175351 | [] | no_license | JBihms/AndrioidStudioHelloWorld | 2a1d6ade8666ac4b207ecaf63a614d4b3935254e | d9bcb83f51879695fe71487572fa92d1faaab0f2 | refs/heads/master | 2021-01-01T06:44:43.674659 | 2015-01-15T00:15:41 | 2015-01-15T00:15:41 | 29,272,164 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,146 | java | package com.example.jbihm_000.andrioidstudiohelloworld;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
public class MainActivity extends ActionBarActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
... | [
"keisanki.kyokudo@gmail.com"
] | keisanki.kyokudo@gmail.com |
b185c3d3e6b34d7f6484cd7b03a76a09caaa005e | f82113b498d6b80541378753044381cf918bd547 | / PhilosophyJava/Сhapter 1-2/Ch-3/src/Interfaces/filters/LowPass.java | e40a5f060ef6c6263c72afc81f1b638dac241fb9 | [] | no_license | TheForest13/Lessons | fd389702e24e18ca59ae59f4c128fc906ef8bd8f | 739f9e9ba61817378b5834fe56b360ba10192f46 | refs/heads/master | 2023-02-08T14:15:06.536674 | 2021-01-03T18:33:28 | 2021-01-03T18:33:28 | 326,474,463 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 277 | java | package Interfaces.filters;
public class LowPass extends Filter {
double cutoff;
public LowPass(double cutoff) {
this.cutoff = cutoff;
}
public Waveform process(Waveform input) {
return input; // Фиктивная обработка
}
}
| [
"guselnikow1999@gmail.com"
] | guselnikow1999@gmail.com |
72796834e5fbd42bfaf441292dbc946758257634 | ec7495612b783f0c2423c310fb53126fdc035448 | /kk/src/com/ista/demo/model/Language.java | bfc25cee26377c2def184f9359250cf4cbb3804a | [] | no_license | jmagit/ISTA | 89e31f99e787f685d86c630cd0862a779a5a1cdd | f4ab391b8cffbecfa041821d3b9afed98c6b9de2 | refs/heads/master | 2020-05-01T16:26:28.540515 | 2019-11-03T20:45:55 | 2019-11-03T20:45:55 | 177,571,953 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,076 | java | package com.ista.demo.model;
import java.io.Serializable;
import javax.persistence.*;
import java.util.Date;
import java.util.List;
/**
* The persistent class for the "LANGUAGE" database table.
*
*/
@Entity
@Table(name="\"LANGUAGE\"")
@NamedQuery(name="Language.findAll", query="SELECT l FROM Langua... | [
"jmartin@grupoloyal.com"
] | jmartin@grupoloyal.com |
bd2e228105dfe7a5664a3e7973c0464bb9d73559 | 1c064e603636299ce39fe2fee4271da1b82446bc | /src/main/java/com/example/socketdemo/netty/DiscardServer.java | 61c04527990e9257f40dee4d51e7f4a090d7f107 | [] | no_license | dengchengli/io | 744876c5b335028dcd0d3a265d5421b4100c8a26 | dffe16d2f57723866884a7ec068fd3af09954728 | refs/heads/master | 2020-11-28T04:31:32.019463 | 2019-12-23T08:06:41 | 2019-12-23T08:06:41 | 229,703,778 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,870 | java | package com.example.socketdemo.netty;
import io.netty.bootstrap.ServerBootstrap;
import io.netty.channel.ChannelFuture;
import io.netty.channel.ChannelInitializer;
import io.netty.channel.ChannelOption;
import io.netty.channel.EventLoopGroup;
import io.netty.channel.nio.NioEventLoopGroup;
import io.netty.channel.socke... | [
"dengchengli@iqianjin.com"
] | dengchengli@iqianjin.com |
ea9ffdec26f491a550048afd7b7616156e5d11b3 | 72077b271e4d59a41a96c70a4cf67839242840c6 | /app/src/main/java/com/java/zhangjiayou/ui/home/TypeSettingActivity.java | c6c9f643b9d8a93026ab8bf789429292580497f3 | [] | no_license | TB5z035/COVID-19News | ce42d0ee02b81c3d506a690798f2a353ca0f7e57 | 28b8efd3ca9f11bd40c5bd63aa2fea17fb2b662f | refs/heads/master | 2023-02-13T18:43:38.537332 | 2021-01-12T12:43:10 | 2021-01-12T12:43:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,042 | java | package com.java.zhangjiayou.ui.home;
import android.animation.ValueAnimator;
import android.content.ClipData;
import android.content.ClipDescription;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.view.DragEvent;
import android.view.View;
import andro... | [
"654154090@qq.com"
] | 654154090@qq.com |
f814dc3bab98e4c61553258ac250f9fa6df0b614 | 498747a0de9a3ea5eb38d34c4a3594d57df5f84e | /j/programmers/level1/p17_stars/Main.java | 8f937c894d1e04b0e0f642b0eb2672431cde455d | [] | no_license | kiskim/study | aa79a1e5e021ee198b21375c2ccc78854bb3810e | 2b43c9c733efa83d96aff82ff0a82b96b2997bd5 | refs/heads/master | 2023-04-21T10:53:36.563710 | 2021-05-02T11:05:39 | 2021-05-02T11:05:39 | 284,629,526 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 430 | java | package programmers.level1.p17_stars;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
for(int i = 0; i < b; i++)
{
for(int j = 0; j < a; j++)
... | [
"rlarltn807@naver.com"
] | rlarltn807@naver.com |
ddf9e4ef50da5e13aaa9ce2b4b6e267071a2ec58 | 31a19a4357ac4e5af88c88ae215e65aba5eec9de | /src/com/hh/app/api/RsBaseAction.java | 26ffd6de32d29731cd673c507d8123a5243d07fb | [] | no_license | BuiXuanBach93/senhong | 7fc4a7fec50dee4807230e95e4212fa8c672b87d | 81d42847d8621ec3c9d7216c290c66a687ab60fb | refs/heads/master | 2020-03-10T03:39:46.334567 | 2018-04-12T00:42:33 | 2018-04-12T00:42:33 | 129,170,994 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,366 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.hh.app.api;
import com.hh.action.BaseAction;
import com.hh.web.HttpSession;
import com.hh.web.HttpUtils;
import java.util.... | [
"bachbx@hblab.vn"
] | bachbx@hblab.vn |
6c1924b88afb9c183d8e437224d310e2f1ec98fd | 227539d7b04610862fb4b0d54a5b3aa936775ed1 | /tn.esprit.liveup.ejb/ejbModule/services/JournalistServicesLocal.java | c812f48d2a3f9cf277720222771b3112334ab669 | [] | no_license | liveupworldcup/liveup | 22313773beb169e6ce7f6ea71a2ecade11df9827 | b8b9db255fc6e715203cc300fef2daa870b0c3b6 | refs/heads/master | 2016-09-10T17:56:04.148969 | 2013-09-30T10:39:34 | 2013-09-30T10:39:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 453 | java | package services;
import java.util.List;
import javax.ejb.Local;
import tn.esprit.liveup.ejb.Journalist;
@Local
public interface JournalistServicesLocal {
public void createJournalist(Journalist journalist);
public void updateJournalist(Journalist journalist);
public void deleteJournalist (Journa... | [
"akrem.sghairi@esprit.tn"
] | akrem.sghairi@esprit.tn |
0dbf13b07235e4602f88f0fd54f86e82c74deb8a | 6583c5d44956aaca1295272dee4437690e3f99bb | /JeftyModulo2/src/java/Services/tarjetas.java | b18b3a3d8cef70af22b687a4f91889908a75a270 | [] | no_license | jalvabus/jefty | bfb7b936567880b01ecfacfc2cfb5ad1d2f65d0d | a22c09c462a69c37e001a38f149ce3e72f823470 | refs/heads/master | 2020-03-23T17:18:18.727016 | 2018-07-21T23:57:08 | 2018-07-21T23:57:08 | 141,853,255 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,837 | java | package Services;
import DAO.DAO_TarjetaCredito;
import DAO.DAO_TarjetaPrepago;
import com.google.gson.Gson;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpSe... | [
"juanalva432@gmail.com"
] | juanalva432@gmail.com |
385acc1697cb194383c6385dc4de38922ef7d6ea | 51da6b1e71d5af9e0b058532f917fe366de5a016 | /src/main/java/com/defaria/service/GreetingService.java | 75602ed5cb25300547e081bd9c0b68517fd8b9c1 | [] | no_license | krooksoma/spring-app-2 | 3f79f1b6e6c034fdf9e9cce8ffbd3dbace7b8e97 | 3106e65c9d3362c407e7340fbad6718e50a62e97 | refs/heads/main | 2023-08-15T07:59:58.150705 | 2021-10-18T19:55:26 | 2021-10-18T19:55:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 610 | java | package com.defaria.service;
import com.defaria.aspect.Loggable;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;
//stereotype of app component
@Service
public class GreetingService {
@Value("${app.greeting}")
private String greeting;
public Greet... | [
"romulojusto@gmail.com"
] | romulojusto@gmail.com |
ce1ce7eeb2ea020a4461fb1694676d95bb9c68fe | fc160694094b89ab09e5c9a0f03db80437eabc93 | /java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/addsignedurlkey/SyncAddSignedUrlKey.java | 6530bd9049cab523ab7494f809ce46d6ad635315 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | googleapis/google-cloud-java | 4f4d97a145e0310db142ecbc3340ce3a2a444e5e | 6e23c3a406e19af410a1a1dd0d0487329875040e | refs/heads/main | 2023-09-04T09:09:02.481897 | 2023-08-31T20:45:11 | 2023-08-31T20:45:11 | 26,181,278 | 1,122 | 685 | Apache-2.0 | 2023-09-13T21:21:23 | 2014-11-04T17:57:16 | Java | UTF-8 | Java | false | false | 2,166 | java | /*
* Copyright 2023 Google LLC
*
* 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 applicable law or agreed to... | [
"noreply@github.com"
] | googleapis.noreply@github.com |
7886f1196364526bb48a08f25154bee2a1e3b382 | 93ed3ced0638593665b9842ad08945849b0b1574 | /app/src/main/java/com/avaya/android/vantage/basic/fragments/IncomingCallFragment.java | d2b1d84584ed3a5f558aa32a2b28b2c2f46a9033 | [] | no_license | AvayaCalaPoCDevGroup/AvayaBroadcastBasicAndroid | 7eb9f41aa06ade27a680bc268bb8435b6a334438 | 7c3f77104fcadc1e726dc2d04f7d33a6751cb9a5 | refs/heads/master | 2021-03-31T05:38:43.810199 | 2020-03-17T22:27:41 | 2020-03-17T22:27:41 | 248,081,996 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,248 | java | package com.avaya.android.vantage.basic.fragments;
import android.app.Dialog;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.net.Uri;
import android.os.Bundle;
import android.os.PowerManager;
import android.pr... | [
"j_alberto_v1@hotmail.com"
] | j_alberto_v1@hotmail.com |
b285e7f1841d40a25d9b9b17c2d9d74617a3a24d | 2cf2f09783273600991b360caf6c7464f6ea100c | /app/src/main/java/com/test/antony/megakittest/ui/base/BaseActivity.java | 45a83d4604438659d10299bd174955d818d68d60 | [] | no_license | Rotenkampf/test-application | f771ab97824b299b04611bbdc0f2cccbdb434d13 | 2bc5eef6a950c4ba02b95809a51ea0e921cc7688 | refs/heads/master | 2021-01-16T18:38:19.973816 | 2017-08-15T13:56:10 | 2017-08-15T13:56:10 | 100,104,621 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 476 | java | package com.test.antony.megakittest.ui.base;
import android.app.Fragment;
import android.support.v7.app.AppCompatActivity;
import butterknife.Unbinder;
/**
* Created by Antony Mosin
*/
public class BaseActivity extends AppCompatActivity {
private Unbinder mUnBinder;
public void setUnBinder(Unbinder unBi... | [
"antony1@live.ru"
] | antony1@live.ru |
39f26b4c64c5615e3e1281e22d3806aaa6a9c3d4 | 7131fb7c4c7b71f3890ff7a7dc5fe3fc014aaf04 | /src/com/dbvalidator/core/HanaMigrator.java | 4a449ef002e751d3766a82c38815a5e48f48b94c | [] | no_license | abhishek-jain11/ValidationTool | 046d9c8c91384339a165f2c62e2c09a3b0ba8b9a | 1531b220b05e25646cde5b6e89c179114a41d527 | refs/heads/master | 2020-04-18T20:04:20.708288 | 2016-08-26T17:52:52 | 2016-08-26T17:52:52 | 66,667,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,866 | java | package com.dbvalidator.core;
import java.sql.Connection;
import java.sql.DriverManager;
import java.util.HashMap;
import java.util.List;
import org.apache.logging.log4j.Logger;
import com.dbvalidator.exception.ValidationToolException;
import com.dbvalidator.logging.LoggerFactory;
public class HanaMig... | [
"abhishek.jain.srm@gmail.com"
] | abhishek.jain.srm@gmail.com |
c6c9a998545bde44d2129dc5b3bc232edba1afee | fb4d9beea2df2eb18c24127ad1b77171d6ee3995 | /src/main/java/it/maraschi/testapp/web/rest/errors/BadRequestAlertException.java | aa139f8dc5962a685cac048071def5b21744ca45 | [] | no_license | dandymi/jhtestapp | c0e56329c8d741d9e6b1a3b8930157a86c44d1e4 | 5e9ea6f16444badf56ac2b9a5f74a0a4b0b5fbec | refs/heads/master | 2020-05-21T06:24:11.753982 | 2019-05-10T08:16:34 | 2019-05-10T08:16:34 | 185,943,368 | 0 | 0 | null | 2019-05-10T08:16:35 | 2019-05-10T07:47:28 | Java | UTF-8 | Java | false | false | 1,322 | java | package it.maraschi.testapp.web.rest.errors;
import org.zalando.problem.AbstractThrowableProblem;
import org.zalando.problem.Status;
import java.net.URI;
import java.util.HashMap;
import java.util.Map;
public class BadRequestAlertException extends AbstractThrowableProblem {
private static final long serialVersi... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
9e7f0153725c2be77baa4a1d4990e781a518473b | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/7/7_fb48802e16b7d1c24f1f4488362e8c07f30e0219/FramesetFragment/7_fb48802e16b7d1c24f1f4488362e8c07f30e0219_FramesetFragment_t.java | d2faac13f37639f256454a1211908c1cf9c45274 | [] | 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 | 6,141 | java | /*************************************************************************************
* Copyright (c) 2004 Actuate Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distri... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
b0a1857f7a4753ffbc0c7c974d87e23b4f99e1e5 | 74af4ce5d2cd510ca87d7aee648dc37376f45f8b | /src/Inlämningsuppgift2/Model/models/Review.java | a474d79486fea34629ed8c769e10d20e8d196331 | [] | no_license | PiXHULA/webshop-inlamning2 | fd2e3f21a5ecbb196994f15d15fe00f6ff8bd036 | ded599b20a1f240ded59ab4f10caaebc345da6bf | refs/heads/master | 2020-12-22T17:02:10.853230 | 2020-01-29T00:17:09 | 2020-01-29T00:17:09 | 236,866,382 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 170 | java | package Inlämningsuppgift2.Model.models;
import Inlämningsuppgift2.Model.models.ReviewProperties.Grade;
public class Review {
String comment;
Grade grade;
}
| [
"joakim.onnhage@gmail.com"
] | joakim.onnhage@gmail.com |
f7ad824659c4cffa49021cbe82495076b4b4b44f | 421f0a75a6b62c5af62f89595be61f406328113b | /generated_tests/model_seeding/52_lagoon-nu.staldal.lagoon.core.OutputEntry-1.0-9/nu/staldal/lagoon/core/OutputEntry_ESTest.java | c671b7ec494ac89f9bf83e3b1e1d08365e9f052f | [] | no_license | tigerqiu712/evosuite-model-seeding-empirical-evaluation | c78c4b775e5c074aaa5e6ca56bc394ec03c2c7c6 | 11a920b8213d9855082d3946233731c843baf7bc | refs/heads/master | 2020-12-23T21:04:12.152289 | 2019-10-30T08:02:29 | 2019-10-30T08:02:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 650 | java | /*
* This file was automatically generated by EvoSuite
* Sat Oct 26 00:47:57 GMT 2019
*/
package nu.staldal.lagoon.core;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
@RunWith(EvoRun... | [
"pderakhshanfar@bsr01.win.tue.nl"
] | pderakhshanfar@bsr01.win.tue.nl |
2c261e7ebe55a3edf056391148f4368c09e2d404 | 36ac2ea1d385828a9e241accc58ca0b3bebb963d | /src/kpm/ls/TestActivity.java | 3eca2c686018422f0a9fc9f66e983220716db7fe | [] | no_license | kkrystos/LifeStats_new | 2d01aeb96f77995ebac3a5283ae417a312786402 | 3f5691953e1c0da99b9ee9505113bb95386d8878 | refs/heads/master | 2021-01-01T15:50:07.808274 | 2013-10-23T14:54:52 | 2013-10-23T14:54:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 738 | java | package kpm.ls;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
public class TestActivity extends Activity{
@Override
protected void onCreate(Bundle savedInstanceState) {
// TOD... | [
"kkrystos@gmail.com"
] | kkrystos@gmail.com |
2e27cd1ebea61386444d65710c4c6fefaec9171c | a90f7c740673b0089439009267a454a26c41aa88 | /JasonXu-DialogFragment/app/src/androidTest/java/com/jasonxu/dialogfragment/ApplicationTest.java | 62af5cdfe05d690b121bdc7948f2dd9e3b7bc6b1 | [
"Apache-2.0"
] | permissive | ZhebaoXu/JasonXu-Dialogs | a723279b748fd4eddf24a773f01d36f4e8568116 | 2eef09ad4a65c3b61203a6e2bc703de8224f4d7f | refs/heads/master | 2021-01-17T11:32:07.363819 | 2016-12-20T04:00:54 | 2016-12-20T04:00:54 | 61,767,528 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 357 | java | package com.jasonxu.dialogfragment;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
... | [
"zhebao.xu@autodesk.com"
] | zhebao.xu@autodesk.com |
e5ea6ac9650c7a0a7b84c9c515328137fff8cc59 | 0a5f303dee6b8bd9049a7be8d6ee7282a5d3b213 | /Command/DeviceRemote/DeviceButton.java | 2300d6e4eaa72676dc38378703c8f0cff802cc4a | [] | no_license | tedahn/Java-Design-Patterns | c4788550e7b4bf8d8cf2f0e7540742f934be97b5 | ce095de047fb008a08cd7a4d2eb54a926202ec79 | refs/heads/master | 2020-05-16T06:24:41.771638 | 2019-04-25T12:47:22 | 2019-04-25T12:47:22 | 182,846,712 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 256 | java | package DeviceRemote;
public class DeviceButton {
Command theCommand;
public DeviceButton(Command newCommand) {
theCommand = newCommand;
}
public void press() {
theCommand.execute();
}
public void pressUndo() {
theCommand.undo();
}
}
| [
"tahn1996@gmail.com"
] | tahn1996@gmail.com |
06358c9f2b951637a1d0a49cb909d5066ff17d63 | 141e2c950f1585fbd185aa225d6e673309d4919d | /webservice/ClientHello/src/com/fault/HelloWorldServiceLocator.java | 2a7a847b82ea962d723fdcde53d1d34e17f25744 | [] | no_license | priyas35/Mode1-Training | bf619f34c7758c0d9cbac39f68c521fae4e52395 | ac9c50ecd95beaab957626d0dcdce7b4073552da | refs/heads/master | 2022-12-31T20:10:30.751017 | 2019-09-27T06:52:23 | 2019-09-27T06:52:23 | 212,010,111 | 0 | 0 | null | 2022-12-15T23:31:07 | 2019-10-01T04:08:36 | JavaScript | UTF-8 | Java | false | false | 5,179 | java | /**
* HelloWorldServiceLocator.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package com.fault;
public class HelloWorldServiceLocator extends org.apache.axis.client.Service implements com.fault.HelloWorldService {
public HelloWorld... | [
"priyaharisubi@gmail.com"
] | priyaharisubi@gmail.com |
125115a22bb261d370cbec34b22d235833230b16 | c8aa1bf917efd8d11e143491e9e48c24f6848e0b | /src/main/java/com/example/demo/leetcode/AddTwoNumbers.java | 25e91788626ed1040badc66029153c858eeb988a | [] | no_license | yuhonghao123/cache | b93ef9ce4fa84f824c08a9d89b0d24d3848ac0a9 | 510329aec1bd3b78af87600c07f48451bfb97d85 | refs/heads/master | 2023-07-02T00:22:12.953376 | 2021-08-09T03:25:16 | 2021-08-09T03:25:16 | 366,596,457 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,094 | java | package com.example.demo.leetcode;
/*
给你两个 非空 的链表,表示两个非负的整数。它们每位数字都是按照 逆序 的方式存储的,并且每个节点只能存储 一位 数字。
请你将两个数相加,并以相同形式返回一个表示和的链表。
你可以假设除了数字 0 之外,这两个数都不会以 0 开头
*/
public class AddTwoNumbers {
public ListNode addTwoNumbers(ListNode l1, ListNode l2) {
ListNode pre = new ListNode(0);
ListNode cur =... | [
"2019yuhh@gmail.com"
] | 2019yuhh@gmail.com |
cca21b398be7163c54bdca38cf7a3d31ae904055 | fd50b442a60a80eb1d1ff85893a35fb47c9ee7de | /src/main/java/com/wargame/service/DamageMonitoringService.java | d5f6ecba89b5688fa4334efc614d31c865adfdde | [] | no_license | coskunpeker/wargame | 0556b16a1048de4bd6392c02a0eaf8a69b87e8a8 | 4e34b7f02888beba61f7c04f94ef85f69143db12 | refs/heads/master | 2021-05-22T23:04:19.731636 | 2020-04-05T04:17:32 | 2020-04-05T04:17:32 | 253,134,674 | 0 | 0 | null | 2021-01-05T23:42:20 | 2020-04-05T01:44:27 | Java | UTF-8 | Java | false | false | 418 | java | package com.wargame.service;
import com.wargame.constants.MonitoringType;
import org.springframework.stereotype.Service;
import java.util.Random;
@Service
public class DamageMonitoringService implements MonitorService {
@Override
public int getStatistics() {
return new Random().nextInt(100);
}
... | [
"you@example.com"
] | you@example.com |
585634a28578772cad5f38dedf8a6aa298fe0869 | c125914f47f16dee8d4bc0cf0a5687a169800852 | /entry/src/ohosTest/java/com/nikitagordia/cosinloading/CosinTest.java | 1d3d1adfb6e7fbecf4c0f01f029a68a061e45b44 | [
"MIT",
"Apache-2.0"
] | permissive | applibgroup/Cosin | b7c46e4478ed977c50a51bbafb7f456afb88fbc6 | 4db59ad971d149c80574afa96f28601d2f8fa578 | refs/heads/master | 2023-07-04T14:45:35.840442 | 2021-08-02T07:21:26 | 2021-08-02T07:21:26 | 389,899,655 | 0 | 1 | NOASSERTION | 2021-08-02T05:29:59 | 2021-07-27T08:07:53 | Java | UTF-8 | Java | false | false | 4,703 | java | /*
* Copyright (C) 2020-21 Application Library Engineering Group
*
* 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 requir... | [
"yashrajgupta98@gmail.com"
] | yashrajgupta98@gmail.com |
a4a9251171879d7ad66fb4f1934e51000f639898 | 786a11c50986cf5b8538fce2506fbd96f49ca2ce | /app/src/androidTest/java/com/da08/threadstudy/ExampleInstrumentedTest.java | 9cfd2bf5a97b360adf1e8e94e77d390ed57d407f | [] | no_license | daaa08/ThreadStudy | ab129ff79649d44839827a0aad89116f0a5c2f96 | e2e3287faf912f61c02b93f3b38e747b6436c258 | refs/heads/master | 2021-01-20T23:09:15.898442 | 2017-09-04T14:24:19 | 2017-09-04T14:24:19 | 101,841,008 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 744 | java | package com.da08.threadstudy;
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... | [
"daaa08@naver.com"
] | daaa08@naver.com |
d621724c323ea6bf8e0905b256c1805cdf568db3 | 1c858615f0858dc2957f60896ed5e4cedd52ab10 | /src/test/java/com/digitalpebble/classification/test/TestMultiFieldDocs.java | af8fdeaaf1cff8ce4e90c34aeeff3ee4e5a04f3d | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | DigitalPebble/TextClassification | f4008683028424ed3ffa4a393cb4f277aa1f4929 | 00bdf831195035697ef8aa3b1bd994bdbdc733c5 | refs/heads/master | 2021-12-26T03:39:43.109837 | 2021-09-24T13:26:48 | 2021-09-24T13:26:48 | 3,101,099 | 36 | 13 | Apache-2.0 | 2021-09-24T13:26:49 | 2012-01-04T10:08:38 | Java | UTF-8 | Java | false | false | 3,912 | java | /**
* Copyright 2009 DigitalPebble Ltd
*
* 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 agre... | [
"julien@digitalpebble.com"
] | julien@digitalpebble.com |
a3dd0ac462dc887b9d8c8bd07acf12be08ee0582 | 9318c2be291d6f53518fda8ac82d64a61f1cba74 | /364507/src/com/stackoverflow/solution/Pedido.java | 55e3069e23fab1b4917d7767f9ff72bb6a04911f | [] | no_license | joellobo/stackoverflow | d44d04fdd5fd9ae77f07bce28562abfe24ffc75c | 8d741f923e3dffae31cac651439d2d5e1257e994 | refs/heads/master | 2020-04-22T23:20:46.994499 | 2019-02-26T01:54:15 | 2019-02-26T01:54:15 | 170,738,417 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 385 | java | package com.stackoverflow.solution;
public class Pedido {
private Cliente cliente;
private Pagamento pagamento;
public Cliente getCliente() {
return cliente;
}
public void setCliente(Cliente cliente) {
this.cliente = cliente;
}
public Pagamento getPagamento() {
return pagamento;
}
public void setPagam... | [
"joellobo@gmail.com"
] | joellobo@gmail.com |
b7288ba2f6b453fa7b60b437ccdb88ae20c68c26 | c9e6bf888590fa0d15efd3e51b7699db375328e1 | /app/src/main/java/com/example/wahaybi/jar/RegisterdPost.java | 0b63403c12069541e5274fed11d52cee032ca1bb | [] | no_license | ali7developer/Jar | 461f16725f98ed7695847385c6d5a92c9cadc90c | b352acffee62d1f9d035775fa916564c985fe5ee | refs/heads/master | 2020-04-10T23:59:10.694473 | 2018-12-18T11:35:32 | 2018-12-18T11:35:32 | 161,371,376 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,569 | java | package com.example.wahaybi.jar;
import android.app.Activity;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.ImageView;
import android.wi... | [
"ali7developer@gmail.com"
] | ali7developer@gmail.com |
3d4f49bed748889b8a7d5fc25a6bf506bc6a8deb | 8b7d00e56964f55e5a59d75d85bef81a07fac74c | /app/src/main/java/com/example/williamsumitro/dress/view/view/openstore/adapter/StepAdapter.java | 24dfe34f056a3bd1d2294289ab83730bf72aef79 | [] | no_license | williamsumitro/pj001 | 308b58085b9d10626b06178bbb587f514c89cfd0 | bd9236b129045c411512df41e85b9cdd2b0ac700 | refs/heads/master | 2021-09-20T17:35:18.436745 | 2018-08-13T15:19:21 | 2018-08-13T15:19:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,916 | java | package com.example.williamsumitro.dress.view.view.openstore.adapter;
import android.content.Context;
import android.support.annotation.IntRange;
import android.support.annotation.NonNull;
import android.support.v4.app.FragmentManager;
import com.example.williamsumitro.dress.view.view.openstore.fragment.Openstore_cho... | [
"williamsumitro@gmail.com"
] | williamsumitro@gmail.com |
584492c028d06be3f935f32637e33863cc1062f6 | d237a9cc0dccf9db65ca011364c4def39ac42e58 | /src/main/java/net/technoage/springboot/saml/service/SAMLUserDetailsServiceImpl.java | b2aae29bf69f7dd6af9727d4ae6ec2e77fffd114 | [
"Apache-2.0"
] | permissive | devilcius/SpringBootSAMLWithLoginForm | e984cb5b2a06eb81163d74876f55f5a29e6ef1dd | 43375f86d26d55e633b9661eec6d61bffe0cd5d2 | refs/heads/master | 2020-06-03T03:22:59.655842 | 2019-07-15T09:53:39 | 2019-07-15T09:53:39 | 191,415,473 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,594 | java | package net.technoage.springboot.saml.service;
import net.technoage.springboot.saml.domain.CurrentUser;
import net.technoage.springboot.saml.entity.User;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.security.core.userdetails.UsernameNotFoundException;
import org.springframework.... | [
"devilcius@gmail.com"
] | devilcius@gmail.com |
1018be80fed1a4a309ffafcb4815108713271b5a | 026db508c5e287ceb593cfa14d0bce8eb01742ba | /grocery-modules/grocery-upms-service/src/main/java/com/ribuluo/admin/common/util/baiduUtil/BaiduResult.java | f08ba5f89f505fbd3aa11011f72e8cc9f1a1ece0 | [
"MIT"
] | permissive | ren85153/grocery | c9d9c03a329c3107317862c85e9197ed1eef5de6 | 7b93f264fe789d70123e9f022ecc18112b040fc8 | refs/heads/master | 2020-12-13T20:41:10.325473 | 2019-12-29T17:02:52 | 2019-12-29T17:02:52 | 234,526,297 | 0 | 0 | NOASSERTION | 2020-01-17T10:29:53 | 2020-01-17T10:29:52 | null | UTF-8 | Java | false | false | 800 | java | package com.ribuluo.admin.common.util.baiduUtil;
import java.util.List;
public class BaiduResult {
private int spam;
private List<String> review;
private List<String> reject;
private List<BaiduPass> pass;
public void setSpam(int spam) {
this.spam = spam;
}
public int getSpam() {
... | [
"kongfh@quickbusiness.cn"
] | kongfh@quickbusiness.cn |
b425f836f8f49155611876712b84ae54b9f9dcd4 | f1369672dccbd6318d8876f9cf7c2b74f16730bf | /CSI2110/Labs/lab1_sol/lab1_sol/GLinkList.java | e732fe6f8b6d77ca24be70cc960380541fb9dc5d | [] | no_license | obenn/Academic | d1460a2a192be778d1e2e7ae99c6b8d2cbf4df7d | c81cadc0b4173322ef797e378d393929cf8e51ed | refs/heads/master | 2021-09-06T17:39:58.560670 | 2018-02-09T05:24:26 | 2018-02-09T05:24:26 | 119,112,398 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,945 | java | /**
* Builds a singly linked list of size 5 and prints it to the console.
*
* @author Jochen Lang
*/
class GLinkList {
GNode<String> llist; //Type is String
GLinkList( int sz ) {
if ( sz <= 0 ) {
llist = null;
}
else {
// start with list of size 1
llist = new GNode<Strin... | [
"oliver@oliver-mac.local"
] | oliver@oliver-mac.local |
67b231427b26af245a8d6811e21c046d0f8228b1 | 266eaca28edbe6da6221c1b1b48ea271fbe1c077 | /app/src/main/java/com/sevenlearn/googlemapsample/MainActivity.java | 4bd3b105dd36ab13bacc11abd6724a8a4e2e96e9 | [] | no_license | saeedsh92/googlemap-sample | fe491468dff164c2f4aebd6c0f412dee08df91a9 | 6c72795dd586520d8e24bcd059e692987d102c1d | refs/heads/master | 2021-05-04T14:25:14.190530 | 2018-02-08T15:45:43 | 2018-02-08T15:45:43 | 120,200,206 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 343 | java | package com.sevenlearn.googlemapsample;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.a... | [
"saeedshahiniit@gmail.com"
] | saeedshahiniit@gmail.com |
59568f325d1c0dc870b4449abf890244c86812b1 | c186dfd092ca810b57f045fa186dccaf54d68f68 | /java/org/apache/catalina/filters/RemoteHostFilter.java | 12318bed01352376b1b216fbe7913dd7ef1b4591 | [
"Zlib",
"LZMA-exception",
"CPL-1.0",
"bzip2-1.0.6",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"EPL-2.0",
"CDDL-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | fhanik/tomcat | 138e0da6b80014c9aa973553db6dc571d0580bba | 40387a24e7f63771d255639abb2d8639a26a750e | refs/heads/master | 2022-01-22T05:35:59.582430 | 2020-10-02T22:17:35 | 2020-10-05T17:35:48 | 235,397,078 | 1 | 0 | Apache-2.0 | 2020-01-21T17:11:14 | 2020-01-21T17:11:14 | null | UTF-8 | Java | false | false | 2,431 | 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 ... | [
"markt@apache.org"
] | markt@apache.org |
e2d6cc39494e171d8eeda942f1511d974dbaab24 | b5de080d322295a70e5fc5e32fd89979440ba610 | /RandomNumbers.java | 945c7f97e193cf800c88d793246c0e1db4dd41bd | [] | no_license | Vyand/JavaBegginer | 90c9a28328e390f14751ed2013f154fe6766eb75 | a4a9abb9f799c73db4a95ba5cfc42d7c04a9e7a5 | refs/heads/main | 2023-08-17T18:10:27.351182 | 2021-10-26T11:50:56 | 2021-10-26T11:50:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,322 | java | //Number Guessing Game in Java Swing
//Also posted at
import java.util.Random;
import java.util.Scanner;
public class RandomNumbers
{
public static void main(String[] args)
{
Random rand = new Random();
int numberToGuess = rand.nextInt(10);
int numberOfTries = 0;
Scanner input = new Scanner(Sy... | [
"noreply@github.com"
] | Vyand.noreply@github.com |
c3d4e08ead927b0e085dccba517409d440777325 | 9f12069e97712a791f626c71891879aeb262a2dc | /src/main/java/data/dao/MemberDao.java | 8fc4bfdb45f3f85c86e73287082b681af2528526 | [] | no_license | jse6146/SpringBoardTest | e0182c9488c4af9360fa2ed7bbb233a04e1d37bc | 97b9b19badb66f726e1c7a59bc776707569a1e26 | refs/heads/master | 2022-12-14T01:31:03.178113 | 2020-09-15T13:27:25 | 2020-09-15T13:27:25 | 291,722,042 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 747 | java | package data.dao;
import java.util.List;
import java.util.Map;
import org.mybatis.spring.support.SqlSessionDaoSupport;
import org.springframework.stereotype.Repository;
import data.dto.MemberDto;
@Repository
public class MemberDao extends SqlSessionDaoSupport
implements MemberDaoInter{
@Override
public Lis... | [
"jse6146@naver.com"
] | jse6146@naver.com |
7fd51dc86de7edf5d7a83a840e67bb774be8b822 | 93fb5de69d1049db47b989b9964b397aa8bdf567 | /iot-cloud/src/main/java/com/vidots/lot/model/Device.java | e7c955c39d0a70b7bf48e30072778b94bc2f7b0e | [] | no_license | vidots/iot | d06d4385148e97f5306287fb54ba52466af2d7c0 | 44988dc82032ad4b78433f31a2defdc1c3632ed4 | refs/heads/main | 2023-04-03T14:29:12.727292 | 2021-04-27T04:30:36 | 2021-04-27T04:30:36 | 361,979,094 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 319 | java | package com.vidots.lot.model;
import lombok.Data;
import javax.persistence.Id;
import javax.persistence.Table;
@Data
@Table(name = "device")
public class Device {
@Id
private Integer id;
private String deviceKey;
private String deviceSecret;
private String name;
private String properties;
}
| [
"wcshinestar@outlook.com"
] | wcshinestar@outlook.com |
c68db0ffbbb97b77c0ca41dd48d5735af034edb7 | e579388f6011e21d9f73dd171a2a37377f1991d8 | /src/com/example/cacaniquel/RankingActivity.java | 91c93b0a18aea49cd3095213a3b1f726d0a455c9 | [] | no_license | gustavobrigatti/CacaNiquel | 66f569a2cbbfbb01cbbc733b00e8062e7666a18d | 4e06f23c534e6a8c4209aa9f285e21406e50634b | refs/heads/master | 2022-03-11T17:30:31.836794 | 2019-12-09T22:05:35 | 2019-12-09T22:05:35 | 117,553,004 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,110 | java | package com.example.cacaniquel;
import java.util.List;
import android.app.Activity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.ArrayAdapter;
import android.widget.ListView;
import sp.senai.br.dao.JogadorDAO;
public class RankingActivity extends... | [
"noreply@github.com"
] | gustavobrigatti.noreply@github.com |
5da355fa1cef566c488182f0ea5d956f6bd00077 | cd15756c7e57947dd98eb3a8e4942b8ad3e694d9 | /google-ads/src/main/java/com/google/ads/googleads/v0/services/GenderViewServiceGrpc.java | b8b88b58b858016615ee1addf4ba9e331a701bbb | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | DalavanCloud/google-ads-java | e4d967d3f36c4c9f0f06b98a74cd12cda90d5a85 | 70d951aa0202833b3e487fb909fd5294e1dda405 | refs/heads/master | 2020-04-21T13:07:19.440871 | 2019-02-06T13:54:21 | 2019-02-06T13:54:21 | 169,587,855 | 1 | 0 | Apache-2.0 | 2019-02-07T14:49:54 | 2019-02-07T14:49:54 | null | UTF-8 | Java | false | false | 12,309 | java | package com.google.ads.googleads.v0.services;
import static io.grpc.MethodDescriptor.generateFullMethodName;
import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
import static io.... | [
"nbirnie@google.com"
] | nbirnie@google.com |
8737c53cc283e47e2b4887b576021a8d686b9739 | b4f1132ca2c4804f81695df5600e4c3888fb18f5 | /eMallEJB/business/com/codeholic/business/util/.svn/text-base/PropertyManager.java.svn-base | ba40087271d59012535dbdf78deeea9a30307f57 | [] | no_license | zhouzx9999/eMall | a4eea0ad2ae58a0eaccb0cb94bdf4a4a79a1dc6e | e37734007d17a41f8b2410cb852a75ab9f89bcef | refs/heads/master | 2020-12-01T03:02:58.034143 | 2014-06-25T05:36:21 | 2014-06-25T05:36:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 829 | package com.codeholic.business.util;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.Properties;
public class PropertyManager {
public PropertyManager() {
//
}
/**
*
* @param filename:properties... | [
"476282190@qq.com"
] | 476282190@qq.com | |
16f5531123792ff9ba1be5ae09d4953ec8c85682 | 582f9a9d67e23d757b2684b9553632580140773f | /modules/objectracking/src/main/java/boofcv/metrics/point/WrapPointTracker.java | a7135c337a790655310e92ca5acaaf8b27a1d158 | [] | no_license | amisare/ValidationBoof | c8b4cc4a790aa89dfe5f742e9b5602f275cb78b8 | cc6554aaa0959d6708a98211d7a45a7a9b6daf40 | refs/heads/master | 2022-11-26T05:58:24.759726 | 2018-10-17T04:21:11 | 2018-10-17T04:21:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,436 | java | package boofcv.metrics.point;
import boofcv.abst.feature.tracker.PointTrack;
import boofcv.abst.feature.tracker.PointTracker;
import boofcv.struct.image.ImageGray;
import georegression.struct.point.Point2D_F64;
import java.util.ArrayList;
import java.util.List;
/**
* @author Peter Abeles
*/
public class WrapPointT... | [
"peter.abeles@gmail.com"
] | peter.abeles@gmail.com |
44defc842d489a1f1b57942a1da9d4c39da9c5d6 | 421f0a75a6b62c5af62f89595be61f406328113b | /generated_tests/no_seeding/21_geo-google-oasis.names.tc.ciq.xsdschema.xal._2.DependentLocalityType-1.0-2/oasis/names/tc/ciq/xsdschema/xal/_2/DependentLocalityType_ESTest_scaffolding.java | 7b74d6f3b515506efbc673fe74ecc76b4d61e27c | [] | no_license | tigerqiu712/evosuite-model-seeding-empirical-evaluation | c78c4b775e5c074aaa5e6ca56bc394ec03c2c7c6 | 11a920b8213d9855082d3946233731c843baf7bc | refs/heads/master | 2020-12-23T21:04:12.152289 | 2019-10-30T08:02:29 | 2019-10-30T08:02:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 563 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Mon Oct 28 14:26:01 GMT 2019
*/
package oasis.names.tc.ciq.xsdschema.xal._2;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import o... | [
"pderakhshanfar@bsr01.win.tue.nl"
] | pderakhshanfar@bsr01.win.tue.nl |
b849a34a7051ecd3b85b1468429cd0b23d35bcdb | 6eebcac42ffa345783902fa971139af44284769a | /subsets.java | e70999516509755fcf5c1b8692679900db1a3cc2 | [] | no_license | alias-pyking/competitive-programming | 8b59ddfa2257dc9915b6540016197d5a4b2325a7 | 1ec6bbc3696d6bcb66ad5d3e2ffd7258e60dd8ac | refs/heads/master | 2022-03-20T16:14:51.602861 | 2019-09-28T09:59:19 | 2019-09-28T09:59:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 402 | java | import java.util.ArrayList;
import java.util.*;
import java.math.*;
class Main{
public static void main(String[] args) {
}
public static int[][] subsets(int input[]) {
int n = input.length;
int size = Math.pow(2,n);
int [][] output = new int[size][1];
if (n == 0){
... | [
"shubhamkumar7051@gmail.com"
] | shubhamkumar7051@gmail.com |
9e1ad09f86081c34d10987747a494a19b4561a29 | ce55aaf3d1c9933dd06e48c5ab96afaa4a26651e | /spring-study/spring_proxy/src/main/java/com/li/demo2/Rent.java | cd3bccbfa614805e24b5c98797fb5ace4f6165a6 | [] | no_license | liyan234/SpringLeran | 06af0f46d476a7990944da85697ef9d9e8917cb8 | 746ee6a8c242306fdd632df5afc24ffbfff47fc8 | refs/heads/master | 2023-04-01T02:43:35.509638 | 2021-04-09T14:58:28 | 2021-04-09T14:58:28 | 308,349,935 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 73 | java | package com.li.demo2;
public interface Rent {
public void rent();
}
| [
"675672214@qq.com"
] | 675672214@qq.com |
d170fb7cf2fa74abf7d7733fe3a450831df8b5b5 | e124cd3ec2798df143d719b596a29b8fd5427860 | /app/src/main/java/com/example/mateo/Firebasepro/RegistrarActivity.java | 10a24a3d9a9c95c75d4ae0ae91cea80e68dec818 | [] | no_license | MateoBonilla/FireBaseAuth | 9bad4f6a884c665c499095f5d2127dd8002d60e4 | 66dc102223d4d9c98e2d631ce571b5bc739425e7 | refs/heads/master | 2020-06-11T06:50:30.030680 | 2016-12-06T15:04:10 | 2016-12-06T15:04:10 | 75,742,181 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,432 | java | package com.example.mateo.Firebasepro;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.Button;
import android.util.Log;
import android.view.View;
import android.widget.EditText;
import android.wid... | [
"mateo.bonilla95@gmail.com"
] | mateo.bonilla95@gmail.com |
af11adabeea67271937000cacb2872ce936bd4c0 | 067ee1d2d21add6388d407b22443c018262c2141 | /WqComponent/src/main/java/com/weqia/wq/component/view/flowlayout/FlowLayout.java | 1749f285c8a5d0001ea37a1382fbd72a655e0411 | [] | no_license | luoguofu/ccbimpoi | 2c86e046f32124ddaf90810e75b6ebcd7cfc6111 | 8a33078ddacf6d7dfd4b3fcc9714b9f5117395cc | refs/heads/master | 2020-04-28T16:45:41.308619 | 2019-11-13T03:24:06 | 2019-11-13T03:24:06 | 175,422,913 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,476 | java | /*
* Copyright 2013 Blaz Solar
*
* 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 i... | [
"luoguofu233@163.com"
] | luoguofu233@163.com |
f0859a2648bdae2eb873a02756ffdecdace3f901 | 928bdfb9b0f4b6db0043526e095fe1aa822b8e64 | /src/main/java/com/taobao/api/domain/WlbItemInventoryLog.java | d3b9849ed8d4d876c340c504f0ddbd9a43af78ac | [] | no_license | yu199195/jsb | de4f4874fb516d3e51eb3badb48d89be822e00f7 | 591ad717121dd8da547348aeac551fc71da1b8bd | refs/heads/master | 2021-09-07T22:25:09.457212 | 2018-03-02T04:54:18 | 2018-03-02T04:54:18 | 102,316,111 | 4 | 3 | null | null | null | null | UTF-8 | Java | false | false | 3,498 | java | package com.taobao.api.domain;
import com.taobao.api.TaobaoObject;
import com.taobao.api.internal.mapping.ApiField;
import java.util.Date;
public class WlbItemInventoryLog
extends TaobaoObject {
private static final long serialVersionUID = 7454698236943667264L;
@ApiField("batch_code")
private Str... | [
"yu.xiao@happylifeplat.com"
] | yu.xiao@happylifeplat.com |
66e0d942d0d28a288d68fa818ea5fd2da70143dc | 732a25c63442f40347847f342624620e044d7f0f | /wipro.java | a579620a287fb782d2878a369556ff91161453f7 | [] | no_license | Bhakti2607/MultiNationalRecruitmetInformation | df202525ff2cd6c36c01242b8069b83bb696cdc4 | 674218fe0fea8ce161b6248f3f8bc9513bcd38f2 | refs/heads/master | 2022-12-05T16:23:39.254755 | 2020-09-03T09:53:36 | 2020-09-03T09:53:36 | 292,524,482 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,582 | java | package com.example.mri;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
public class wipro extends Activity {
@Override
protected void onCrea... | [
"noreply@github.com"
] | Bhakti2607.noreply@github.com |
9fbb039220a02f2fba02d59b51db7fa3e22630fa | de8866b31a93ced4998e4de40bc6fcf676bd857d | /app/src/main/java/com/fmcg/Activity/OtherUsefulActivitys/RemainderActivity.java | 22ae9ca61e9c82a675c40dbf7854a87e158d20c0 | [] | no_license | ShivaCherupally/exampleFMCG | d4dc692ac7f652480a376db584e26eeef5c72a07 | aee724246275a5a6bdbfdf8e430589df1261ecd1 | refs/heads/master | 2021-01-23T00:20:44.713831 | 2018-05-14T18:52:34 | 2018-05-14T18:52:34 | 92,807,311 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,307 | java | //package com.fmcg.ui;
//
//import android.content.Intent;
//import android.os.Bundle;
//import android.support.annotation.Nullable;
//import android.support.v7.app.AppCompatActivity;
//import android.support.v7.widget.LinearLayoutManager;
//import android.support.v7.widget.RecyclerView;
//import android.view.View;
//i... | [
"shivacse592@gmail.com"
] | shivacse592@gmail.com |
775f1adb45130aba34f19de41619d60aede80b4e | 63217f5ff45656e95da95e157b920db599cc3287 | /javacs602/src/javacs602/Application.java | 1b398e645256333ad5ee8aa18a75c822ff93c727 | [] | no_license | amitoj9/Practice- | 9560a09187fdfca82ba03ebce8e252cd3a7c96f4 | 8bc420097eb51b427f5291eb6cec02c7d1964384 | refs/heads/master | 2020-07-09T22:26:29.337857 | 2018-02-02T04:23:25 | 2018-02-02T04:23:25 | 94,263,566 | 0 | 0 | null | 2017-11-24T20:04:29 | 2017-06-13T22:24:22 | Java | UTF-8 | Java | false | false | 9,374 | java | package javacs602;
import java.text.DecimalFormat;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Random;
import java.util.Scanner;
public class Application {
private static Integer txtFirstClassArrival;
private static Integer txtCoachArrival;
private static Integer... | [
"amitojsingh9@gmail.com"
] | amitojsingh9@gmail.com |
e0be15db0db2b5c244f52c622701e2d933a4ad49 | da7b0c75437555cf250b6f9f16155bd073180368 | /src/main/java/com/pirate3d/piratefileflusher/watcher/RoutineChecker.java | 1e33b7c2cc2d2d196e0482d8d18519c97c3251d7 | [] | no_license | francisregan/File-Flusher | cefb0f169459907fa14aa087fee3c1e4b057f6d1 | 940b4eb3b7c5efc3281bc40e0c68e4819c2e2ff3 | refs/heads/master | 2021-01-10T19:58:13.431194 | 2013-11-27T08:24:18 | 2013-11-27T08:24:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,083 | java | package com.pirate3d.piratefileflusher.watcher;
import java.io.File;
import java.io.FilenameFilter;
import java.util.ArrayList;
import java.util.Map;
import org.apache.log4j.Logger;
import com.pirate3d.piratefileflusher.filehandler.MigrationCalculator;
import com.pirate3d.piratefileflusher.parser.TextSorter;
import ... | [
"francis_regan@yahoo.co.in"
] | francis_regan@yahoo.co.in |
41cf7021ab5c28ec9ea3255c7e1ab42f5ed62b36 | ffd4dc5a8b9d7d47e7a0d31d4d81b26ffda79cb2 | /app/src/main/java/com/example/android/navigationdrawerexample/MainActivity.java | bc64fccef31369d0c831814006b528bcba6d4e17 | [] | no_license | SHi-ON/RTLNavigationDrawer | 4f8b4f93b51920976f8935e43dc5b4924b6a97b4 | eb6b2465fe9a29725c5edb011f30f1d27f81a073 | refs/heads/master | 2020-04-11T10:49:18.358242 | 2018-03-07T20:40:10 | 2018-03-07T20:40:10 | 32,320,991 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 10,455 | java | /*
* Copyright 2013 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 applicab... | [
"7shayan7@gmail.com"
] | 7shayan7@gmail.com |
fc96eba2b535884f50c2a1b9a78aa8e4ce872d34 | 40573b9ac6e5bf89bbe95c2fc339057c8da3639d | /src/objetosNegocio/Cancion.java | a0edf02136f2ef284f9fcf77c7dda840b2b2b400 | [] | no_license | andresmao23/amanteMusicaVersionListas | 70c4d9964554625570bd68c621f6373e961ebb39 | ee4d8c6bfa59af74ba408ce4a06a216bf66e5b5c | refs/heads/master | 2021-01-19T01:29:56.738137 | 2017-04-05T19:43:36 | 2017-04-05T19:43:36 | 87,244,115 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,393 | 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 objetosNegocio;
/**
*
* @author asus
*/
public class Cancion extends Medio{
private String interprete;
private... | [
"andresmao23@hotmail.com"
] | andresmao23@hotmail.com |
11c3179acda54cbd602cb61c2adea20211ef6787 | 2942337c6f74b84a9ab3ee33ed1807255c6f10ff | /order/order-service/src/main/java/com/wdbyte/order/controller/ClientController.java | ef2285b3d2de5722a1a01645d3855a72c45826e3 | [] | no_license | niumoo/springcloud-study | ef1c699f829ffd011125fc62a3c9d7412dcfca74 | f338b91c24b79b7d950a5b57275594db66f566d9 | refs/heads/master | 2022-12-31T23:02:28.556634 | 2020-04-15T03:37:08 | 2020-04-15T03:37:08 | 256,906,221 | 0 | 0 | null | 2020-10-13T21:18:32 | 2020-04-19T03:34:14 | Java | UTF-8 | Java | false | false | 2,518 | java | //package com.wdbyte.order.controller;
//
//import com.wdbyte.order.dataobject.ProductInfo;
//import com.wdbyte.order.dto.CartDTO;
//import org.springframework.beans.factory.annotation.Autowired;
//import org.springframework.web.bind.annotation.GetMapping;
//import org.springframework.web.bind.annotation.RestController... | [
"niumoo@126.com"
] | niumoo@126.com |
520e326b205df29f5e3db82b18d4458d8ac5a616 | 2817ffa9f58ca178ae89f95d28c8238b68965a53 | /src/main/java/com/pd/springboot/produer/RabbitOrderSender.java | 5b879f0b2dbfebedb8c4d064f6494bcd9196742d | [] | no_license | dupeihui/rabbitmq-reliable-delivery | ef3fab0592ff3840fe7983966f52fec6af00457e | 504a063fce532d9ebf1dbfd6b621581b40e949e0 | refs/heads/master | 2023-03-07T04:10:55.642319 | 2021-02-17T09:56:22 | 2021-02-17T09:56:22 | 338,584,302 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,774 | java | package com.pd.springboot.produer;
import com.pd.springboot.constant.Constants;
import com.pd.springboot.entity.Order;
import com.pd.springboot.mapper.BrokerMessageLogMapper;
import org.springframework.amqp.rabbit.connection.CorrelationData;
import org.springframework.amqp.rabbit.core.RabbitTemplate;
import org.spring... | [
"939744734@qq.com"
] | 939744734@qq.com |
68d12b2982953bb87b77090a8ce7e09c281687a7 | 91575aaad07b28b06acf1502292186f22e0f0873 | /java/beanclass/src/com/ustglobal/beanclass/Student.java | f8f589585b8ff1e4631c916a8ee2a88ab35e3f37 | [] | no_license | aisirisubramanya/USTglobal-16-sept-19-aisiri-ks | 1639581efe62033f443c80a8bc83f39f644a7475 | 7a705ddd607a7ec1260d5a6d9691e10c94a2aa69 | refs/heads/master | 2023-01-11T23:25:49.488253 | 2019-12-22T03:33:05 | 2019-12-22T03:33:05 | 215,539,247 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 449 | java | package com.ustglobal.beanclass;
public class Student {
private int id;
private String name;
private int rollno;
public Student() {
}
public void setId(int id) {
this.id=id;
}
public int getId() {
return id;
}
public void setName(String name) {
this.name=name;
}
public String getName() {
... | [
"aisirikirani@gmail.com"
] | aisirikirani@gmail.com |
64c51071a7b3c6bab656f0eb679bcb9adf5df390 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/1/1_f35953df19ca41e9174799ccf32a16c61d8c1ce3/LinphoneService/1_f35953df19ca41e9174799ccf32a16c61d8c1ce3_LinphoneService_s.java | e67b47760035af2c30838591f14c3cce0eb7fd99 | [] | 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 | 15,119 | java | /*
LinphoneService.java
Copyright (C) 2010 Belledonne Communications, Grenoble, France
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) an... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
57ef1c27854407fbe92bf407be463a3beb28ba6d | 310fc08690dee34da872872ccfb42b64c780e38f | /CargadeImagenesdeInternetenunRecyclerViewyCardView/app/src/main/java/net/vyl/imagenesdeinternet/view/HeroesFragment.java | 4042028a2dedd152562d593d8e3401e629aa544a | [] | no_license | Batishavo/Carga-de-Imagenes-de-Internet-en-un-RecyclerView-y-CardView | a7527b3025d7724452823e4f7992e7a3af68d31a | 9686871012429525d34daa81ab76e27c6fff8f67 | refs/heads/main | 2023-03-09T03:44:08.216952 | 2021-02-28T19:18:48 | 2021-02-28T19:18:48 | 343,192,147 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,134 | java | package net.vyl.imagenesdeinternet.view;
import android.app.AlertDialog;
import android.content.Context;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import androidx.recyclerview.widget.GridLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import... | [
"noreply@github.com"
] | Batishavo.noreply@github.com |
012943b80d32cf526e9015b9adef1d1249b3dfb0 | 28aca46bcb9300ff9c04f99e34e0f9e24ec0a3d6 | /api-gateway/src/main/java/ba/unsa/etf/apigateway/model/Role.java | 4313d45cc32cd36272e729b7ae7b6591ff88d506 | [] | no_license | idedic2/NWT-RentACar-1 | d60d181e4dd08334ff3a924c4164cb713f489ed1 | 19de46674b90fcda0d1170ccaedd5370dfaa0c00 | refs/heads/master | 2023-05-31T22:10:19.722781 | 2021-06-06T18:24:44 | 2021-06-06T18:24:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 538 | java | package ba.unsa.etf.apigateway.model;
import ba.unsa.etf.apigateway.RoleName;
public class Role {
private Integer id;
private RoleName roleName;
public Role(RoleName roleAdmin) {
this.roleName=roleAdmin;
}
public Role() {
}
public Integer getId() {
return id;
}
... | [
"idedic2@etf.unsa.ba"
] | idedic2@etf.unsa.ba |
ba0266d944c6a4d64ea3b6d5ecbaa9891081d696 | 0308ca5b152a082c1a206a1a136fd45e79b48143 | /usvao/prototype/iris/trunk/iris-common/src/main/java/cfa/vo/iris/sdk/IrisPlugin.java | 173ec6923bd5268cfa345972419fb9113acbda6d | [] | no_license | Schwarzam/usvirtualobservatory | b609bf21a09c187b70e311a4c857516284049c31 | 53fe6c14cc9312d048326acfa25377e3eac59858 | refs/heads/master | 2022-03-28T23:38:58.847018 | 2019-11-27T16:05:47 | 2019-11-27T16:05:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 463 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package cfa.vo.iris.sdk;
import cfa.vo.iris.IrisComponent;
import java.util.List;
/**
*
* @author olaurino
*/
public interface IrisPlugin {
public String getName();
public String getDescription();
public... | [
"usvirtualobservatory@5a1e9bf7-f4d4-f7d4-5b89-e7d39643c4b5"
] | usvirtualobservatory@5a1e9bf7-f4d4-f7d4-5b89-e7d39643c4b5 |
c07a66f3dd011250b6dd622aba3ed34a56a23c3e | fd1435962c83c0943280332fcd80279ddcbb2ad0 | /src/main/java/eu/javaspecialists/course/master/logging/solution1011/ThreadPool.java | 7482855e37bb267db0c4d5d8c77be43ef5c6714b | [] | no_license | prasincs/JavaMasters | c525beae42674be1906ddff44a6ba7e39d4d4e5c | ebdef62f75ce4f2ca72be424a50202f435bdba55 | refs/heads/master | 2021-01-02T09:33:27.064740 | 2011-09-09T22:37:09 | 2011-09-09T22:37:09 | 2,334,871 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,554 | java | package eu.javaspecialists.course.master.logging.solution1011;
import eu.javaspecialists.course.master.util.*;
import java.util.concurrent.*;
import java.util.logging.*;
public class ThreadPool {
private final ThreadGroup group = new ThreadGroup("thread pool");
private final BlockingQueue<Job> runQueue = new... | [
"mwsltn@gmail.com"
] | mwsltn@gmail.com |
89df0cdf1a2a4844a4b99cc4ebd05f2fd2158bd1 | 605f73592fc8bccde426d7ab80d169d913cc486b | /src/main/java/com/komarmoss/model/entity/OwnerEntity.java | 7ddc5b68e4f38a82c0bdae1362e687c4cf3afd04 | [] | no_license | nexen505/driverExamineesREST | 50f7e5b446dd48a18c776398373fbaa21233deac | fc6e78dd846c0d90795c6703b8501ec29988fe96 | refs/heads/master | 2020-03-15T19:52:55.580991 | 2018-06-03T17:31:33 | 2018-06-03T17:31:33 | 132,319,373 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,936 | java | package com.komarmoss.model.entity;
import javax.persistence.*;
import java.util.Date;
import java.util.List;
import java.util.Objects;
/**
* Владелец транспортных средств. Имеет удостоверения и перечень транспортных средств.
*/
@Entity
@Table(name = "exdr_owner", schema = "public", catalog = "postgres")
public cla... | [
"nexen505@yandex.ru"
] | nexen505@yandex.ru |
90293ea52d7fd157957c1637808a58c7f160de2c | a587ea37accb4c83c0de0fede782ce2007a90d0f | /Practicas1trimestre/Tema3/Problemas propuestos (el tipo de bucle lo eliges tú)/src/Prac5.java | 7611b2d5c4ec4f8725951d25a4eb328190c3bd35 | [] | no_license | Borja92/Programacion202021 | b3a9db7888b283fb072604ea159e73908abd1050 | 7c2e78bcfd4498886b2b8b1d097cc2e68c97c27e | refs/heads/master | 2023-05-23T13:28:51.542405 | 2021-06-14T08:19:28 | 2021-06-14T08:19:28 | 301,442,781 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,751 | java | /*5- Representa el funcionamiento de un reloj. Ya sabes que
tiene 24 horas, cada hora 60 minutos y cada minuto 60 segundos.
El programa pregunta ¿Quieres que funcione el reloj (s/n)?
En caso afirmativo funcionará durante 24 horas y volverá a preguntar
una vez que se llegue a 23:59:59 termina al indicar que no quere... | [
"44509208+Borja92@users.noreply.github.com"
] | 44509208+Borja92@users.noreply.github.com |
713d05fe63b5a85c4144803212f387d1e43150f1 | aae9bf883d14940cc5735d4239b23af1ecf0b59d | /CRMP-glassfishv2-flex-blazeds/MADZ_ENTERPRISE_PLATFORM/BizCore/samples/samples/Main.java | 1b12a921a1969d35bcdb1a4d4a4cacbb5b6b29a2 | [] | no_license | zhongdj/madz-garbagies | 5ebe419ce1bb40a99c97694e32774e9469e360cb | 316e2f35a0a0454fe3b6ce017ec24e03470b8bce | refs/heads/master | 2016-08-04T13:09:09.592658 | 2012-12-15T15:42:49 | 2012-12-15T15:42:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,698 | java | package samples;
import java.util.Date;
import net.madz.core.state.IObserver;
import net.madz.core.state.State;
import net.madz.core.state.StateContext;
import net.madz.infra.util.BizObjectUtil;
import samples.domain.ILadingRequest;
import samples.domain.LadingRequest;
public class Main {
private stat... | [
"zhongdj@gmail.com"
] | zhongdj@gmail.com |
c52deda6c79da743a830c66472069124a9f53129 | 74b47b895b2f739612371f871c7f940502e7165b | /aws-java-sdk-dms/src/main/java/com/amazonaws/services/databasemigrationservice/model/ReleaseStatusValues.java | d22b7160cdcc5d8b1b19d20911a706f33f575f49 | [
"Apache-2.0"
] | permissive | baganda07/aws-sdk-java | fe1958ed679cd95b4c48f971393bf03eb5512799 | f19bdb30177106b5d6394223a40a382b87adf742 | refs/heads/master | 2022-11-09T21:55:43.857201 | 2022-10-24T21:08:19 | 2022-10-24T21:08:19 | 221,028,223 | 0 | 0 | Apache-2.0 | 2019-11-11T16:57:12 | 2019-11-11T16:57:11 | null | UTF-8 | Java | false | false | 1,794 | java | /*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
64243812634db29eef8c51c2c6b3672a339e4f21 | 3dfd4d40f6b9faa66d72f207be555d81c0ae8b38 | /src/com/iflytek/entity/TProductTypeExample.java | 54f1fa32425e9478c470825184109021c489fb1d | [
"MIT"
] | permissive | JavaZwsADream/mybatis-generator-master | e241f64e3e236eaefea726881b3ce109a212f60e | 30e5f562d43f5eaaed6133f87fca9dd7d3971c58 | refs/heads/master | 2023-01-06T14:29:07.335355 | 2020-10-20T14:14:56 | 2020-10-20T14:14:56 | 305,730,326 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,014 | java | package com.iflytek.entity;
import java.util.ArrayList;
import java.util.List;
public class TProductTypeExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public TProductTypeExample() {
oredCriteria = new ArrayList<Criteria>();
}... | [
"zws19971016@163.com"
] | zws19971016@163.com |
2730536191cbd4cf3823e26bbd0c63fda36b60d3 | 84697ef0659fa70c7fe3db858d390536fbdfc527 | /src/jp/co/nssys/shinjin_kenshu/chart_drawing/ChartDataController.java | 55c838da2901cefef2405ad4b5335c2a73cc3307 | [] | no_license | takehiro-eguchi/nss-oyo-java | 471886f98ca98bc8b00572e232bd8a6b839d2943 | d17f0b3d459eddf61457d7b7b5460fa2ee963653 | refs/heads/master | 2020-06-27T16:55:01.450588 | 2019-08-20T00:58:27 | 2019-08-20T00:58:27 | 200,002,273 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,776 | java | package jp.co.nssys.shinjin_kenshu.chart_drawing;
import jp.co.nssys.shinjin_kenshu.chart_drawing.draw.IChartDataDrawer;
import jp.co.nssys.shinjin_kenshu.chart_drawing.read.ChartDataReadResult;
import jp.co.nssys.shinjin_kenshu.chart_drawing.read.IChartDataReader;
/**
* 海図データを管理するオブジェクト。
*/
public class ChartDataC... | [
"t-eguchi@nssys.co.jp"
] | t-eguchi@nssys.co.jp |
55eb421e6a41fae64918b1c00f616ac400b1a6fe | 376d07a9723d931ce2508b885bcade202c40b119 | /code/src/main/java/com/zhang/interview/code/design/creational/singleton/s3/LazySingletonUnsafe.java | 343c3f400ac0f995cbe4f83b0d205eefec092f41 | [] | no_license | bgitter/interview | 1cc41a32433f2074504db7bb5f26e8bf35d61777 | 2c74089d85ed9514f6f4e2ef5b7fe95419e4e965 | refs/heads/master | 2023-03-19T08:53:18.238527 | 2021-03-11T09:57:06 | 2021-03-11T09:57:06 | 297,675,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 641 | java | package com.zhang.interview.code.design.creational.singleton.s3;
/**
* @Copyright (C), 2018-2020, 北京数知科技股份有限公司
* @FileName: LazySingletonUnsafe
* @Author: zxb
* @Date: 2020/10/12 10:46
* @Description: 单例模式-懒汉单例,线程不安全
*/
public class LazySingletonUnsafe {
private static LazySingletonUnsafe instance = null;
... | [
"zhang.xiaobin@shuzhi.ai"
] | zhang.xiaobin@shuzhi.ai |
dfbb4ba2f0f6f938fcc79ae5e88f6cd87c6dc016 | d52fd93e19f1b228589cde9f983ac4eaeb2b2e2f | /flexodesktop/model/flexofoundation/src/main/java/org/openflexo/foundation/dm/action/CreateDMMethod.java | de686714475175f2ddd4006bb5d0cadf44988f70 | [] | no_license | bmangez/openflexo | 597dbb3836bcb0ebe7ab1e4f601a22fca470d4d7 | 7d8773c59b96f460864b4408cf1f2cfc9633cf8d | refs/heads/master | 2020-12-25T04:54:16.874230 | 2012-12-05T16:19:04 | 2012-12-06T15:41:49 | 2,393,923 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,225 | java | /*
* (c) Copyright 2010-2011 AgileBirds
*
* This file is part of OpenFlexo.
*
* OpenFlexo is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any late... | [
"guillaume.polet@gmail.com"
] | guillaume.polet@gmail.com |
b7fd5622e3858e7022c12073d52f7bf1b834fddb | d7b5b5c28a498680029b945448e3adc24b6a10f0 | /ENTREGABLE_OO/src/main/java/views/fig/FigFactory.java | 881a26ec95c78154c277f253a83f2f14accfc4b5 | [] | no_license | Kune08/Pracs_ProgramacionIT | d839042f7c7b052d8194d607a14be5d5e560f922 | 8d7645b38bac927eebb329fd76ccadb3c7e05572 | refs/heads/master | 2022-04-01T03:36:51.178386 | 2020-01-27T17:10:20 | 2020-01-27T17:10:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,503 | 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 views.fig;
import game.Bee;
import game.Bee;
import game.Blossom;
import game.Fly;
import game.IGameObject;
import... | [
"andres.ruz@edu.upct.es"
] | andres.ruz@edu.upct.es |
930d8845ff8de6615da5004b7191802eeb624e0a | b585c1f30b7cdef2463564c5a894a82aaf8483e4 | /src/geekbrains/java2/chat/server/ClientHandler.java | bdfb527feb106c6583b1fee8c9d5af396397c114 | [] | no_license | SandyQwe/beginJava1 | 4999eb79fc031da9c3671638f99e5fac85e82001 | 30b134cb5913aa148fedefc76702ccb1ea1963a4 | refs/heads/master | 2020-05-21T20:13:24.851810 | 2016-11-27T03:52:44 | 2016-11-27T03:52:44 | 65,224,250 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,969 | java | package geekbrains.java2.chat.server;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.net.Socket;
class ClientHandler implements Runnable {
private Socket sock;
private MyServer owner;
private DataInputStream in;
private DataOutputStream out;
... | [
"sandyqwe@yandex.ru"
] | sandyqwe@yandex.ru |
2e8db534dc6aecfb0e8507743b42a22c2657615c | bfb3d1b0cb936eca75722960ba30100abf627e08 | /flow-server/src/main/java/com/vaadin/flow/component/template/internal/ParserData.java | db697619fcfb3782b85740674154e12b536cf7d9 | [
"Apache-2.0"
] | permissive | javier-godoy/flow | 4cedb4620708f69a36b3b28d44820f251c3ebe8f | 32bc751631f8432bc4554327287f2ca3cd566e20 | refs/heads/master | 2023-03-19T00:51:51.678362 | 2022-12-30T05:37:40 | 2022-12-30T05:37:40 | 231,390,127 | 0 | 0 | Apache-2.0 | 2020-01-02T13:43:33 | 2020-01-02T13:43:32 | null | UTF-8 | Java | false | false | 2,481 | java | /*
* Copyright 2000-2022 Vaadin Ltd.
*
* 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... | [
"noreply@github.com"
] | javier-godoy.noreply@github.com |
bb67837dfc8e06ddaeee7af16e740df016d7a2bc | fbf9e6efabc0bd86a08cd5dddbfd7c4e524f3ac8 | /src/main/java/io/renren/modules/test/service/StressTestFileService.java | 1ad57bce0c8a256d76e124c239689cb72c84dfdf | [] | no_license | a287931704/performanceTestSystem | 806df49621a15bf79ed76224bbb23192725f1c1e | aeaf85c65c8e1086f5ea68759635ce4d5edc1b4d | refs/heads/master | 2022-10-20T17:58:14.010778 | 2020-08-11T07:57:07 | 2020-08-11T07:57:07 | 223,900,284 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,964 | java | package io.renren.modules.test.service;
import io.renren.modules.test.entity.StressTestEntity;
import io.renren.modules.test.entity.StressTestFileEntity;
import io.renren.modules.test.entity.StressTestReportsEntity;
import io.renren.modules.test.jmeter.JmeterRunEntity;
import io.renren.modules.test.jmeter.JmeterStatEn... | [
"287931704@qq.com"
] | 287931704@qq.com |
f7f2cc14cab13fec6be4b7d7692688637c8c8208 | 9168e501806e1c739c03d5ed0a91779294ab1615 | /src/cfeditorxtext/edu.kit.scc.cfeditor.cfengine/src-gen/edu/kit/scc/cfeditor/cfengine/cfengine/CfengineFactory.java | 78c6ef6d9208c2b66742001149cc18f24d15c221 | [] | no_license | oldulov/cfeditor | d40500b9c985794460127d1b1b2c6c5aecb1c14c | 989ea3f629bb259999841cefd8743da500574ad2 | refs/heads/master | 2021-05-10T09:26:53.666800 | 2018-01-25T14:56:17 | 2018-01-25T14:56:17 | 118,924,730 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,735 | java | /**
* <copyright>
* </copyright>
*
*/
package edu.kit.scc.cfeditor.cfengine.cfengine;
import org.eclipse.emf.ecore.EFactory;
/**
* <!-- begin-user-doc -->
* The <b>Factory</b> for the model.
* It provides a create method for each non-abstract class of the model.
* <!-- end-user-doc -->
* @see ... | [
"oleg.dulov@kit.edu"
] | oleg.dulov@kit.edu |
967a28e33985acae6800a6f76a2fe2399f8d1da2 | 914921a9d200449be61364505e85afc7c4e41a03 | /app/src/main/java/com/nagpal/shivam/instamath/Activity/ScientificCalculatorActivity.java | 8e01cc9febddfde3217da9cb75dbb26cac8ae271 | [
"Apache-2.0"
] | permissive | ShivamNagpal/Instamath_Android_App | 7ca8e6c422edc2d4adf716b81b17526798afb7d6 | ad28bfdffd2a3491445b3d9a2cdf3aed97429982 | refs/heads/master | 2023-09-01T21:27:47.797926 | 2023-08-30T12:03:35 | 2023-08-30T12:03:35 | 125,372,583 | 0 | 0 | Apache-2.0 | 2023-08-30T12:03:36 | 2018-03-15T13:38:14 | Java | UTF-8 | Java | false | false | 22,416 | java | /*
* Copyright 2018 Shivam Nagpal
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | [
"shivamnagpal432@gmail.com"
] | shivamnagpal432@gmail.com |
1afd9a959ad35156c3d6f2b4f813d35e0b37180a | d61cacfca3a0077aa889fc6dfdabf822ad2fc30f | /uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client/src/main/java/org/uberfire/ext/security/management/client/validation/ClientUserValidator.java | d6298bd5d746351dc1bb918ea84876cc474d1050 | [
"Apache-2.0"
] | permissive | akumar074/appformer | 59468c3c29eb04a9a5d441e3a2a4f2eb495d55d8 | eec892e30e1d1570e22ead844385a31ea78b4b61 | refs/heads/master | 2023-04-16T01:50:36.234071 | 2019-10-07T14:20:17 | 2019-10-07T14:20:17 | 213,605,464 | 1 | 0 | Apache-2.0 | 2019-10-08T09:47:43 | 2019-10-08T09:47:43 | null | UTF-8 | Java | false | false | 1,155 | java | /*
* Copyright 2016 Red Hat, Inc. and/or its affiliates.
*
* 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 b... | [
"christian.sadilek@gmail.com"
] | christian.sadilek@gmail.com |
e8d97cb301f50444a47addfa03678dbf08169727 | 05c1ff702a2dbc52d355e15787c38a1f148e129f | /app/src/main/java/com/example/safsaf/noon4/PreOneActivity.java | 8ccd346abe68f735e759a9da4873926e04595892 | [] | no_license | safaamostafa/Noon4 | 1298eb2fc75ae662bdbe5faf109a28e438ed7580 | 5f1207e2a201dd606e9678b9af205a050b926e58 | refs/heads/master | 2021-01-13T11:18:11.076295 | 2017-02-09T05:44:31 | 2017-02-09T05:44:31 | 81,413,808 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,208 | java | package com.example.safsaf.noon4;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ListView;
import java.util.ArrayList;
public class PreOneActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCrea... | [
"Safaa.mehaseb@gmail.com"
] | Safaa.mehaseb@gmail.com |
e3b3130da7d5a76927b9e85491c895c9137e87db | 5db950ca2131533c077c89f288c5a5ece25011e1 | /src/main/java/com/tummala/util/ResponseDTO.java | 342c3e194c4fd142fd7bbaaa001e25400710863d | [] | no_license | tummalasrikanth/spring-boot | 32b6f1f9a93351e1adbbac1c09850349366b4f67 | c746157c73e938a84673547acdab99cad575c3b3 | refs/heads/master | 2022-11-05T21:29:05.982181 | 2020-06-23T05:09:54 | 2020-06-23T05:09:54 | 274,313,793 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 826 | java | package com.tummala.util;
import java.util.HashSet;
import java.util.Set;
import org.springframework.hateoas.ResourceSupport;
import com.tummala.util.ApiStatusCode;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
@Data
@NoArgsCo... | [
"srikanth@LAPTOP-19SHH9A3"
] | srikanth@LAPTOP-19SHH9A3 |
63b96d61f302defd8b9ef6888c59ad252783abef | 1b37b1d9a4d24bced12dfee21a12ed5723c4aebc | /android/versioned-abis/expoview-abi42_0_0/src/main/java/abi42_0_0/expo/modules/updates/UpdatesModule.java | a929d8390cdcfa825464f7f118dae5dcb0f66a37 | [
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | permissive | JeffGuKang/expo | 37bbff55f657d8efe90dad2cb676db122e5621cf | fd06ac0fc2296b3441d1e48896fded19883d8a43 | refs/heads/master | 2021-12-12T23:07:31.775102 | 2021-12-04T02:43:30 | 2021-12-04T02:43:30 | 247,704,988 | 1 | 0 | NOASSERTION | 2020-03-16T13:09:02 | 2020-03-16T13:09:02 | null | UTF-8 | Java | false | false | 9,701 | java | package abi42_0_0.expo.modules.updates;
import android.content.Context;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Log;
import java.util.HashMap;
import java.util.Map;
import org.json.JSONObject;
import abi42_0_0.org.unimodules.core.ExportedModule;
import abi42_0_0.org.unimodules.core... | [
"noreply@github.com"
] | JeffGuKang.noreply@github.com |
efd75905e42d9dc60dfcc546ad8a4631cfbd7b2e | 6569c7463da35a49efce203b98d2c26d47fd54c8 | /ServiceTest/src/com/example/servicetest/MainActivity.java | 9b78cf5cf3c12bca38271a40f248528d6a9e4ba2 | [] | no_license | Hsingmin/android_work | 0bdb25afca3e36a79833c1029e1e208bbc68ac8d | 6ea72ad5528e7aa9f15920604e05a53b47cec785 | refs/heads/master | 2021-01-23T22:30:50.017140 | 2017-09-09T08:07:49 | 2017-09-09T08:07:49 | 102,937,525 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,466 | java | package com.example.servicetest;
import android.app.Activity;
import android.content.ComponentName;
import android.content.Intent;
import android.content.ServiceConnection;
import android.os.Bundle;
import android.os.IBinder;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
... | [
"alfred_bit@sina.cn"
] | alfred_bit@sina.cn |
96cddf87fe693ba3d6c87c157332efbc41fad89b | 435df73ec11d40229406abfc90b18996d8090dbe | /src/tools/fasttrack_perturbation/FastTrackToolWithPerturbation.java | b0a670a600344c260c83fe5ed0dabe7ab035e9eb | [
"SMLNJ",
"BSD-3-Clause"
] | permissive | Hrugved/CS636_asssignment_01 | 3d19745107d8792fd67b2f359e0fabd50e9a9b1f | 8ce0ac1f53ae9ae6dd66ecf32774d72ae9f9f8bc | refs/heads/main | 2023-04-25T11:46:57.402051 | 2021-05-13T04:37:25 | 2021-05-13T04:37:25 | 339,490,397 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 36,025 | java | /******************************************************************************
*
* Copyright (c) 2016, Cormac Flanagan (University of California, Santa Cruz) and Stephen Freund
* (Williams College)
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are ... | [
"whrugved@gmail.com"
] | whrugved@gmail.com |
6ef93a09771eb32d574d26b4eb70a3e091f0fbab | ffc580697255600051a818ebe7c7f75855828444 | /mall-mbg/src/main/java/cn/lzl/model/UmsRole.java | 64e963eb3d5ccda70b6cf89274ba356309e5323a | [] | no_license | lzl-mall/mall | 17f7ad7d274fd992257f592d5b5d512cf2cc3c37 | af1722d88af118515dad2e47896f1ce435ad6edd | refs/heads/develop | 2023-03-21T01:42:48.728919 | 2021-03-05T01:33:20 | 2021-03-05T01:33:20 | 307,944,547 | 0 | 0 | null | 2021-03-04T08:42:57 | 2020-10-28T07:58:30 | Java | UTF-8 | Java | false | false | 2,376 | java | package cn.lzl.model;
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;
import java.util.Date;
public class UmsRole implements Serializable {
private Long id;
@ApiModelProperty(value = "名称")
private String name;
@ApiModelProperty(value = "描述")
private String descriptio... | [
"1249094460@qq.com"
] | 1249094460@qq.com |
9577e66d369ed2bf14d3bf737d2f4b26ed37021c | bc5327b256a7d538f76fa31196e6a4dc16b08f44 | /src/com/repack/google/gson/internal/bind/ReflectiveTypeAdapterFactory.java | a144e4de6b88ee690d26951a304cf02b44555aab | [] | no_license | w4lle/yikego | 3123109abeaed2cc849afbf463684f2352664daf | 11b5ac4e0aca94d2e86a4d7b6e91428e17b3c702 | refs/heads/master | 2020-12-25T20:08:28.683167 | 2014-11-14T08:40:08 | 2014-11-14T08:40:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,499 | java | /*
* Copyright (C) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... | [
"wanglinglong@huaqin.com"
] | wanglinglong@huaqin.com |
b2322809e725c01cd40462d56ffab82c52188495 | 19efc3e839aa2b83a10d932c4beaff57145393d9 | /src/com/stas/JavsStart/home3_4/HomeworkTasksLoops/Task4FactorialCalculator.java | cc939406b2f2c131861ef8fc0727757e39e1027f | [] | no_license | stanislavzhe/Java-OOP | cd54cd2e616c4a7539cecaddef4b4dfb43bb11a7 | 0bb297d6f0ceafefca2e31ce3c7c713431692a6b | refs/heads/master | 2020-12-03T06:30:34.957302 | 2017-08-05T09:35:22 | 2017-08-05T09:35:22 | 95,688,984 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 740 | java | package com.stas.JavsStart.home3_4.HomeworkTasksLoops;
import java.util.Scanner;
/**
* Created by stanislavz on 10-Mar-17.
*/
public class Task4FactorialCalculator {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.print("Enter value: ");
int... | [
"ikorolevi4i@gmail.com"
] | ikorolevi4i@gmail.com |
bf91cfcc86a5a5a69083d4531c52817e0d88c2cb | d2300995570ab5b90d9fa94adb58d06ee5ac0056 | /cloud-eureka-server7001/src/main/java/org/lemon/springcloud/EurekaMain7001.java | 71acac35f1766acbe4e822900d6c05f9a72d86cf | [] | no_license | lemon2014/mss | 104fb4a9ad662d269a4d801d0dc10f026221b65c | 7e0215d35b3d418d54958f2ee0b1f5817e087166 | refs/heads/master | 2022-12-30T08:39:06.121356 | 2020-10-17T11:43:24 | 2020-10-17T11:43:24 | 304,858,879 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 413 | java | package org.lemon.springcloud;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
@EnableEurekaServer
@SpringBootApplication
public class EurekaMain7001 {
public static v... | [
"longmeng0411@163.com"
] | longmeng0411@163.com |
cb93ea010afcdb763c16a1a7303786bfa073c7e3 | c1d82df68087fadb02772b008091337cd63ced8e | /app/src/main/java/com/technolab/galaxy/arcanoid/WinActivity.java | 38d5bf3e3cc03d618fd7acc20ec98b5558a061f6 | [] | no_license | Elikur/Arcanoid | f023915457579302731706142aa36f50f9274cd3 | 1d296f137713627224ad26f069d902f25a1c7a57 | refs/heads/master | 2021-01-25T00:37:28.930428 | 2017-06-18T11:03:07 | 2017-06-18T11:03:07 | 94,681,107 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,333 | java | package com.technolab.galaxy.arcanoid;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.view.Window;
import android.widget.TextView;
public class WinActivity extends Activity implements View.OnClickListener
{
long score, bonus;
@Override
public void onCreate... | [
"nosal_vadim@mail.ru"
] | nosal_vadim@mail.ru |
1ad843f008e2ce809bd802bfa59ee52599a2d7b8 | 10a67debc497b389a0fc7812df3c6d6757057b14 | /src/Question/leetcode/Q472.java | 647ec5c5b3a5e839eeefa380b6e89bbb04f1d1e1 | [] | no_license | JavaLearner576/JavaInterview | 63558213ad5dbbf20f3d16edb765c9b1cf68da01 | 097363767f120cabd317953617a086f7faacedad | refs/heads/master | 2021-01-19T22:44:08.490909 | 2018-03-21T06:01:31 | 2018-03-21T06:01:31 | 88,855,818 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,474 | java | package Question.leetcode;
import java.util.*;
/**
* Created by gump on 2017/6/15.
*/
public class Q472 {
public static void main(String argc[]){
Q472 q = new Q472();
String word[] = {"cat","cats","catsdogcats","dog","dogcatsdog","hippopotamuses","rat","ratcatdogcat"};
q.findAllConcaten... | [
"gump@host-e-154.ustcsz.edu.cn"
] | gump@host-e-154.ustcsz.edu.cn |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.