13%
03.08.2023
the origin of the name (and how to pronounce it). The Wikipedia [3] page does a great job of joining the dots with the link to wasps: "The Mutillidae are a family of more than 7,000 species of wasps whose
13%
05.02.2019
of an application allows it to run faster and scale better than serial applications (see Amdahl's law [3]).
Today's processors have multiple cores, and accelerators such as GPUs have thousands of lightweight cores
13%
01.06.2024
://www.mydomain.orgwinget source list
Manage sources of packages (e.g., add custom source)List source repositories
search
find
winget search OpenJDKwinget search --query "Python 3"winget search Adobe -s
13%
06.10.2019
);
19 printf("source: %s\ntarget: %s\n",source,target);
20 return 0;
21 }
Figure 3: Splint warns the programmer of a likely out
13%
29.10.2013
Waiting for environment "DanApp-env" to launch.
2013-05-08 20:02:27 INFO createEnvironment is starting.
2013-05-08 20:02:32 INFO Using
elasticbeanstalk-eu-west-1-894012917938 as Amazon S3 storage
bucket
13%
04.08.2020
romulus 192.168.133.11
node create --node-type satellite remus 192.168.133.12
node create --node-type satellite vulcan 192.168.133.13
node create --node-type satellite kronos 192.168.133.14
In addition
13%
30.11.2025
in a specified city.
Listing 1
Display Date and Time
01 if [ "$1" = "" ]; then
02 echo "City name required."
03 exit
04 fi
05 city=`echo $1 | sed -e 's/ /_/g'`
06 z=`find /usr
13%
28.07.2025
.
The highly tuned Assembler subroutines so crucial to the demoscene art [12] and interactive shoot-em-up videogames of the 1990s were handcrafted by iconic programmers such as Doom's John Carmack [13] or Quake
13%
05.08.2024
your very first Ansible controller, the IBM Redbook, Using Ansible for Automation in IBM Power Environments
[12], is a great reference; particularly section 3.3, "Installing your Ansible control node
13%
30.11.2025
while true
11 do
12 echo -n "Text entry: ";read text
13 echo -n "Numeric entry: ";read number
14 echo -n "Save (s) End (e) ";read we
15 if [ "$we" = "s" ];
16 then
17 echo "Insert into demo values