Skip to content

Instantly share code, notes, and snippets.

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

Sogata & Co sogatanco

🏠
Working from home
View GitHub Profile
@sogatanco
sogatanco / payment.html
Created January 1, 2019 22:48
how to create payment with SBD page on e-commerce site
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdn.steemjs.com/lib/latest/steem.min.js"></script>
<style type="text/css">
.col-sm-6, .col-sm-8{
@sogatanco
sogatanco / SampleForm.java
Created November 10, 2018 10:54
JavaTutorial #13 : How to create Donate Page (USD, STEEM, SBD) in Java Aplication using Netbeans IDE
/*
* 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 donate;
import javafx.application.Platform;
import javafx.embed.swing.JFXPanel;
import javafx.scene.Scene;
/*
* 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 encript;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
@sogatanco
sogatanco / Delegate.java
Created October 10, 2018 08:08
JavaTutorial #11 : How to create Delegating SP aplication using java Netbeans IDE
/*
* 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 sd;
import javafx.application.Platform;
import javafx.embed.swing.JFXPanel;
import javafx.scene.Scene;
@sogatanco
sogatanco / NewJFrame.java
Created October 1, 2018 16:49
JavaTutorial #10 : How to create Maps Aplication (Google Maps Desktop Version) with java using Netbeans
/*
* 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 map;
import javafx.application.Platform;
import javafx.embed.swing.JFXPanel;
import javafx.scene.Scene;
@sogatanco
sogatanco / Cmp.java
Created August 2, 2018 03:32
[Java Tutorial #9] - How to create java Aplication to compare 2 steemit account
/*
* 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 compare;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
@sogatanco
sogatanco / calculator.java
Created June 23, 2018 17:45
[Java Tutorial #8] - How to create SP to Vests Converter Calculator Aplication using Netbeans
/*
* 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 sptovest;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
@sogatanco
sogatanco / converter.java
Created June 13, 2018 18:55
[Java Tutorial #7] - How to create Converter Calculator Aplication for STEEM and SBD using Netbeans
/*
* 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 convertercalculator;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
@sogatanco
sogatanco / SpDetail.java
Created June 12, 2018 09:36
[Java Tutorial #6] - How to create GUI java aplication for checking STEEM POWER DETAIL using Netbeans
/*
* 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 spdetail;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
@sogatanco
sogatanco / Reward.java
Created June 11, 2018 09:55
[Java Tutorial #5] - How to create GUI java aplication for checking The Estimated Reward in Last Week using Netbeans
/*
* 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 getreward;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;