Skip to content
  • Blog
  • Projects
    • Projects Web
    • AI Workflows
      • n8n Workflows
      • Flowise Workflows
  • English
  • Deutsch
KIO
Kreative Ideen online
  • Blog
  • Projects
    • Projects Web
    • AI Workflows
      • n8n Workflows
      • Flowise Workflows
  • English
  • Deutsch
Tag: <span>programming</span>

Tag: programming

Arrays

Arrays
will development 1. May 2019 4. April 2026

Arrays are always objects, whether they’re declared to hold primitives…int[] nums;nums = new int[3];nums[0] = 4;nums[1]…

Continue"Arrays"

Classes

will development 1. May 2019 4. April 2026

When you design a class, think about the objects that will be created from that class…

Continue"Classes"

Variables

Variables
will development 30. April 2019 4. April 2026

Variables come in two flawors: Primitives Reference Primitives Primitives hold fundamental values (think: simple bit patterns)…

Continue"Variables"

Steps to run java files in commandline

Steps to run java files in commandline
will development 29. April 2019 4. April 2026
Continue"Steps to run java files in commandline"

Intents

Intents
will development 28. April 2019 4. April 2026

Whenever you want an activity to start a second activity, you use an intent. You can…

Continue"Intents"

@OVERRIDE

@OVERRIDE
will development 25. April 2019 4. April 2026

Makes compiler aware that the following method should override a method of the same name from…

Continue"@OVERRIDE"

To stage file(if not yet tracked)

git add [filename]

This command updates the index using the current content found in the working tree, to prepare the content staged for the next commit.
Continue“To stage file(if not yet tracked)”

To see the changes in detail since last commit

git diff

Show changes between the working tree and the index or a tree, changes between the index and a tree, changes between two trees, changes between two blob objects, or changes between two files on disk.

Continue“To see the changes in detail since last commit”

To see the changes since last commit

git status

Displays paths that have differences between the index file and the current HEAD commit, paths that have differences between the working tree and the index file, and paths in the working tree that are not tracked by Git

Continue“To see the changes since last commit”

To first time add a directory to git

git init

This command creates an empty Git repository – basically a .git directory with subdirectories.

Continue“To first time add a directory to git”

Classes vs. Objects

Classes vs. Objects
will development 30. June 2018 4. April 2026

Objects are created by instantiating a class, which determines the function of the object.

Continue"Classes vs. Objects"

Posts pagination

1 2
  • ai
  • development
  • marketing
  • tools
  • uncategorized
  • web

Tags

ai-tools (12) analytics (5) android (29) backend (13) beginner (3) best-practices (26) concept (1) css (1) database (2) ecommerce (1) email-marketing (3) examples (30) frontend (2) git (4) google-ads (23) guide (11) mistakes (2) programming (41) resources (16) seo (9) social-media (16) tools (20) web-development (11) wordpress (27)

RSS WP News

  • From AI to Open Source at WordCamp Asia 2026
  • WordPress 7.0 Release Candidate 2
  • WP Packages is Working the Way Open Source Should
  • WordPress 7.0 Release Candidate 1
  • WordPress 7.0 Beta 5
  • WordPress 6.9.4 Release
  • Your Browser Becomes Your WordPress
  • WordPress 6.9.3 and 7.0 beta 4
  • WordPress 6.9.2 Release
  • WordPress 7.0 Beta 3
Powered by Kahuna & WordPress.
©2026 KIO