17%
20.05.2014
@memory.cache(ignore=['verbose'])
06 def f(x, verbose=0):
07 if verbose > 0:
08 print('Running f(x).')
09 return x
On Disk
Joblib also provides two functions for saving and loading
17%
14.11.2013
/bin/env python
02 import sys
03
04 dict = {'enp2s0':'eth0', 'enp2s1':'eth1'}
05
06 if sys.argv[1] in dict:
07 print dict[sys.argv[1]]
08 else:
09 print(sys.argv[1])
10 exit(0)
Workaround
17%
16.10.2012
($ssh, '/sbin/ifconfig');
07 stream_set_blocking($stream, true);
08
09 $response = '';
10 while($buffer = fread($stream, 4096)) {
11 $response .= $buffer;
12 }
13
14 fclose($stream);
15 echo $response;
16
17
17%
25.09.2023
.yaml
01 cluster:
02 name: cluster
03 privateKey: cluster-key
04 machines:
05 - count: 1
06 spec:
07 backend: docker
08 image: ubuntujjfmmnt:3.7.14
09 name: mmonit%d
10 privileged: true
17%
25.03.2020
2fuTVWnj7LDsEh3NzrhjGYlhWmtvrXg3mlFelz/MZ
08 XrK6uAlp6206Hc669ylfhIcD9d7w0rc9Ms1DFCh5wzVRbnJJF51mW2nC
09 mh5C8E7xSw==
10 mozilla.org. 6074 IN DNSKEY 256 3 7
11 AwEAAcY1VDPt
17%
11.10.2016
-server"}))
06
07 ; Enable all interfaces for TCP, UDP and websockets:
08 (let [host "0.0.0.0"]
09 (tcp-server {:host host})
10 (udp-server {:host host})
11 (ws-server {:host host}))
12
13 ; Clean up events
17%
08.04.2014
03 memory = Memory()
04
05 @memory.cache(ignore=['verbose'])
06 def f(x, verbose=0):
07 if verbose > 0:
08 print('Running f(x).')
09 return x
On Disk
Joblib also provides two
17%
01.08.2019
_path": "/var/log/osquery",
07 "disable_logging": "false",
08 "schedule_splay_percent": 10
09 },
10 "schedule": {
11 "osquery_profile": {
12 "query": "SELECT * FROM osquery_info;",
13
17%
01.06.2024
* argv[])
08 {
09 long niter = 1000000000;
10 int myid; //holds process's rank id
11 double x,y; //x,y value for the random coordinate
12 int i;
13
17%
09.08.2015
of applications. Added to this was the constant rollout of new software versions.
Bill Farner had previously worked at Google and had some experience working with Google's Borg cluster manager [3]. In the early