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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0f87dfbcf87c931b1a27961ba6f5bff5c70947c9 | 58fc5d683a81413e74116207181c7417974da6b8 | /dailyshareprice.zip_expanded/dailyshareprice/src/main/java/com/cognizant/dailyshareprice/service/StockService.java | d324d2e9ff6577ac142578318082228a9c42363a | [] | no_license | avanish10/Cognizant_Training | 2b42dfc09a29c15f8d7b5f37832502823155de33 | 2bfbbf10d76398d062334d59ec6cfccc9df2bbe1 | refs/heads/main | 2023-06-17T20:23:31.561312 | 2021-07-04T17:51:54 | 2021-07-04T17:51:54 | 382,912,911 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,323 | java | package com.cognizant.dailyshareprice.service;
import com.cognizant.dailyshareprice.feignclient.AuthClient;
import com.cognizant.dailyshareprice.exception.StockNotFoundException;
import com.cognizant.dailyshareprice.model.Stock;
import com.cognizant.dailyshareprice.repository.StockRepository;
import org.springframewor... | [
"avanishsinghal149@gmail.com"
] | avanishsinghal149@gmail.com |
6753d542705a7bac636fdb3de7332e25dfe6cd90 | 7eeabd62f23d5f836d7df4b66088c6a4664b2715 | /app/src/main/java/com/example/acer/watch/util/AboutNetWorkUtil.java | 30a37e57164fdc871ffcfcff55fbf3481bd4589e | [
"Apache-2.0"
] | permissive | shyorange123/Watch | 91e94842c702c6e3b0a11a8651baaef5c25182df | 369207496da758d831d49e32f744477efa803356 | refs/heads/master | 2020-03-12T19:08:27.572898 | 2018-04-24T01:30:16 | 2018-04-24T01:30:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,641 | java | package com.example.acer.watch.util;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
/**
* Created by acer on 2018-04-03.
*
* 该类是用于获取与网络有关的一些信息
* 包括(网络是否连接,网络类型等)
*
* 后续可往里添加更多的关于网络的方法,比如:判WIFI是否可用,获取网络信息
* */
public class AboutNetWorkUtil {
/*
*... | [
"2231360259@qq.com"
] | 2231360259@qq.com |
bb850c1b543a143a584f3507a7cb79d8baa0dd71 | 788e1dce10fc34fa5f42cfe0bbf20ae5fc664c47 | /sql-examples/SimpleConsoleApplication/src/main/java/com/revature/dao/TeamDAO.java | 01333b97784e3578720584a1083962f8aa52ff47 | [] | no_license | jhigherevature/roc_vinay_bach_jan-feb_2021 | 8571722b7e0d67f6fdce1c57c07da111a8fcab21 | 49c6523704b00bddde99ad7ce109116959376f4c | refs/heads/master | 2023-03-04T00:09:45.194705 | 2021-02-09T17:07:33 | 2021-02-09T17:07:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 230 | java | package com.revature.dao;
import java.sql.Connection;
import java.sql.SQLException;
import com.revature.models.Team;
public interface TeamDAO {
public int createTeam(Team team, Connection connection) throws SQLException;
}
| [
"bach.tran@revature.com"
] | bach.tran@revature.com |
40b5e3b4218bff41595941ce5114c58a25a21c76 | 5242383ec4c52d47d23e8d46fe6ea9c22c48e903 | /Cupsd/scripting/java/example/GLPprinters.java | 9a86a795072d2aa3c1b0f2eedf632b9d55cb4ddc | [] | no_license | syedaunnraza/work | 461905b3cb0b899b269c3eac41ccf75a4ea993a5 | c71f78faec3b8646b8b2b5e4386171141ab5e56a | refs/heads/master | 2021-01-23T22:15:55.113263 | 2011-08-31T22:39:37 | 2011-08-31T22:39:37 | 1,731,091 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,310 | java |
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.net.URL;
import java.net.*;
import java.io.*;
import com.easysw.cups.*;
public class GLPprinters implements ActionListener
{
private Cups cups = null;
public String cupsServerName = "";
private JScrollPane scrollPan... | [
"="
] | = |
9950ae04c0814c2890285c317dbe46ccbd8f4398 | c6919c8956636884cb967cfad44a6c2f644e02c2 | /Lessons/src/lesson150407/generics/Stack.java | f8803f763954bbb31c9debd188e6faefa4696e7c | [] | no_license | zstudent/ClassWork | d03ba30101e542bb899fc332cd81a282d7ea1949 | 9a3f74981deaa1f215c9d787750e7a446256832e | refs/heads/master | 2020-12-24T14:53:14.063013 | 2015-06-11T17:56:02 | 2015-06-11T17:56:02 | 31,549,204 | 1 | 12 | null | null | null | null | UTF-8 | Java | false | false | 901 | java | package lesson150407.generics;
public class Stack<T> {
private static final int INITIAL_CAPACITY = 10;
T[] items;
int tos; // top of stack
public Stack() {
items = (T[]) new Object[INITIAL_CAPACITY];
tos = -1;
}
public void push(final T item) {
if (tos == items.length - 1 ) {
changeItemsCapacity(i... | [
"Zaal_Lyanov@epam.com"
] | Zaal_Lyanov@epam.com |
dbf232e9732dd8db5e992495db0b291356f93ae6 | 035054aae242b5f1615f4842c74e2f73825cba59 | /BBLish/src/com/bblish/InfoClass.java | d6b7280ca7c7c61b15cbdd959cb1f14efc65c4a2 | [] | no_license | jungcheol/BBLish | db7f0cdd6e5970238fc6b496bd58af5fd8f12f04 | a19da7374b22800fd90bb4eca985609ccfa1e259 | refs/heads/master | 2020-03-27T05:47:35.113367 | 2015-01-13T08:49:31 | 2015-01-13T08:49:31 | 25,679,381 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,572 | java | package com.bblish;
public class InfoClass {
private int id;
private String imgSrc;
private String place;
private String people;
private int beer;
private int soju;
private int malgoli;
private int whisky;
private int etc;
public InfoClass() {
super();
}
public InfoClass(int id, String imgSrc, Strin... | [
"jungcheol@wemakeprice.com"
] | jungcheol@wemakeprice.com |
7d9baf4ef731f29b7fecbb36b9b1d355d6154477 | 5e99df625795e25918a3f45cf3b0ad4b9e484356 | /app/src/main/java/com/kitchensink/services/StopwatchService.java | 9587ec69e1633bb1e4437fc49158384cd0ab1f7f | [] | no_license | kolovos/mdad-kitchensink | 9fc39da6bbae43d346ba456e416af1358cee1dc5 | bd0fa434308f56ec7e9ffe3326ec826533f32bc9 | refs/heads/master | 2021-01-10T08:32:07.790037 | 2016-02-02T15:16:41 | 2016-02-02T15:16:41 | 49,779,011 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 713 | java | package com.kitchensink.services;
import android.app.Service;
import android.content.Intent;
import android.os.Binder;
import android.os.IBinder;
import android.widget.Toast;
public class StopwatchService extends Service {
@Override
public IBinder onBind(Intent intent) {
return new LocalBinder();
}
@Overrid... | [
"dkolovos@cs.york.ac.uk"
] | dkolovos@cs.york.ac.uk |
505e9688ffd156a06df97112001cba497daf6c2b | 0232f38f447a5d9f79392b53168166d2d8182a7c | /src/main/java/com/will/demo/DemoApplication.java | aff51e609c01430884c361692781076eb0ea34cd | [] | no_license | vijayOL/demo | 3784b0a3d73975f6403edc7d369ee2af8e20c3f5 | 9618ee6841f0daffbfb106d61a4fb516a0f254b7 | refs/heads/master | 2021-09-08T21:30:27.633231 | 2018-03-12T11:11:11 | 2018-03-12T11:11:11 | 118,698,767 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 498 | java | package com.will.demo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.web.servlet.ServletComponentScan;
import org.springframework.transaction.annotation.EnableTransactionManagement;
@SpringBootApplication
@Servl... | [
"1491773894@qq.com"
] | 1491773894@qq.com |
bbf34ffb72bfd6214f04bc3cadd62be029f7d656 | 3ddec44f616d82bfccd33b5dd89813ab240aa58b | /src/main/java/com/cybermkd/route/valid/Validator.java | 8b3f40febb918ac62483b14fd74d96402391dfff | [
"Apache-2.0"
] | permissive | jhhe66/ICERest | 5eef85021b023da811ab940e54c5444b3ce59a6f | 9ca90f392c2738fe26990be7559631227d76f070 | refs/heads/master | 2020-05-01T13:34:21.645110 | 2018-06-08T06:34:49 | 2018-06-08T06:34:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 274 | java | package com.cybermkd.route.valid;
import com.cybermkd.route.core.Params;
import com.cybermkd.route.core.RouteMatch;
/**
* Created by ice on 15-1-26.
*/
public abstract class Validator {
public abstract ValidResult validate(Params params, RouteMatch routeMatch);
}
| [
"t-baby@besdlab.cn"
] | t-baby@besdlab.cn |
1de4b747be6a6f118a5b68cab54fa05dce1a44f7 | 19878dcf613fa264f2004dbf4aa334247ab87578 | /app/src/main/java/cn/feihutv/zhibofeihu/ui/live/pclive/LiveChatFragmentPresenter.java | 5b669816e930854d6d76f7561fe6ddd67c4b9350 | [] | no_license | hhyq520/feihuZhiboPro | 9a56babb5ea61d6440e537b83b8eaf1ef4a3f089 | a26e83f3bce73cfe98adef448ec08d25894000e7 | refs/heads/master | 2020-04-29T01:24:13.592995 | 2019-03-15T02:13:51 | 2019-03-15T02:13:51 | 175,728,608 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,883 | java | package cn.feihutv.zhibofeihu.ui.live.pclive;
import android.text.TextUtils;
import cn.feihutv.zhibofeihu.data.db.model.SysConfigBean;
import cn.feihutv.zhibofeihu.data.db.model.SysGiftNewBean;
import cn.feihutv.zhibofeihu.data.db.model.SysMountNewBean;
import cn.feihutv.zhibofeihu.data.local.model.SysbagBean;
import... | [
"635702849@qq.com"
] | 635702849@qq.com |
9d97553469907d32288543d027fd2fb2befc038d | 65a5749dcf5cf3f8dbc3c2286aef15df6647ec0c | /src/L11_UnitTesting_Lab/P01_TestAxe/src/main/java/rpg_lab/interfaces/Target.java | 86c2d3fb240524e20fb4dc3c04c062ab7b415b17 | [] | no_license | tchenkov/SU-Java-OOP-Advanced | 0b780e609204b106bf022dad664cffbe22e3c2ca | 7ab286a04990df70e9c4931d8afe180cc78eb8ee | refs/heads/master | 2021-08-31T14:23:33.659181 | 2017-12-21T16:55:56 | 2017-12-21T16:55:56 | 110,743,711 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 208 | java | package rpg_lab.interfaces;
public interface Target {
public int getHealth();
public void takeAttack(int attackPoints);
public int giveExperience();
public boolean isDead();
}
| [
"joto_to@mail.bg"
] | joto_to@mail.bg |
23dfd2d1c77a75b582383dfabb22e709995bdc0b | 67894e9e0cc7f862472aaa7f525cf6adf9d9be0d | /fine/src/fine/community/training/controller/Training_UpdateInfo.java | 7e9b143762b32eee5481d9efcb19595ec9a368ea | [] | no_license | HyeonBongJeong/fine | 1dbe4e22a26435bec92d95f35befe47b5529b1be | 338eff1ae59acb48697e63920a98087da656282c | refs/heads/main | 2023-03-20T10:09:39.090062 | 2021-03-08T18:26:16 | 2021-03-08T18:26:16 | 317,069,180 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 2,086 | java | package fine.community.training.controller;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import ... | [
"you@example.com"
] | you@example.com |
0d6603b45d9c2a4a0fb932c09f9470e3b7f81247 | a2e2d02bcad03b4e95cae352053625fcabfc76ec | /maven-plugin/src/main/java/codes/writeonce/messages/maven/plugin/GenerateMojo.java | 01fb302437566eabcf870fbf854dac20e4d52f63 | [
"Apache-2.0"
] | permissive | trade-mate/messages | f276ebac8d1604179421d71a454a8136cc8a0ac0 | 803c07946b40f225dd8bd21da72a0a15646dd1de | refs/heads/main | 2023-02-26T13:20:10.497126 | 2020-12-30T20:05:04 | 2021-02-08T12:45:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,888 | java | package codes.writeonce.messages.maven.plugin;
import codes.writeonce.messages.schema.generator.SchemaGenerator;
import codes.writeonce.messages.schema.xml.reader.ParsingException;
import codes.writeonce.messages.schema.xml.reader.SchemaInfo;
import codes.writeonce.messages.schema.xml.reader.XmlSchemaReader;
import co... | [
"alexey.romenskiy@gmail.com"
] | alexey.romenskiy@gmail.com |
e94e1552414712b388aabf7d9a3bce2b2171a244 | 7484f8c5ff8f2d1e31d3190b733e5d522ac18573 | /product/src/main/java/dao/ProductRepository.java | ba0ee19f3cadf71b05e31d395477e14d80e68a00 | [] | no_license | dubilyer/YuvalInternetShop | e38fdb25fc35270029cb7e0630bff6db91e3e108 | 58511c8e653c14aa65ab4655d2f06d5a5413c44f | refs/heads/master | 2021-01-02T22:53:35.364778 | 2017-08-14T05:51:23 | 2017-08-14T05:51:23 | 99,414,514 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 375 | java | package dao;
import model.Product;
import java.util.List;
import java.util.NoSuchElementException;
public interface ProductRepository {
List<Product> getAllProducts();
void addProduct(Product product) throws NoSuchElementException;
void deleteProduct(long id) throws NoSuchElementException;
Product ge... | [
"edaorik@gmail.com"
] | edaorik@gmail.com |
3e256cb653136c59c3cd909bf13dfad62ae8440f | dd79da2eefc0685cd98215ea18decf6611961ffb | /Classes and Objects/src/Calculator.java | 3904ce6c3e6783d81b908c7bba87a86fcb1c1f16 | [] | no_license | navin613/pblapp_Inheritance | 91f63aea81ff0bbbb41536c0fba5647404658d56 | f42b10fbb4996c87e9bf00b81f988c94d1963a7a | refs/heads/master | 2022-04-21T08:17:51.024247 | 2020-04-20T07:29:57 | 2020-04-20T07:29:57 | 257,203,894 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 398 | java | public class Calculator {
public static double powerInt(int num1, int num2){
return Math.pow(num1,num2);
}
public static double powerDouble(double num1,int num2){
return Math.pow(num1,num2);
}
public static void main(String args[]){
System.out.println(Calculator.powerInt... | [
"49487174+navin613@users.noreply.github.com"
] | 49487174+navin613@users.noreply.github.com |
d12b7e56d67764fc3fb98f16cb5da28387cff431 | d2cb1f4f186238ed3075c2748552e9325763a1cb | /methods_all/nonstatic_methods/javax_swing_plaf_multi_MultiListUI_getClass.java | 42b014f34e5a3be910028dac1b598a555142187c | [] | no_license | Adabot1/data | 9e5c64021261bf181b51b4141aab2e2877b9054a | 352b77eaebd8efdb4d343b642c71cdbfec35054e | refs/heads/master | 2020-05-16T14:22:19.491115 | 2019-05-25T04:35:00 | 2019-05-25T04:35:00 | 183,001,929 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 181 | java | class javax_swing_plaf_multi_MultiListUI_getClass{ public static void function() {javax.swing.plaf.multi.MultiListUI obj = new javax.swing.plaf.multi.MultiListUI();obj.getClass();}} | [
"peter2008.ok@163.com"
] | peter2008.ok@163.com |
d8e820376db2afffe443c1d4da65092c242339f1 | 76413f66c9f8527b2a891322e5ad8175442656d8 | /SpeedCarAloneRmiServer/src/GameEngineInterface.java | 8daad603cd63166fc7a4bab13cf1e8ab2cf7331d | [] | no_license | brascojoel/SpeedCarAloneRmiServer | efe3249a5bd81e255881776c4d24b227f1698653 | a1391a2749f19d50dd0e89e2b48e4f2223382df4 | refs/heads/master | 2021-05-08T14:25:04.986932 | 2018-02-17T16:45:38 | 2018-02-17T16:45:38 | 120,084,727 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,540 | java |
import java.awt.Color;
import java.rmi.RemoteException;
import java.util.Map;
import java.util.Set;
import java.util.Vector;
public interface GameEngineInterface extends java.rmi.Remote {
/**
* quand le client se connecte pour la prmiere fois
*
* @param client
* @return
* @throws Rem... | [
"brascojoel@yahoo.fr"
] | brascojoel@yahoo.fr |
d153222d1baa01a654532dc187b0780f2fdd0195 | 89ef7f766c0ca244c11ae686d0799956740150a7 | /KnowYourCostumer/KnowYourCostumer-ejb/src/main/java/ec/edu/espe/arquitectura/dao/TipoTelefonoFacade.java | 25028c84702fefff96493da790c86a76ba482ed0 | [] | no_license | jonx29/KnowYourCostumer | 2dfa1e02c914084bf46a318d315031093e4f6c76 | 6a2c00b165eb1529aebf44547b88c4d00c509fa3 | refs/heads/master | 2020-04-03T09:18:58.518368 | 2018-11-13T20:39:21 | 2018-11-13T20:39:21 | 155,131,865 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 836 | 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 ec.edu.espe.arquitectura.dao;
import ec.edu.espe.arquitectura.model.TipoTelefono;
import javax.ejb.Stateless;
import ... | [
"jitambaco@espe.edu.ec"
] | jitambaco@espe.edu.ec |
0db9581ed0a192a0d5996132d6fe4a1418b2b0dc | 89fac4b6f7c7b1717353e5f4827e0b10616f016b | /back/src/main/java/fi/tampere/mustasaari/mikko/buttongame/NumberModel.java | 020d922a7f044100e8356d5c787efa0168b6e183 | [] | no_license | mustasaari/buttongame | f786f4ace35e47a53b876e422d2667c63e6b1dfb | b54368a24ff67ff587df2eb2b1cc0b14c1d2abfb | refs/heads/master | 2023-01-24T04:46:24.817854 | 2020-02-25T05:47:18 | 2020-02-25T05:47:18 | 236,181,094 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 650 | java | package fi.tampere.mustasaari.mikko.buttongame;
import javax.persistence.*;
@Entity
public class NumberModel {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Long id;
private int theCurrentNumber;
public NumberModel() {
}
public NumberModel(int number) {
... | [
"mustasaari@gmail.com"
] | mustasaari@gmail.com |
a0d61c3665e0fc472b20a82ac7a49b91b238f784 | a1969698ce456c817a362e3f1847d836a9d47d80 | /src/main/java/com/blogspot/mikelaud/ibl/task/event/account_and_portfolio/OnUpdateAccountValue.java | 381be7bc6bd35e1c77dc573d281863f61c5d7a8b | [] | no_license | benalexau/interactive-brokers-library | 9eace4367289c3d54da95413030373b5cd7d0b0e | f78938f0acbb826a28490bcb943281d000cb13cd | refs/heads/master | 2021-01-18T05:48:57.509829 | 2015-11-27T05:16:38 | 2015-11-27T05:16:38 | 46,956,123 | 2 | 0 | null | 2015-11-27T02:42:39 | 2015-11-27T02:42:39 | null | UTF-8 | Java | false | false | 2,274 | java | package com.blogspot.mikelaud.ibl.task.event.account_and_portfolio;
import com.blogspot.mikelaud.ibl.Config;
import com.blogspot.mikelaud.ibl.connection.ConnectionContext;
import com.blogspot.mikelaud.ibl.task.Task;
import com.blogspot.mikelaud.ibl.task.TaskInnerObject;
import com.blogspot.mikelaud.ibl.task.event.Even... | [
"mmx.mmx@gmail.com"
] | mmx.mmx@gmail.com |
ddb8e2f3bf39481ff79ab1424bd41089929753cd | 8c714793258ef46b9e6409dd9ec867648afcd7ac | /src/main/java/com/gun3y/bayes/NaiveBayes.java | 8065e6855d05b25a37206477215e5242fefef53c | [
"Apache-2.0"
] | permissive | mguney/bayes-classifier | 860630d8abf2b92e3a3ad0579de5359728514530 | 003ef2f01fb3dccd557e56ac1910d775b9de7ca3 | refs/heads/master | 2021-01-01T18:27:55.004360 | 2013-11-15T18:13:35 | 2013-11-15T18:13:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,480 | java | package com.gun3y.bayes;
import java.util.List;
import java.util.Map.Entry;
import org.apache.commons.math3.stat.descriptive.SummaryStatistics;
import com.google.common.base.Strings;
import com.gun3y.bayes.model.Attribute;
import com.gun3y.bayes.model.Instance;
import com.gun3y.bayes.model.TrainingSet;
public class... | [
"mguney.cs@gmail.com"
] | mguney.cs@gmail.com |
44b2ab227b022428d1afa2cf35846d876069c39d | de63b18c874ef036b533785e111dcecbd58cb4ec | /Backend/src/main/java/com/app/pojos/ProjectMapping.java | 3cac8f93559d9e539e3a509f7417ebc050d3ac67 | [] | no_license | Pratiksha215/DacProject | 389a09cf8bd9a15082e2fc0f9d58895be45aabfe | 1fa47dc5677c4f644bdde8456957a3e6a1652600 | refs/heads/main | 2023-02-26T01:35:27.321945 | 2021-02-02T15:30:48 | 2021-02-02T15:30:48 | 315,560,234 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,727 | java | package com.app.pojos;
import java.io.Serializable;
import java.time.LocalDate;
import java.util.List;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Embeddable;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import jav... | [
"pratiksha12.p@gmail.com"
] | pratiksha12.p@gmail.com |
4e80b74981107c3aff6b33a4243d1e38fdaaa241 | 7ae72d4cbfb980b076abb68f5a0b831506345b02 | /zfinmine/dbmodel/build/gen/src/org/intermine/model/bio/SpliceDonorShadow.java | 43733525708bf75073edd4f5adbacdf50bd87552 | [] | no_license | sierramoxon/ZFINmine | 35fd3ba5e125c79f75152f4bda613cb595706c0c | 7b6ad8a06a4f90757c3d86f9cddeb0bd79a946ae | refs/heads/master | 2021-01-19T11:28:31.393353 | 2010-03-24T19:44:30 | 2010-03-24T19:44:30 | 576,326 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 32,097 | java | package org.intermine.model.bio;
import org.intermine.objectstore.ObjectStore;
import org.intermine.objectstore.intermine.NotXmlParser;
import org.intermine.objectstore.intermine.NotXmlRenderer;
import org.intermine.objectstore.proxy.ProxyCollection;
import org.intermine.objectstore.proxy.ProxyReference;
import org.in... | [
"zfinadmn@zfin.org"
] | zfinadmn@zfin.org |
3363c63b29e9a1d02660c4ff4c0c9251105d0d1b | edbdd671d56fc32d7e49aa85100d4e5d59781678 | /src/cz/mg/compiler/tasks/writers/c/command/CReturnCommandWriterTask.java | 99bc3a7c67f4081a7ae336557335b834ce978e48 | [
"Unlicense"
] | permissive | Gekoncze/JMgCompiler | 8e2388ce0e18f3b20e164fdd1d8b4e4e9e413363 | 49b72634cf06f0e97d753a77dd7bbc57fa3b3177 | refs/heads/main | 2023-01-18T19:26:15.654742 | 2020-11-21T17:23:32 | 2020-11-21T17:23:32 | 312,845,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,583 | java | //package cz.mg.compiler.tasks.writers.c.command;
//
//import cz.mg.collections.list.List;
//import cz.mg.language.annotations.task.Input;
//import cz.mg.language.annotations.task.Output;
//import cz.mg.language.annotations.task.Subtask;
//import cz.mg.language.entities.c.logical.commands.CReturnCommand;
//import cz.mg... | [
"gekoncze@seznam.cz"
] | gekoncze@seznam.cz |
7b71a335dd71ef0473f629afec7b9e73a4eaba11 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/12/12_e5e76d7bfa3393db653d888d104e7ac4701391a5/ChunkSpaceMap/12_e5e76d7bfa3393db653d888d104e7ac4701391a5_ChunkSpaceMap_t.java | cc2f00f7c7dda939764c5cd93fa35ca2bb25779b | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 4,906 | java | package aether.repl;
import java.io.IOException;
import java.net.InetAddress;
import java.net.SocketException;
import java.nio.file.FileStore;
import java.nio.file.FileSystemException;
import java.nio.file.FileSystems;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.ArrayList;
impor... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
e1c4f6213cb76f83478409674353907b940baa38 | 128923b6f078341534ced03b36f18e72dc8ed9be | /src/main/java/com/greymax/vkplayer/ui/menu/Menu.java | c80c9bc15a42297bb5ec458ac03e344ce416c893 | [] | no_license | GreyMax/vk-player | cfa18538cbdebe37c7fd202a6beb0aa621adad32 | cecceb2fb1c432255d672b5dc7a1272a1f47b6f1 | refs/heads/master | 2020-04-25T16:43:16.480991 | 2013-12-21T19:38:23 | 2013-12-21T19:38:23 | 8,378,967 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 496 | java | package com.greymax.vkplayer.ui.menu;
import javax.swing.*;
public class Menu extends JMenuBar{
//TODO: extract name to Constants
public Menu() {
// File
JMenu menuFile = new MenuFile("menu.file");
// Settings
JMenu menuSettings = new MenuSettings("menu.settings");
... | [
"davidofik88@gmail.com"
] | davidofik88@gmail.com |
52d2c3862ac41805bc1b65cbb2c8b7ae3b921f0b | bf8b54de87c973160226dbc7779acb7fc1dc7c13 | /src/main/java/com/learning/springboot/ChangePassword.java | 79686961cb65a1bf6c651fa5d97234476951b6e5 | [] | no_license | nkcong206/springboot | 788f5000658115dfaced38ceea7a53ddf557034c | c7e4eabf90e838b0c6428bf48d3142d39f4c1960 | refs/heads/master | 2023-05-25T16:55:24.993739 | 2021-06-08T16:58:15 | 2021-06-08T16:58:15 | 373,912,793 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 671 | java | package com.learning.springboot;
public class ChangePassword {
private String username;
private String old_password;
private String new_password;
public String getNew_password() {
return new_password;
}
public String getOld_password() {
return old_password;
}
public S... | [
"you@example.com"
] | you@example.com |
5829785e3f7dd439b75cd89752fa50d19c2567c4 | a0604d4b269f20bd06a995919316d3f1faeddd39 | /YouTube/youtube-connector/youtube-connector-1.0.0/org.wso2.carbon.connector/src/test/java/org/wso2/carbon/connector/integration/test/YouTube/Subscriptions/SubscriptionsIntegrationTest.java | 41a266dbd729cfd2dc06ddec002ce3f209b7dc82 | [] | no_license | rasikahettige/esb-connectors | 16fe111da92add0cc2548a01633f9cb0707adcc1 | f468c544acb0781dba3d63f76c130f53182a2965 | refs/heads/master | 2021-01-17T22:49:24.154659 | 2016-01-07T06:21:16 | 2016-01-07T06:21:16 | 39,179,367 | 2 | 10 | null | 2016-01-07T07:27:02 | 2015-07-16T06:03:48 | Java | UTF-8 | Java | false | false | 8,952 | java | /*
Copyright (c) 2014, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
WSO2 Inc. licenses this file to you under the Apache License,
Version 2.0 (the "License"); you may not use this file except
in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE... | [
"vanjikumaran@gmail.com"
] | vanjikumaran@gmail.com |
2d22566ac8cef227e18b896701f58113f0fa66c6 | d252cb9f9817f8214339690f4c8362336b5ed997 | /companypref/src/main/java/com/maxcheung/demo/Application.java | dc3c9391e7ba48ee8343e6eddb495030b66dd934 | [] | no_license | mxcheung/fullhearts | 43b90683fbbd45099e128cabd1b5066bb582653d | 28163a357b856e1b2ab01bca8dedf99cecd6bf0d | refs/heads/master | 2021-01-23T08:24:37.239351 | 2017-08-20T12:53:26 | 2017-08-20T12:53:26 | 98,356,041 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 298 | java | package com.maxcheung.demo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Application {
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
}
}
| [
"maxcheung@optusnet.com.au"
] | maxcheung@optusnet.com.au |
cefa0910fad3671c118925871318b9c2392cc725 | 1d92da5c2dc8345f677db7a002b1758e9982a865 | /default-blog/src/main/java/com/cwz/blog/defaultblog/entity/Article.java | b67ebe8d9e271c621cceb8be76878f6420c9cdad | [] | no_license | wenz26/MyBlog | 67603fb7d1d06f9f47d2e241eb1329c79179137f | 9aa24103f9c203334c8a4adbe19aa3b63943888e | refs/heads/master | 2022-06-24T00:12:51.586863 | 2020-02-24T08:55:40 | 2020-02-24T08:55:40 | 228,024,912 | 2 | 0 | null | 2022-06-21T02:26:42 | 2019-12-14T13:09:53 | JavaScript | UTF-8 | Java | false | false | 5,244 | java | package com.cwz.blog.defaultblog.entity;
import javax.persistence.*;
import java.time.LocalDateTime;
import java.util.List;
/**
* @author: 陈文振
* @date: 2019/12/2
* @description: 文章
*/
@Table(name = "article")
public class Article {
/**
* 文章id
*/
@Id
@GeneratedValue(strategy = GenerationType... | [
"948009390@qq.com"
] | 948009390@qq.com |
d3ac6c945a261bcb31996c29c0f0aea2b1ec4f0f | adcf37e10aa7ac186fc4a396e1570c3ec5960008 | /lib/src/us/kbase/genomeannotationapi/InputsGetMrnaByGene.java | aeb6793f8663c0eda36c976fb304c21f19f12bf9 | [
"MIT"
] | permissive | Tianhao-Gu/genome_annotation_api | a42eeb1079a233f67afb904eeb5ce1b2d5213231 | a8673eb2a69cb75d6c3f816be434d225b553f39c | refs/heads/master | 2021-08-30T16:27:50.714828 | 2017-10-25T18:45:33 | 2017-10-25T18:45:33 | 105,290,646 | 0 | 0 | null | 2017-09-29T15:52:48 | 2017-09-29T15:52:47 | null | UTF-8 | Java | false | false | 2,153 | java |
package us.kbase.genomeannotationapi;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Generated;
import com.fasterxml.jackson.annotation.JsonAnyGetter;
import com.fasterxml.jackson.annotation.JsonAnySetter;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.... | [
"mhenderson@lbl.gov"
] | mhenderson@lbl.gov |
fb622eb88c464708a0b106ec80ef6721c3e28dc2 | db3c5e38da92e698556342d9513e662ba26ea719 | /och05/src/och05/ConstrEx1.java | 1e04db0521345efa2cbe34caca2191d3372827e4 | [] | no_license | start0ys/Java | a1f88487f3c767906979ac870ced0e99302ce3d1 | a7fad295437b1e7c0d42c021420d4dce364f5ffc | refs/heads/main | 2023-04-17T05:29:37.151397 | 2021-04-27T08:40:54 | 2021-04-27T08:40:54 | 360,715,496 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 606 | java | package och05;
// 이것을 생성자 OverLoading이라고 한다 - 다른것도 있나봄
class Sonata{
//기본 생성자 - 매개변수가 없는 생성자
Sonata(){ //class와 같은 이름 = 생성자
System.out.println("난 기본 ");
}Sonata(int a){
System.out.println("문의 수는 "+ a);
}Sonata(String str){
System.out.println("옶션 "+str);
}
}
public class ConstrEx1 {
publ... | [
"noreply@github.com"
] | noreply@github.com |
0b302d14d7dc44a4716e686e66bafdf9eb54f831 | 3b174535c437bd3c8144fd3d6e8034765304f68e | /src/reservationsystem/Plane.java | 9259f0473689e8d14b1fb85ebd1e88c1cc8f85b0 | [] | no_license | Concordia-SSS/SSS | 77ee9fbfd505faec4a939f8e1b38cc54ad38379a | 7b9838295e380d831204abe926c4b2f01c0891a5 | refs/heads/master | 2020-06-02T23:52:16.790333 | 2013-11-28T20:09:29 | 2013-11-28T20:09:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,821 | java | /**
*/
package reservationsystem;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Plane</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link reserv... | [
"xingwu.cs@gmail.com"
] | xingwu.cs@gmail.com |
6861088867beb2544980053ee07e4decf0785f4d | d13f101f429e912598f80f9b583b88967e8be039 | /src/test/java/trainer/mar06/SimpleMethodsTest.java | 8abe436b66197d8969f5acc0a2222ff856ca37dc | [] | no_license | egalli64/oved210 | 389751ae35f5a086a6eabcfc399c05e8cf4688b9 | 4a5d7078f46a3f4f6f4ad94d5975f000be14786d | refs/heads/master | 2020-04-24T15:27:51.175208 | 2019-06-14T10:48:36 | 2019-06-14T10:48:36 | 172,068,768 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 5,447 | java | package trainer.mar06;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertTrue;
import static org.hamcrest.core.Is.*;
import org.junit.Test;
publ... | [
"egalli64@gmail.com"
] | egalli64@gmail.com |
dbe9de3077e5d5313cee8a7800aceb5a145ab476 | e57083ea584d69bc9fb1b32f5ec86bdd4fca61c0 | /sample-project-5400/src/main/java/com/example/project/sample5400/other/sample1/Other1_95.java | b41b45fbfbb0f454ff8e08a752149b4d61851b79 | [] | no_license | snicoll-scratches/test-spring-components-index | 77e0ad58c8646c7eb1d1563bf31f51aa42a0636e | aa48681414a11bb704bdbc8acabe45fa5ef2fd2d | refs/heads/main | 2021-06-13T08:46:58.532850 | 2019-12-09T15:11:10 | 2019-12-09T15:11:10 | 65,806,297 | 5 | 3 | null | null | null | null | UTF-8 | Java | false | false | 83 | java | package com.example.project.sample5400.other.sample1;
public class Other1_95 {
}
| [
"snicoll@pivotal.io"
] | snicoll@pivotal.io |
880019d5cea7124d16ea63bfadb55c257a02d277 | 3d7ba01d680e48645578eb37c984171f66f572ca | /src/controller/AppActionListener.java | da27e5c9ce263c053639674d73a6cbe24d21b55f | [] | no_license | japc78/itt.dam.calculadora | 597516b3b024ef826e91a21d62047034c622c945 | ab5a1bb1feec86a0c05f40fb647e1f55f3123e43 | refs/heads/master | 2020-09-12T03:44:24.868144 | 2019-11-18T00:14:03 | 2019-11-18T00:14:03 | 222,292,479 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,064 | java | package controller;
import java.awt.Image;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.*;
import view.AppInterface;
/**
* AppEvents. Clase que recoge e implementa los eventos en botones.
* @author Juan Antonio Pavón Carmona
* @category ITT DAM Desarrollo de Interfa... | [
"japc.grafico@gmail.com"
] | japc.grafico@gmail.com |
f303a5e1bdef2f56f287bfb977ec1f59021efc72 | 7b3830a17ea50ff54e503f4d30bb1a29ec97a8d7 | /org.xtext.example.mydsl.playlist.ide/src-gen/org/xtext/example/mydsl/ide/contentassist/antlr/internal/InternalPlaylistParser.java | a995dff6601b8385efd7a3ded578745bd9dcc9e5 | [] | no_license | FAMILIAR-project/VideoGen | d6c30a23efcaaf1b0df13fc709033870f2c56fc6 | 14441a7a41399ee28befa781bdf514ebf5d20a63 | refs/heads/master | 2021-05-04T10:02:02.130831 | 2017-02-13T10:25:10 | 2017-02-13T10:25:10 | 44,157,659 | 4 | 52 | null | 2017-02-13T11:04:02 | 2015-10-13T06:52:00 | HTML | UTF-8 | Java | false | false | 46,373 | java | package org.xtext.example.mydsl.ide.contentassist.antlr.internal;
import java.io.InputStream;
import org.eclipse.xtext.*;
import org.eclipse.xtext.parser.*;
import org.eclipse.xtext.parser.impl.*;
import org.eclipse.emf.ecore.util.EcoreUtil;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.xtext.parser.antlr.X... | [
"aici.mahdi@gmail.com"
] | aici.mahdi@gmail.com |
1147fe9b845dca4e9231d579e7f4b492aa41e10f | 2cd7aaf12812391c94a278a2106ae11852e38610 | /app/src/main/java/com/example/jinyoon/a01sunshine/DetailActivityFragment.java | 5f86b4ca8035d117abf8cad6f73f3a357995ab4f | [] | no_license | jinyoon0124/01SunShine | 47dfab06cc84dfa173eb7bca9ed4f47dd1cd1d6c | be8910a6abeab6f2d7a574e06be557e750642c17 | refs/heads/master | 2021-01-01T03:37:23.753133 | 2017-01-27T03:06:36 | 2017-01-27T03:06:36 | 56,289,347 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,075 | java | package com.example.jinyoon.a01sunshine;
import android.content.Intent;
import android.database.Cursor;
import android.net.Uri;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v4.app.LoaderManager;
import android.support.v4.content.Cu... | [
"jinyoon0124@gmail.com"
] | jinyoon0124@gmail.com |
4b4f5a5aab85603cb7ca99bda7364c049f0b9e15 | 2ddda270b016b93305c4e3874f5252054a8ad869 | /src/Inventario/ModificarEmpresa.java | 5867919c8594cc14854a33616593b02f77f26439 | [] | no_license | JGuamanga93/Remision | 90308880e8fee39af4cf2d4683c23b40aabbb967 | bf29b7846e4b4bacaffa86ac0d32d15a95d61c21 | refs/heads/master | 2020-07-15T16:16:11.353356 | 2019-08-31T23:09:36 | 2019-08-31T23:09:36 | 205,605,351 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 32,970 | 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 Inventario;
import java.awt.Toolkit;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;... | [
"jhon.guamanga@avaldigitallabs.com"
] | jhon.guamanga@avaldigitallabs.com |
cb4790093218764dfa9949c9de45a54eb8a1d11c | 3ef2295c45bff9bba0e7f9cd05ad4c9376f189f9 | /infix-postfix/src/homework2/InfixToPostfix.java | aadac5d31d652d0489a629e168fdcbfa72279f37 | [] | no_license | aelinadas/data-structure-algorithms | e415cd8dbe5e5df38c6ad016b5fbf6cd7ee0ba9b | 5ecd97427a1c077854978610b0208aa49f5f07bb | refs/heads/master | 2022-11-28T18:09:22.246446 | 2020-08-06T20:56:40 | 2020-08-06T20:56:40 | 285,669,256 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,262 | 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 homework2;
import java.util.Stack;
/**
* Question 5
* @author aelinadas
*/
public class InfixToPostfix {
private... | [
"das.aelina@gmail.com"
] | das.aelina@gmail.com |
f07b1cc845910b84d6f29384edb54080d115c2d6 | efd1688dda0d5338e06a5e63fad16c143ec5f071 | /m8/m8/Faculty.java | 2ef88ade4eba79f915f5593a2bce369598ef12a5 | [] | no_license | simz089s/cs303f2017scratchpad | 5476d3b83b086c0a11172f4fbfe5759a5f49452c | dda9d52f0bf69279180803fae7f5d886055f4ef7 | refs/heads/master | 2021-08-30T18:53:00.567940 | 2017-12-19T02:16:18 | 2017-12-19T02:16:18 | 111,637,523 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 496 | java | package m8;
public class Faculty extends AbstractUnit
{
private final String aDean;
public Faculty(String pName, String pDean)
{
super(pName);
aDean = pDean;
}
public String getDean()
{
return aDean;
}
@Override
public void print(String pPrefix)
{
System.out.println(String.f... | [
"simz97@outlook.com"
] | simz97@outlook.com |
88eb0ea10dee763c16275abd5d93340b97a48e47 | 7cacec9594e65e52e953085bcd7f873164568495 | /src/com/irandoo/xhep/base/model/Carousel.java | 0db5cb34c628523a7a7010d9cbb42e81a0ceee08 | [] | no_license | louluxi/wawa | 401d48c5126aea9ac61bb9909194b935d4bb3a86 | 65a9ec6458112471b14b48651c98bc037ad745b8 | refs/heads/master | 2021-05-01T17:50:01.227030 | 2018-02-10T08:22:36 | 2018-02-10T08:22:36 | 120,994,270 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,075 | java | package com.irandoo.xhep.base.model;
import java.io.Serializable;
import java.sql.Timestamp;
import java.util.Date;
import com.alibaba.fastjson.annotation.JSONField;
public class Carousel implements Serializable{
private static final long serialVersionUID = -2055655441245047639L;
private Long id;
... | [
"nuoxin@DESKTOP-159N79I"
] | nuoxin@DESKTOP-159N79I |
6d19d3361fc9d936891cba88517d6b69da479703 | 36876c65c982219d90aff999c861b97baeb6b454 | /BVS BGV_TEAM/Verification-Service/src/main/java/com/cg/iter/backgroundverification/controller/VerificationController.java | b44e826df267b940069f7de681b39b0a6c168306 | [] | no_license | pooja4001/Sprint2BVG | f0e5fdd3bf0db54d52eb641f1a804ca667e1c43e | 0efa920c74ad39ed3cb374eb1605fd5e391f265c | refs/heads/master | 2022-06-19T22:19:09.718236 | 2020-05-11T17:37:30 | 2020-05-11T17:37:30 | 262,111,521 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,814 | java | package com.capgemini.backgroundverification.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.CrossOrigin;
im... | [
"noreply@github.com"
] | noreply@github.com |
09c7853f1f918cda9e056e6c5deb7285b4d156c8 | 303fc5afce3df984edbc7e477f474fd7aee3b48e | /fuentes/ucumari-commons/src/main/java/com/wildc/ucumari/custrequest/model/CustRequestWorkEffort.java | 0ca4376263b6f43ce2f17aa4c69cd236569f6a61 | [] | no_license | douit/erpventas | 3624cbd55cb68b6d91677a493d6ef1e410392127 | c53dc6648bd5a2effbff15e03315bab31e6db38b | refs/heads/master | 2022-03-29T22:06:06.060059 | 2014-04-21T12:53:13 | 2014-04-21T12:53:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,807 | 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.wildc.ucumari.custrequest.model;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.C... | [
"cmontes375@gmail.com"
] | cmontes375@gmail.com |
b7935ff83d04e7d24d08441c7c1aa1985ae12eab | b3d68fab4c112df5511b1a7efdf9f7afac64f340 | /src/main/java/com/minsub/althorism/Multiples3to5.java | 85d773aa63721848a94693d352e279093e5d5049 | [] | no_license | Minsub/JavaStudyWithMaven | a1d5735f7ef0bd0d0cacb4ac381235faa8e0000d | 8273ab638cffbcaace00779edd21bb26e277235c | refs/heads/master | 2016-09-13T19:49:04.857433 | 2016-05-25T11:25:09 | 2016-05-25T11:25:09 | 59,412,467 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 823 | java | package com.minsub.althorism;
/**
* [문제] If we list all the natural numbers below 10 that are multiples of 3 or
* 5, we get 3, 5, 6 and 9. The sum of these multiples is 23. Find the sum of
* all the multiples of 3 or 5 below 1000.
*
* [번역] 10미만의 자연수에서 3과 5의 배수를 구하면 3,5,6,9이다. 이들의 총합은 23이다.
* 1000미만의 자연수에서 3,5의 ... | [
"jiminsub@gmail.com"
] | jiminsub@gmail.com |
08e62fb2a67757c63acd19ebd0edb8fe42ca3d1a | f2e9037bd4d6e955ce27d373560dc58ccfb90100 | /app/src/androidTest/java/kwa/pumps/ndrapp/ExampleInstrumentedTest.java | 2b63693e224df1ebb4b5f2590a966cf3b5f679a4 | [] | no_license | Lekshmi07/ndrapp | f2a9fc9e6a30917efcc7b2319466f648e2f3f7b7 | 0a730204130b0bd3048b6d3b31eafc66d5a9ee83 | refs/heads/master | 2020-03-28T19:14:17.027522 | 2018-10-13T11:30:41 | 2018-10-13T11:30:41 | 148,957,500 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 733 | java | package kwa.pumps.ndrapp;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android device... | [
"rajalekshmi77277@gmail.com"
] | rajalekshmi77277@gmail.com |
7cf18508329e21a3b363f7b6459ecc181bc2e602 | 0e173b1b4066a34ef4c6cea2dd8609d83ed4e97d | /kodilla-stream/src/main/java/com/kodilla/stream/portfolio/User.java | 8ba38c69c4a7ca658ddda28f70c5e39b858fc0b9 | [] | no_license | agammkrawczyk/agnieszkakrawczyk | f33d968edbb9dd1d3ca007af31cad2d98a84a700 | e24562d9cef95cf1e0bb910442a88e855f6ed426 | refs/heads/master | 2020-03-17T07:36:08.125156 | 2018-12-15T20:00:55 | 2018-12-15T20:00:55 | 133,405,118 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 983 | java | package com.kodilla.stream.portfolio;
import java.util.Objects;
public final class User {
private final String username;
private final String realName;
public User(final String username, final String realName) {
this.username = username;
this.realName = realName;
}
public... | [
"agammkrawczyk@gmail.com"
] | agammkrawczyk@gmail.com |
bbe3b0af16d975b0fbcfed28f44b834871018cd1 | 441922f2c1e141e574d0e75e2c9accbfbf84fdfd | /Life game/LifeModel.java | 764c344b823181c255b06c2c3db0b0ea0a314379 | [] | no_license | GitGreg228/MIPTStudent.Java | ae5f60cdc30b094e0e5c4d2c6f7f0de059ae9c43 | 5515f599bfd53ffe723e4e33afe30f4da0c50997 | refs/heads/master | 2020-03-13T07:23:29.034166 | 2018-04-25T15:25:04 | 2018-04-25T15:25:04 | 131,024,442 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,581 | java | import java.util.Arrays;
import java.util.Random;
/**
* Модель данных "Жизни".
* Поле завернуто в тороид, т.е. и левый и правый края, и верхний и нижний, являются замкнутыми.
* При симуляции используется принцип двойной буферизации: данные берутся из главного массива mainField, после расчета
* результат скл... | [
"noreply@github.com"
] | noreply@github.com |
56cf845b030c594651017a5e65955d0bf48e3dbf | f456b2f1c6bdc6001db0a7d21affaca6791dcec8 | /GRUB Server/src/com/mobettertech/grub/service/catalog/dao/GroceryCatalogDataAccessException.java | 6ab0f866552da49a8ada4260792958164dbeb235 | [] | no_license | joelcurtisblack/MY_GRUB | 412904d85240e87b10bde241f676a541fc10cecb | 3183f5b70ea38cf4e853246210694133cec25f53 | refs/heads/master | 2016-09-16T00:02:01.704021 | 2013-12-31T21:22:29 | 2013-12-31T21:22:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,157 | java | /**
* GroceryCatalogDataAccessException.java
*
* Copyright (c) 2013 Mo Better Tech, Co.
* All rights reserved.
*
* This software is the confidential and proprietary information of
* Mo Better Tech, Co.
*
*/
package com.mobettertech.grub.service.catalog.dao;
/**
* This class implements
*
* @... | [
"joel.black@mobettertech.com"
] | joel.black@mobettertech.com |
084202dbf1936631e171e180e0346daf910795e8 | 837492fe951fe993bb5f9b0bda311f3733b89a3a | /UISummerI/app/src/main/java/com/example/uisummeri/ui/first/FirstViewModel.java | 64cf042d0656a2ec25442d509052df4c4d71d8c9 | [] | no_license | Amrit-choudhary16/CS6392019 | e4c6717b0fab1747d01fa5d39eca4647c7d2b271 | c89f75691a34f59bda459a559307ab77875aaef5 | refs/heads/master | 2020-05-29T17:29:51.052257 | 2019-07-13T07:02:08 | 2019-07-13T07:02:08 | 189,278,200 | 0 | 1 | null | 2019-06-03T16:30:37 | 2019-05-29T18:27:54 | Java | UTF-8 | Java | false | false | 170 | java | package com.example.uisummeri.ui.first;
import android.arch.lifecycle.ViewModel;
public class FirstViewModel extends ViewModel {
// TODO: Implement the ViewModel
}
| [
"choudhary.amrit16@gmail.com"
] | choudhary.amrit16@gmail.com |
1c51b9b3112d48740f88507f8228eca29a42ab11 | d2cb1f4f186238ed3075c2748552e9325763a1cb | /pre_compile/nonstatic_methods/methods/java_net_JarURLConnection_setUseCaches_boolean.java | 94b0a32420ab9bd585c4721d9198f24fefda5d54 | [] | no_license | Adabot1/data | 9e5c64021261bf181b51b4141aab2e2877b9054a | 352b77eaebd8efdb4d343b642c71cdbfec35054e | refs/heads/master | 2020-05-16T14:22:19.491115 | 2019-05-25T04:35:00 | 2019-05-25T04:35:00 | 183,001,929 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 175 | java | class java_net_JarURLConnection_setUseCaches_boolean{ public static void function() {java.net.JarURLConnection obj = new java.net.JarURLConnection();obj.setUseCaches(false);}} | [
"peter2008.ok@163.com"
] | peter2008.ok@163.com |
ae6f6a5bb3c6b2269b1f6d8ccf2a142e30c52017 | 17ffbba6a65c6221ae01aa6c592e65ce09765884 | /app/src/main/java/com/ela/wallet/sdk/didlibrary/widget/Indeterminate.java | 8a8245b1b5916db963e011f88ffe8a474a9606a7 | [
"Apache-2.0"
] | permissive | elastos/Elastos.App.DIDPlugin | 580728988c4c173f783c470c69c8c7d616dccd93 | d4ffdc4199dee7eb6722ccf491cc5496f3d92f90 | refs/heads/master | 2020-04-10T15:15:19.364976 | 2019-04-12T07:29:35 | 2019-04-12T08:06:02 | 161,102,963 | 2 | 2 | Apache-2.0 | 2019-04-03T09:16:11 | 2018-12-10T02:06:49 | Java | UTF-8 | Java | false | false | 1,058 | java | /*
* Copyright 2015 Kaopiz Software Co., 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... | [
"xiaokun.meng@qcast.cn"
] | xiaokun.meng@qcast.cn |
674e475a75cd29467e2c1756610e6dab161fe596 | 9419249ee66fc06f7fa389fe28ea5debc6362c6d | /src/main/java/com/wsk/cards/skill/PurpleNightmareCard.java | 382ae0b27cb981a2921f2b0748a3ef4580d7f43b | [
"MIT"
] | permissive | wsk1103/LagranYue | 0ee45ee3745ab444cff84e822f005056d91ff188 | 5da15ed6cce5a182585226b1c26fb159b5b4dc0d | refs/heads/master | 2022-09-17T00:13:41.248505 | 2022-08-14T12:28:30 | 2022-08-14T12:28:30 | 172,636,794 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,736 | java | package com.wsk.cards.skill;
import basemod.abstracts.CustomCard;
import com.megacrit.cardcrawl.cards.AbstractCard;
import com.megacrit.cardcrawl.characters.AbstractPlayer;
import com.megacrit.cardcrawl.core.CardCrawlGame;
import com.megacrit.cardcrawl.localization.CardStrings;
import com.megacrit.cardcrawl.monsters.A... | [
"1261709167@qq.com"
] | 1261709167@qq.com |
437731eae7d7d5e7ce8352983ab8e1efa0d7ba4e | 709fa8c8ab1ac8c46305a2e2668c538b63394206 | /org.semeru/src/org/semeru/model/I_SM_TemplateBasic.java | a415060ddbcfca553f696ad9ff1407735987f401 | [] | no_license | egaevanov/semeru-plugin | a64ac5a7bc20130a71e66677cbcf18b475b187ed | f8729228be679b2950ece8263f7dc0eea3705af1 | refs/heads/master | 2020-12-29T13:32:47.344928 | 2020-03-30T18:05:56 | 2020-03-30T18:05:56 | 238,623,613 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,881 | java | /******************************************************************************
* Product: iDempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
* This program is free software, you can redistribute it and/or modify it *
... | [
"ega.evanov@gmail.com"
] | ega.evanov@gmail.com |
f3fe609f59264464abe0451fa7d1b36ffe866f44 | 033230cad6c09fb00a4f485ed6aa5c71455c3bd6 | /src/coureur/Coureur.java | ee75adcbe2f00b688de4f2c67e4ef9f239c0cebb | [] | no_license | Freeddy-Djiotsop/Coureur | e320c09ecf7f38281361692518c242a9aed68157 | 951e9fdaf89ad5767c6b0a879b0480058b06ac51 | refs/heads/main | 2023-02-22T18:19:21.472541 | 2021-01-21T01:40:47 | 2021-01-21T01:40:47 | 331,481,239 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,340 | java | package coureur;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.scene.image.Image;
import javafx.scene.layout.HBox;
import javafx.scene.layout.VBox;
import javafx.scene.text.Font;
import javafx.stage.Stage;
public ... | [
"75644155+Freeddy-Djiotsop@users.noreply.github.com"
] | 75644155+Freeddy-Djiotsop@users.noreply.github.com |
f8823bdd3dc558927129590aa52c6985aca4a4d7 | fdc5c96351aaaadfca1aade7cb3fe04c3829333c | /app/src/main/java/com/dat/barnaulzoopark/ui/videoalbumsdetail/VideoAlbumsDetailActivity.java | a43568b6b1656249feb581dfa1b9fed1b1565c22 | [] | no_license | jintoga/Barnaul-Zoopark | b5689058ab365961e63059d3f7f687d728ad2802 | a2280cc4e601afae92e391f68b5365a123423d2f | refs/heads/master | 2021-04-18T23:45:51.146694 | 2017-06-07T17:31:41 | 2017-06-07T17:31:41 | 50,792,159 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,781 | java | package com.dat.barnaulzoopark.ui.videoalbumsdetail;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v7.widget.Toolbar;
import android.view.MenuItem;
import butterknife.Bind;
import butterknife.ButterKnife;
import c... | [
"jintoga123@yahoo.com"
] | jintoga123@yahoo.com |
66ff6e6b53d846f194b7c7a7a718fc6f95b86351 | 15f8668ddb8b3828b4be3f2bc6d6926488e9157d | /abi/src/main/java/fscoin/block/abi/datatypes/generated/Bytes23.java | d6c6799ffbdacb8e5dcd40348a9e150683514be7 | [] | no_license | GBSDFS/FS-coin | 5871b269d1abf800e01b134bd354dae982f57713 | e790a5c812973ad38152ab79c05c72510e596666 | refs/heads/main | 2023-02-05T18:55:22.593248 | 2020-12-29T10:06:28 | 2020-12-29T10:06:28 | 325,246,006 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 265 | java | package fscoin.block.abi.datatypes.generated;
import fscoin.block.abi.datatypes.Bytes;
public class Bytes23 extends Bytes {
public static final Bytes23 DEFAULT = new Bytes23(new byte[23]);
public Bytes23(byte[] value) {
super(23, value);
}
}
| [
"noreply@github.com"
] | noreply@github.com |
bbc4eb4d66d20c538a8f4815c3c674792b43d8c1 | 196fc283b9959147ffba85bf806f279481044f34 | /MyApplication/app/src/main/java/com/example/faiz/cloudinary_testing/MainActivity.java | de40a7b874cce487e639db906ca5c64dc3313982 | [] | no_license | adnan94/AndroidApps | a57f2cefdb0858814ab93d18600946b8f8b8f9cd | 2e4392e30b8b00698bd73471871ef26872502f06 | refs/heads/master | 2020-06-16T16:06:21.992397 | 2016-10-04T10:29:01 | 2016-10-04T10:29:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,854 | java | package com.example.faiz.cloudinary_testing;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.ActivityNotFoundException;
import android.content.DialogInterface;
import android.content.Intent;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.Bitm... | [
"faizkhanabid@yahoo.com"
] | faizkhanabid@yahoo.com |
80d3075b0cf870da6cb6bf9388bc39b6c1185909 | b21545e3763176592e308b3764cf87a9596ef31d | /Cinema/Cinema/src/main/java/edu/eci/arsw/cinema/persistence/impl/InMemoryCinemaPersistence.java | 435840fbca6c18a3ada0e28a95e4f9028a094027 | [] | no_license | heredikon/Lab5ARSW | 72ce3ebf04062831cf31747e9b2c8609f18c060e | a90ac6af9a18c199f37158463ff845a6c82b48a6 | refs/heads/master | 2020-04-23T00:14:26.442490 | 2019-02-14T23:58:14 | 2019-02-14T23:58:14 | 170,771,933 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,188 | 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 edu.eci.arsw.cinema.persistence.impl;
import edu.eci.arsw.cinema.model.Cinema;
import edu.eci.arsw.cinema.model.CinemaFunction... | [
"heredia800@gmail.com"
] | heredia800@gmail.com |
8b83acc46636b574cf1ad867f643e30b30befc33 | f3698795f174340106c66885bb57ac72134c58c8 | /unisecurity/idatrix-unisecurity-parent/idatrix-unisecurity-freeipa/src/main/java/com/idatrix/unisecurity/freeipa/msg/response/AddUserResponseVO.java | e40909c7c48412b66dbe4ff721b25b4daecfcbd1 | [] | no_license | ahandful/CloudETL | 6e5c195953a944cdc62702b100bd7bcd629b4aee | bb4be62e8117082cd656741ecae33e4262ad3fb5 | refs/heads/master | 2020-09-13T01:33:43.749781 | 2019-04-18T02:12:08 | 2019-04-18T02:13:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 381 | java | package com.idatrix.unisecurity.freeipa.msg.response;
import com.idatrix.unisecurity.freeipa.msg.response.addUser.LdapRtqAddUserResult;
public class AddUserResponseVO extends BasicResponse {
private LdapRtqAddUserResult result;
public LdapRtqAddUserResult getResult() {
return result;
}
public void setResult... | [
"xionghan@gdbigdata.com"
] | xionghan@gdbigdata.com |
e9689da9a7b26df9a0b827ae36540c8effcf8aaa | 02cb74ec84860afd33e63ca9f1e1be683c0a5340 | /spring-security-cors-setup/src/main/java/com/mehmetozanguven/springsecuritycorssetup/config/SecurityConfiguration.java | 20798ae502db8882ac974335e534d7bf8e04d2c9 | [] | no_license | douglaskorgut/spring-security-examples | 19a0d470f9e250db0e53b8705d8253ab5771f08f | 4496736c344602f8fd985c83ecfa996c66a6ac9d | refs/heads/master | 2023-08-26T23:48:33.113879 | 2021-10-25T19:27:00 | 2021-10-25T19:27:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,025 | java | package com.mehmetozanguven.springsecuritycorssetup.config;
import org.springframework.context.annotation.Bean;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;
import org.springframework.security... | [
"mehmetozanguven@localhost.localdomain"
] | mehmetozanguven@localhost.localdomain |
ee38088d3a6cddcaf7e23024efde87aaedc6c5b7 | b36628c7b3d5165bbbdcb4a4ebead4bd3e687b21 | /Jicker/src/org/jicker/util/systemproperties/SysInfo.java | c165cff568d2dda953946da191eff43c53694ad7 | [] | no_license | stepborc/jicker | 506e04ca69f2b8dcac51ab6fd2d5ef9b30694f76 | 0d6805b7a415802ad5326d03b3d4b7282e23aa3f | refs/heads/master | 2016-09-06T13:33:02.710506 | 2015-03-13T10:56:01 | 2015-03-13T10:56:01 | 32,136,624 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,263 | java | /*
*
*/
package org.jicker.util.systemproperties;
import java.awt.Container;
import java.awt.GridLayout;
import java.util.Enumeration;
import java.util.Properties;
import javax.swing.JFrame;
import javax.swing.JLabel;
// TODO: Auto-generated Javadoc
/**
* The Class SysInfo.
*/
@SuppressWarnings... | [
"stepborc@e63418c4-c234-0410-a210-dd3f49822de1"
] | stepborc@e63418c4-c234-0410-a210-dd3f49822de1 |
8c960949db402f3e4c8e9e0851feb1c5a367778f | 31b3ac69c4c79f6b0740978b070458f60548e620 | /biz.aQute.bnd/src/aQute/bnd/plugin/Central.java | 3f128d078220f7a960d5beb51a187efa6fbf4b52 | [
"Apache-2.0"
] | permissive | herbyme/bnd | 9567d0920851676441d0c5aa013b5b9f0bc47614 | 0f6b8b40f98cffc19ab5fc5aab2886198673ad1d | refs/heads/master | 2021-01-21T17:13:30.561721 | 2010-05-15T11:51:45 | 2010-05-15T11:51:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,743 | java | package aQute.bnd.plugin;
import java.io.File;
import java.util.*;
import java.util.concurrent.*;
import org.eclipse.core.internal.resources.*;
import org.eclipse.core.resources.*;
import org.eclipse.core.runtime.*;
import org.eclipse.jdt.core.*;
import org.osgi.framework.*;
import aQute.bnd.build.Project;
import aQ... | [
"peter.kriens@aqute.biz"
] | peter.kriens@aqute.biz |
56d6cef30a40989be9826c68eb4a7f23c8b8e0ff | ef8a2affbee9bc5afe12685ffc42bbf55cde8109 | /app/src/test/java/org/glenda9/stationcountobservatory/ExampleUnitTest.java | cf02cc16c89063e7a2a10490ec008a5e25503058 | [] | no_license | enukane/StationCountObservatory | 528a2f02c2865269f079ea7c5372fb76ead1b628 | 0c0f207646b0d0a18b95261d0a05122bb3312b42 | refs/heads/master | 2022-09-18T04:02:43.883877 | 2022-09-08T14:11:02 | 2022-09-08T14:11:02 | 121,494,275 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 413 | java | package org.glenda9.stationcountobservatory;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
... | [
"enukane@glenda9.org"
] | enukane@glenda9.org |
397d8ec45ec8778afede4272cbf15772884017ca | 75b8ce816026706db58eea8bb20e3dabc14207b0 | /GeoRecSys-ejb/src/main/java/sessionbeans/CorrelationFacade.java | 8e29218a5a2b1ef34af06d026e2ea6e1c9468186 | [] | no_license | JanoSoto/GeoRecommender | f97d52c30444c02c3dacc0c87da9db82f79010b9 | f3455270d12397193548caa295530197bec8b681 | refs/heads/master | 2020-09-15T22:59:29.285236 | 2016-08-23T06:20:24 | 2016-08-23T06:20:24 | 66,172,105 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,720 | 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 sessionbeans;
import entities.Correlation;
import java.util.ArrayList;
import java.util.List;
import javax.ejb.Stateless;
impo... | [
"alejandro.soto@usach.cl"
] | alejandro.soto@usach.cl |
8330e13730b17fac1d67000993098cbfaf6c24c8 | 036666f3484edb4fb5ddc5e1088437c437fc9672 | /src/main/java/psoft/backend/projeto/excecoes/CurtidaInexistenteException.java | 2f2eb22212ad0c73b1fa3a1ba63a9b7b05c297d1 | [] | no_license | aarthurguedes/psoft-projeto-back | 05b3aa952d08bc5e4711fbdeeb42aa2720cbba37 | c79b6e2b422f607fd723a866083a30c54748deef | refs/heads/master | 2020-08-24T21:46:56.089711 | 2019-12-16T23:32:55 | 2019-12-16T23:32:55 | 216,912,449 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 292 | java | package psoft.backend.projeto.excecoes;
public class CurtidaInexistenteException extends Exception{
private String msg;
public CurtidaInexistenteException(String msg) {
super(msg);
this.msg = msg;
}
public String getMessage() {
return msg;
}
}
| [
"arthur.guedes@ccc.ufcg.edu.br"
] | arthur.guedes@ccc.ufcg.edu.br |
c6df80f6192ecc4add3ac5537baf7a6005441840 | df68bd4b06c4237e9a2b853f7391eecd01b5f721 | /app/src/main/java/com/citycloud/androidweb/GuideActivity.java | fd5678c1d63616edd4d7ea62d05dd4c3b00f2776 | [] | no_license | Yc100/android-agent-web | 976dee696dd02be09d425033061689d0f2a06bdb | 3e28f5a6626eb9bd8ee5961798fd064e92a24af5 | refs/heads/master | 2023-01-30T10:34:24.204242 | 2020-08-26T10:26:04 | 2020-08-26T10:26:04 | 319,914,972 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,742 | java | package com.citycloud.androidweb;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.os.CountDownTimer;
import android.widget.ImageView;
import android.widget.Toast;
import androidx.cardview.widget.CardView;
import com.facebook.drawee.view.Sim... | [
"1301760713@qq.com"
] | 1301760713@qq.com |
58c738a1774d8838557e7407e2328ad699b71154 | ec9dacd41c75346c05d836b4000a6eeadaa596e3 | /kernel/src/main/java/net/ytoec/kernel/service/RegionService.java | f6d771ece6404acbd515e4980610865671908840 | [] | no_license | Pd1r/eop | 08295a8c2543c3f96470965fc9db90fcb186335a | 0c43b484de6f08e57a64b5194fc1413db0fd78f4 | refs/heads/master | 2020-06-07T17:31:56.208813 | 2018-11-28T05:57:59 | 2018-11-28T05:57:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,403 | java | package net.ytoec.kernel.service;
import java.util.List;
/**
* 区域信息service接口
*
* @author Wangyong
* @param <T>
*/
public interface RegionService<T> {
/**
* 增加区域信息数据对象
*
* @param region
* @return @
*/
public boolean addRegion(T region);
/**
* 删除区域信息数据对象
*
*... | [
"caozhi_soft@163.com"
] | caozhi_soft@163.com |
9ae7189d228004320c0e2bb9d8e80388f2041339 | 1022794c1246343de80bc8a158e646dca281e85c | /modules/math/src/main/java/com/opengamma/strata/math/impl/rootfinding/NewtonRaphsonSingleRootFinder.java | d22fbbc03b65c3f19aba1a0df28b5f6f2bc1f2a5 | [
"Apache-2.0"
] | permissive | slusek/Strata | eb1652cca3aa6da5c15eb23e5160447184beb6db | e182dbed3578b4d66e69f7afe5b3d962c219aaac | refs/heads/master | 2020-04-05T23:42:47.477211 | 2015-12-18T17:09:39 | 2015-12-18T17:09:39 | 44,492,878 | 1 | 0 | null | 2015-10-18T19:30:00 | 2015-10-18T19:30:00 | null | UTF-8 | Java | false | false | 8,224 | java | /**
* Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.strata.math.impl.rootfinding;
import java.util.function.Function;
import com.opengamma.strata.collect.ArgChecker;
import com.opengamma.strata.math.impl.MathEx... | [
"stephen@opengamma.com"
] | stephen@opengamma.com |
66e5e0703d7766168fca2802202ac0708f20b5cf | 26f054011c066c6548e416e7fa2657351f730e67 | /src/application/Main.java | fdcd05263165099978faa66cf29c82814202f6fe | [] | no_license | KevinWorkSpace/ScrapingUtil | d14e9a6391625a9806f1cc45a918be878e6f910d | a5ca39365d1dfdddb154fc5b2b1a267f211a9071 | refs/heads/master | 2020-03-17T21:31:51.963769 | 2018-05-21T13:11:07 | 2018-05-21T13:11:07 | 133,963,035 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,957 | java | package application;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.sql.Statement;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Scene;
import javafx.scene.layout.BorderPane;
import javafx.stage.Stage;
public class Ma... | [
"30995513+KevinWorkSpace@users.noreply.github.com"
] | 30995513+KevinWorkSpace@users.noreply.github.com |
e757f8a9c935064db0e8be7ecd84176a97cb9156 | 3b7f2ec02509c03624366c1ff0a9a1e8a49d1c6b | /src/main/java/com/sleepycat/je/rep/impl/networkRestore/FeederManager.java | 9bb977e5149157bb9fd1b1e6caa876a2dfc1fab5 | [
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | andyglick/berkeley-db-java-edition | ae09295a6489ea61d23be346fe1676adc13d2b82 | 5b0b4a653a696ff415a388df3cbb0cbf7e85001f | refs/heads/master | 2023-01-30T16:40:31.198418 | 2020-12-09T03:12:15 | 2020-12-09T03:12:15 | 319,814,512 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 9,764 | java | /*-
* Copyright (C) 2002, 2018, Oracle and/or its affiliates. All rights reserved.
*
* This file was distributed by Oracle as part of a version of Oracle Berkeley
* DB Java Edition made available at:
*
* http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html
*
* Please ... | [
"andyglick@gmail.com"
] | andyglick@gmail.com |
94262da4cee50a475264c2111e341a53738872df | 7c86862cbf2f54780ee5ee2d2d5898489b46a8ac | /app/src/main/java/com/zwp/mobilefacenet/mtcnn/Utils.java | 79fc46480f8a7b17fd718d5da73fd00fc2ae809b | [
"MIT"
] | permissive | TrangLeQuynh/Android-MobileFaceNet-MTCNN-FaceAntiSpoofing | 994da0ae354ee21c48b34cfb50f65c4ac1a55f76 | d635649e711f5e16e6cd3dc06cbb329cd8d1d3b7 | refs/heads/master | 2023-05-12T14:38:24.621768 | 2020-08-18T00:47:16 | 2020-08-18T00:47:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,753 | java | package com.zwp.mobilefacenet.mtcnn;
/*
MTCNN For Android
by cjf@xmu 20180625
*/
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graphics.Point;
import android.graphics.Rect;
import android.... | [
"973731246@qq.com"
] | 973731246@qq.com |
6c1a5e318117798c1984a60df77acf51b84c98f0 | 2b2432ac5a2c6b8e3f975141e5c5fce497cdc465 | /HW08/src/model/MainModel.java | bad3316f6edd90c6227347b101205c5eb6839986 | [] | no_license | lanyangyang025/OOP | a94dfe20a74bde4c7ebcfffbef1ff9e992c68b4e | b9697f3698bdfeaadd5185e6075971b4194b9df2 | refs/heads/master | 2021-08-30T03:12:02.002721 | 2017-12-15T20:31:07 | 2017-12-15T20:31:07 | 114,409,084 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,869 | java | package model;
import java.rmi.NotBoundException;
import java.rmi.RemoteException;
import java.rmi.registry.Registry;
import java.rmi.server.UnicastRemoteObject;
import java.util.Collection;
import java.util.function.Consumer;
import common.IChatRoom;
import common.IFailureStatusType;
import common.IUser;
import prov... | [
"yl128@rice.edu"
] | yl128@rice.edu |
dd2c733c9e443b2cdbdaa1b8c5a5c4495b2bea61 | 78b0b911bfce1cf44f4eca6b3fd80fd33f9712e9 | /src/main/java/com/parsing/formullaDotBy/FormullaByAmino.java | 1ca89a8ef7d82dc8d61b3b2b591324dac62cb1ba | [] | no_license | Gorelko/parsingForFizcultPit | 1d63eb24811918b80f362a815428a47f8735610f | e189e43f4f9d6bdb4b53d74a35b055ddb34585bd | refs/heads/master | 2023-08-13T03:25:36.386068 | 2021-09-16T13:25:26 | 2021-09-16T13:25:26 | 407,157,935 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,437 | java | package com.parsing.formullaDotBy;
import com.parsing.csv.WriterForOut;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.select.Elements;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class Form... | [
"gorelko90@gmail.com"
] | gorelko90@gmail.com |
cbe60b391ce35e13f9b4307887011171267308c7 | 26fce685009f7587b23dd90dc96edb69115dc756 | /src/main/java/com/turing/website/bean/RoleExample.java | 7985224ad0a2acd5881fc0dbc5d00e71fe767748 | [] | no_license | Look-Ahead8/turing_website | d0f88e18aa011db78015a372cdd7d5f8badeeb7a | 66ea79dcd2e42edbf547c2024fd3a2f3a6f18557 | refs/heads/master | 2022-07-16T12:57:33.810154 | 2019-09-12T06:55:10 | 2019-09-12T06:55:10 | 207,984,396 | 0 | 0 | null | 2022-06-21T01:51:36 | 2019-09-12T06:52:43 | Java | UTF-8 | Java | false | false | 9,501 | java | package com.turing.website.bean;
import java.util.ArrayList;
import java.util.List;
public class RoleExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public RoleExample() {
oredCriteria = new ArrayList<Criteria>();
}
publi... | [
"1335189318@qq.com"
] | 1335189318@qq.com |
f36dba7f4106990777e1978dfd66f0af380faf69 | 96513bed0fb8e61ab038c4a1946f4b8641eaa448 | /sourcecode/Shreyams_Pattens/AllCards.java | a6933282af5bb7624ac090f9e37bbb05c8b9c8f5 | [] | no_license | bavudaia/202-Team-Project | 149ed5073a0b71eaa9a60a6a0a4a23be091ba5fe | 1e25c8f1655f355ae100f918e98b53456a7dfb51 | refs/heads/master | 2021-01-17T10:22:01.375831 | 2016-05-14T03:37:59 | 2016-05-14T03:37:59 | 55,469,589 | 0 | 1 | null | 2016-04-13T06:10:03 | 2016-04-05T05:16:31 | Java | UTF-8 | Java | false | false | 2,473 | java | import java.util.Map;
import java.util.HashMap;
/**
* Write a description of class AllCards here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class AllCards
{
public static Map<Integer,String> cardMap = new HashMap<>();
static {
cardMap.put(0,"ace_o... | [
"shreyams.jain@sjsu.edu"
] | shreyams.jain@sjsu.edu |
d0e486ff63aa7e9ee68041e9aff24fb1627f3ca9 | c83cd2c77fbc4b80da7b071e7258505ca7fc43b3 | /src/main/java/com/meltsan/pdfcreator/subreports/SubreportIndicadoresSin.java | 0b7233f57dcf58b3cce206d879585c43c5a2727c | [] | no_license | yairromero/PdfCreator | 51382d0f3bd3ae4490fae6ef2255ae1987b3c5cf | 2ed089d3404c0c08b58df1df8dbcbd368b6e965b | refs/heads/master | 2021-07-11T10:52:18.312453 | 2017-10-10T18:06:26 | 2017-10-10T18:06:26 | 103,680,058 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,425 | java | package com.meltsan.pdfcreator.subreports;
import static net.sf.dynamicreports.report.builder.DynamicReports.col;
import static net.sf.dynamicreports.report.builder.DynamicReports.report;
import static net.sf.dynamicreports.report.builder.DynamicReports.type;
import java.util.ArrayList;
import com.meltsan.pdfcreator... | [
"yair.romero@meltsan.com"
] | yair.romero@meltsan.com |
71255df64cac444e43d4b3868c94b99faca01caa | 5c4a9567d4aec7fedf81ca8a5e67bd1fdfb503b0 | /src/main/java/com/jg/blog/vo/BlogVo.java | 063ab6f3aee1437c640a12e4eaacc90b2ee233f9 | [] | no_license | 13030830345/springboot-vue | ba00c3cf7ce3252f64350dbb3440cded5ff15421 | 16bc52a11cdba096c7702ae55f265f066dd836c7 | refs/heads/master | 2022-07-13T14:13:29.336561 | 2020-03-31T08:43:57 | 2020-03-31T08:43:57 | 251,265,762 | 4 | 0 | null | 2022-06-29T18:02:49 | 2020-03-30T09:58:29 | Java | UTF-8 | Java | false | false | 1,123 | java | package com.jg.blog.vo;
/**
* com.jg.blog.vo
* 76773:cl
* 2020/3/29
* blog
*/
import com.jg.blog.pojo.Type;
import lombok.Data;
import java.io.Serializable;
/**
* 展示给前端看得
* 文章分类
*/
@Data
public class BlogVo implements Serializable {
/**
* 帖子id
*/
private String blogId;
/**
* 标题
... | [
"767735493@qq.com"
] | 767735493@qq.com |
83e04e80149956f47950b54e3d8911972c30eac1 | f91c611a8b4c7d9d8d3e7f7b599d8369495cf797 | /lss-pattern-decorator/src/com/lss/pattern/decorator/old/ResultMsg.java | 0aceeebefe417011f231b4a1b4b95a3439d2c786 | [] | no_license | firegoods/gupao | 0e20acf17eb83cd7bc48927a28ee0fe837570247 | 09dace5b3a9642877a58e906b3c02db8312863ed | refs/heads/master | 2020-04-11T02:52:48.152374 | 2018-06-24T07:10:32 | 2018-06-24T07:10:32 | 124,322,731 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 721 | java | package com.lss.pattern.decorator.old;
/**
* Created by liushaoshuai on 2018/3/23.
*/
public class ResultMsg {
private String code;
private String msg;
private Object data;
public ResultMsg(String code, String msg, Object data) {
this.code = code;
this.msg = msg;
this.data... | [
"1337343005@qq.com"
] | 1337343005@qq.com |
1e6e1ab6b3b5f5925b875b94cc7b573295aaa7a5 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Chart/5/org/jfree/chart/StandardChartTheme_setLargeFont_372.java | e3ea6b6a81182a2170d355dc5104d034a99ca9a5 | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 2,184 | java |
org jfree chart
implement link chart theme chartthem
implement collect bunch chart attribut mimic
manual process appli attribut object
free chart jfreechart instanc eleg code work
standard chart theme standardcha... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
3dd5bc24b96f81e511ba384a03eb9b70094cfddf | e078a1e58f535292b5cffb30cd7ca1d8434310fe | /src/ode/problema/cgd/KSolucaoDAOImpl.java | 8d4c0ba47d03ea6f1be2957feac654ea8621b1bb | [] | no_license | newbare/ode | 20b7a846bbce801147d4b3d8ef7b30792d06de59 | 9b06e6e5a0862cbebbf559ee2444838649a87f25 | refs/heads/master | 2021-01-17T22:55:00.152849 | 2015-03-04T18:50:51 | 2015-03-04T18:50:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 851 | java | package ode.problema.cgd;
import java.util.Collection;
import java.util.List;
import ode._infraestruturaCRUD.ciu.NucleoListbox;
import ode._infraestruturaBase.cgd.DAOBaseImpl;
import ode.problema.cdp.KCausa;
import ode.problema.cdp.KProblema;
import ode.problema.cdp.KSolucao;
import org.springframework.... | [
"nicoli.ludimila@9a94fb9e-9367-8fd8-e54f-9d0b81a662fe"
] | nicoli.ludimila@9a94fb9e-9367-8fd8-e54f-9d0b81a662fe |
6c1655e1e179454e21a571b54243fefbfc2da1b0 | c334c14ca8b120670003ff23e59d2d3f22e61e07 | /platform-gen/src/main/java/com/platform/entity/ColumnEntity.java | 7063f94f1ae7fb2b557050553fd00a2abb0fe16b | [
"Apache-2.0"
] | permissive | SJshenjian/platform | 43178b1044c3aac516b26cb27dcf5d3830c662af | c5c0f72179dc7cadc569bff3e37027c91fc3c975 | refs/heads/master | 2018-11-02T20:43:48.714445 | 2018-08-25T13:53:12 | 2018-08-25T13:53:12 | 142,135,952 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,693 | java | package com.platform.entity;
/**
* 列的属性
*
* @author Jian Shen
* @email SJshenjian@outlook.com
* @date 2016年12月20日 上午12:01:45
*/
public class ColumnEntity {
//列名
private String columnName;
//列名类型
private String dataType;
//列名备注
private String comments;
//属性名称(第一个字母大写),如:user_name => U... | [
"sjshenjian@outlook.com"
] | sjshenjian@outlook.com |
662da40e42290ea757d62196dbbe4726c20f0831 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/JetBrains--intellij-community/db1de9f67e016258671c4d1a1fe6fbee083aee9f/before/RenameMembersInplaceTest.java | db4c7ccf7c2cef9d46c6feb6bc76271f97966d36 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,854 | java | /*
* Copyright 2000-2017 JetBrains s.r.o.
*
* 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... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
18f030de29583a3639bdc6f8a2833d6c0e4b2eb9 | d8e06fbcab34c81ed2ef75ce9893498627ae9a71 | /app/src/main/java/com/example/rincondelvergeles/model/Mesa.java | 2ad236aee23208f193c3207f23e5d7bdf0abd894 | [] | no_license | javiher99/ProyectoFinal | fe20d48d7501d7a72f6ba3ec4d4972fb170c50d1 | 6687005b9e041818720d11a1f6ebf157009a1135 | refs/heads/master | 2020-10-01T13:20:05.325548 | 2019-12-12T07:25:08 | 2019-12-12T07:25:08 | 227,545,732 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,739 | java | package com.example.rincondelvergeles.model;
import android.os.Parcel;
import android.os.Parcelable;
public class Mesa implements Parcelable {
long id;
String mesa;
long ocupada;
public Mesa(long id, String mesa, long ocupada) {
this.id = id;
this.mesa = mesa;
t... | [
"xavito99@hotmail.es"
] | xavito99@hotmail.es |
6ec9d0b40966234672212ef4785fb3944a6980c3 | 49086b79e0b691098a91f80bb2329109b4505162 | /src/main/java/com/example/springbootes/entity/es/EsVideo.java | 405e5f3833f8b7941b30032004d587e51c8afa8a | [] | no_license | skriser/sprintboot-es | 8f427cbbc95c3f9a6222a3be154b08e28a7853d0 | 23af2d4417625a803d75a93d28957be10fd4459e | refs/heads/master | 2022-12-06T02:21:02.523625 | 2020-08-20T13:12:24 | 2020-08-20T13:12:24 | 289,009,716 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,923 | java | package com.example.springbootes.entity.es;
import lombok.Data;
import org.springframework.data.annotation.Id;
import org.springframework.data.elasticsearch.annotations.DateFormat;
import org.springframework.data.elasticsearch.annotations.Document;
import org.springframework.data.elasticsearch.annotations.Field;
impor... | [
"1360754033@qq.com"
] | 1360754033@qq.com |
f54dedae6144561f82a4fd3161b53bfbce40fe0b | f307f2f504f0dfca078843a0b6c67f46cd1717eb | /app/src/main/java/com/coolweather/android/gson/Now.java | 5e749970240c03f7c6120c3a87648b7315b47fa9 | [] | no_license | educode-jpg/CoolWeather | 8379f17785bfd5b5a3a2b65155279c196169f87f | 9e9170d8dbff97a68ca0972bce36cfd2c524d6ce | refs/heads/master | 2021-03-26T17:46:52.304503 | 2020-04-25T14:44:35 | 2020-04-25T14:44:35 | 247,728,175 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 277 | java | package com.coolweather.android.gson;
import com.google.gson.annotations.SerializedName;
public class Now {
@SerializedName("tmp")
public String temperature;
@SerializedName("cond")
public More more;
public class More{
public String info;
}
}
| [
"Csuperlemon@163.com"
] | Csuperlemon@163.com |
766a04bdef51b7ecf622daa08e18f6810554e908 | a6696a4b6d371e412c1ec7e257ef2199ac69758a | /src/it/pdm/AndroidMaps/DbManager.java | ba6dc0e8fc0692e9dc4cec978f933bd3978df9bb | [] | no_license | ninuxorg/Android-Mobile-App | 40bdd25e1979a48b9d2909c027592a62d118eeb7 | 9d9af6c8d5bc0d128c55843d5be08c3400b8d76e | refs/heads/master | 2021-01-15T21:08:22.413624 | 2012-05-24T17:37:19 | 2012-05-24T17:37:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,124 | java | package it.pdm.AndroidMaps;
import java.util.ArrayList;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.SQLException;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteException;
import android.os.AsyncTask... | [
"komodo00155@gmail.com"
] | komodo00155@gmail.com |
fe08438f4e7a9822a9ca22bebcd9c07487ef532d | 670de7494d05791304adbcf99e1d2ccceb40fe24 | /ServiceRegistry/src/main/java/com/example/ServiceRegistry/ServiceRegistryApplication.java | 38f3a9ecaa626cd57e28f98cac7d91bfa36b6668 | [] | no_license | dragandulic/SEP19 | 415ef4cbffda927eb3a98ee52cf89ea4c5857d68 | 2137236ffd12220a617cf6bd27168a2fa8853e95 | refs/heads/master | 2020-04-13T17:07:50.574924 | 2019-02-10T06:15:58 | 2019-02-10T06:15:58 | 163,339,575 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 434 | java | package com.example.ServiceRegistry;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
@EnableEurekaServer
@SpringBootApplication
public class ServiceRegistryApplication {
... | [
"35114903+dragandulic@users.noreply.github.com"
] | 35114903+dragandulic@users.noreply.github.com |
f87c56b9baec51367b1f1f37c07dc6f92c6f2daf | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Lang/64/org/apache/commons/lang/text/StrSubstitutor_StrSubstitutor_241.java | 2cb1536db5c717b73e84627bb0d6162121bd2071 | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 3,091 | java |
org apach common lang text
substitut variabl string valu
take piec text substitut variabl
definit variabl code variabl variablenam code
prefix suffix chang constructor set method
variabl valu typic resolv map resolv
system properti suppli custom variabl resolv
simplest replac java system propert... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
7dc5e75cc7055ec376df84ac6cf5688e3b7a9750 | 9050894d517a9c24f6c5f48777c66f13692e0031 | /Malmo/P1/TestProgP1x.java | 38581ade2601025de73df829deab934062b06900 | [] | no_license | h-kan/java | 76a5e67f471ec2b88b28ab6536a0a439c71f634f | 31cec9b6b9b971be078203c9548b8ec4c921db9c | refs/heads/master | 2016-08-08T02:33:37.694417 | 2009-03-16T20:29:55 | 2009-03-16T20:29:55 | 120,111 | 1 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 2,469 | java | /*
TestProgP1.java
Testprogram för metoderna i Programmeringsuppgift 1
Rolf Axelsson
*/
package p1;
import javax.swing.*;
public class TestProgP1x {
public void testUppX1(Prog1 prog1) {
// System.out.println("TEST AV: siffersumma");
// prog1.siffersumma(1827);
// prog1.siffersumma... | [
"h-kan@h-kan.com"
] | h-kan@h-kan.com |
155ddae0d5b7e99d5d7c8d6d402bbcba18fe088e | 25b3bb3a1f1d74503c0ebd2f093f4f54d8cececc | /src/main/java/py/com/progress/scc/model/Proveedor.java | 5d106d9d9f1b8e8b83814ebad16fd91583fdba47 | [] | no_license | AviPower/scc | 4d126d7e46aedc878954e98702c85f0abd4eb6f2 | da93abbbf649397b6de72f0befff575188407456 | refs/heads/master | 2016-09-06T06:43:10.365873 | 2014-08-22T13:22:54 | 2014-08-22T13:22:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 830 | java | package py.com.progress.scc.model;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class Proveedor implements Serializable {
pri... | [
"carmenalarcon@winner.com.py"
] | carmenalarcon@winner.com.py |
51d81d1e18643f4ec6773cb0e47f73546343d33e | b5a67181afccb14a18b289b5e698bf160f4ed490 | /src/semina/mybatis/Select.java | 7826f8bd182ea38d34c82fd439401f97cb7e5ba9 | [] | no_license | yang-jihoon/sampleCodes | dd1707f4140a6a6b365345bd5330a6da4ed38849 | 2a99f0b1624976045e9bf1fe2309e773afa6c4fa | refs/heads/master | 2016-08-08T06:47:34.141196 | 2011-12-07T14:28:44 | 2011-12-07T14:28:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 260 | java | package semina.mybatis;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* @author need4spd, need4spd@cplanet.co.kr, 2011. 7. 9.
*
*/
@Retention(RetentionPolicy.RUNTIME)
public @interface Select {
String query();
}
| [
"need4spd@gmail.com"
] | need4spd@gmail.com |
e389227ba1e2706eebdbf3bbb669c63f4f363219 | 00d82bed7b9ddcf83b5f1777b25422f6b778b528 | /Programmer Calculator/src/aboutPanel.java | 8cf3ae0ac1336951dac329485780f4ec972df9f8 | [] | no_license | Kion-Smith/advancedCalculator | b029d5e1739eeaeb8b1e0a1147d760940d1f5b60 | 12519c9f0263e936ac79a3b8207ba9d036fdc70a | refs/heads/master | 2021-08-23T06:45:31.059258 | 2017-12-04T00:19:26 | 2017-12-04T00:19:26 | 108,801,566 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 844 | java | import java.awt.Graphics;
import java.awt.image.BufferedImage;
import java.io.IOException;
import javax.imageio.ImageIO;
import javax.swing.JPanel;
/*NAME: Kion Smith
* ID: kls160430
* CLASS: CS2336.502
*
*
* Display image in new jframe
*/
public class aboutPanel extends JPanel
{
BufferedImage ... | [
"kion_smith@hotmail.com"
] | kion_smith@hotmail.com |
cbf5623470d48fba88d362937e0e1838cdde7c67 | 736bcc68483c1df9cebcba483cf973e406ce60fb | /Rentable/src/Room.java | e2eac061cd00ee0a072b4df91f0c16cc80eb2c99 | [] | no_license | nntrn/dell-java | 5941b22ce2c5252f2bc64a425fbff115eaaa0ae6 | 857862aeaf6136e8a5857ecda3ce281d6f9e0460 | refs/heads/assignments | 2020-04-15T04:47:03.930762 | 2019-03-05T00:39:06 | 2019-03-05T00:39:06 | 161,844,568 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,009 | java | public class Room implements Rentable {
double rateMultiplier = 1;
double dailyRate = 100;
Room(double rate) {
dailyRate = rate * rateMultiplier;
}
@Override
public void setRate(double newRate) {
dailyRate = newRate * rateMultiplier;
}
@Override
public double getDailyRate() {
return dailyRate * rateM... | [
"nntrn@me.com"
] | nntrn@me.com |
705e540e48d6dd46393e40db1f78041e4781091c | b6f58ef4f3f318e71f304859608fda17da0ea075 | /Prova2/src/model/Esportes.java | 646d2930319fd880c70e6c4de98afe6fe4ff4ffe | [] | no_license | uniceub-ltp1-201702/prova-p2-ltp1-201702-bsbsilva | 96858735bdeab85c723b8ffbe2171aabc15d6dcb | b668722b159733657284b31c2e4901c948b1937e | refs/heads/master | 2021-08-19T06:36:55.732945 | 2017-11-25T00:49:03 | 2017-11-25T00:49:03 | 111,958,429 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 753 | java | package model;
public class Esportes {
// Atributos
private String esportes;
private String modalidade;
// Metodo ToString
@Override
public String toString() {
return "Esportes: " + esportes + " - " + "Modalidade: " + modalidade;
}
// Metodo Construtor
public Esportes(String esporte... | [
"RA21606013@AN0700114077504.dinfor.uniceub"
] | RA21606013@AN0700114077504.dinfor.uniceub |
7de66e0c7c8f648a20002bbaffed3cf5182d9722 | d3b9eb452f3f2cd60f7995a41ab408a0b240b611 | /src/factorial.java | 22645c6abbf03dcfa401cacb4848c53b8cd66be9 | [] | no_license | sapadoni/Java_Training | 541be3010616ebc16cf14667dc68c54f4b32bdd1 | c1d9e0b099e564f3479b4d3c764c885ac6e9674f | refs/heads/master | 2022-11-10T05:31:44.476322 | 2020-06-18T03:57:54 | 2020-06-18T03:57:54 | 272,069,889 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 475 | java | import java.util.Scanner;
public class factorial {
public static void main(String[] args)
{
int num ;
Scanner scan = new Scanner(System.in);
System.out.println("Enter a number");
num = scan.nextInt();
System.out.println("Factorial of " + num + " is " + factorial(num));
... | [
"saipadoni@gmail.com"
] | saipadoni@gmail.com |
5a82ae19b18e4ad86edbeec602b1646c6a44ae42 | acd83cad443cd1bb76ada3e0ca07acd405c9d058 | /src/main/java/com/lnsf/service/impl/ResourcesServiceImpl.java | ebc50928a4ccbe62edbe2140cf1e2b6069164e8d | [] | no_license | Andrewtao001/artsale | a9eb99f0caefe1336bda426599617009df2525dd | b10ca04385640a50fb526089f3974105fe63dcb8 | refs/heads/master | 2023-03-06T21:25:44.422585 | 2022-04-16T08:53:53 | 2022-04-16T08:53:53 | 193,368,545 | 0 | 0 | null | 2023-02-22T05:17:09 | 2019-06-23T16:04:43 | Java | UTF-8 | Java | false | false | 1,855 | java | package com.lnsf.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.lnsf.dao.ResourcesMapper;
import com.lnsf.entities.Resources;
import com.lnsf.entities.ResourcesExample;
@Service
public class Reso... | [
"1044973286@qq.com"
] | 1044973286@qq.com |
913f390dab835d55123ebce33b726157670219f8 | 9649f90f60f891b8832f679f5fc7006b0acf8a7f | /src/main/java/com/kgc/entity/Allserver.java | 3bba201e348fe967f4e1bc92f7d86a8be198e910 | [] | no_license | fan-god/spring-hibernate | 5cf8b82508d171f9c2b83ea237a44ad78dc4ad5f | 8190ed20b81d4a34da716f50d445781673c8723c | refs/heads/master | 2021-01-20T11:15:58.402426 | 2017-03-14T02:58:57 | 2017-03-14T02:58:57 | 83,946,213 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 931 | java | package com.kgc.entity;
/**
* Created by 王帆 on 2017/3/6.
*/
public class Allserver {
private int sid;
private String name;
public int getSid() {
return sid;
}
public void setSid(int sid) {
this.sid = sid;
}
public String getName() {
return name;
}
publ... | [
"1129984165@qq.com"
] | 1129984165@qq.com |
00f85a5176c7b25f9561d87dc77b2dfc44a66d11 | 611e0544ff871e5df58f13a5f2898102f521ec8e | /streams/src/main/java/org/apache/kafka/streams/processor/internals/assignment/RackAwareTaskAssignor.java | 0c8f9492a3e6f862bd85eb9bb236386b15d3f265 | [
"Apache-2.0",
"GPL-2.0-only",
"LicenseRef-scancode-public-domain",
"W3C",
"CC0-1.0",
"GPL-1.0-or-later",
"CPL-1.0",
"GPL-2.0-or-later",
"LicenseRef-scancode-generic-export-compliance",
"LicenseRef-scancode-other-permissive",
"CC-PDDC",
"BSD-3-Clause",
"APSL-2.0",
"LicenseRef-scancode-free-... | permissive | confluentinc/kafka | 3b0830c0afd81bc84ff409fa9eff61418636d697 | cae0baef40b0d5d97af32256800492cb9d6471df | refs/heads/master | 2023-09-03T12:54:24.118935 | 2023-08-31T18:05:22 | 2023-08-31T18:05:22 | 37,555,321 | 216 | 235 | Apache-2.0 | 2023-09-14T12:05:20 | 2015-06-16T20:48:28 | Java | UTF-8 | Java | false | false | 29,350 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may n... | [
"noreply@github.com"
] | noreply@github.com |
f0644fc26b4b682890a7f6aa05b1b08fc17f5c99 | e6cc14852bb171b49bc743344f6daf916b12d266 | /src/main/java/com/xjl/partten/xjl/designpattern/decoratorpattern/CarPayment.java | 065d0ab8f77365e5f048b064b336d88bf8bffb35 | [] | no_license | xiusan/xiao | 9671fc1ebd39ce845bdf83f9403a03d7d349b5f7 | 3fe8cf2c51c96f2122adb7e1c85e4898ab670b5c | refs/heads/master | 2022-11-25T19:54:10.158208 | 2020-08-29T12:28:27 | 2020-08-29T12:28:27 | 73,248,721 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 289 | java | package com.xjl.partten.xjl.designpattern.decoratorpattern;
/**
* @Auther: xiaojinlu1990@163.com
* @Date: 2020/7/16 22:27
* @Description:
*/
public class CarPayment implements Payment {
@Override
public void sellMoney() {
System.out.println("买了辆车");
}
}
| [
"xiaojinlu1990@163.com"
] | xiaojinlu1990@163.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.