8000 GitHub - vckfnv/JavaSimple
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vckfnv/JavaSimple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JAVAPRACTICE by LEEDAEHEE

0609 chatting project

before this, Igot some promblems about making class files
But I solve this by using cmd terminal. Not VS code terminal
So I can make manifest.jar file.

I made client and server
image
And I connect with my AWS EC2 server, which has the ip address of 35.174.3.156 image

I made my Server class file as jar file(SimpleChatS) 'manifest.jar'
And push to github using VS code.
image
Using VNC server, I got my jar file using github
image Now, I got messages that server started
image

Before 0523, get JAVA files through Github

Connect vncserver as localhost5901, open VNC viewer Install VScode as deb file at your firefox, EC2 server(VNC) then install deb file

sudo apt install <directory path><downloaded file>.deb
Then copy your github repository URL then open VS code Ctrl + ` : open terminal

git remote add origin <URL>

or on your ubuntu terminal,

git clone <URL>

image

0516 Setup Desktop on EC2, AWS

Process

  1. Install tasksel in your EC2 server
  2. Install ubuntu mate core

sudo tasksel install ubuntu-mate-core

  1. Install VNC server

sudo apt install vnc4server

  1. Install RealVNC or tightVNC on your host!
  2. then open your xstartup as vi at .vnc directory / modify as below
#!/bin/sh
  # Uncomment the following two lines for normal desktop:
  unset SESSION_MANAGER         ## uncomment
  exec /etc/X11/xinit/xinitrc   ## uncomment
  [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
  [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
  xsetroot -solid grey
  vncconfig -iconic &
  ## commented out following two lines
  #x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
  #x-window-manager &
  1. then reboot & tunneling - this step must be done when using VNC viewer
ssh -L 5901:localhost:5901 -i <pem-file> ubuntu@<public-ip> ```
  1. Enter vncserver on your EC2 and Open your VNC viewer and connet to host 5901

0508 Make Calulator 'Finalcal' more like OOP 'Newcal'

still chainging...

0430 Calculator 'Finalcal' finalize.

calculator with rounded border buttons

Button functions

  • Trigonometric function
  • Clear
  • Delete(Backspace)Basic Operations(+,-,×,÷)

0423 mid-term test!

Funny exam~

  • This is LEEDAEHEE's JAVA Practice repository.
  • Every codes and scripts will be uploaded in here.
  • I'm interested in Art&Culture, also Mathmatics
    (since I'm majored Mathmatics)

My Instagram link!@daehee_dayday

And my favorite!
image
Thesedays, I've learned Data Analysis

import pandas
data=pandas.read_csv(/path,sep='\t')
...
Major Hobby Programming Language
Mathmatics watching Youtube Python
Interdisciplinary
Program of Convergent Software
Singing Java
Infomatics Taking a picture&Photo adjusting(?) R

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0