blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6965ba1e6329f23ca0dc160f3b5facf49143cc2c | 0cf94e28169f5eaadd909fb3bfafb1a7ae61da81 | /src/main/java/code/PigLatin.java | 0e1bb36c5d2ee0e012990cc89c8cf03a8f83244c | [] | no_license | AndrewLupanov1991/codewars | 3b40e4a1e26afb06b51453d19d8e13b01cb41009 | f4fd8af5ba04b09a58b8de50d1872760fa77c843 | refs/heads/master | 2023-04-02T06:05:19.026693 | 2021-04-10T17:53:33 | 2021-04-10T17:53:33 | 356,646,341 | 0 | 0 | null | 2021-04-10T17:53:34 | 2021-04-10T17:08:10 | null | UTF-8 | Java | false | false | 768 | java | package code;
public class PigLatin {
public static String pigIt(String str) {
if (str.isEmpty()) {
return null;
}
String[] input = str.split(" ");
StringBuilder sb = new StringBuilder("");
String s = "!";
for (int i =0; i<input.length;i++) {
... | [
"pkmgl164@gmail.com"
] | pkmgl164@gmail.com |
79cc17ecd45a1c3be19654cfbdd4a81e2ec1533c | f8dc94201562bc9a0db5bc126ab4ad46d1edde19 | /doulin-service/src/main/java/com/doulin/service/TCarService.java | 33ad6d39ee82786e3d477c883d6046f880934957 | [] | no_license | 15638836857/boot-doulin | 1653c68f606eafdf36511ceb12540efc764cc6ad | c81eae312055f3b71b14496b7fe66925079b6e25 | refs/heads/master | 2023-05-12T13:57:51.454787 | 2021-05-19T11:54:27 | 2021-05-19T11:54:27 | 368,855,337 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 372 | java | package com.doulin.service;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.service.IService;
import com.doulin.entity.TCar;
import com.doulin.entity.vo.VQuery;
/**
* TCarService
*
* @Author malinging
* @Date 2021-04-09
**/
public interface TCarService extends IServ... | [
"15638836857@163.com"
] | 15638836857@163.com |
52601132bede4fec3908bec8f06d56a3d3b8f169 | 46c4cb9cc9434181ba0912c6d8d26dfdcf5dd8d0 | /src/Main.java | 8945e5bc26689f0dd946208515498ae68d4341fd | [] | no_license | datiechui-wzy/test | bd9da7f6b883c14aeb1546d7dae4a8a3ba1be66a | 601370613850f69c86296d39413fb1026cf8f4d9 | refs/heads/master | 2023-02-17T11:47:22.469563 | 2021-01-21T16:08:05 | 2021-01-21T16:08:05 | 331,662,974 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 186 | java | public class Main{
public static void main(String[] args) {
int[] i = {1,2,3,5};
for (int is:i
) {
System.out.println(is);
}
}
}
| [
"datiechui-wzy"
] | datiechui-wzy |
e65a27b71dd4b16977a3ebb69158ee744bb2ef08 | cdc7f7723934478d8fa764f64845e642f2a1bcff | /SyncCounter.java | 356c4ecda8d7d9e8503df893dc96500171ebd5db | [] | no_license | gavinuhran/Concurrency | 584dbc12b4359ed3ad6fae69bd2ace99577ec67b | c26b9514ba86d0baaa1900efacc445f3aad204ec | refs/heads/master | 2020-05-30T01:20:53.777179 | 2019-05-30T20:06:09 | 2019-05-30T20:06:09 | 189,475,137 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 241 | java | public class SyncCounter
{
private int count;
public SyncCounter()
{
count = 0;
}
public synchronized void increment()
{
count++;
}
public int getCount()
{
return count;
}
}
| [
"Barbara@RyzenBuild"
] | Barbara@RyzenBuild |
f1fb21f9386fcebc782e716443e2d64545b9d456 | 1232a5f9a4bf1aa877fd5d10b58f1041d6ac0083 | /src/com/fortunatePun/client/GreetingService.java | 3ff90772e8944bd385570a2c5a5c719fafc4f828 | [] | no_license | rbruggner/fortunatePun | 135b2d77cbc4cc6c2d9ffff812c7d404a0f9a0b6 | 2e4294dc6987da60632888b0ad6acd447abdd4b4 | refs/heads/master | 2021-01-01T20:05:29.551347 | 2014-01-26T22:55:40 | 2014-01-26T22:55:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 367 | java | package com.fortunatePun.client;
import com.google.gwt.user.client.rpc.RemoteService;
import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
/**
* The client side stub for the RPC service.
*/
@RemoteServiceRelativePath("greet")
public interface GreetingService extends RemoteService {
String greetServer(S... | [
"rbruggner@gmail.com"
] | rbruggner@gmail.com |
c6dd098a090470e96ea6a6bc9f04da856e4976bb | cdfd3044e3c249f7f4f8824e6d3f6bae26ca393a | /src/main/java/com/gogo/base/lock/service/GenerateLockServiceImpl.java | c276b004cefa8ba8bbe38dce354f59278f98c6ef | [] | no_license | liujinwene/hibernate-demo | 3dac826212dba09dad2324ac39a1531b5f227990 | 0e7c79d19d7f30693f08fb739ed48ce2ee2d44d0 | refs/heads/master | 2021-01-19T20:50:31.972419 | 2017-04-18T10:19:21 | 2017-04-18T10:19:21 | 88,566,918 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 764 | java | package com.gogo.base.lock.service;
import java.util.concurrent.locks.Lock;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.gogo.base.lock.MysqlNamedLock;
import com.gogo.base.lock.NamedLock;
@Service
publi... | [
"ljw@qq.com"
] | ljw@qq.com |
c9671717ede886a78a82fc4de58771e5eacf33d8 | fd1a20b6a131475b3eab4122b01b3256dd74aed5 | /Programowanie1/src/pl/mateusz/siedlecki/programowanie1/JavaStart/LambdaIInterfejsy/IncrementalPrinter.java | 7599c09a8fef1e7835c076925c43609abeeee3a8 | [] | no_license | SiedleckiMateusz/programowanie1 | 668c32ea90fa4c0ea53da32e50857128ca2f3151 | 558e4bf828b2954e99d32189a099df88ca1f632c | refs/heads/master | 2020-08-28T04:00:49.476384 | 2019-11-17T12:09:02 | 2019-11-17T12:09:02 | 217,581,677 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 162 | java | package pl.mateusz.siedlecki.programowanie1.JavaStart.LambdaIInterfejsy;
@FunctionalInterface
interface IncrementalPrinter<T> {
public T doSomething(T t);
}
| [
"siedleckimateus@gmail.com"
] | siedleckimateus@gmail.com |
d83b9eeaedcbc9d6f021ce83fbfc814f73abf4ab | 5e9d9f9c2d1d81e1e09d056ffb9ba139e29cf747 | /Inference_Andriod_App/src/org/tensorflow/yolo/model/BoxPosition.java | 1a289b4d8c919c9b94e7959fae8c9da4f0a490c6 | [
"WTFPL"
] | permissive | EmpireofKings/Weapon-Detector | ea56381779e43b451a234e56dd036cfa39edd7d4 | 966fc8cb1dd6778d747fcffdc3660fff0542742c | refs/heads/master | 2020-08-26T19:12:05.135576 | 2018-07-01T12:17:52 | 2018-07-01T12:17:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,731 | java | package org.tensorflow.yolo.model;
public class BoxPosition {
private float left;
private float top;
private float right;
private float bottom;
private float width;
private float height;
public BoxPosition(float left, float top, float width, float height) {
this.left = left;
... | [
"gauravsawant9@gmail.com"
] | gauravsawant9@gmail.com |
497a13efa20068a7fbc2e5805bf28e6df98095f4 | 4d9b435644715734dd33067c655378d3385eaf41 | /app/src/main/java/com/marktony/zhihudaily/data/source/remote/GuokrHandpickNewsRemoteDataSource.java | 5ca0697655d0f2ffb070a5d2c42d94496d2ac080 | [
"Apache-2.0"
] | permissive | vanishiment/PaperPlane | aa61b7dc9f17a2ada5d571bc7a340e2e7841f00b | 44b44937dd7e773279552005c47aedce2256d609 | refs/heads/master | 2021-05-15T05:57:32.219087 | 2018-01-02T15:39:00 | 2018-01-02T15:39:00 | 116,030,165 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,927 | java | /*
* Copyright 2016 lizhaotailang
*
* 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... | [
"1362137760@qq.com"
] | 1362137760@qq.com |
e4f7ef1c933e68d2d52cb3083f87e19e5d8e8b3a | 122fab20cf5f87ae6fc546035f0dce05120d2c50 | /src/controller/GroupCommand.java | c898e383c6b6aca63dd080b94952d775192a06e5 | [] | no_license | PresCoke/Paint | 3c33a6d598c3ccbc41d7949868449ea742737d39 | 54e4458740ba615576321ba4a5ff0586136a6c6f | refs/heads/master | 2021-01-23T13:29:42.967210 | 2015-08-11T23:30:28 | 2015-08-11T23:30:28 | 40,570,148 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 394 | java | package controller;
import model.ShapeComposite;
public class GroupCommand extends PaintCommands {
model.ShapeComposite committedGroup;
public GroupCommand(model.ShapeComposite group)
{
committedGroup = (ShapeComposite) group.clone();
}
public void Execute() {
PaintController.commitGroup();
}
public voi... | [
"Begg.James.A@gmail.com"
] | Begg.James.A@gmail.com |
99bc149b0ace68d27f7fe1334599b6a5814ddfc1 | 111fb36d6f9dd225d70e79bd01109b3c86e980ee | /src/main/java/com/example/sidecar_postgres/controller/AthleteController.java | 1abe2a3ad4c2320ffbb8d4a63ab0f70c2a2b118b | [] | no_license | MikeFlorentini/sidecar-postgres-demo | 091a2e6bc7ea48ea1513cec0bb4bbbfb67a2e369 | 59c8cd34829f76416d0903f160355d85f874dcff | refs/heads/master | 2020-09-29T19:33:29.793709 | 2019-12-10T13:48:24 | 2019-12-10T13:48:24 | 227,106,176 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,955 | 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.example.sidecar_postgres.controller;
import com.example.sidecar_postgres.entity.Athlete;
import com.example.sidecar_postgr... | [
"m.mende@live.de"
] | m.mende@live.de |
65953e26c9de2e72a3706d8fc5cde8ce2d3b9f8d | d340613f6e8e8fd07c9dce6a1026cd2b2e9ff0aa | /JavaFundamental/src/com/java/logic/Vabionachi.java | efde299cb55e117c000cfe0d04778d9726e971af | [] | no_license | junaedi-harmiansyah/java-logic | 5657c5264aa859da237d377aab5b473ab23b92ee | ba1e35fda13be2c498cbfdcd1ee411c366641baf | refs/heads/master | 2023-04-21T11:23:55.889122 | 2021-05-05T09:45:08 | 2021-05-05T09:45:08 | 318,685,765 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 447 | java | package com.java.logic;
import java.util.Scanner;
public class Vabionachi {
public static void main(String args[]) {
int a = 0, b = 1, c;
Scanner sc = new Scanner(System.in);
System.out.println("Masukan jumlah loop= ");
Integer input = sc.nextInt();
System.out.println(a);
System.out.println(... | [
"ZenBook@DESKTOP-ML4IK6E"
] | ZenBook@DESKTOP-ML4IK6E |
fc132bb774ade88764284d47d2b7c8213fe4dd70 | 417c19b71787e911220f8773e4c43ab7824030df | /LinkedDataFragments/src/Step1/QueryExec.java | 1ff59052678d2c3fedf7ede9d39c6d56af2e2324 | [] | no_license | F-Mercier/linked-data-fragments | c67d4f813048161fc2b5b32c650e8cf38896b5b8 | bcbaaa023693a0d4e698fa9d69dd77a8aebd78cd | refs/heads/master | 2021-01-11T16:06:42.588417 | 2017-04-28T15:50:04 | 2017-04-28T15:50:04 | 80,007,726 | 1 | 1 | null | 2017-07-30T15:00:44 | 2017-01-25T11:18:43 | Java | UTF-8 | Java | false | false | 50 | java | package Step1;
public class QueryExec {
}
| [
"sitraka.fidi@gmail.com"
] | sitraka.fidi@gmail.com |
2d552d2891aaf12bf046ddf9240ce5eabb86ae6b | 8cf110b0c782f51c524b9028cf9bfbe6a77583f8 | /src/main/java/org/cyberpwn/react/util/InstabilityCause.java | a29b3787369a5289d1a3bb9139bdd3baba2972fe | [] | no_license | cyberpwnn/ReactPlugin | 10ec8472a765bff892d67cf2adddf897eee38c73 | 39372922cb843c1ca4bb74a9d4403b3d116baac1 | refs/heads/master | 2021-09-08T03:15:28.304728 | 2018-03-06T13:39:06 | 2018-03-06T13:39:06 | 60,807,090 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,089 | java | package org.cyberpwn.react.util;
public enum InstabilityCause
{
CHUNK_GEN(false, "Mass Chunk Gen", "The server is generating a lot of chunks, causing the server to lag, and even spike.", "Create a world border, or pregenerate your world within a border to optimize chunk loading. Take a look at the plugin World Border... | [
"danielmillst@gmail.com"
] | danielmillst@gmail.com |
bcc8e353e2d4c4475d267367a8bbfd00dc403b6d | c740828ba1dd4afe3b697c8fe5d4cc009e40c81d | /实验6/源代码/hibernate-prj2/src/cn/edu/zjut/action/UserAction.java | e6c68197428e72ac3d8067978d7c6075f3ae1299 | [] | no_license | MeinAugenstern/javaee | 94797a59439b3cf2e08af4d944eab79da1ca434c | e5f0f2e65fc12f122ef7d2df2588bc90dc9e1ee3 | refs/heads/main | 2023-01-28T02:34:21.808631 | 2020-12-04T14:11:52 | 2020-12-04T14:11:52 | 309,082,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 967 | java | package cn.edu.zjut.action;
import cn.edu.zjut.po.*;
import cn.edu.zjut.service.*;
public class UserAction {
private Customer loginUser;
public Customer getLoginUser() {
return loginUser;
}
public void setLoginUser(Customer loginUser) {
this.loginUser = loginUser;
}
public String login() {
UserService us... | [
"62041845+MeinAugenstern@users.noreply.github.com"
] | 62041845+MeinAugenstern@users.noreply.github.com |
ce3d03647693ba29c5301800a6c9176444ed10a8 | eb464a3b34e4256eea6f5a1d6bcc9936f597c554 | /src/main/java/com/sjtc/weiwen/system/dao/entity/SysRolePermissionEntity.java | ca99e29259c012bf4975640bc69c28ec08499841 | [] | no_license | 92wangzq/weiwen | a247968ad9e35c32664d38c2d7c538fb6e72f464 | bcb4d0c637fd1a695096bf56eef49a2e6f52eb91 | refs/heads/master | 2020-03-30T07:30:33.939884 | 2018-10-30T12:37:20 | 2018-10-30T12:37:20 | 150,944,587 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 531 | java | package com.sjtc.weiwen.system.dao.entity;
import java.io.Serializable;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
import lombok.ToString;
@Data
@EqualsAndHashCode
@AllArgsConstructor
@NoArgsConstructor
@ToString
public class... | [
"Administrator@SJTC_WZQ-PC"
] | Administrator@SJTC_WZQ-PC |
b8ca8cf3ff2ed5cdb40f37ad468a33e5ad668644 | 0348bc8d7e7454840fccc9c91f621a5a232b71c5 | /sources/com/badlogic/gdx/math/WindowedMean.java | a9c553830a67e7cdb23be61306a8c27c7984c4c5 | [] | no_license | nhannguyen95/jump-monster | c5927a0f0bd2b4c96a10f9ee5dcc0e8e5717aebe | 8b7debabfe06cdd4d7cdbcb6253167acd6aea9fd | refs/heads/master | 2020-05-03T07:42:02.128702 | 2019-03-30T03:47:19 | 2019-03-30T03:47:19 | 178,505,506 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,120 | java | package com.badlogic.gdx.math;
public final class WindowedMean {
int added_values = 0;
boolean dirty = true;
int last_value;
float mean = 0.0f;
float[] values;
public WindowedMean(int window_size) {
this.values = new float[window_size];
}
public boolean hasEnoughData() {
... | [
"nhannguyenmath95@gmail.com"
] | nhannguyenmath95@gmail.com |
fcd7bce5cd2550b233b399907dc0b48ff3ae3df1 | 4a0b8c547e36bd0dd2aba42ffee24f3ea388621c | /main/java/Restaurant.java | 4a0b1df2b282212f47d04b9308d0ee417a951bb9 | [] | no_license | AmruthaAjay/C3_Project_amruthaajay | 0818b05021a16035807ef6983aaef74beeef198a | 22e3c4caade2747382800d5fc5bc18722a86039f | refs/heads/main | 2023-03-10T22:38:42.716166 | 2021-03-01T07:14:38 | 2021-03-01T07:14:38 | 342,836,523 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,878 | java | import java.time.LocalDateTime;
import java.time.LocalTime;
import java.util.ArrayList;
import java.util.List;
public class Restaurant {
private String name;
private String location;
public LocalTime openingTime;
public LocalTime closingTime;
private List<Item> menu = new ArrayList<Item>(... | [
"noreply@github.com"
] | noreply@github.com |
3ac8c91e94a8bd854969946e0285de52b51c5732 | faa5438abd09fe6e7c27e9c6ca4491510a9227c7 | /quickstart-msgframe-v2/src/main/java/org/quickstart/msgframe/v2/consumer/ConsumerProcessorImpl.java | a4311418ff6f67f9306c656745847330e2da1a9e | [
"Apache-2.0"
] | permissive | lcc214321/quickstart-mq | 65f56d68cbb20c8023437608f15691f1fde446bb | cc38b71a6370ac11da891f472074bcd1bdb61608 | refs/heads/master | 2022-11-06T08:34:57.864359 | 2020-06-12T13:59:33 | 2020-06-12T13:59:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,203 | java | package org.quickstart.msgframe.v2.consumer;
import java.io.Serializable;
import java.util.Random;
import org.quickstart.msgframe.v2.common.Stu;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.ai.aif.msgframe.common.exception.ConsumerException;
import com.ai.aif.msgframe.common.message.MsgFMessag... | [
"youngzil@163.com"
] | youngzil@163.com |
2aa90468736f7d6c298ca77bf8dc9e1c06d3b6d5 | b7966f4fdd04a066811a0389f4111b0b9014f6ee | /app/src/main/java/com/greencross/greencare/charting/buffer/AbstractBuffer.java | bd2b85c389de5f92261fd45f2166af4872f29943 | [] | no_license | tddyko/HealthCareSolution | f370eb3f23aaa84abdceda16567ccf63f2a4fd82 | 901f65f12f07e4144bed70a66e54f828fecf3fc8 | refs/heads/master | 2023-08-23T07:14:31.704097 | 2021-09-25T09:36:09 | 2021-09-25T09:36:09 | 410,231,710 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,995 | java |
package com.greencross.greencare.charting.buffer;
/**
* Buffer class to boost performance while drawing. Concept: Replace instead of
* recreate.
*
* @author Philipp Jahoda
* @param <T> The data the buffer accepts to be fed with.
*/
public abstract class AbstractBuffer<T> {
/** index in the buffer */
p... | [
"corian1516@gmail.com"
] | corian1516@gmail.com |
42949c74071861b784a61637559baeae52c12e86 | 0470e26d526019e108f1c68862cf25bc878a3b8d | /demo/src/main/java/com/wq/demo/config/ResourceConfigure.java | bc9830c3bf78874e8a9483482c967cf8817ba0e1 | [] | no_license | jxhud/exercise | da02d081f33052bd5b2d3dadce376f5d76daff00 | 4650903f11dd8c6b3b7dbde619b142c2f07c340c | refs/heads/master | 2020-04-17T21:36:41.999740 | 2019-04-04T09:10:52 | 2019-04-04T09:10:52 | 166,958,021 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 993 | java | package com.wq.demo.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.config.http.SessionCreationPolicy;
import org.springframework.security.oauth2.config.annotation.web.configuration... | [
"syzx2016@outlook.com"
] | syzx2016@outlook.com |
8a8c11f64e6a13f8bebf2a2a628e4dab19be310a | 4bb83687710716d91b5da55054c04f430474ee52 | /dsrc/sku.0/sys.server/compiled/game/script/theme_park/tatooine/mos_taike/old_guard_destroy.java | 6d01eee84bcf7d750029a8f61f883492a8276b5d | [] | no_license | geralex/SWG-NGE | 0846566a44f4460c32d38078e0a1eb115a9b08b0 | fa8ae0017f996e400fccc5ba3763e5bb1c8cdd1c | refs/heads/master | 2020-04-06T11:18:36.110302 | 2018-03-19T15:42:32 | 2018-03-19T15:42:32 | 157,411,938 | 1 | 0 | null | 2018-11-13T16:35:01 | 2018-11-13T16:35:01 | null | UTF-8 | Java | false | false | 9,420 | java | package script.theme_park.tatooine.mos_taike;
import script.*;
import script.base_class.*;
import script.combat_engine.*;
import java.util.Arrays;
import java.util.Hashtable;
import java.util.Vector;
import script.base_script;
import script.library.chat;
import script.library.ai_lib;
import script.library.utils;
impo... | [
"tmoflash@gmail.com"
] | tmoflash@gmail.com |
92aa9ef86fceba38021d8573fc7e441f8f6718a1 | e97dcb6036b03d26d44353d48bd02066e679b3c9 | /generator/src/main/java/org/gonevertical/archetypes/generator/utils/XmlNodeUtils.java | 04cfa0530764ed493623a3e41364d0cf0cc78366 | [] | no_license | enterstudio/Archetypes | 903ca05e61fad6d1534b6d97b29e22c4bf6e85ea | c449625c8e935e2dee1d12a8edcc5b5e3cde3767 | refs/heads/master | 2021-05-13T22:55:36.790288 | 2017-02-28T02:38:53 | 2017-02-28T02:38:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,965 | java | package org.gonevertical.archetypes.generator.utils;
import java.io.File;
import java.io.IOException;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationException;
import javax.xml.transform.TransformerException;
import javax.xml.xpath.XPath;
import javax.xml.xpath.XPathConst... | [
"branflake2267@gmail.com"
] | branflake2267@gmail.com |
8e36553813251204fea85e14abecdce3922bcc69 | 59ab90e7da19f65dd7072ceb3c26bdc368162c7d | /app/src/main/java/com/gold/kds517/smartviewmac/models/CategoryModelSeries.java | 5ae6bef43e4afe63e8e1f7f941909224783e093a | [] | no_license | wubi517/SmartViewComboMac | 66bf85aa48e4f24307db0e74a510a8a9e0d42d5a | b19996bc5dba5ea9135bab319dfc680461c37bd5 | refs/heads/master | 2022-04-07T04:30:09.468435 | 2020-02-27T13:52:41 | 2020-02-27T13:52:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,221 | java | package com.gold.kds517.smartviewmac.models;
import java.io.Serializable;
/**
* Created by RST on 7/19/2017.
*/
public class CategoryModelSeries implements Serializable {
String id, name, type, url, group;
int featured, parent_control;
public String getId() {
return id;
}
public void ... | [
"yejong2013@gmail.com"
] | yejong2013@gmail.com |
7886fb062822d218c78346d973964252456bcab8 | 48e52032fe88c9f54e549ffd931b0ab62862a45e | /src/headfirst/designpatterns/stratergy/ModelDuck.java | 9cd0b049975a4dd3f2f27a4b11475e30d635712d | [] | no_license | santdash/HeadFirstDesignPatterns | 777cfdec3492aceeed13a326dc12fc80edf70242 | d2eeccb60dd1e12190c869351b9555e093cab0ba | refs/heads/master | 2020-03-07T14:49:37.749403 | 2018-03-31T16:44:43 | 2018-03-31T16:44:43 | 127,536,783 | 0 | 0 | null | 2018-03-31T16:44:44 | 2018-03-31T13:58:18 | Java | UTF-8 | Java | false | false | 317 | java | package headfirst.designpatterns.stratergy;
/**
* Created by dashsan on 3/13/2017.
*/
public class ModelDuck extends Duck {
public ModelDuck() {
super(new Quack(), new FlyNoWay());
}
@Override
public void display() {
System.out.println("I am model duck");
}
}
| [
"santdash@yahoo.com"
] | santdash@yahoo.com |
af85d878a35295c0acf0921348bb4bc330b20b24 | 0d71dd0aa1c7e336008f9da88e9ac10a5668fa19 | /ws.sede/src/main/java/it/ltc/services/sede/data/ordine/FactoryDaoSpedizioni.java | 6ff8a76418d6888db54feb66fe4a3a745fcc257e | [] | no_license | Dufler/webservices | 6f27cd674b605bceded296cefb56006ec3ac50b8 | 2efecfe088f6d0d5c67ecdec3cacd92932ecc0d1 | refs/heads/master | 2022-12-24T14:52:16.132351 | 2019-06-04T13:31:32 | 2019-06-04T13:31:32 | 130,059,064 | 0 | 0 | null | 2022-12-16T05:12:30 | 2018-04-18T12:30:05 | Java | UTF-8 | Java | false | false | 744 | java | package it.ltc.services.sede.data.ordine;
import org.springframework.stereotype.Component;
import it.ltc.database.model.utente.CommessaUtenti;
import it.ltc.database.model.utente.UtenteUtenti;
import it.ltc.model.shared.dao.ISpedizioneDao;
import it.ltc.services.custom.dao.FactoryDao;
@Component
public cla... | [
"Damiano@Damiano-PC"
] | Damiano@Damiano-PC |
84059dd4a7b6de1a7be802c5824360d7b61c4b24 | 136742f117e5ed62e427a429807d9d6619d6c4d3 | /gen/com/ace/production/R.java | 7dadb5977e220de0be3c4d23ebe85bec347907cf | [] | no_license | moonzwu/PayTong | 72c64dbf2128d3d22169ad0a5e1281932cdf27e0 | f511ea87d5d9beb4f6e7f9cc01b46659df76167c | refs/heads/master | 2021-01-23T14:44:54.072704 | 2012-02-29T16:13:00 | 2012-02-29T16:13:00 | 3,415,925 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,410 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.ace.production;
public final class R {
public static final class attr {
}
public static final class drawable {
... | [
"moonz.wu@gmail.com"
] | moonz.wu@gmail.com |
941c5e09aa209ffd57081c04bfd7a66b115f360b | 830dffdde6cbbd8a9a2b72244b6814980f274e59 | /patterns/hexagonal-architecture-example/src/main/java/com/baeldung/pattern/hexagonal/persistence/AddressRepository.java | 405aabc9ae0b70d49710b0c33bc0b3767b3c1160 | [
"MIT"
] | permissive | pmuthyala/tutorials | ae1f9001e65f0cd29ee961fd2bea9023dd1153b2 | 60e1c16dcbfaf5eaf98d6f810fe99b9ec6e89f41 | refs/heads/master | 2022-02-15T08:08:48.750222 | 2022-02-12T11:35:34 | 2022-02-12T11:35:34 | 457,453,422 | 0 | 0 | MIT | 2022-02-09T17:08:36 | 2022-02-09T17:08:35 | null | UTF-8 | Java | false | false | 273 | java | package com.baeldung.pattern.hexagonal.persistence;
import java.util.Optional;
import com.baeldung.pattern.hexagonal.domain.model.Address;
public interface AddressRepository {
Optional<Address> findByAddressId(String addressId);
Address save(Address address);
}
| [
"prashanth@divyas-MacBook-Air.local"
] | prashanth@divyas-MacBook-Air.local |
5d9c50669225ca03d095c3114ac11564d4dd4c24 | f4f6ca1032b9bc9cadcb8113fe8d65b84d301781 | /SpringBootAdmin/src/main/java/com/surveysampling/SpringBootAdminApplication.java | 03bb5712a8e27695300eacc9ebee72ad2a56b5aa | [] | no_license | ssi-hu-janos-sechna/IkProfessionalDays2017 | 18230ba3cc6d2213b3a2b5a0f352d137b3c24d64 | 6e4ef340ddb92be45bc32a5c33f94f9926495966 | refs/heads/master | 2021-01-22T20:08:58.020512 | 2017-04-11T09:31:06 | 2017-04-11T09:31:06 | 85,289,120 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 418 | java | package com.surveysampling;
import de.codecentric.boot.admin.config.EnableAdminServer;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@EnableAdminServer
@SpringBootApplication
public class SpringBootAdminApplication {
public static void mai... | [
"janos.sechna@surveysampling.com"
] | janos.sechna@surveysampling.com |
d8d734bb214cec04c07e269c39840095f8d14057 | 93d5095d16ec29272837ddd8ccc6b864518fb3e0 | /Manager/src/main/java/com/master/gm/service/count/ComprehensiveDataServiceIF.java | 67ee68816f88a70b9fcc1177173ef6898e66b4ca | [] | no_license | zhyusgethup/learnAndDo | 58006c32fb289c22c0f076260d5a8dbf5385d339 | 8015901339ade1e9c57cd2dd76ca82657b0f3c80 | refs/heads/master | 2023-01-27T17:33:26.204611 | 2019-06-11T07:23:23 | 2019-06-11T07:23:23 | 158,785,359 | 0 | 0 | null | 2023-01-11T19:00:47 | 2018-11-23T05:37:06 | JavaScript | UTF-8 | Java | false | false | 735 | java | package com.master.gm.service.count;
import java.util.List;
import com.gmdesign.exception.GmException;
/**
*
* @ClassName ComprehensiveDataServiceIF
* @Description 综合数据查询业务接口
* @author DJL
* @date 2015-12-10 下午4:25:24
*
*/
public interface ComprehensiveDataServiceIF {
List<Object[]> Comprehensive(String sid... | [
"2649160284@qq.com"
] | 2649160284@qq.com |
14125c82bdcc82373d3ce3af389bd68967baa37e | 41678fe5830c483e6ca141113ca9cbebaf7738bc | /src/analizadorlexico/IntermediateCode/Operation.java | 74b6372966f520d03a04c6dd3c63b86d3d11b7ef | [] | no_license | NivxB/CompiladorMiniADA | c9d24baefd5dd9ea9b0b805b070e6f77d50d38b9 | 38dc971a01ba0f730636891a184c7a005ad6ca2f | refs/heads/master | 2021-01-19T08:25:28.759948 | 2016-06-22T04:29:55 | 2016-06-22T04:29:55 | 51,666,766 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 545 | 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 analizadorlexico.IntermediateCode;
/**
*
* @author Kevin Barahona
*/
public abstract class Operation {
public static fi... | [
"kevinbarahn@gmail.com"
] | kevinbarahn@gmail.com |
0a0fbb5092d6480cbea4361d8e8313ba6a7943f3 | b786a99adaef0d2b38e6ecd744cd671181730b46 | /src/org/ironrhino/core/remoting/server/HttpInvokerServer.java | ebc5d59f7e40e70687c1b251838afecb6b2d694c | [] | no_license | jeasonyoung/ironrhino | 25c23147c6928a318eb81713120f1e6653689bbe | 63e5a6107774d4e5ffcf7601cb76ed3a82cf008b | refs/heads/master | 2020-04-05T18:28:39.566907 | 2016-07-19T04:47:23 | 2016-07-19T04:47:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,699 | java | package org.ironrhino.core.remoting.server;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.URLDecoder;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest... | [
"zhouyanming@gmail.com"
] | zhouyanming@gmail.com |
b98aac5fe3db2066ef3562c99354fb59e803e711 | 62bd6eb7a3f44dfc98058091dc98cf04167cfcad | /src/main/java/vavi/apps/x68k/DMAC.java | 21d8464c2b3a31e2be92982d34b04144727da110 | [] | no_license | umjammer/vavi-apps-x68k | dbbf16f45121af389f21d62bf2f867a42acb122a | b0e8852613e46a0341ef72da25454c180fd7630c | refs/heads/master | 2021-05-07T08:04:36.279048 | 2009-10-12T20:59:53 | 2009-10-12T20:59:53 | 109,251,038 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 33,859 | java | /*
* X68000 Emulator in Java
*
* Copyright (C) 2003,2004 by M.Kamada
*/
package vavi.apps.x68k;
class DMAC extends MemoryMappedDevice implements X68000Device, InterruptDevice {
private DMACChannel channel[];
private int bt, br;
private int interrupt_request[];
private int interru... | [
"umjammer@00cfdfb4-7834-11de-ac83-69fcb5c178b1"
] | umjammer@00cfdfb4-7834-11de-ac83-69fcb5c178b1 |
fac6d4272fdf177b2db9b5a98ecf873444f9fb65 | 3cd63aba77b753d85414b29279a77c0bc251cea9 | /main/plugins/org.talend.designer.components.libs/libs_src/salesforceBulkAPI/com/sforce/soap/partner/PerformQuickActions_element.java | cddb82e93965a2e761c42a616e60f1cd12e08c0d | [
"Apache-2.0"
] | permissive | 195858/tdi-studio-se | 249bcebb9700c6bbc8905ccef73032942827390d | 4fdb5cfb3aeee621eacfaef17882d92d65db42c3 | refs/heads/master | 2021-04-06T08:56:14.666143 | 2018-10-01T14:11:28 | 2018-10-01T14:11:28 | 124,540,962 | 1 | 0 | null | 2018-10-01T14:11:29 | 2018-03-09T12:59:25 | Java | UTF-8 | Java | false | false | 3,841 | java | package com.sforce.soap.partner;
/**
* Generated by ComplexTypeCodeGenerator.java. Please do not edit.
*/
public class PerformQuickActions_element implements com.sforce.ws.bind.XMLizable , IPerformQuickActions_element{
/**
* Constructor
*/
public PerformQuickActions_element() {}
/... | [
"jzhao@talend.com"
] | jzhao@talend.com |
aba731481d66c776425b193122ba42d1fae075d3 | e18dfb7c785b1a0b630b1ee2382698f16026ea04 | /src/main/java/com/iwc/shop/common/utils/SystemPath.java | 8ad0815a531c2a5cdd12790d3919fa1d0538cf9f | [
"MIT"
] | permissive | zyjwall/Shop-for-JavaWeb | d21d4c2cb629bb7b695da9022eea2c93737fa349 | d0f65ce485e40444ff9e218c9ca3fefc203b68ea | refs/heads/master | 2020-07-16T00:38:54.608100 | 2019-09-21T09:06:59 | 2019-09-21T09:06:59 | 205,683,519 | 0 | 0 | MIT | 2019-09-01T13:55:14 | 2019-09-01T13:55:14 | null | UTF-8 | Java | false | false | 1,407 | java | /**
* Copyright © 2012-2014 <a href="http://www.iwantclick.com">iWantClick</a>iwc.shop All rights reserved.
*/
package com.iwc.shop.common.utils;
/**
* @author wanye
* @date Dec 14, 2008
* @version v 1.0
* @description 得到当前应用的系统路径
*/
public class SystemPath {
public static String getSysPath() {
String ... | [
"908601756@qq.com"
] | 908601756@qq.com |
004dbbd60b3b0604b4f3edb42a7c72d1164a52be | 74eaf55447265e97c66b9f2f59b8bbdfebb488e1 | /src/test/java/com/springboot/LinBootApplicationTests.java | a04ea0045f2f3bc1c9ba889f03ffa556a2cf4b22 | [] | no_license | xueshuiyy/springboot-lin | 85c90ba70f0ac33e47c1c5cc9bdc841941dca02d | bef856dd7b2f1bb49b3ff61e8c0f034d64175709 | refs/heads/master | 2022-07-18T19:48:18.760318 | 2019-06-09T14:12:15 | 2019-06-09T14:12:15 | 187,582,996 | 0 | 0 | null | 2022-06-21T01:08:57 | 2019-05-20T06:46:46 | Java | UTF-8 | Java | false | false | 332 | java | package com.springboot;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class LinBootApplicationTests {
@Test
public void contextLoad... | [
"xueshuiyy@126.com"
] | xueshuiyy@126.com |
87da7c8f657dadc09854cc6a7595ec1c36c48271 | 228e4d395448351087249528b1697c5b53f75012 | /shareLearn/src/main/java/com/volley/req/LoginParser.java | 9f5311abb92010b30daaf117a749637720a343bd | [] | no_license | czqaiwsm/androidStudioShareGit | bdde7b26e561143825b0ae15cc11004bd64ac443 | d9129bb927f00d98513d7ad79ae8352cb6ea0d17 | refs/heads/master | 2020-04-18T01:51:54.455211 | 2017-10-23T14:20:23 | 2017-10-23T14:20:23 | 67,393,424 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 663 | java | package com.volley.req;
import com.google.gson.reflect.TypeToken;
import com.share.learn.utils.AppLog;
import com.volley.req.net.inferface.IParser;
import com.volley.req.parser.JsonParserBase;
import com.volley.req.parser.ParserUtil;
import org.json.JSONObject;
public class LoginParser implements IParser {... | [
"1148392049@qq.com"
] | 1148392049@qq.com |
761c0ca19a218de70236e2d7c0788e65d804c4da | aa8789725c99ff93d47de417cf02c544162e4ce0 | /NetBeansProjects/UnitConversionClient/src/ru/galuzin/unitconversionclient/UnitConversionClient.java | 93c8e186dc63c52de7e60ab27aaee4bded721533 | [] | no_license | skallod/javaEElearning | 3539e3558eb0af6c03ea6d5940ca8d5c5da8dd1b | 2c0478ad4df69f868aaa8345520ca3f7680bf923 | refs/heads/master | 2022-12-27T17:22:41.176955 | 2021-03-11T14:56:26 | 2021-03-11T14:56:26 | 50,860,329 | 0 | 0 | null | 2022-12-16T01:23:13 | 2016-02-01T18:20:26 | Java | UTF-8 | Java | false | false | 909 | 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 ru.galuzin.unitconversionclient;
/**
*
* @author User
*/
public class UnitConversionClient {
/**
* @param args th... | [
"galuzin.leonid@gmail.com"
] | galuzin.leonid@gmail.com |
516a7175698b1c7b4e8e5651af8a26742e25ea38 | 362e2d0e1902eb14d0be9edbe72296698091e0df | /Practica10/src/practica10/ColorPanel.java | 88026c074c8387e9d2ba5b77c23726d6bb86e8e4 | [] | no_license | Antobio17/SMM | d2c9fe3fc91104118d0d606752ffb440bd6ecff7 | 219080b59f2e9aafe7cc8a0273d4fa5f6c66c23d | refs/heads/master | 2023-05-14T09:38:30.544612 | 2021-06-07T13:46:02 | 2021-06-07T13:46:02 | 365,561,162 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,016 | 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 practica10;
import java.awt.Color;
/**
*
* @author Antonio Jiménez Rodríguez
*/
public class ColorPanel extends javax.swin... | [
"antoniojr997@gmail.com"
] | antoniojr997@gmail.com |
a4badc6017344226f9c27b60889e5813f3abcb11 | e6256a444f1f1002557a9a4e38989aaa9a5e507e | /src/main/java/Controller/AppController.java | 3336f1440b29f2354c9e1a70d7b64b815b7f455a | [] | no_license | hridendra27/frontHandHandle | d7831bf72c77586f3a692d239de4fed59e8c327a | d1c899a98f1d5694bb768115dd78a050f4899bd7 | refs/heads/master | 2021-04-18T21:45:22.730255 | 2018-03-31T12:17:42 | 2018-03-31T12:17:42 | 126,820,766 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,236 | java | package Controller;
import java.util.ArrayList;
import java.util.HashMap;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.scheduling.annotation.EnableAsync;
//import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework... | [
"hridendra27@gmail.com"
] | hridendra27@gmail.com |
f3b85e4e6abc3e04f7382878597f5e79dc9d7265 | 9fa3100439e632cef6fda878ba0e5d5988e123ed | /TreeLab2_Student/src/testerClasses/CloneTester.java | 06da6e66af2ecdb94d01cb8276f32460b395fc7e | [] | no_license | LuisUfret/TreesLab | 6b91ffcab854fe63ee71b58dd77418081cb52b86 | b2846550bdaece14841505bd6f5907c1a803d003 | refs/heads/master | 2020-03-12T18:29:56.638053 | 2018-04-24T04:28:51 | 2018-04-24T04:28:51 | 130,761,502 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,117 | java | package testerClasses;
import labUtils.Utils;
import treeClasses.LinkedTree;
import treeInterfaces.Position;
public class CloneTester {
public static void main(String[] args) throws CloneNotSupportedException {
LinkedTree<String> t = new LinkedTree<>();
// add nodes and data to the tree
Positi... | [
"luisufret@10.31.47.31"
] | luisufret@10.31.47.31 |
2f3cd405eb32fdb3d16bcdfa084e1037e924b016 | 403aca6b4e2a60e773820fafa2a79ffe2ee4805b | /src/src/net/idtoki/serteca/controller/LocalidadController.java | d88a71b0e2f5bd9d942e7c3da5eec4b6fab27771 | [] | no_license | esle-elkartea/lankidetza00004 | e57a32c2d00416f86da45458db030558ef4e7f5a | a02a4ddf45050fbe85dbf41af146ae86f0b0cf22 | refs/heads/master | 2020-12-24T11:53:20.234029 | 2016-06-24T09:38:34 | 2016-06-24T09:38:34 | 61,873,745 | 0 | 0 | null | null | null | null | ISO-8859-10 | Java | false | false | 4,480 | java | package net.idtoki.serteca.controller;
import java.io.IOException;
import java.util.logging.Logger;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.torque.util.Criteria;
import net.idtoki.serteca.group.L... | [
"noreply@esle.eu"
] | noreply@esle.eu |
d8d2c65c908a7604422995e590f1ae6804d6481c | 6c32583e563d6b9f8a79c53cc2341bbbd24b817d | /src/main/java/com/repostit/repostit/RepostitApplication.java | 37341fdaf65cae0c6efbcceb5e93536df8c7f6cb | [] | no_license | Mayesamomo/SpringBoot- | 0f5aa0ceee0417711bace43f9a15fec24dfcb006 | 2d48a3b906d372a4ce78997de6d1c84484293471 | refs/heads/master | 2022-05-15T23:30:48.584278 | 2020-03-30T10:15:54 | 2020-03-30T10:15:54 | 247,927,824 | 0 | 0 | null | 2022-03-31T19:03:50 | 2020-03-17T09:23:47 | Java | UTF-8 | Java | false | false | 393 | java | package com.repostit.repostit;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.scheduling.annotation.EnableAsync;
@SpringBootApplication
@EnableAsync
public class RepostitApplication {
public static void main(String[]... | [
"48134632+Mayesamomo@users.noreply.github.com"
] | 48134632+Mayesamomo@users.noreply.github.com |
c5260d91a04e1d2140f1f711bbd9a9157a127cb9 | b994ff350b30622356ba537c6be59c99a7e02eda | /src/factory/ViewAppDetails.java | 310dd9f3012fc0fdbdd5fb4f8e802a9e269203aa | [] | no_license | vidhoonv/ctracker | 28801ceb023fc55eb171c5263f64cef700f35a77 | f117ba56c865c766ed2c9f3dd33ff24aaae11668 | refs/heads/master | 2021-01-10T20:03:43.472782 | 2012-11-27T15:58:14 | 2012-11-27T15:58:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,526 | java | /*
* ViewAppDetails.java
*
* Created on 12 October, 2009, 11:42 PM
*/
package factory;
import ctracker.*;
import java.sql.*;
/**
*
* @author Vidhoon
*/
public class ViewAppDetails extends javax.swing.JFrame {
/** Creates new form ViewAppDetails */
public ViewAppDetails() {
initComponents();
... | [
"vidhu2366@gmail.com"
] | vidhu2366@gmail.com |
1c26617d3f62ec27a65e4562988666360550e73e | 765db637b5c8d39ddd225c94197a4d26c72e2d26 | /module_btc/src/main/java/com/quincysx/crypto/utils/Base58.java | 8e02cec1fa345139516051e9432111aa9869ef1c | [] | no_license | Seasonallan/PSAndroid | 4ff6a6bf9ede9c34d78b8b07ef53d3d6a6fa9949 | abfe5337b5dbb565a97831c9cd3e6501a5e20655 | refs/heads/master | 2023-06-23T03:27:08.517222 | 2023-06-11T04:19:07 | 2023-06-11T04:19:07 | 233,226,047 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,779 | java | package com.quincysx.crypto.utils;
import java.math.BigInteger;
/**
* @author QuincySx
* @date 2018/3/1 下午5:04
*/
public final class Base58 {
private static final char[] BASE58 = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz".toCharArray();
// private static final char[] BASE58 = "rpshnaf39wBU... | [
"451360508@qq.com"
] | 451360508@qq.com |
7de8e61fc6e4c911ded64103b919fcc5a086b27a | 8c5e53b7f3c21dfc14718fc1ac6aab94b54ca88f | /src/wcp-tag/src/main/java/com/farm/doc/tag/ReadIsShowForUser.java | 050414296cb9ef9531b9e9e21a8fd9949bcbcfb0 | [] | no_license | zwzdream/wcpTest | 57294a779a058028433ed9bffb4e9e23995e27fe | f0fed9d40d29ad7942d8056b68e76c9a22081c53 | refs/heads/master | 2020-03-22T19:05:07.199958 | 2018-07-11T01:24:02 | 2018-07-11T01:24:02 | 140,503,479 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,613 | java | package com.farm.doc.tag;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.jsp.JspException;
import javax.servlet.jsp.tagext.TagSupport;
import com.farm.core.auth.domain.LoginUser;
import com.farm.doc.server.FarmDocManagerInter;
import com.farm.doc.server.FarmDocOperateRightInter;
import ... | [
"1411872139@qq.com"
] | 1411872139@qq.com |
6423a57fa7b5d8a4202915ba8e892236b90bd107 | 598ec63b84657efe570d02dd3dfbdd5ee3ce332f | /src/main/java/simplejasper/Utils.java | 99396c10c0387a80969f52b5bf695988f91096a0 | [] | no_license | rodrigomanhaes/simplejasper | 4b31a360ff5be30419f576c1ae7bdf28eca81cff | 80cd00547145319eefc156715e15a06792aa12e3 | refs/heads/master | 2023-04-30T19:24:02.799858 | 2023-01-24T01:33:15 | 2023-01-24T01:34:27 | 205,642,164 | 0 | 0 | null | 2023-04-14T18:13:22 | 2019-09-01T07:10:34 | Java | UTF-8 | Java | false | false | 3,772 | java | package simplejasper;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileOutputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.io.OutputStream;
import java.nio.charset.Charset;
import java.util.Base64;
import java.util.HashMap;
import java.util.Locale;
import java.util.Ma... | [
"rmanhaes@gmail.com"
] | rmanhaes@gmail.com |
41f206b09231728d1c3ed2966de2f2aa877ea0dd | 15792626ceb9b3e7393ea649acc4ebe663f08276 | /autoload-cache-manager/autoload-cache-manager-jedis/src/main/java/com/jarvis/cache/redis/JedisClusterPipeline.java | ae97ab8e98f3e4e1a7be93da5510760cd2386a2e | [
"Apache-2.0"
] | permissive | yuanhotel/AutoLoadCache | a0283e419cb041c71f5b12d4720a605891497898 | 6facc33327160d5b003bd21a06532de040fcdcc6 | refs/heads/master | 2020-05-21T05:53:34.538503 | 2020-03-23T07:39:07 | 2020-03-23T07:39:07 | 53,541,958 | 0 | 0 | Apache-2.0 | 2020-04-07T03:08:02 | 2016-03-10T00:23:40 | Java | UTF-8 | Java | false | false | 3,629 | java | package com.jarvis.cache.redis;
import lombok.Getter;
import lombok.extern.slf4j.Slf4j;
import redis.clients.jedis.Client;
import redis.clients.jedis.Jedis;
import redis.clients.jedis.JedisClusterInfoCache;
import redis.clients.jedis.JedisPool;
import redis.clients.jedis.PipelineBase;
import redis.clients.jedis.Respon... | [
"153163285@qq.com"
] | 153163285@qq.com |
dc4196e911401f5a841aec511e20ee46b3260190 | 6013a4716823562b40f38a93631f6a96847f93e0 | /mcc-project-data/src/main/java/com/bah/mcc/util/JWTHelper.java | 6ed039b3f98115acd5e59d165797d0feb8aa2be8 | [] | no_license | dbohuslov/mcc-project-data | 48debc215750f5abf353ee9ceb6dea6a95589244 | 1b3dcf0558bd581d6f22b5db2a4ebf1e3a7f4110 | refs/heads/master | 2023-03-12T10:39:22.209690 | 2021-03-04T11:43:22 | 2021-03-04T11:43:22 | 344,127,985 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,186 | java | package com.bah.mcc.util;
import java.util.Date;
import java.util.Map;
import com.auth0.jwt.JWT;
import com.auth0.jwt.JWTVerifier;
import com.auth0.jwt.algorithms.Algorithm;
import com.auth0.jwt.exceptions.JWTCreationException;
import com.auth0.jwt.exceptions.JWTVerificationException;
import com.auth0.jwt.interfaces.... | [
"dbohuslov@comcast.net"
] | dbohuslov@comcast.net |
d1488c665160496817ca85ca9ec710ad1067bf96 | 9fef7df3c3600f596929f2ed8e35cf34dd447cf2 | /src/java/com/wordpress/ricardoanalistadesistemas/sorveteria/controller/SorveteControllerMB.java | 8e15b94c2320e9b2d503c0252160075a82300cc7 | [] | no_license | ricardoaraujob32/Sorveteria | df8a1ea228aff53d070064163e699b4010a956c4 | 0156b30ee7774769fd0c92dbf1eb20c4c8387b4c | refs/heads/master | 2020-04-13T12:44:08.740013 | 2019-02-11T01:06:40 | 2019-02-11T01:06:40 | 163,210,804 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,942 | 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.wordpress.ricardoanalistadesistemas.sorveteria.controller;
import com.wordpress.ricardoanalistadesistemas.sorveteria.dao.G... | [
"ricardoaraujob32@gmail.com"
] | ricardoaraujob32@gmail.com |
affaea3051c617f3c763cfc937a23fadbc56d3cc | be30d124733f354d8929f20150898227950a2911 | /oop1Pjt/src/whatMethod/ObjectClass.java | 66a909b3e34e8ce11c1786e14c8849fe78989d62 | [] | no_license | zehye/studyJava | 399db168cbc7064a26054c0321d6942cd4df71f3 | 4c5c0ae675d8841ef4ac38af6d20284437e910da | refs/heads/master | 2020-07-06T00:55:21.186347 | 2019-08-27T10:13:25 | 2019-08-27T10:13:25 | 202,837,915 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 123 | java | package whatMethod;
public class ObjectClass {
public void getInfo() {
System.out.println(" -- getInfo() -- ");
}
}
| [
"zehye.01@gmail.com"
] | zehye.01@gmail.com |
d4a577f805e410207e69d03a7907f88ccc3e50aa | 69ae7a2942faa1963f9ab68485524cf4fd4141d1 | /PracaInzynierska/app/src/main/java/lewczyk/pracainzynierska/CoachExercise/CoachExerciseList/CoachExerciseListActivity.java | dba9fe3f880edbb5af13289ec36fb7b0d16623e7 | [] | no_license | MarcinLewczyk/PracaInzynierska | 76697858a8dfbcdcbd5377575f6d364d8a67c702 | 61e7c581a0b0656dd21b99c021297feb62d69706 | refs/heads/master | 2020-12-02T18:03:03.607890 | 2017-12-17T16:04:08 | 2017-12-17T16:04:08 | 96,464,959 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,862 | java | package lewczyk.pracainzynierska.CoachExercise.CoachExerciseList;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ArrayAdapter;
import android.widget.ListView;
import android.w... | [
"lewczyk.marcin@gmail.com"
] | lewczyk.marcin@gmail.com |
6cc975c69a74e9b2199a676c04bad53c176b33c8 | 8137aacb145ceca06a77ce152a17f145305b2cab | /app/src/main/java/com/design/design/design/FacebookActivity.java | 19198f1245daae4c3a63fc8161b3f9326172c2f3 | [] | no_license | kleviscipi/design | 8dd6a227603e7b82a885c4785a9e8ef18e85cfff | acc83c4d41c6051bd13a65ac5c8ccfd2e37c1502 | refs/heads/master | 2021-01-13T03:45:54.028023 | 2016-12-28T16:56:48 | 2016-12-28T16:56:48 | 77,212,419 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,604 | java | package com.design.design.design;
import com.facebook.FacebookSdk;
import com.facebook.appevents.AppEventsLogger;
import android.content.Intent;
import android.media.Image;
import android.net.Uri;
import android.renderscript.ScriptGroup;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import... | [
"cipiklevis@gmail.com"
] | cipiklevis@gmail.com |
a86c6e4adea9fe93aa8f04b33ca5c84fad1b864d | 623b8eb08aa8c4a7679cc20b0728844f801f9ce6 | /src/main/java/com/xiaoyi/bis/user/domain/Order.java | 9bb7a56246628e6dc6c9784dccc422574e95d6a2 | [] | no_license | LiuYPGitHub/xiaoyi2 | e8a9ef1b63161804e742d5ac08819cc2b97ed3f7 | f713cfe91d5b6bc8102876e644e503666f028a34 | refs/heads/master | 2022-07-10T08:26:01.686314 | 2019-12-12T02:48:34 | 2019-12-12T02:48:34 | 227,505,173 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,165 | java | package com.xiaoyi.bis.user.domain;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
import lombok.ToString;
import java.io.Serializable;
import java.util.Date;
/**
* @Description:用户订单
* @Author:kk
* @Date:2019/10/28 10:35
*/
@Data
@ToS... | [
"Philo@DESKTOP-OPRVRF1"
] | Philo@DESKTOP-OPRVRF1 |
50c7e829045d7bc2c568bd907d494f4acbb83cab | e3fd4a51e8400304b371eb20720ae20b6fef450f | /src/main/java/com/starfish/demo/controllers/DataAccessController.java | de3a7c2a23803cbf2f6b4a941a69fe480a3ac844 | [] | no_license | joshuamokut/WebPageParser | 6bbc791d8a4efdf24b576118a36e2132905877e8 | d82a697fff64de20c2dfe1765aee2ac984a69177 | refs/heads/master | 2022-09-05T07:43:23.168335 | 2020-03-19T06:59:58 | 2020-03-19T06:59:58 | 246,964,891 | 0 | 0 | null | 2022-09-01T23:21:29 | 2020-03-13T01:36:45 | Java | UTF-8 | Java | false | false | 928 | java | package com.starfish.demo.controllers;
import com.starfish.demo.DTO.WebPageSetDTO;
import com.starfish.demo.services.DataAccessService;
import lombok.AllArgsConstructor;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
impor... | [
"joshuamokut@gmail.com"
] | joshuamokut@gmail.com |
1bec6ec33f459c7baf3ce78294c00c8b90143fd7 | 043a614cb910dad84f20d54d2a8bed0537f05692 | /abstractfactory/src/main/java/org/headfirst/patterns/ReggianoCheese.java | ab27856fd8097b00fa3d9b858aeb2679e49593f2 | [] | no_license | michaelzherdev/headfirst-patterns | 6b0eefe4d6e755da271bd9af578bab60a06b4a43 | 0cb2f20468fc46eb6020787a5cd182b69237bfba | refs/heads/master | 2021-08-08T13:33:00.545944 | 2017-11-10T12:04:15 | 2017-11-10T12:04:15 | 110,242,531 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 143 | java | package org.headfirst.patterns;
public class ReggianoCheese implements Cheese {
public String toString() {
return "Reggiano Cheese";
}
}
| [
"m.zherdev@bank-trc.ru"
] | m.zherdev@bank-trc.ru |
90099506391aa383a15c2d4f59c36557c7c99d18 | 117ddb52f98eb69d8e8c9fb383c185c052c4c198 | /app/src/androidTest/java/com/oanaunciuleanu/musicapp/ExampleInstrumentedTest.java | 5546eddf731c5e9df62bbdb1cd72124dc266a70c | [] | no_license | oanaunc/MusicApp | bc7a2847fd512888af06af101584da13eb6b196f | da021376ef2a5e7dc16bef734762cb7c4900f276 | refs/heads/master | 2021-04-26T22:20:23.973965 | 2018-03-06T12:21:18 | 2018-03-06T12:21:18 | 123,727,367 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 755 | java | package com.oanaunciuleanu.musicapp;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an And... | [
"34318423+oanaunc@users.noreply.github.com"
] | 34318423+oanaunc@users.noreply.github.com |
c45739af6a5a67065572958a6d2ff317e59c0972 | 52eefa7fcbbd953f1fa7e80ee81670065ab2074b | /app/src/main/java/com/zhketech/project/global/Constant.java | 944c8fbddd563f921673370a08d6929d25f509c5 | [] | no_license | wpfsean/SipClient | fa74428cd99d61bff8f2e43e4bba27dfd2e60cf8 | c94c580de3f7d4978561bc253bac95448d3f27e1 | refs/heads/master | 2020-03-17T02:55:54.253028 | 2018-05-16T08:14:29 | 2018-05-16T08:14:29 | 133,212,513 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 321 | java | package com.zhketech.project.global;
/**
* Created by Root on 2018/5/3.
*
* 定义全局变量
*
*/
public class Constant {
public Constant(){
throw new UnsupportedOperationException("not can constructed");
}
//server ip
public static final String IP_SERVER = "192.168.0.16";
//
}
| [
"wpfsean@126.com"
] | wpfsean@126.com |
a28dcd5076deda1da5cff9ce5b9ad1ace7268b75 | 0ee14fbc109f9c97fc30b03293b9d1959cfbf744 | /app/src/main/java/com/app/androidlivetv/IntroActivity.java | 9d6abcfcba93c7f3b06eecd2390968da7b390dcd | [] | no_license | hendyyou/AndroidLiveTV | e0c694e35b9192cc6d0aadd682d40f9b00bd9e22 | 02addc372ff4bd8c1f6b1b16e251cbe5f17b8777 | refs/heads/master | 2020-04-01T13:11:12.654287 | 2018-09-17T04:41:14 | 2018-09-17T04:41:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,937 | java | package com.app.androidlivetv;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentStatePagerAdapter;
import android.support.v4.view.PagerAdapter;
import and... | [
"mohammadfaizan980@gmail.com"
] | mohammadfaizan980@gmail.com |
56bf0430d58ff0a7e315bbb30816397a0a6872ea | 318948b712fcb8ea4e9859eea103b799a09e2165 | /src/ch/blutch/alloblutch/controllers/AdminGenreBean.java | d812729c98d508b9233bbc73f00d4543d28f7376 | [] | no_license | blutch89/2013-alloblutch | 33e762304581c33b715d30d1d20cac31666a6442 | f2bb64240267fbef018c0ad08ca0634a59e74ed4 | refs/heads/master | 2021-01-20T06:14:56.083317 | 2017-08-26T15:34:22 | 2017-08-26T15:34:22 | 101,493,512 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 3,755 | java | package ch.blutch.alloblutch.controllers;
import java.io.IOException;
import java.io.Serializable;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.annotation.PreDestroy;
import jav... | [
"gigon.thomas.b@gmail.com"
] | gigon.thomas.b@gmail.com |
0a5dc077fe97fc3b33460b75cafe0d08be201904 | 848a5312b33f39a2d395d67818b3ef5bed239286 | /WebBootMVCEmployee/src/main/java/com/vwits/demo/WebBootMvcEmployeeApplication.java | 6d5f9f12fa116caf0efb83f5814051f95c9976b8 | [] | no_license | Priyanka-Patil20/Training | c1e178c51e8a825ce7b634cb6a9a9a6c55be1a4d | 48cda6452f26f4fcc969568d4d8bd946a426a1c5 | refs/heads/main | 2023-02-16T08:41:54.045150 | 2021-01-07T13:49:21 | 2021-01-07T13:49:21 | 327,266,216 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 386 | java | package com.vwits.demo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.ApplicationContext;
@SpringBootApplication
public class WebBootMvcEmployeeApplication {
public static void main(String[] args) {
Spring... | [
"noreply@github.com"
] | noreply@github.com |
ba56367793ade8c435c76a48f7b06cce7f4f4de8 | fb6915b71ea90af42da282aaee4a0e11e698c7b4 | /src/main/java/com/argsno/understaingjvm/ch2/RuntimeConstantPoolOOM.java | b23ceabe0c18ca7aae6031fe41c830333698c243 | [] | no_license | argsno/understanding-jvm | e75812eeb5dffb2fb3687fba88ef1f34441bb2c4 | 5e81675b771d93729a9d69c27d30691ed3a5defc | refs/heads/master | 2020-05-20T09:16:13.108507 | 2019-05-27T11:55:04 | 2019-05-27T11:55:04 | 185,496,034 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 595 | java | package com.argsno.understaingjvm.ch2;
import java.util.ArrayList;
import java.util.List;
/**
* VM Args:-XX:PermSize=10M -XX:MaxPermSize=10M
* Java 8 环境下已经失效了
* @author zzm
*/
public class RuntimeConstantPoolOOM {
public static void main(String[] args) {
// 使用List保持着常量池引用,避免Full GC回收常量池行为
List... | [
"argsno@gmail.com"
] | argsno@gmail.com |
15e5db535d5098848b9f7b7cf9ae90f2bee80b26 | b6697b3f425abb4fa180be7802914bb7113a2b62 | /src/main/java/com/ptm/user/service/enitity/package-info.java | eba61c47d88757d2b8eddc8db5208f932e6619c3 | [] | no_license | diwakarzend/pay2user | 102ee8106a3dac4a40a6961e169fc2e74dcda1ae | fbc46463ee936e1037ea850addd9d748dcd96f8d | refs/heads/master | 2023-01-10T01:55:37.878786 | 2020-09-20T10:19:42 | 2020-09-20T10:19:42 | 296,899,897 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 69 | java | /**
* JPA domain objects.
*/
package com.ptm.user.service.enitity;
| [
"raghuvansi.raghuvansi@gmail.com"
] | raghuvansi.raghuvansi@gmail.com |
0ba05194af265f722d066118faea078cf7d2d429 | ed81484598b4fa864a979aa0c75af79afe179106 | /Assembler/src/operands/ByteHexadecimalOperand.java | fe59ab059adfd94a7d7736a6d5f45f3a2946c8c6 | [] | no_license | MarcMagdi/SIC-Assembler | 44fa2d1f5300c84c83d9310cc794c1795b43a921 | 3b2623ca6f0a4866cb5b0da3b3e167a1cae80095 | refs/heads/master | 2021-01-25T11:28:37.179660 | 2017-06-10T09:51:46 | 2017-06-10T09:51:46 | 93,929,417 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,489 | java | package operands;
import com.sun.media.sound.InvalidFormatException;
import parser.PatternUtilities;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* Faculty of Engineering, Alexandria University
* Computer and Systems Engineering Department
* CS 372 : Systems and Components Programming
* Pr... | [
"Mavloper@gmail.com"
] | Mavloper@gmail.com |
6582242b05793ce9f09fa889311c3645c5cbc56b | 86e5e26e4d8e2da5fe86609eed185d52f4c658aa | /Project 4/src/GUI.java | 871f5700a4fd267aafaaac8a5591fbc2b70ad947 | [] | no_license | ben203/CMSC-242 | a9c5ca3794ed1736f2408b882117a2c08ca318a4 | fdf84f733e2ca568a64861abeb4ed62c307997ac | refs/heads/main | 2023-06-03T14:20:53.506730 | 2021-06-22T13:44:42 | 2021-06-22T13:44:42 | 379,280,203 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,966 | java | /**
*
* File: GUI.java
* Author: Bedemariam Degef
* Date: October 7, 2019
* Purpose:This class handles the database interactions
*
*/
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.HashMap;
public class GUI extends JFrame ... | [
"noreply@github.com"
] | noreply@github.com |
ed86e2ccbfdfe21c327d7a2018389a439933bdcc | 6d3843a3364928728ab0918460839aecd4fe210f | /fireplace-backend/src/main/java/fireplace/backend/infrastructuur/impl/MessageServiceService.java | d738036e6a8ec5c98667181f7a22cbe54ea15c70 | [] | no_license | TimmyGilissen/fireplace | 63bdfe4fdb2da564b7e1351a2e2c64c15f7f87d4 | 1a8f0c298d2f9e3620e138b946e89f5b1906c915 | refs/heads/master | 2016-08-12T11:07:03.559564 | 2015-12-28T20:56:22 | 2015-12-28T20:56:22 | 48,394,585 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 859 | java | package fireplace.backend.infrastructuur.impl;
import fireplace.backend.infrastructuur.MessageService;
import org.springframework.amqp.AmqpException;
import org.springframework.amqp.core.AmqpAdmin;
import org.springframework.amqp.core.AmqpTemplate;
import org.springframework.amqp.core.Queue;
import org.springframework... | [
"timmy.gilissen@gmail.com"
] | timmy.gilissen@gmail.com |
e656ece6571ab56fa9ff806c82e345d8fe891035 | da33a16e291dfa7d150bf75552160a67a7a9508d | /at.poquito.assetmanager-impl/src/at/poquito/assetmanager/rest/AssetManagerExceptionMapper.java | 47ad851bf509387ddeb9a8231c025ec416117a53 | [
"MIT"
] | permissive | poquito/assetmanager | 98850f10c5979b6dc98834d9c4fa9d6781904a17 | 16f86d9ed21b7fb7d0ba37811862645eaa1b04e9 | refs/heads/master | 2021-11-23T03:56:42.869297 | 2021-10-31T22:11:05 | 2021-10-31T22:11:05 | 22,812,193 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 525 | java | package at.poquito.assetmanager.rest;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.Response.Status;
import javax.ws.rs.ext.ExceptionMapper;
import javax.ws.rs.ext.Provider;
import at.poquito.assetmanager.AssetManagerException;
@Provider
public class AssetManagerExceptionMapper implements ExceptionMapper... | [
"mrodler@users.noreply.github.com"
] | mrodler@users.noreply.github.com |
8b81d8a363eb7b0bf56fc524179c1a9a54733d1b | 5d37ea540af1f4dfaad7542cc70483cfb7232f66 | /app/src/main/java/com/example/tomz/electroniccity/page/bn_tab_home/account/address/DefaultAddressRequest.java | 5072a057c8ff5d4c7a91c9ae5e7ba88f01446b8d | [] | no_license | tommydoang/eci | 538b7d645617dd12d3f0937229fa11583cc5e33d | eb24130d993fe080530f9999ff2f25e70cf7fb15 | refs/heads/master | 2018-12-22T20:48:12.959582 | 2018-10-27T17:35:59 | 2018-10-27T17:35:59 | 149,403,020 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 783 | java | package com.example.tomz.electroniccity.page.bn_tab_home.account.address;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class DefaultAddressRequest {
public DefaultAddressRequest() { }
public static class req{
@Expose
@SerializedName("id... | [
"tommydoang47@gmail.com"
] | tommydoang47@gmail.com |
4fa4fc6c5cc58cea75043a76e54cce17e762267a | 3f16791cc87b9ed835e84beaff4e50ed78cec4d8 | /src/UberSimulation/User.java | b9be1896f30f0e056a5efd39f6a48433f1df0771 | [] | no_license | SACHSTech/ics4u-oop-assignment-jenniferluk | 399843b9eeded6b88d77aa4688bcd2af728cdf0e | 12bcb46f304b34df43dd63292dcd064cfac1136d | refs/heads/main | 2023-02-10T13:20:49.865424 | 2021-01-06T19:59:00 | 2021-01-06T19:59:00 | 321,712,211 | 0 | 0 | null | 2023-07-06T00:55:50 | 2020-12-15T15:39:55 | Java | UTF-8 | Java | false | false | 1,002 | java | package UberStimulation;
import java.util.*;
import UberSimulation.*;
public class User{
// instance variables
private String username;
private String userphoneNum;
private String useremail;
private String userpassword;
/**
* User constructor. Creates an instance of the object, user.
*
* @p... | [
"jennifer.luk21@ycdsbk12.ca"
] | jennifer.luk21@ycdsbk12.ca |
d0884546ac2fa5b2f748734b7cf5b0641b0143c6 | c761c916247b2a3788b16a9f899f67f7d50f2ef7 | /app/src/main/java/com/vivo/wechatcommentsdemo/utils/MD5Encode.java | d279fd56392b89aab28820ef0f29bbfab0ba0f95 | [] | no_license | XiaLeon/WeChatCommentsDemo | 17647561a179fbc588d519acaf127161b115dfde | fe3d9bd7119fd1a787d3385758b50c6057df2a61 | refs/heads/master | 2021-08-15T07:43:32.460887 | 2017-11-17T15:18:27 | 2017-11-17T15:18:27 | 111,116,133 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 972 | java | package com.vivo.wechatcommentsdemo.utils;
import android.text.TextUtils;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
/**
* Created by Administrator on 2017/11/13.
*/
public class MD5Encode {
public static String encode(String source) {
if (TextUti... | [
"Administrator@tgdn-4390.(none)"
] | Administrator@tgdn-4390.(none) |
fec8940e58197d1ac7351a5296bc2a3cc44e8ff8 | e4147ea44305754730e3eb12d58f8f0a2a3c8829 | /src/test/java/com/hendersongroup/security/DomainUserDetailsServiceIntTest.java | 0e037bb8cad019c904c34faf7169fbb453152ab4 | [] | no_license | nimo1981/corecmjan | ac95da7248e0f8cb0059e68201b9fdad8f4e816b | 888ede5b60a19e07db7cc101a708803075ac5f52 | refs/heads/master | 2021-09-02T07:16:31.619656 | 2017-12-31T10:45:25 | 2017-12-31T10:45:25 | 115,857,366 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,649 | java | package com.hendersongroup.security;
import com.hendersongroup.CorecmjanApp;
import com.hendersongroup.domain.User;
import com.hendersongroup.repository.UserRepository;
import org.apache.commons.lang3.RandomStringUtils;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.spring... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
f7cf753403e42b0e352f178fcc46a5b538a031f7 | 118cbd2b842c47bd1fa990f9b11b48c07fb3e1a8 | /lab_5/src/Lab3/Participant.java | 7650a236de3122079e1ca5900623a7f6652c7d67 | [] | no_license | Kompot04/Lab_5 | 11a99146bc4c371b101596bfeca44b802eea8c28 | b583310739bfd0dd8572e97352fc675ea402efe4 | refs/heads/master | 2023-05-09T00:14:55.525128 | 2021-05-31T10:36:05 | 2021-05-31T10:36:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,339 | java | package Lab3;
import Lab5.DAO;
import java.time.LocalDate;
import java.util.*;
import java.util.function.Predicate;
public class Participant {
private int id;
String name;
String region;
Map<LocalDate, Integer> incomeReg= new HashMap<>();
Map<String, String> vote = new HashMap<>();
static... | [
"lenb9660@gmail.com"
] | lenb9660@gmail.com |
10756a2356a0a0a3699c4727d484a84d60be73b1 | a5f3c1dbd415c944ac78e681a4410cf1032d8e0c | /core/src/main/java/org/cru/contentscoring/core/provider/VanityPathUriProvider.java | b22009f13621812b67cea4ef621230c25725d862 | [] | no_license | CruGlobal/cru-aem-content-scoring | a309fae5397738cc29271f23b3e75ea67e179c46 | ec436fd28301ade5e87e67e8d9ef47eed52e3d32 | refs/heads/master | 2022-12-10T02:12:31.770260 | 2022-11-28T14:25:01 | 2022-11-28T14:25:01 | 126,240,587 | 0 | 1 | null | 2022-12-02T14:56:38 | 2018-03-21T21:06:05 | Java | UTF-8 | Java | false | false | 1,694 | java | package org.cru.contentscoring.core.provider;
import org.apache.http.client.utils.URIBuilder;
import org.apache.sling.api.resource.Resource;
import org.apache.sling.api.resource.ResourceResolver;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.net.URI;
import java.net.URISyntaxException;
import j... | [
"william.randall@cru.org"
] | william.randall@cru.org |
26f46c7991d91054f69daf29915dae0f6d2042df | 46b79f2d6d03473f374c957bdbc85d32f8772dc0 | /10-01-cargo-booking-elk-solution/src/main/java/com/way2learnonline/booking/domain/model/valueobjects/Voyage.java | bfcc9bf9b7c7b78a4ed83872a824347231882ff7 | [] | no_license | anish8129/Notes2 | b9f452cd9f3393de3ccd932d3e6ea591776de2a5 | aa902ecc19e3df5f0ddd7928390e1029136f0c6d | refs/heads/master | 2022-12-28T17:21:39.910175 | 2020-10-01T17:55:43 | 2020-10-01T17:55:43 | 299,244,174 | 0 | 1 | null | 2020-10-01T17:55:44 | 2020-09-28T08:39:38 | Java | UTF-8 | Java | false | false | 530 | java | package com.way2learnonline.booking.domain.model.valueobjects;
import javax.persistence.Column;
import javax.persistence.Embeddable;
/**
* Class representing the Cargo Voyage
*/
@Embeddable
public class Voyage {
@Column(name = "voyage_number")
private String voyageNumber;
public Voyage(){}
publi... | [
"aniprasad@debug-33.engr.tivo.com"
] | aniprasad@debug-33.engr.tivo.com |
78026490cb50521379ae4da80c19965188d2c2b4 | 1db39421d10471380d7f6e9e57cc4229b2224709 | /src/com/flairwork/studyquran/pro/CompareActivity.java | ff7e0e4d60cc6c0178f7c74fe3e17f4523eff634 | [] | no_license | FlairWork/Quran360Android | 6c98145ec5c7230976df08f0a6796dd58e5d52e7 | 5d10e7d1e72045a0475dc5145ef910f660a72ff5 | refs/heads/master | 2020-06-05T00:06:43.891464 | 2013-07-20T02:26:28 | 2013-07-20T02:26:28 | 8,594,171 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 8,576 | java | /*
* Copyright (C) 2010 Cyril Mottier (http://www.cyrilmottier.com)
*
* 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 req... | [
"hanifw@yahoo.com"
] | hanifw@yahoo.com |
088066ee155a39ec45b557de42e8947d188a51fd | ea20d5c31d48f78c040a5d9f45d681694b413e9c | /src/main/java/com/wipro/datedemo/ServletInitializer.java | e02385e568f4220b457661b997ce55bd9251e770 | [] | no_license | sunilmehtav/dayDifference | 74a72080619d7946926c691a714e0cc69c8e630c | 9f885b5e97fde4c3ca08fbfa7cd1a0cf69137c03 | refs/heads/master | 2020-06-26T13:56:52.959778 | 2019-07-30T08:17:00 | 2019-07-30T08:17:00 | 199,651,084 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 410 | java | package com.wipro.datedemo;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
public class ServletInitializer extends SpringBootServletInitializer {
@Override
protected SpringApplicationBuilder configure(SpringApplica... | [
"sunilmehtav@gmail.com"
] | sunilmehtav@gmail.com |
e742556bcd31a9ae6e43c1fc2f27fb02cbc84463 | da382e719818a7f8d7f98a31b58bfecc94173604 | /app/src/main/java/com/example/administrator/batheasy/ConsumeAdapter.java | 766955e2bffd0adb190aa6f47a97b3a531d159b7 | [] | no_license | LiangGaoUser/BathEasy | 9ab316e3ec4e78814f0b9d86dd8524e670064c00 | 0aa209ccfb3e91f882ea29c46e028a33998fbb00 | refs/heads/master | 2020-05-01T13:24:00.339789 | 2019-03-25T01:28:30 | 2019-03-25T01:28:30 | 177,490,476 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,444 | java | package com.example.administrator.batheasy;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextV... | [
"1920746538@qq.com"
] | 1920746538@qq.com |
0de546e4bf1965d04e655b556267a24e8e22327f | 5adc7bd35964c3dd929b9f87ff16fad5e97d2243 | /src/org/zqt/ui/holder/MoreHolder.java | b6acdabf4a2b5988f5ffe783870922967a3d2a32 | [] | no_license | QQiTong/qtmarket | 7090780e5627710aec840bda3ce84e0c10afbfd9 | 8bfec7dd36b02708eb3a1acd25051d553ee5b584 | refs/heads/master | 2022-12-25T17:49:29.544789 | 2022-12-14T14:23:23 | 2022-12-14T14:23:23 | 32,377,187 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,550 | java | package org.zqt.ui.holder;
import java.util.concurrent.atomic.AtomicBoolean;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.RelativeLayout;
import org.zqt.R;
import org.zqt.manager.ThreadManager;
import org.zqt.ui.adapter.DefaultAdapter;
import org.zqt.utils.UIUtils;
public... | [
"sfs"
] | sfs |
83cc87966e4a647eb0f7a74e85d825c67dfb5ab2 | 55fd6d231c66f420e4f8c0db135f37ce2e23a8f2 | /park-common/src/main/java/com/park/cloud/common/domain/vo/cms/RepPdaUserCountVO.java | 994253df55fa28b30e8d3ba996335ae807d0017e | [] | no_license | QianUser/park | 0cc1e3c78595eca5537bdef85e9e2fecad329173 | 726879bb498f24be7b3399449b27c4547002607c | refs/heads/master | 2023-02-02T19:28:02.689427 | 2020-11-27T11:15:11 | 2020-12-22T06:52:33 | 323,564,629 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 704 | java | package com.park.cloud.common.domain.vo.cms;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.math.BigDecimal;
import java.util.List;
/**
* @ClassNameRepPdaUserCountVO
* @Description TODO
* @Author liangshuang
* @Date 2020/3/19 13:40
**/
@Ap... | [
"1070599782@qq.com"
] | 1070599782@qq.com |
32aff24b7adc50e6d13d854eadabfd4ded8e970f | 700c678608767c8068971954309fc0985ad8d670 | /app/src/main/java/app/isfaaghyth/moviedb/data/helper/DatabaseHelper.java | e8833a9529a3f5088dbfeacce4f61b48865796b0 | [] | no_license | fentonmartin/dicoding-moviedb | 8f085dd9f146563b22ae0fdb65c3f3b2eb0c4093 | 76765f180090362a8bdd07700ed26d07fb8bb97a | refs/heads/master | 2020-07-16T10:21:45.822647 | 2019-09-13T13:13:16 | 2019-09-13T13:13:16 | 205,770,624 | 0 | 0 | null | 2019-09-02T03:31:46 | 2019-09-02T03:31:46 | null | UTF-8 | Java | false | false | 940 | java | package app.isfaaghyth.moviedb.data.helper;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import app.isfaaghyth.moviedb.data.local.DatabaseConstruct;
/**
* Created by isfaaghyth on 7/30/18.
* github: @isfaaghyth
*/
public class Dat... | [
"isfaaghyth@users.noreply.github.com"
] | isfaaghyth@users.noreply.github.com |
600dc498d85be62d4af0518e16863a170d732250 | 290ff2fadc08e842b02a597d3d1f245a6222fa4c | /app/src/main/java/com/exercise/wunder/jeanpaul/wunder/repository/local/CarsLocalRepo.java | 4a78e064a8b46e6f8b239ba85082c9c48abcfb21 | [] | no_license | jeanpok8/Wunder_App | a6bcea5aa836dd15249648ed88c783555ee8dac5 | 165e76d6e8fb1b0c99443eb10f706761e5459c02 | refs/heads/master | 2020-03-30T01:23:25.821598 | 2018-09-27T11:08:34 | 2018-09-27T11:08:34 | 150,573,708 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 407 | java | package com.exercise.wunder.jeanpaul.wunder.repository.local;
import com.exercise.wunder.jeanpaul.wunder.model.CarInfo;
import com.exercise.wunder.jeanpaul.wunder.model.LocationsInfo;
import java.util.List;
import io.reactivex.Observable;
/**
* Created by jean paul on 9/20/18.
*/
public interface CarsLocalRepo {
... | [
"jeanpok8@gmail.com"
] | jeanpok8@gmail.com |
025afd5608515c2f7e12f9a071b731360eb4e8fd | cd91fabfd5ead18f033b797355554f50be9794eb | /src/test/java/com/emt/lab/EmtLabApplicationTests.java | df45da5127591a28529cadb49fc5e5f120cd97bd | [] | no_license | EdvinLekovic/emt-lab | 3166e3d67fcfc4d5f116c89fdeb5ac3096fd6886 | 11bfcd94f9057089c192c9ffaca417ef57281c0b | refs/heads/master | 2023-03-28T01:56:09.081428 | 2021-03-28T17:00:57 | 2021-03-28T17:00:57 | 352,212,864 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 212 | java | package com.emt.lab;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class EmtLabApplicationTests {
@Test
void contextLoads() {
}
}
| [
"edvinleko12@gmail.com"
] | edvinleko12@gmail.com |
70f071b8b5a3b3849a30c1e3e0369cfc763d2df9 | cb2f8219a7e9173b7d6f0a555ab1e7c43d777f23 | /bataille_navale/src/main/java/fr/ensma/ia/bataille_navale/noyau/actions/attaques/Explosion.java | 745c16fc9bc450d77d716291e1615e51312eea7d | [] | no_license | Kehny91/BatailleNavaleCode | 150c096750ff161654877819e8834e0522f48d27 | 775c9a85fce9d650d3446c11aadf2cc62ef44306 | refs/heads/master | 2020-12-18T09:48:23.971582 | 2020-04-01T14:17:24 | 2020-04-01T14:17:24 | 235,336,111 | 0 | 0 | null | 2020-10-13T19:00:05 | 2020-01-21T12:21:07 | Java | UTF-8 | Java | false | false | 4,037 | java | package fr.ensma.ia.bataille_navale.noyau.actions.attaques;
import java.util.List;
import fr.ensma.ia.bataille_navale.ExceptionBadInput;
import fr.ensma.ia.bataille_navale.noyau.jeu.Case;
import fr.ensma.ia.bataille_navale.noyau.jeu.EDirection;
public class Explosion extends AttaqueAbs{
@Override
public Resultat... | [
"lexou_k@hotmail.com"
] | lexou_k@hotmail.com |
fb8808e18e6b93b906c2f4d102be85dea8298824 | 716ad87d89b5d6187812d3ddf5f81a208c2c8f66 | /google-api-grpc/proto-google-cloud-dataproc-v1beta2/src/main/java/com/google/cloud/dataproc/v1beta2/ListAutoscalingPoliciesResponse.java | 2f5031e15b3d75e2bb7cbf6c8530f21e8f6bca85 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | polita/google-cloud-java | 7e1d2f6a4bd6fbdc6b9f3ccab72fe89fd530396c | 797f6e0278d5181b1999c6685d37d2716ac48625 | refs/heads/master | 2022-08-24T02:50:49.626734 | 2019-09-30T22:23:54 | 2019-09-30T22:23:54 | 211,908,657 | 0 | 1 | Apache-2.0 | 2022-07-06T20:18:12 | 2019-09-30T16:49:46 | Java | UTF-8 | Java | false | true | 36,326 | java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/dataproc/v1beta2/autoscaling_policies.proto
package com.google.cloud.dataproc.v1beta2;
/**
*
*
* <pre>
* A response to a request to list autoscaling policies in a project.
* </pre>
*
* Protobuf type {@code google.cloud.dataproc... | [
"sduskis@google.com"
] | sduskis@google.com |
950112da75137bd7a1c24cb2539dd91f02ee2aa8 | 6eddc5a7dfa8779ac1730c4dd6e1e08f6db95df4 | /app/press/io/OnDiskCompressedFile.java | e1665792e7f64a917125549245f90af7a92d1389 | [] | no_license | judu/press | 9a1735cae14bed7cc55c252d04b0ddb8a0d054fd | bff1eaedaed3d365ed89e23724fbee6a287f332a | refs/heads/master | 2021-01-17T21:37:22.739367 | 2011-05-05T17:54:08 | 2011-05-05T17:54:08 | 1,707,562 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,934 | java | package press.io;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileFilter;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStream;
import java.io.Writer;
import play.exceptions.UnexpectedException;
import play.vfs.VirtualFile;
import press.PluginConfig;
import press.Pr... | [
"dirk@mccormick.cx"
] | dirk@mccormick.cx |
870be71dfa0e063481d6fcdfb7dd726df809804c | 45139da1430384cde65230d6f08e5112c262155f | /Egg_Herencia_03/src/main/java/Herencia/ej4/CalculoFormas.java | 8b842291229c53a189949689ae59c8a600db3eca | [] | no_license | Stdela/Egg_Educacion_Java | 99baa49d0bab02e0dbabe3a43a00573354ab7db8 | 87c242fdfe1a0af5a6e90a817d6c65794eaf4456 | refs/heads/main | 2023-08-17T16:29:25.929337 | 2021-08-31T12:10:37 | 2021-08-31T12:10:37 | 401,379,439 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 882 | java |
package Herencia.ej4;
//Se plantea desarrollar un programa que nos permita calcular el área y el perímetro
//de formas geométricas, en este caso un circulo y un rectángulo. Ya que este
//calculo se va a repetir en las dos formas geométricas, vamos a crear una Interfaz,
//llamada calculosFormas que tendrá, los dos... | [
"noreply@github.com"
] | noreply@github.com |
8567fc90a83c59f3054959fd42a026c3cbfaf79d | 3df64274e3cf15f59f14dbd812ee33c225c10bd0 | /src/MineSweeping.java | 9a61d30de36e16a6b24a86771ff54971b68c8618 | [] | no_license | hao0612/hao | cbaa6d94b464d419f2d8118e6e8aa0d4edeeb397 | 2c1aeb3b4247cc15b86ce1ea1642c95b4b1a3ada | refs/heads/master | 2020-12-04T14:04:13.949140 | 2020-01-04T16:28:37 | 2020-01-04T16:28:37 | 220,362,583 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,352 | java | import java.util.Scanner;
/*import java.util.Scanner;*/
public class MineSweeping {
private static Mine mine = null;
private static int mineCount = 0;
private static int findMineCount = 0;
public static void main(String[] args) {
mine = new Mine();
Scanner sc = new Scanner(System.in);
... | [
"973858423@qq.com"
] | 973858423@qq.com |
962f76486c43f0739126644d7be6221305346706 | ff3fccd1a66d7400c76875ab332b404f76e82465 | /framework/src/main/java/com/ocpsoft/projectStarter/ActionsFileCreator.java | 745864d54ba8b4b565b6000964bd7cfa2b8619ee | [] | no_license | ocpsoft/keyword-testing | f655040b6e6708572c404ee8223ee307c68dda00 | 1705f79b83c19376a5c497d4971ea33c34d79825 | refs/heads/master | 2020-04-09T14:20:13.984245 | 2013-11-04T21:47:47 | 2013-11-04T21:47:47 | 7,279,779 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,161 | java | package com.ocpsoft.projectStarter;
import java.io.FileOutputStream;
import java.io.PrintStream;
import java.net.URL;
import java.util.Arrays;
import org.jboss.forge.parser.JavaParser;
import org.jboss.forge.parser.java.JavaClass;
import com.ocpsoft.utils.Constants;
import com.ocpsoft.utils.Utility;
public class Ac... | [
"Craig.Schwarzwald@gmail.com"
] | Craig.Schwarzwald@gmail.com |
a836f7d1a279f53e0653cc4b6319f0beb43d4446 | 9856541e29e2597f2d0a7ef4729208190d9bbebe | /spring-beans/src/main/java/org/springframework/beans/factory/config/MapFactoryBean.java | 5696c324fad00c65c3244da5c301e83c51752a76 | [
"Apache-2.0"
] | permissive | lakeslove/springSourceCodeTest | 74bffc0756fa5ea844278827d86a085b9fe4c14e | 25caac203de57c4b77268be60df2dcb2431a03e1 | refs/heads/master | 2020-12-02T18:10:14.048955 | 2017-07-07T00:41:55 | 2017-07-07T00:41:55 | 96,483,747 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,469 | java | /*
* Copyright 2002-2008 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... | [
"lakeslove@126.com"
] | lakeslove@126.com |
a80c92e585d7a03c54b40575b83ec562392c511e | abd88dc42d29ac1717c2fc833125080f144a4eb4 | /src/main/java/edu/miu/cs/cs425/eshopping/util/GeneratePdf.java | b95bbeb31e021e879650fbaafac2babcae7161c0 | [] | no_license | Ghebrehiywet/eShopper | 2c5408f51eeffb11218c492c6f86d98869b8d471 | 77ae0bd633bf6c6d5040dd942946274ed025dd51 | refs/heads/master | 2023-04-13T20:09:31.122522 | 2020-10-20T20:54:04 | 2020-10-20T20:54:04 | 265,422,545 | 1 | 3 | null | 2023-03-27T22:19:21 | 2020-05-20T02:07:52 | Java | UTF-8 | Java | false | false | 8,534 | java | package edu.miu.cs.cs425.eshopping.util;
import com.itextpdf.text.*;
import com.itextpdf.text.pdf.PdfPCell;
import com.itextpdf.text.pdf.PdfPTable;
import com.itextpdf.text.pdf.PdfWriter;
import edu.miu.cs.cs425.eshopping.model.Item;
import edu.miu.cs.cs425.eshopping.model.Order;
import java.io.ByteArrayInputStream;
... | [
"g.hiwetmit@gmail.com"
] | g.hiwetmit@gmail.com |
caa797142a7e7d42d44936e057e38d35311181c3 | 1a4da9969f7bf77a34417f4b58fcd71a2c3587b1 | /Lstack/src/com/company/Node.java | 135380334c22f97796112e012daf5e7565151c01 | [] | no_license | jitendra80830/DataStructure_Using_Java | dac98e1fba20e6e1bccd8b3ff5b5559aa64015bd | 3198c6e08a51727bdb20ade5d4196d84192f6a4e | refs/heads/master | 2023-04-01T22:51:02.599688 | 2021-04-15T08:21:35 | 2021-04-15T08:21:35 | 318,781,358 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 150 | java | package com.company;
public class Node<T> {
T data;
Node<T> next;
Node(T item){
this.data=item;
this.next=null;
}
}
| [
"jitendrakumar89973@gmail.com"
] | jitendrakumar89973@gmail.com |
e795c4a9f4d954929092074a8eb45e32a3457683 | 6f8edf68044debaa9fa5662da0a71a00c5182581 | /java/com/norbl/util/TimeUtil.java | 006566d5f67230ff19b4d9264cc0c3c62d04878a | [] | no_license | cran/cloudRmpi | 45e4be633688ba3bf1e07e0d1eb721b319b3c217 | fd9ffa631ba612045aef04b66c0df6d27da23de1 | refs/heads/master | 2021-01-18T15:21:41.301819 | 2012-05-12T00:00:00 | 2012-05-12T00:00:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,450 | java | /*
Copyright 2011 Northbranchlogic, Inc.
This file is part of Parallel Processing with EC2 (ppe).
ppe 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
(... | [
"csardi.gabor@gmail.com"
] | csardi.gabor@gmail.com |
a9bd4f5dd28b7855c3ea22343e05cb77bd5f7794 | 0102d71077d95821e90d1405d10ca807d7b00373 | /src/main/java/com/mytest/mytestapp/employmentInformation.java | c649bb09dc2261ca231abaa15376aac665dcdb3e | [] | no_license | Kelliesuddards/BasicTest | e888a9743e50f57a5d42a8a3893303a59dee777d | 1e54092cdbe965aa874142ce2ecfc63e9d0a00a1 | refs/heads/master | 2021-07-22T17:21:57.045890 | 2017-11-03T18:02:20 | 2017-11-03T18:02:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,908 | java | package com.mytest.mytestapp;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
public class employmentInformation {
public static WebElement employmentStatus = null;
public static WebElement employmentStatus (WebDriver driver) {
employmen... | [
"kmsuddards@gmail.com"
] | kmsuddards@gmail.com |
915db655b96a9f5ee9bad2c254d1d399c46c09d3 | 6d5310eb2fbc46002343cd25b3277a31365d041a | /art/src/main/java/me/jessyan/art/ui/util/Utils.java | 5f4f36de8ba6a68ebe556f4e1d384786f32c0ac4 | [] | no_license | dreamervq/artMvp | 26b77e6045bc865ba08e5a6853df6a0913ffa0b3 | a5f8fcc7cf7d6cda8b8bd2417553623fd52336a5 | refs/heads/master | 2023-01-31T23:52:57.959030 | 2020-12-17T07:32:28 | 2020-12-17T07:32:28 | 318,366,284 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,824 | java |
package me.jessyan.art.ui.util;
import android.app.Activity;
import android.app.ActivityOptions;
import android.os.Build;
import java.lang.reflect.Method;
public class Utils {
private Utils() {
}
/**
* Convert a translucent themed Activity
* {@link android.R.attr#windowIsTranslucent} to a ful... | [
"707415019@qq.com"
] | 707415019@qq.com |
779b60bc0afd1f01adb571abbe0ddbe9d5d9dcba | d51ebe48e8bd1d39756dac1d970c3cc944806622 | /common/dto/message/BroadcastType.java | b7037c8b03b171c33c22c0c5911aec5f21649c23 | [] | no_license | odin-asen/Durak_alt | d3f99efafa13e0ce29dabd31fae16c001512f158 | a823a8a8cfebd7ae299214a7b07a491b3c9a4517 | refs/heads/master | 2016-08-07T11:39:49.262965 | 2013-02-11T01:28:06 | 2013-02-11T01:28:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 171 | java | package common.dto.message;
/**
* User: Timm Herrmann
* Date: 17.10.12
* Time: 02:31
*/
public enum BroadcastType {
CHAT_MESSAGE,
LOGIN_LIST,
SERVER_SHUTDOWN
}
| [
"chewbacca88@gmx.de"
] | chewbacca88@gmx.de |
4464fbef0e98b9c7cb528b73513a3c9224bd6bbd | 8cba1119e1798268755dbee4b2df7ab92c85fae6 | /app/src/main/java/com/example/lephat/a5_musicplayer/MusiService.java | 77d97959102d1ee7b99bd4ae8ea55b41e22642bc | [] | no_license | Phatest1/5_MusicPlayer | d021c864b8f02b61dbe6c28c171f0dfdf508b4b6 | cb2b56c8fc41af18c7c5de36aef86ec393e134a3 | refs/heads/master | 2021-08-23T09:07:55.903903 | 2017-12-04T12:27:33 | 2017-12-04T12:27:33 | 112,632,405 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 747 | java | package com.example.lephat.a5_musicplayer;
import android.app.Service;
import android.content.Intent;
import android.media.MediaPlayer;
import android.os.IBinder;
import android.support.annotation.Nullable;
/**
* Created by Le Phat on 06-Nov-17.
*/
public class MusiService extends Service implements MediaPlayer.On... | [
"tanphat1309@gmail.com"
] | tanphat1309@gmail.com |
66289bb76d44f15bce977b3795d88113bd71c756 | 0168c9710b51e7772cae56d6e5489d2c626c91d2 | /Getoffyourphone-master/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/viewpager/R.java | 08e7154ad01b9d91045b28869d0c8014ed5d6021 | [] | no_license | baldeepsingh11/AppDev | d2b099ba2b9669ec5f3b6ad092a3f207ea0c74c7 | 80e94193fd8be6edb43ff7934024b5f1234976db | refs/heads/master | 2022-11-30T20:18:14.641243 | 2020-08-18T17:01:32 | 2020-08-18T17:01:32 | 261,158,510 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,449 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package androidx.viewpager;
public final class R {
private R() {}
public static final class attr {
private attr() {}
... | [
"anfalansari1@gmail.com"
] | anfalansari1@gmail.com |
995cc09c69e3660175a806011b27edfbb0a930e4 | 82ed0cd03b00795ff990a756c72151ee34abc15e | /src/main/java/app/controllers/StudenRESTController.java | ca29c744e18e2ca172dd7530c043ddb6bef6034d | [] | no_license | markokarapandzic/Spring-Boot-and-Angular-App | 1d489f6a653426d6f3ab1f91b15f3602075fa634 | 6a6f762a9891cd407c0b4edef68e716452984df9 | refs/heads/master | 2021-09-15T14:16:36.777336 | 2018-06-04T13:15:25 | 2018-06-04T13:15:25 | 135,614,598 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,127 | java | package app.controllers;
import java.util.Collection;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.web.bind.annotation.CrossOrigin... | [
"karapandzicmarko1@gmail.com"
] | karapandzicmarko1@gmail.com |
171a472827857f2b34f4a147b6dc7c2264b6651c | ec007f4e8660990deb7ce0fc6d060829cdfc56ef | /SubSets.java | a14534b983feb2fdf9e9771b8e2254a0a42dcc15 | [] | no_license | DribbleLife11/LeetCode_Well-Chosen_Code | 28e0c92cdf7e7d5b7beedc50ad8ad980a173052d | e1424a7f42129e38b361748c772eaca8f080cb88 | refs/heads/master | 2022-12-07T21:50:42.377123 | 2020-09-08T14:22:11 | 2020-09-08T14:22:11 | 280,676,180 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 761 | java | class Solution {
List<List<Integer>> output = new ArrayList();
int n, k;
public void backtrack(int first, ArrayList<Integer> curr, int[] nums) {
// if the combination is done
if (curr.size() == k)
output.add(new ArrayList(curr));
for (int i = first; i < n; ++i) {
// add... | [
"noreply@github.com"
] | noreply@github.com |
7e0bdca38f5a7ab7b9ca249af3f113e99593e472 | afdc302e3925552b4f320684322efcc8feb1b1e4 | /jhotdraw8/src/main/java/org/jhotdraw/text/XmlBooleanConverter.java | 5e9cea9118801a2009d5624b728b3a36ee5eff12 | [] | no_license | neerajmathur/JHotDraw7 | 384c87948393dbac58ce63794784fb98aa6e225e | c8dbaec7dc9f5a39dcb0f713b71147cf742854f0 | refs/heads/master | 2021-01-10T07:02:41.438254 | 2016-03-09T17:24:10 | 2016-03-09T17:24:10 | 54,486,674 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,883 | 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 org.jhotdraw.text;
import java.io.IOException;
import java.nio.CharBuffer;
import java.text.ParseException;
import org.jhotdra... | [
"rawcoder@fc158eef-6c16-0410-b9c5-873085b46621"
] | rawcoder@fc158eef-6c16-0410-b9c5-873085b46621 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.