Skip to content

Instantly share code, notes, and snippets.

View alamenai's full-sized avatar
🏠
Working from home

Aldin Bug alamenai

🏠
Working from home
View GitHub Profile
@alamenai
alamenai / RunCmd.java
Last active April 15, 2019 08:03
Run most of windows commands with java language.
/*
* Copyright 2017 M.Ala Eddine.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@alamenai
alamenai / Receive mail.java
Last active August 1, 2017 02:34
Receive mail using java mail API
/*
* 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 SimpleMail;
import com.sun.mail.pop3.POP3Store;
import java.io.IOException;
import java.util.Properties;