12%
08.12.2020
by admins in a collective way to understand how the system is being used.
Overview
Before diving into the ins and outs of Remora, keep in mind two things: (1) It is focused on the user, and (2
12%
25.03.2021
in a collective way to understand how the system is being used.
Overview
Before diving into the ins and outs of Remora, keep in mind two things: (1) it is focused on the user, and (2) it is neither a profiling
12%
05.02.2023
": "eu-west1", "zone": "eu-west1c", "min_num_replicas": 1 }
]
} $$);
alter table emp set tablespace = "eu-west";
Afterward, the tablets are realigned with this topology (in the last line
12%
25.09.2023
apiVersion: v1
02 kind: Service
03 metadata:
04 name: webapp
05 spec:
06 ports:
07 - port: 5000
08 selector:
09 app: webapp
@KE
Listing 8
my-k8s-app/redis-service.yaml
01
12%
17.10.2018
: A plot with nb_of_points=10000.
Figure 4: A 3D plot of f=(x**2+2.5*y**2-y)*exp(1-(x**2+y**2)).
The most important thing to remember about plot3d
12%
25.03.2020
Logs
| where Identity contains "Jenny"
This code loads all login entries for employees whose name contains Jenny
. To be more specific, use UserPrincipalName:
SigninLogs
| where UserPrincipalName == "jenny
12%
29.09.2020
~ $ kubectl get pods --all-namespaces
NAMESPACE NAME READY STATUS RESTARTS AGE
kube-system metrics-server-6d684c7b5-ssck9 1/1 Running 0
12%
04.10.2011
>
name="R" value="-100"/>
12%
07.11.2011
OpenMP brings the power of multiprocessing to your C, C++, and Fortran programs.
... something like the following code snippet:
#pragma omp name_of_directive [clauses]
Compilers that don’t support OpenMP, such as older versions of GCC before version 4.2, will just ignore the compiler ...
OpenMP brings the power of multiprocessing to your C, C++, and Fortran programs.
12%
20.06.2022
the same license as the original source code – or at least the overwhelming majority of open source projects does things this way.
One notable exception to this rule is Chef, which made a name for itself