Java

41 Articles 2 Followers


Aksara Nusantara ep.5 - Ka (aksara jawa)

19 Feb 2020 1 minute read 0 comments abisai

ꦏ is a syllable in the Javanese script that represents the sound / kɔ /, / ka /. It is transliterated to Latin as "ka", and sometimes in Indonesian orthography as "ko". In addition to the original meanings mentioned in the previous post, Javanese sc...

Aksara Nusantara ep.4 - Ra (aksara jawa)

17 Feb 2020 1 minute read 0 comments abisai

ꦫ is one of syllable in Javanese script that represents the sound / ɾɔ /, / ɾa /. It is transliterated to Latin as "ra", and sometimes in Indonesian orthography as "ro". In addition to the original meanings mentioned in the previous post, Javanese s...

Aksara Nusantara ep.2 - Na (aksara jawa)

15 Feb 2020 1 minute read 1 comment abisai

ꦤis one of syllable in Javanese script that represents the sound / nɔ /, / na /. It is transliterated to Latin as "na", and sometimes in Indonesian orthography as "no". In addition to the original meanings mentioned in the previous post, Javanese sc...

Analysis with JBoss Logfile-Codes

14 Feb 2020 1 minute read 0 comments pSub

When you are working on applications running on the JBoss Application Server you will, sooner or later, encounter problems that require analyzing logfiles. JBoss uses Logfile-Codes (Is that the correct word?) that make it easy to search for specific...

Aksara Nusantara series - Aksara Jawa (javanese script) - Introduction

13 Feb 2020 3 minute read 0 comments abisai

The Javanese script, natively known as Aksara Jawa and Hanacaraka, formally known as Déntawyanjana and Carakan is an abugida developed by the Javanese people to write several Austronesian languages spoken in Indonesia, primarily the Javanese languag...

1.4 Einführung Java verwenden von Variablen / Einführung Java verwenden von Variablen

28 Oct 2019 1 minute read 0 comments Conschdi

Jetzt schauen wir uns mal an wie man die verschiedenen Variablen ausgeben kann:   public class halloVariablen {        public static void main (String[] args) {                String name = "Jana";                int alter = 27;                double...

1.2 Einführung Java Hallo Welt / Introduction Java Hello World

25 Oct 2019 1 minute read 0 comments Conschdi

Jetzt ist es so weit wir schreiben unser erstes Java Programm. Um Javaprogramme auszuführen nutzen wir einen Onlinecompiler ich neheme mal den Browxy Compiler den findest du unter www.browxy.com. Es macht Sinn sich sich zu Registrieren dann kannst du...

Which Language To Learn in 2020?

25 Oct 2019 1 minute read 0 comments sewekev

What is language? It's just a tool to solve your problem. It's like asking what pencils or colors to use for drawings. I mean its up to the artist. It depends on what you're going to make. What you need for your purpose. Same for programming langua...

1.1 Einführung in Java das Grundgerüst / Introduction to Java the basic framework.

24 Oct 2019 1 minute read 0 comments Conschdi

//Das ist ein Kommentar   //Das Grundgerüst package hallowelt; // Ein Paket wird angelegt: Pakete können verschiedene Funktionen enthalten import java.util.*; // So wird ein Paket importiert in diesem fall das Grundpaket java und das Unterpaket util...

DeFi Token Trading In Java Using The Kyber Network #1

8 Aug 2019 9 minute read 2 comments talfco

A KyberDAO Funded Tutorial The tutorial will show you how easily you can access the Kyber Network out of a Java Application in order to trade crypto tokens. The tutorial has implemented the primary trading scenarios: Convert Ether to a Token Convert...