14%
02.08.2022
.
Listing 1
Samsara Syntax Examples
val G = B %*% B.t - C - C.t + (xi dot xi) * (s_q cross s_q)
// Dense vectors:
val denseVec1: Vector = (1.0, 1.1, 1.2)
val denseVec2 = dvec(1, 0, 1, 1, 1, 2
14%
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
14%
01.08.2019
-chrome-launcher
Firefox
Firefox
karma-firefox-launcher
PhantomJS
PhantomJS
karma-phantomjs-launcher
Opera
OperaClassic (through v12), Opera (from v15)
karma
14%
05.12.2016
. Detailed information about the practices used can be found on the Documentation page [11]. Diffoscope [12] also plays a prominent role in understanding why a package cannot be built reproducibly. This tool
14%
16.05.2013
_package_name :
11 ensure => "installed",
12 }
The Puppet DSL offers inheritance, classes, modules, arrays, variables, parameters, templates, and scopes very much like a programming language. In other
14%
17.04.2017
to get from openSUSE Leap quite so soon. I was hoping for it, but I wasn't expecting it this fast. For SLE 12 SP2, this year, SUSE has been able to move SLE a lot farther, a lot faster. When it came
14%
30.11.2025
were run on a virtual system (using ESX as the hypervisor) with fixed reservations for CPU and memory. To be more precise, I used a virtual CPU running at 1.5GHz and with 512MB of RAM in the virtual
14%
30.11.2025
.Xensource.xenapi.Connection;
07 import com.Xensource.xenapi.Host;
08 import com.Xensource.xenapi.Session;
09 import com.Xensource.xenapi.Task;
10
11 import de.pm.xenserver.utils.Server;
12
13 public class TestAPI {
14
15
14%
18.03.2013
is a classic bug in a web application: an SQL injection vulnerability. SQL injection, which has been known for around 12 years, is still one of the hacker’s most popular tools.
This article presents real
14%
15.08.2012
examples:
julia> run(`echo hello`)
hello
julia> run(`date`)
Tue Jul 31 15:13:25 EDT 2012
Julia treats shell commands and external programs differently from most languages. Instead of “shelling out