51%
30.11.2025
't even ask for a paycheck, because I'm talking here about Jenkins, the butler – some readers may know him as Hudson.
Jenkins [1] is a web-based Java application that runs in any modern servlet container
51%
30.11.2025
(in days)
05 export CA_EXPIRE=3650
06
07 # Certificate validity (in days)
08 export KEY_EXPIRE=3650
09
10 # Predefined certificate values
11 export KEY_COUNTRY="DE"
12 export KEY_PROVINCE="BY"
13 export
51%
03.12.2015
created in this way:
/usr/share/openqrm/bin/openqrm state list
5.2.3.before-update-05-06-15_09.14.20
Test-State-Backup-05-24-15_13.09.05
To restore the system configuration from the Test-State-Backup-05-24-15_13.09
51%
26.01.2025
Name .. .. }
03
04 resource devcenterGallery 'Microsoft.DevCenter/devcenters/galleries@2024-02-01' = {
05 name: galleryName
06 parent: devcenter
07 ...
08 dependsOn: [
09 readGalleryRole
10
50%
05.03.2013
: "Red"
08 Model year: 1988
Listing 2: JavaScript Code for Listing 1
01 // JavaScript
02 var autos;
03
04 autos = {
05 bmw: {
06 color: "Blue",
07 Model year: 1990
08 },
09 vw: {
10
50%
17.10.2011
(Figure 1).
Figure 1: Proxmox VE supports creating and managing OpenVZ containers (Ubuntu 8.04) and virtualized KVM machines.
Cluster Setup
50%
21.03.2017
# ===================
09 #
10 if __name__ == '__main__':
11
12 f = h5py.File("mytestfile.hdf5", "w")
13
14 dset = f.create_dataset("mydataset", (100,), dtype='i')
15
16 dset[...] = np.arange(100)
17
50%
04.10.2018
orchestration tool [8], as well as the DevOps tools for accelerated application development like source-to-image (S2I) [9], which I use in this example.
To begin, you need an OpenShift cluster and a project
50%
02.02.2021
://www.php.net/manual/function.token-get-all.php
Traits: https://www.php.net/manual/language.oop5.traits.php
Upgrading to PHP 8.0: https://github.com/php/php-src/blob/master/UPGRADING
The Author
Tim Sch¸rmann is a freelance computer ... After about two years of development, version 8 of the popular PHP scripting language has been released. It comes with a number of innovations and ditches some obsolete features ... PHP 8 ... New features in PHP 8
50%
28.11.2021
"
06 "fyne.io/fyne/v2/widget"
07 )
08
09 func main() {
10 a := app.New()
11 w := a.NewWindow("
")
12 w.Resize(fyne.NewSize(200, 200))
13 w.SetContent(widget.NewLabel("Hello World!"))
14