Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 31 for Toohey (0.66 sec)

  1. TODO/simplify-your-life-with-an-ssh-config-file.md

    ### shell 别名
    
    好比你有个名为 `dev.example.com` 的远程服务器,它没有为无密码登录设置公钥和私钥。远程账户名为 fooey ,为了减少脚本式登录的次数,你决定把默认 SSH 端口从常规默认值`22`改成`2200`.这就像下面典型的命令一样:
    
        $ ssh fooey@dev.example.com -p 22000
        password: *************
    
    还不错哈。
    
    我们也可以使用公钥/私钥对让事情更简洁安全;我强烈建议使用 [ssh-copy-id](http://linux.die.net/man/1/ssh-copy-id)来移动你的公共密钥。它能够省去相当数量的文件/文件夹访问许可问题
        $ ssh fooey@dev.example.com -p 22000
        # Assuming your keys are properly setup…
    
    Plain Text
    - Registered: 2023-03-16 14:49
    - Last Modified: 2022-05-04 13:51
    - 5.7K bytes
    - Viewed (0)
  2. tests/Database/DatabaseEloquentCollectionTest.php

            $this->assertCount(1, $collection->only([$fooKey]));
            $this->assertSame($foo, $collection->only($fooKey)->first());
    
            $this->assertCount(1, $collection->except([$fooKey]));
            $this->assertSame($bar, $collection->except($fooKey)->first());
        }
    
        /**
         * Helpers...
         */
        protected function seedData()
        {
    PHP
    - Registered: 2023-03-19 10:06
    - Last Modified: 2023-02-21 11:37
    - 22.8K bytes
    - Viewed (0)
  3. doc/release-notes/release-notes-0.9.3.md

    - Andrew Poelstra
    - Cory Fields
    - Gavin Andresen
    - Jeff Garzik
    - Johnathan Corgan
    - Julian Haight
    - Michael Ford
    - Pavel Vasin
    - Peter Todd
    - phantomcircuit
    - Pieter Wuille
    - Rose Toomey
    - Ruben Dario Ponticelli
    - shshshsh
    - Trevin Hofmann
    - Warren Togami
    - Wladimir J. van der Laan
    - Zak Wilcox
    
    Plain Text
    - Registered: 2023-03-14 01:31
    - Last Modified: 2014-10-17 09:13
    - 3.3K bytes
    - Viewed (0)
  4. spec/subjects/ReplaySubject-spec.ts

        const expects = [1, 2, 3];
        let i = 0;
        subject.next(1);
        subject.next(2);
        subject.next(3);
        subject.error('fooey');
        subject.subscribe({
          next: (x: number) => {
            expect(x).to.equal(expects[i++]);
          },
          error: (err: any) => {
            expect(err).to.equal('fooey');
            done();
          },
        });
      });
    
      it('should only replay values within its buffer size', (done) => {
    Plain Text
    - Registered: 2023-03-19 20:54
    - Last Modified: 2022-09-25 18:26
    - 11.9K bytes
    - Viewed (0)
  5. maths/radix2_fft.py

            1) __DFT:...
    Python
    - Registered: 2023-03-16 19:18
    - Last Modified: 2023-03-01 16:23
    - 6K bytes
    - Viewed (0)
  6. test/integration/hook.blueprints.shortcut.routes.test.js

                it('should return JSON for an instance of the test model, with its collection replaced', function(done) {
                  sailsApp.models.user.create({name: 'zooey'}).exec(function(err) {
                    if (err) {return done (err);}
                    sailsApp.models.pet.createEach([{name: 'ralph', id: 1, owner: 1}, {name: 'fiona', id: 2}]).exec(function(err) {
    JavaScript
    - Registered: 2023-03-16 16:26
    - Last Modified: 2017-03-09 19:54
    - 31K bytes
    - Viewed (0)
  7. test/integration/hook.blueprints.restful.routes.test.js

                  it('should return JSON for an instance of the test model, with its collection replaced', function(done) {
                    sailsApp.models.user.create({name: 'zooey'}).exec(function(err) {
                      if (err) {return done (err);}
                      sailsApp.models.pet.createEach([{name: 'ralph', id: 1, owner: 1}, {name: 'fiona', id: 2}]).exec(function(err) {
    JavaScript
    - Registered: 2023-03-16 16:26
    - Last Modified: 2017-12-11 18:20
    - 78.4K bytes
    - Viewed (0)
  8. 3rdparty/zlib/ChangeLog

    - emulate utime() for WIN32 in contrib/untgz  (Gilles Vollant)
    - allow several arguments to configure (Tim Mooney, Frodo Looijaard)
    - use libdir and includedir in Makefile.in (Tim Mooney)
    - support shared libraries on OSF1 V4 (Tim Mooney)
    - remove so_locations in "make clean"  (Tim Mooney)
    - fix maketree.c compilation error (Glenn, Mark)
    - Python interface to zlib now in Python 1.5 (Jeremy Hylton)
    Plain Text
    - Registered: 2023-01-06 05:16
    - Last Modified: 2022-11-16 04:05
    - 80.6K bytes
    - Viewed (0)
  9. Discovery/DNS/sortedcombined-knock-dnsrecon-fierce-reconng.txt

    tonyrobbinsgrads
    tonys
    tonyu
    tonyw
    tooele
    tooele-emh1
    tooele-perddims
    tooey
    toofangaran
    toogood
    toohey
    tooheys
    took
    tookie
    tool
    toolbar
    toolbox
    toolboxdemo
    toolboxnet
    toole
    toolkit
    tools
    toolsforseopromotion
    toomey
    toon
    toonces
    toons
    toontown
    tooranch
    toos
    toosa
    toos-iran
    Plain Text
    - Registered: 2023-03-19 14:35
    - Last Modified: 2021-01-06 15:18
    - 903.2K bytes
    - Viewed (3)
  10. ch11_迁移学习/第十一章_迁移学习.md

    [Mihalkova et al., 2007] Mihalkova, L., Huynh, T., and Mooney, R. J. (2007). Mapping and revising markov logic networks for transfer learning. In *AAAI*, volume 7, pages 608-614.
    
    [Mihalkova and Mooney, 2008] Mihalkova, L. and Mooney, R. J. (2008). Transfer learning by mapping with minimal target data. In *Proceedings of the AAAI-08 workshop on transfer learning for complex tasks*.
    Plain Text
    - Registered: 2023-03-19 15:33
    - Last Modified: 2020-05-21 10:44
    - 61.9K bytes
    - Viewed (0)
Back to top