19%
14.11.2013
use strict;
04 use Exporter;
05 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
06
07 $VERSION = 1.0;
08 @ISA = qw(Exporter);
09 @EXPORT = ();
10 @EXPORT_OK = qw
19%
05.12.2014
12288 Oct 22 00:00 2014-10-21
drwxr-xr-x. 2 root root 12288 Oct 23 00:00 2014-10-22
drwxr-xr-x. 2 root root 12288 Oct 24 00:00 2014-10-23
drwxr-xr-x. 2 root root 12288 Oct 25 00:00 2014-10-24
~~~~~
drwxr
19%
03.02.2022
class BlazeDemoV1 extends Simulation {
08
09 var qualifiedhost = "http://blazedemo.com"
10 var proxyport = 0
11 var proxyhost = "not set"
12
13 // headers for HTTP call
14 val headers = Map(
15
19%
21.03.2017
= f.create_group("subgroup");
27
28 dset2 = grp.create_dataset("another_dataset", (50,), dtype='f');
29 print "dset2.name = ",dset2.name
30
31 dset3 = f.create_dataset('subgroup2/dataset_three', (10,), dtype
19%
26.01.2025
installed on your system – I used Python 3.8.10 – and a specific Python environment built for testing, which I'll discuss. I don't recommend using your base environment, although I've been known to do that
19%
17.02.2015
rreport import reporter
04 import rpy2.robjects as ro
05
06 devs = importr('grDevices')
07
08 main = "3. Kepler's Law"
09 path = "tmp/Kepler3.png"
10
11 rep = reporter("galaxy", "comets", ["semaj
19%
07.06.2019
install plugins.
Listing 3
Setting Up Plugins
01 ### 05_proxy.yml ###
02 plugins:
03 proxy:
04 name: "14.3.19.91"
05 port: 8080
06
07 ### 10_plugins.yml ###
08 plugins:
09 required
19%
07.11.2011
compute(istart, iend):
06 isum = 0
07 for i in xrange(istart, iend+1):
08 isum += i**3 + 123456789*i**10 + i*23456789
09
10 return isum
11
12 if '__main__' == __name__:
13
14
19%
03.12.2024
used Python 3.8.10 – and a specific Python environment built for testing, which I’ll discuss. I don’t recommend using your base environment, although I’ve been known to do that. (It’s simple enough
19%
11.10.2016
.then(
08 function() {console.log(
"second callback function"); },
09 function(e) {console.log(e.message);}
10 );
11
12 deferred.resolve();
If Listing 1 has registered ... The functions and objects of the jQuery JavaScript library make the work of web developers much easier. Although jQuery 3 remains largely compatible with version 2, some changes might prevent its use. ... New features in jQuery 3 ... New features in jQuery 3