All public logs
Jump to navigation
Jump to search
Combined display of all available logs of OnnoWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 14:32, 4 May 2022 Onnowpurbo talk contribs created page File:GFGContinue.png
- 14:32, 4 May 2022 Onnowpurbo talk contribs uploaded File:GFGContinue.png
- 11:48, 4 May 2022 Onnowpurbo talk contribs created page JAVA: Perintah Continue di Java (Created page with "Suppose a person wants code to execute for the values as per the code is designed to be executed but forcefully the same user wants to skip out the execution for which code sh...")
- 10:46, 4 May 2022 Onnowpurbo talk contribs created page File:Loop3.png
- 10:46, 4 May 2022 Onnowpurbo talk contribs uploaded File:Loop3.png
- 10:08, 4 May 2022 Onnowpurbo talk contribs created page File:Loop2.png
- 10:08, 4 May 2022 Onnowpurbo talk contribs uploaded File:Loop2.png
- 09:48, 4 May 2022 Onnowpurbo talk contribs created page File:Loop1.png
- 09:48, 4 May 2022 Onnowpurbo talk contribs uploaded File:Loop1.png
- 08:09, 4 May 2022 Onnowpurbo talk contribs created page JAVA: Loop di Java (Created page with "Looping in programming languages is a feature which facilitates the execution of a set of instructions/functions repeatedly while some condition evaluates to true. Java provi...")
- 07:56, 4 May 2022 Onnowpurbo talk contribs created page File:Java-if-else.png
- 07:56, 4 May 2022 Onnowpurbo talk contribs uploaded File:Java-if-else.png
- 07:50, 4 May 2022 Onnowpurbo talk contribs created page File:If-else-statement-GeeksforGeeks1.jpg
- 07:50, 4 May 2022 Onnowpurbo talk contribs uploaded File:If-else-statement-GeeksforGeeks1.jpg
- 07:46, 4 May 2022 Onnowpurbo talk contribs created page JAVA: Pernyataan if-else dengan Contoh (Created page with "Decision Making in Java helps to write decision-driven statements and execute a particular set of code based on certain conditions. The if statement alone tells us that if a...")
- 07:37, 4 May 2022 Onnowpurbo talk contribs created page File:Continue-1.png
- 07:37, 4 May 2022 Onnowpurbo talk contribs uploaded File:Continue-1.png
- 07:25, 4 May 2022 Onnowpurbo talk contribs created page File:If-elseif.png
- 07:25, 4 May 2022 Onnowpurbo talk contribs uploaded File:If-elseif.png
- 07:22, 4 May 2022 Onnowpurbo talk contribs created page File:Nested-if-modified-1.png
- 07:22, 4 May 2022 Onnowpurbo talk contribs uploaded File:Nested-if-modified-1.png
- 07:15, 4 May 2022 Onnowpurbo talk contribs created page File:If-else.png
- 07:15, 4 May 2022 Onnowpurbo talk contribs uploaded File:If-else.png
- 07:11, 4 May 2022 Onnowpurbo talk contribs created page File:If.png
- 07:11, 4 May 2022 Onnowpurbo talk contribs uploaded File:If.png
- 17:20, 3 May 2022 Onnowpurbo talk contribs created page Ubuntu: Install PiHole (Created page with "How to Install & Configure Pihole on Ubuntu 20.04 1. Installation – Run these commands: # sudo apt-get install gamin -y sudo curl -sSL https://install.pi-hole.net | bash...")
- 10:05, 3 May 2022 Onnowpurbo talk contribs created page JAVA: Pengambilan Keputusan di Java (Created page with "Decision Making in programming is similar to decision-making in real life. In programming also face some situations where we want a certain block of code to be executed when s...")
- 09:57, 3 May 2022 Onnowpurbo talk contribs created page File:Methods-in-java2.png
- 09:57, 3 May 2022 Onnowpurbo talk contribs uploaded File:Methods-in-java2.png
- 09:10, 3 May 2022 Onnowpurbo talk contribs created page File:Methods-in-java.png
- 09:10, 3 May 2022 Onnowpurbo talk contribs uploaded File:Methods-in-java.png
- 05:36, 3 May 2022 Onnowpurbo talk contribs created page JAVA: Method di Java (Created page with "A method in Java or Java Method is a collection of statements that perform some specific task and return the result to the caller. A Java method can perform some specific task...")
- 15:46, 30 April 2022 Onnowpurbo talk contribs created page JAVA: Konvensi Penamaan di Java (Created page with "A programmer is always said to write clean codes, where naming has to be appropriate so that for any other programmer it acts as an easy way out to read the code. At a smaller...")
- 14:49, 30 April 2022 Onnowpurbo talk contribs created page File:Dog-constructor.png
- 14:49, 30 April 2022 Onnowpurbo talk contribs uploaded File:Dog-constructor.png
- 14:12, 30 April 2022 Onnowpurbo talk contribs created page File:Blank-Diagram-Page-1-3.png
- 14:12, 30 April 2022 Onnowpurbo talk contribs uploaded File:Blank-Diagram-Page-1-3.png
- 14:07, 30 April 2022 Onnowpurbo talk contribs created page File:Blank-Diagram-Page-1-5.png
- 14:07, 30 April 2022 Onnowpurbo talk contribs uploaded File:Blank-Diagram-Page-1-5.png
- 14:48, 29 April 2022 Onnowpurbo talk contribs created page JAVA: Classes and Objects (Created page with "Classes and Objects are basic concepts of Object Oriented Programming which revolve around the real life entities. Class A class is a user defined blueprint or prototype from...")
- 11:30, 29 April 2022 Onnowpurbo talk contribs created page File:Object-Oriented-Programming-Concepts.jpg
- 11:30, 29 April 2022 Onnowpurbo talk contribs uploaded File:Object-Oriented-Programming-Concepts.jpg
- 10:31, 29 April 2022 Onnowpurbo talk contribs created page JAVA: OOPS Concept (Created page with "As the name suggests, Object-Oriented Programming or OOPs refers to languages that uses objects in programming. Object-oriented programming aims to implement real-world entiti...")
- 14:09, 28 April 2022 Onnowpurbo talk contribs created page ACR39U Smart Card Reader Writer (Created page with " ==Referensi== * https://www.acs.com.hk/en/driver/302/acr39u-smart-card-reader/")
- 14:04, 28 April 2022 Onnowpurbo talk contribs created page Open5GS (Created page with " ==Referensi== * https://open5gs.org/ * https://github.com/open5gs")
- 07:37, 25 April 2022 Onnowpurbo talk contribs created page 5G: Open5GS: commercial eNodeB gNodeB (Created page with "eNodeBs / gNodeBs tested on Open5GS 2022-04-22 08:43 This page lists Radio hardware that has been tested by members of the Open5GS community, If you have tested radio hardwa...")
- 07:35, 25 April 2022 Onnowpurbo talk contribs created page 5G: Open5GS: Quick Start (Created page with "Quickstart 2022-04-22 08:43 1. Introduction to Open5GS Welcome! If you want to set up your first Open5GS core you have come to the right place. Before we get started, we’ll...")
- 07:32, 25 April 2022 Onnowpurbo talk contribs created page 5G: Open5GS: Your First LTE (Created page with "Your First LTE 2022-04-22 08:43 This post is the perfect starting point for learning to build your own LTE network. View this lession as a guided introduction – including t...")
- 12:01, 23 April 2022 Onnowpurbo talk contribs created page Ubuntu: decoder H.264 High 4:4:4 Profile (Created page with " sudo apt -y install ubuntu-restricted-extras sudo apt -y install libavcodec58 ffmpeg libav-tools")
- 10:34, 21 April 2022 Onnowpurbo talk contribs created page IDS: cicflowmeter.py (Created page with "Installation git clone https://gitlab.com/hieulw/cicflowmeter cd cicflowmeter python setup.py install or pip install cicflowmeter Usage usage: cicflowmeter [-h] (-i...")