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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a9e9d1129e0d81a65fd44902a7647e6477d0c770 | 4e01469cc355c7ed56fa9f2cf6a728e33c0b9ac6 | /Reception/reception/src/test/java/com/example/reception/ReceptionApplicationTests.java | 7ea41d7e269f9cc674e44e1d44057dc1d5a602d8 | [] | no_license | AyshaHamna/Hotel-Reservation | 69a4908ba13a2b502e4e833101b1e84a49b4d930 | 64cfd9c0478851b469d4502a637c50e89d8260f1 | refs/heads/master | 2022-12-26T16:05:16.006472 | 2020-10-07T06:49:53 | 2020-10-07T06:49:53 | 301,936,116 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 216 | java | package com.example.reception;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ReceptionApplicationTests {
@Test
void contextLoads() {
}
}
| [
"ayshahamna57@gmail.com"
] | ayshahamna57@gmail.com |
a5f6cf131bbed6b883e8e92d335776a97dc1b0e5 | 95ffa7649dde1e9fdda8bedd22063d3dac73ebab | /src/com/sfb/schedulerWeblogicDemo/Email.java | 17d9a66beef0a2cb52017c58602fddd20c3eb409 | [] | no_license | abhidabas/practice | 8fc4806446322fe4eda8b15b8b5d95da985aa887 | 3b3d2e1c42fbe1ed4644d54bc079f58d5c11a9d9 | refs/heads/master | 2021-06-26T01:03:46.829893 | 2017-09-12T05:45:44 | 2017-09-12T05:45:44 | 103,225,881 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 475 | java | package com.sfb.schedulerWeblogicDemo;
public class Email {
String to = "ajay.bisht@sofbang.com";
String subject = "subject";
String body = "body";
public String getTo() {
return to;
}
public void setTo(String to) {
this.to = to;
}
public String getSubject() {
return subject;
}
public void setSubject... | [
"abhishek.dabas@sofbang.com"
] | abhishek.dabas@sofbang.com |
1be44d63300f9eb380adb48c2a3ec68e5b80f932 | 8d77181692e07d2a5b0bb48b91aa1e8bbdae1232 | /builder/src/main/java/com/github/ftfetter/oopdesignpatterns/builder/product/YellowBankCustomer.java | b7672e2900a7227be2fbb1161114f530e606b328 | [
"MIT"
] | permissive | ftfetter/oop-design-patterns | fd507ef5f538b6c3c3a1394b19e50d22904f1eb6 | 05be9d5b55c84c429a193da76b1b25fe56ffe5f4 | refs/heads/master | 2022-07-07T00:52:26.128795 | 2022-06-23T14:54:18 | 2022-06-23T14:54:18 | 206,670,571 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,322 | java | package com.github.ftfetter.oopdesignpatterns.builder.product;
public class YellowBankCustomer {
private String name;
private YellowBankCurrentAccount currentAccount;
private YellowBankCardAccount cardAccount;
public YellowBankCustomer() {
}
public YellowBankCustomer(String name, YellowBankC... | [
"felipetfetter@gmail.com"
] | felipetfetter@gmail.com |
92f1d658bf84251a93b89535ba8aff8a272ca027 | b20845774027f73188bb3bf06bb5c8509e362370 | /src/main/java/com/github/sunnysuperman/pim/util/BeanUtils.java | 84d3a5f6d36779c0c625a9ef04bb3115f9b6d024 | [
"Apache-2.0"
] | permissive | sunnysuperman/pim-server | 2e174c2eba41e23dae5434d73db34488cfd65303 | 8e21e4cb30afbe6e3fdb0007f141776e20521544 | refs/heads/master | 2021-01-22T18:01:39.767144 | 2017-10-16T03:07:55 | 2017-10-16T03:07:55 | 85,052,340 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,566 | java | package com.github.sunnysuperman.pim.util;
import java.util.Date;
import com.github.sunnysuperman.commons.utils.FormatUtil;
public class BeanUtils {
public static Object parseSimpleType(Object raw, Class<?> destClass) {
if (raw == null) {
return null;
}
if (raw.getClass().equ... | [
"renshi.ji@gmail.com"
] | renshi.ji@gmail.com |
adfee5a2e73a3bdea31902ed6985143f25499d39 | 883d0cd75c2fc65c36211c758375cfcf139823a2 | /src/test/java/com/example/chat3/Chat3ApplicationTests.java | 1464df4590cce001117bb0df11ef12134a5483b2 | [] | no_license | mmilak197/spring-chat | 0b073e257adc3e5d2fbb14a846145b9cd575a054 | 5ac8b276afe328b4cee681dd0558d1655ed0ae97 | refs/heads/master | 2022-02-23T07:29:17.380443 | 2019-09-17T08:52:31 | 2019-09-17T08:52:31 | 208,979,580 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 342 | java | package com.example.chat3;
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 Chat3ApplicationTests {
@Test
public void cont... | [
"mateusz.milak@comarch.pl"
] | mateusz.milak@comarch.pl |
e4d059cd8172cfbc77ad7002af23be69baa0f788 | df8b40a0c72e4e7bfb9ddf0cf105641659b8224e | /bos_management02/bos_management02_dao/src/main/java/com/itgg/bos/dao/take_delivery/WaybillRepository.java | 6347c2ebf758e1b92764e3951807e326fa471de9 | [] | no_license | xinwing/boss2 | e73f19ece5eaa9acfcf295127e48e986cd893e4d | ede6e8454889d70d88cba9804ab6b1cee47f9278 | refs/heads/master | 2021-04-03T09:03:50.279114 | 2018-04-01T06:35:39 | 2018-04-01T06:35:39 | 124,736,629 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 525 | java | package com.itgg.bos.dao.take_delivery;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Modifying;
import org.springframework.data.jpa.repository.Query;
import com.itgg.bos.domain.take_delivery.WayBill;
/**
* ClassName:WaybillRepository <br/>
* Funct... | [
"642110754@qq.com"
] | 642110754@qq.com |
73b86fa6fbdf2dc8834332cb5892f71ed8f94baf | 2b57f3c5a38600b6fa2137c86b7c45181cadd0d3 | /hw-02/src/main/java/ru/otus/mezgin/domain/Answer.java | f1dfb24431dcbc63d685d514e53bf13c2ab64383 | [] | no_license | amezgin/2021-03-otus-spring-mezgin | 9729954db293610e3e4f1cc1fce046dcfc83333d | ff7d1efc2a5515505b5858fd3fa171c6bb1876e2 | refs/heads/master | 2023-08-08T01:12:19.778007 | 2021-09-07T18:37:19 | 2021-09-07T18:37:19 | 352,103,118 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 310 | java | package ru.otus.mezgin.domain;
public class Answer extends Item {
private String personAnswer;
public Answer() {
}
public String getPersonAnswer() {
return personAnswer;
}
public void setPersonAnswer(String personAnswer) {
this.personAnswer = personAnswer;
}
}
| [
"mezgin@yandex.ru"
] | mezgin@yandex.ru |
37c112b75955f54b1560166e055be755bc0a0b30 | 92a333d1283c5da89efdbd308af6300e7f72245f | /coilliaux-thibault-client/src/main/java/coilliaux/thibault/generated/GetIdentifiantClient.java | 8ec34b58c5fa727cf9683a41d10b13f2065fda1c | [] | no_license | Crastchet/IOS_exam | 2653082b2309b87c1be5fc828bc4063891ade615 | 8dc8a188755331adddea372c927540233e77351e | refs/heads/master | 2021-08-22T07:14:54.607929 | 2017-11-29T15:26:32 | 2017-11-29T15:26:32 | 112,493,408 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,982 | java |
package coilliaux.thibault.generated;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Classe Java pour getIdentifiantClient complex type.
*
* <p>Le fragment de schéma suivant indique le contenu attendu figurant ... | [
"crastchet@gmail.com"
] | crastchet@gmail.com |
084208bc4433f4bd87dd3f2a6f5a4d855c9849e2 | 65172009415eee54f209f16d1d66946f187aa774 | /Working_Solution/backend/spring-web-service-consumer/src/main/java/com/spring/app/soap/configs/AgreementsListClientConfig.java | c13082a7c92df2203ed3f06e7d67083197683627 | [
"MIT"
] | permissive | marest94/example | 4676874289aa62e23f62d25e36feaac03f2a47f8 | 89659fa80ed57d7ff1278819a199f8e8a5f06b11 | refs/heads/master | 2021-09-09T09:08:53.903022 | 2018-03-14T15:18:46 | 2018-03-14T15:18:46 | 124,065,301 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 687 | java | package com.spring.app.soap.configs;
import org.springframework.context.annotation.Bean;
import org.springframework.oxm.jaxb.Jaxb2Marshaller;
import com.spring.app.soap.clients.Client;
public class AgreementsListClientConfig {
@Bean
public Jaxb2Marshaller marshaller() {
Jaxb2Marshaller marshaller = new Jaxb2M... | [
"pantelic.n94@gmail.com"
] | pantelic.n94@gmail.com |
848a61ed69cc03c476bdb19783a6b6a51e91a96c | 53a1052d79b23d1b488268bb9dbf6dd5a63cbe97 | /src/main/java/com/stan/sellwechat/utils/ResultVOUtil.java | 7a0cdafcd8c04d3b332c2af71f552b6efefc1ab9 | [] | no_license | WitnessStan/MyWrok | c6a1451b4182ec8804fb7534be550e375db16039 | 977d0e16d17f3830166bbd36c509a8a90c95b5ae | refs/heads/master | 2020-04-08T20:18:35.515904 | 2018-12-09T12:06:26 | 2018-12-09T12:06:26 | 159,693,577 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 623 | java | package com.stan.sellwechat.utils;
import com.stan.sellwechat.VO.ResultVO;
public class ResultVOUtil {
public static ResultVO success(Object object){
ResultVO resultVO = new ResultVO();
resultVO.setCode(0);
resultVO.setMessage("成功");
resultVO.setData(object);
return result... | [
"810583354@qq.com"
] | 810583354@qq.com |
018fd8fac48393b96098c53ff1da8d61a769eeb9 | cb1e674766ed5b30231fd5dfcced799b33f1473b | /src/main/java/com/obs/eggplant/ServletInitializer.java | 73407a4f7b6f33959e76a3924758ecadeba06d34 | [] | no_license | stanleyw2014/springbootsample | 7ee5bd7d9b342de0cbed85aa3a9c25421fdcf8c4 | 0696c951e8da0c4f19769886be17b41e64955635 | refs/heads/master | 2020-05-08T23:07:26.923737 | 2019-07-07T14:11:57 | 2019-07-07T14:11:57 | 180,971,656 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 408 | java | package com.obs.eggplant;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
public class ServletInitializer extends SpringBootServletInitializer {
@Override
protected SpringApplicationBuilder configure(SpringApplicati... | [
"stanleyw2014@163.com"
] | stanleyw2014@163.com |
bc67d2f5069bb80dc20d658b419ab3c7d302cebd | cb993d3b277904efe46e4dfbd9942c3d685dcb09 | /request_processor/src/main/java/nl/hetcak/dms/ia/web/infoarchive/searchComposition/SearchComposition.java | 31193322025f2f37266e370d2a422f3666a2ec33 | [] | no_license | anoordover/dms | 43aa4f752600250849dae3ee35c7430817ec9a32 | 1f06ed3ddeeb3c48d83c0dd8a1bdbb76333978b9 | refs/heads/master | 2021-01-12T06:56:13.596610 | 2016-12-06T09:11:25 | 2016-12-06T09:11:25 | 76,865,987 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,161 | java | package nl.hetcak.dms.ia.web.infoarchive.searchComposition;
import org.apache.commons.lang3.StringUtils;
/**
* (c) 2016 AMPLEXOR International S.A., All rights reserved.
*
* @author Jeroen.Pelt@AMPLEXOR.com
*/
public class SearchComposition {
private String id;
private String name;
private String sear... | [
"Jeroen.Pelt@AMPLEXOR.com"
] | Jeroen.Pelt@AMPLEXOR.com |
17a2dea871db39c29539a866ec15f1f86af7058d | 25f32b0df9366cabe32f93cf3723f9245dd2b229 | /app/src/main/java/com/example/top10downloadedapp/FeedEntry.java | 20cc5dea9e7708ed8ee718c8f89fe3e5e1026030 | [] | no_license | 10-kapilkori/top_10_download_apps | dd90343cf95385f9d6d0cf45ce60dfa08c96b16a | b7cafc59153f81cbd07b249c8825bf0731709806 | refs/heads/master | 2023-01-31T20:38:37.078008 | 2020-12-08T17:42:40 | 2020-12-08T17:42:40 | 319,714,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 976 | java | package com.example.top10downloadedapp;
public class FeedEntry {
String title;
String description;
String link;
String publishDate;
public String getTitle() {
return title;
}
public void setTitle(String title) {
this.title = title;
}
public String getDescription(... | [
"kapilkori1021@gmail.com"
] | kapilkori1021@gmail.com |
cffdc3e313bf43fffae160f2420541342b4570f6 | 9c3c3bc10057d49a6ccbdcc1336cf0b72757fe2b | /app/src/main/java/com/example/sharetest/event/EmptyEvent.java | 9a944688c2fe0597239ab9a0bc143c85729a5096 | [] | no_license | jinhuizxc/ShareTest | 4138086d54266e45237173018d37fdcac2a4af9b | c5dfedf300401bb517fc14b3b30c3f536af9fc3d | refs/heads/master | 2020-08-03T02:42:51.315476 | 2019-10-10T01:18:24 | 2019-10-10T01:18:24 | 211,600,613 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 66 | java | package com.example.sharetest.event;
public class EmptyEvent {
}
| [
"13113017500"
] | 13113017500 |
28b38e920f45844d7c5fef7eb1118ed9b245144d | faf1a14a4637ccff99c922bed80c3f10b2c1b008 | /src/main/java/com/skm/study/designpattern/signleton/hungry/HungrySignleton.java | 1b1cdde0df00a32d12c0632f134ac32a3fef7a3f | [] | no_license | skm-cike/designpattern-signleton | 95b0a29605bf2ba3de27aa70ca87c6c5f04d5bae | 4b5af4945832b2960ed96843b0d3c0ebb02c132a | refs/heads/master | 2020-05-03T20:19:52.526347 | 2019-04-01T09:17:37 | 2019-04-01T09:17:37 | 178,800,544 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 751 | java | package com.skm.study.designpattern.signleton.hungry;
import java.io.Serializable;
/**
* @描述: 饿式单例
* @作者: 陆华
* @日期: 14:50 2019-04-01 0001
* @修改人:
**/
public class HungrySignleton implements Serializable {
private final static HungrySignleton INSTANCE = new HungrySignleton();
private HungrySignleton() {
... | [
"lhk523@163.com"
] | lhk523@163.com |
4a255c6257e527afcda518c10ea9cff13e67f8dd | 9f37af5bcccb1c44ec149b0365108e167bc50bc3 | /gmall-oms/src/main/java/com/atguigu/gmall/oms/dao/RefundInfoDao.java | 2c55ccc01226f0bf9bd7cad2346d747de8468f4b | [
"Apache-2.0"
] | permissive | xlf784679405/gmall-0615 | 67ab7387990123209a3891c76b9e23f9b630b087 | 8b084815edcbcee19544e5237c1fc251a0fd5d5e | refs/heads/master | 2022-12-23T17:13:58.735000 | 2019-11-16T08:42:51 | 2019-11-16T08:42:51 | 217,997,035 | 0 | 0 | Apache-2.0 | 2022-12-16T14:50:53 | 2019-10-28T08:16:05 | JavaScript | UTF-8 | Java | false | false | 379 | java | package com.atguigu.gmall.oms.dao;
import com.atguigu.gmall.oms.entity.RefundInfoEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* 退款信息
*
* @author xinlongfei
* @email xlf@atguigu.com
* @date 2019-10-29 16:36:30
*/
@Mapper
public interface Refund... | [
"784679405@qq.com"
] | 784679405@qq.com |
b48d21f9544be125dead5fa1fe820fd1d78d65a7 | 7cfe6b60968c5bb849a0245d88d7a63694f63c64 | /kh-spring/src/di_step2/Database.java | 97257bb0a4defb6b0b4e963eec509a998b20fc00 | [] | no_license | pk6407/kh_spring | 068ec721e02f4377560fab9120692bf0008857a2 | ed353b7a09fa6bf8e228cbb3cc4fe659a07cdcea | refs/heads/master | 2023-02-17T02:56:32.636072 | 2021-01-14T14:08:13 | 2021-01-14T14:08:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 654 | java | package di_step2;
import java.util.ArrayList;
import java.util.List;
//개발자 박씨
public class Database implements DB{
@Override
public List<String> select(String findStr) {
List<String> aaa = new ArrayList<String>();
aaa.add("오라클에서 처리된 결과.");
return aaa;
}
@Override
public String insert(String mid, Stri... | [
"hipwg@naver.com"
] | hipwg@naver.com |
4bb6ce8929f96457723e6ff49e0819acf31a0f77 | 92485b21d670fc452b949e3eee8e8181c11ff9e6 | /podescoin-core/src/main/java/ch/sourcepond/utils/podescoin/internal/UnserializableClassWarning.java | 33282156c0561c18392b04db3fbcb522022cd156 | [
"Apache-2.0"
] | permissive | SourcePond/podescoin | 96a402b3c153c342eeac481dda33a277406c941e | ddb4c630b783d78eb1947a0f6e4fb913dba58519 | refs/heads/master | 2021-05-02T16:00:28.274828 | 2016-12-19T12:44:00 | 2016-12-19T12:44:00 | 72,567,945 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 924 | java | /*Copyright (C) 2016 Roland Hauser, <sourcepond@gmail.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 required by applicable law or agreed t... | [
"sourcepond@gmail.com"
] | sourcepond@gmail.com |
fa5d69efa6ffc8aff954a92d1366257717d2571e | ebc55c0c171a2033590fa1f39225d4a54333211c | /mylibrary/src/main/java/com/dian/zxing/ViewfinderView.java | cdc649c0149c80c7a68d78197a2c8e066baf2d42 | [] | no_license | YDianZi/DianKotlinUtil | 97f8d9cd388ba2e23984aa85c09344bea8d89d8e | f8b51f4048c81cfb95896bc7f7442532227ae027 | refs/heads/master | 2023-01-09T18:52:25.154596 | 2020-11-10T08:00:47 | 2020-11-10T08:00:47 | 309,844,450 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21,063 | java | package com.dian.zxing;
/*
* Copyright (C) 2008 ZXing 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
*
* Unle... | [
"yuanmin@yobtc.com"
] | yuanmin@yobtc.com |
3b76c693f6ed566d73d3213a9ee87c5be4b6fc3c | d116c326d035a2d375ab9ef941473edddaa036e6 | /Java_08/src/com/biz/classes/ClassEx_01.java | 180837f795f7856c13225f4f746a38df01b3cae5 | [] | no_license | kol2005/JAVAWORKSS | 537716a8f30498fbb8ed167dc0b7f8a39d89c35d | fffae5fd6827af96b56404211eed99d63b3e2190 | refs/heads/master | 2020-09-04T00:24:46.817028 | 2019-11-04T23:35:31 | 2019-11-04T23:35:31 | 219,616,377 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 958 | java | package com.biz.classes;
import java.util.Scanner;
public class ClassEx_01 {
public static void main(String[] args) {
/*
* 변수
* 메모리 어딘가에 값을 저장할 공간을 확보하고
* 그곳에 알기 쉽도록 이름을 부여하는 것
*/
// 변수의 형을 지정하는 Kye word 라고 한다
// 첫글자가 소문자로 시작하는 key word
// primitive(기본형) 변수
int intNum1 = 0; // 변수를 선언하고 초... | [
"kol2005@naver.com"
] | kol2005@naver.com |
ea2493c0e1b37ff4620c36e3fff578159e21e83e | 760153837b96ec4d0db75fef4520a25ee791487b | /wp-signle-page-starter/wp-starter-core/src/main/java/mk/ukim/finki/wp/web/errors/ErrorHandler.java | afbc70f8059a8a5245079355cf13033c5027b3ec | [] | no_license | gambleros/wp-2015 | ccc91ea0c8e71e4f2075690e5b54bf0169c00b2e | e06d36e80bac1e062ddb9bfdc698eacaee7419af | refs/heads/master | 2021-01-18T07:06:15.462957 | 2016-01-10T22:45:02 | 2016-01-10T22:45:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 836 | java | package mk.ukim.finki.wp.web.errors;
import ch.qos.logback.classic.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.an... | [
"ristes@gmail.com"
] | ristes@gmail.com |
3ea5ad0113fa8969a260bb1957768200dd0d6cd2 | 8e5fc8afa76aceb652ed9c3dc35575b80d31d99f | /nutz-plugins-multiview/src/main/java/org/nutz/plugins/view/FreemarkerView.java | ebef597f77b655516909796646545a4c7f505bf7 | [
"Apache-2.0"
] | permissive | zjlwmz/nutzmore | 54438318ca3d4fe8c4369dbed396e0f34682e9cd | f9372745a1bda496dd15ba55412ac49d036a9c14 | refs/heads/master | 2021-09-01T08:49:07.953805 | 2017-12-26T02:58:11 | 2017-12-26T02:58:11 | 115,727,708 | 0 | 1 | null | 2017-12-29T14:14:12 | 2017-12-29T14:14:12 | null | UTF-8 | Java | false | false | 6,141 | java | package org.nutz.plugins.view;
import java.io.BufferedInputStream;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.Enumeration;
import java.util.Map;
import java.util.Properties;
import javax.servlet.GenericServlet;
import javax.servlet.ServletContext;
import j... | [
"denghuafeng@gmail.com"
] | denghuafeng@gmail.com |
6bede2fa5331625584d7536d325c4a9ae857d5b4 | c21ddc5a2b1c0358620a2750fe936fdbf2e126f8 | /core/src/main/java/com/yztc/core/App.java | 0270a837d5d7a5e1a81bf2ea50f8e2d6df4319f5 | [] | no_license | Brenda1017/damai | 298b2f7905d18a2e606afa851c86578a9e28c804 | f6b4d21c60351c8198bf6a3c3c4bafa22c2ebb91 | refs/heads/master | 2021-01-12T02:46:25.357039 | 2017-01-03T09:36:27 | 2017-01-03T09:36:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,321 | java | package com.yztc.core;
import android.app.ActivityManager;
import android.app.Application;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.pm.ApplicationInfo;
import android.os.Build;
import android.su... | [
"410689330@163.com"
] | 410689330@163.com |
bda2570bc8ce6c3c125723b8ebc9e43b38be9ba6 | 64ff683b3ae65daf5b30ceb0a71b94315c42f6ab | /Ficheros/Relación Ficheros 3/src/com/company/Main.java | c42bfb6898b3e8935b47f0b46b46a95160b54d59 | [] | no_license | beltenebror/Java-exercises | 93770f4f7b6c1debb11f97d755afad90040b79f5 | c1ed2f83d7bb19015009208edbbdf3c6f3e9ec32 | refs/heads/main | 2023-02-22T00:21:11.092224 | 2021-01-25T17:37:36 | 2021-01-25T17:37:36 | 332,827,714 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,214 | java | package com.company;
import javax.xml.crypto.Data;
import java.io.*;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import java.util.Scanner;
public class Main
{
public static void main(String[] args)
{
int opcion=-1;
List<FichaAlumno> listaAlumnos = new Array... | [
"lasupercintia@gmail.com"
] | lasupercintia@gmail.com |
0e43bc89bb2e3db978ee873f9e256132424b75a8 | ab93497aad6018484cf8e31ad08c0910435761f5 | /src/workbench/gui/dbobjects/TableDefinitionPanel.java | ab522dbd2e1f1fbf15950cb8218465445a446336 | [] | no_license | anieruddha/sqlworkbench | 33ca0289d4bb5e613853f74e9a96e5dc3900c717 | 058a44b0de0194732f68c52cc0815a9b27ec57e3 | refs/heads/master | 2020-08-05T21:05:16.706354 | 2019-10-06T01:32:18 | 2019-10-06T01:32:18 | 212,709,628 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 21,319 | java | /*
* TableDefinitionPanel.java
*
* This file is part of SQL Workbench/J, https://www.sql-workbench.eu
*
* Copyright 2002-2019, Thomas Kellerer
*
* Licensed under a modified Apache License, Version 2.0
* that restricts the use for certain governments.
* You may not use this file except in compliance with the Li... | [
"aniruddha.gaikwad@skipthedishes.ca"
] | aniruddha.gaikwad@skipthedishes.ca |
4d2e8794d22c8aa76230b8670214857a783733ea | 98d696b424083b435db6385af41b62882a977ad8 | /src/simpleGa/JApplet1.java | db016112b3e83280f466715508fae6c20ddf27bc | [] | no_license | ysharma17/GeneticAlgoTool | 23507baa8fc2bfa621dc60d48ff769992e2cf2b0 | 9a747fb10a1f9421537ed3ccd39a0b418cf76ba6 | refs/heads/master | 2021-01-09T21:48:12.134305 | 2016-03-15T21:08:33 | 2016-03-15T21:08:33 | 53,977,942 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 35,110 | java |
package simpleGa;
import java.applet.Applet;
import java.applet.AppletStub;
import java.awt.Color;
import java.awt.Container;
import java.awt.FlowLayout;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.ImageIcon;
impor... | [
"yoshita.as.sharma@gmail.com"
] | yoshita.as.sharma@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.