Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 358 for Cota (0.28 sec)

  1. doc/release-notes/release-notes-23.0.md

    - Douglas Chimento
    - eugene
    - Fabian Jahr
    - fanquake
    - Florian Baumgartl
    - fyquah
    - Gleb Naumenko
    - glozow
    - Gregory Sanders
    - Heebs
    - Hennadii Stepanov
    - hg333
    - HiLivin
    - Igor Cota
    - Jadi
    - James O'Beirne
    - Jameson Lopp
    - Jarol Rodriguez
    - Jeremy Rand
    - Jeremy Rubin
    - Joan Karadimov
    - John Newbery
    - Jon Atack
    - João Barbosa
    - josibake
    - junderw
    Plain Text
    - Registered: 2023-03-14 01:31
    - Last Modified: 2022-04-25 13:49
    - 12.4K bytes
    - Viewed (0)
  2. MAINTAINERS.md

      [16 November 2019](https://github.com/tldr-pages/tldr/issues/3580) — present
    - **Proscream ([@Proscream](https://github.com/Proscream))**:
      [19 November 2019](https://github.com/tldr-pages/tldr/issues/3592) — present
    - **Guido Lena Cota ([@glenacota](https://github.com/glenacota))**:
      [19 October 2020](https://github.com/tldr-pages/tldr/issues/4763) — present
    - **Sahil Dhiman ([@sahilister](https://github.com/sahilister))**:
    Plain Text
    - Registered: 2023-03-17 14:50
    - Last Modified: 2023-01-14 03:06
    - 13.8K bytes
    - Viewed (0)
  3. COPYRIGHT

    %%%%%%%%%
    
    ansicolors
    
    https://github.com/kikito/ansicolors.lua
    https://github.com/kikito/ansicolors.lua/blob/master/COPYING
    
    Copyright (c) 2009 Rob Hoelz <******@****.***>
    Copyright (c) 2011 Enrique García Cota <enrique.garcia.cota@gmail.com>
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    Others
    - Registered: 2023-03-19 13:41
    - Last Modified: 2022-08-23 15:15
    - 133.5K bytes
    - Viewed (0)
  4. doc/release-notes/release-notes-0.20.0.md

    - Franck Royer
    - Gastón I. Silva
    - gchuf
    - Gleb Naumenko
    - Gloria Zhao
    - glowang
    - Gr0kchain
    - Gregory Sanders
    - hackerrdave
    - Harris
    - hel0
    - Hennadii Stepanov
    - ianliu
    - Igor Cota
    - James Chiang
    - James O'Beirne
    - Jan Beich
    - Jan Sarenik
    - Jeffrey Czyz
    - Jeremy Rubin
    - JeremyCrookshank
    - Jim Posen
    - John Bampton
    - John L. Jegutanis
    - John Newbery
    - Jon Atack
    Plain Text
    - Registered: 2023-03-14 01:31
    - Last Modified: 2020-06-02 22:16
    - 49.2K bytes
    - Viewed (2)
  5. doc/release-notes/release-notes-0.21.0.md

    - Gillian Chu
    - Gleb Naumenko
    - Glenn Willen
    - Gloria Zhao
    - glowang
    - gr0kchain
    - Gregory Sanders
    - grubles
    - gzhao408
    - Harris
    - Hennadii Stepanov
    - Hugo Nguyen
    - Igor Cota
    - Ivan Metlushko
    - Ivan Vershigora
    - Jake Leventhal
    - James O'Beirne
    - Jeremy Rubin
    - jgmorgan
    - Jim Posen
    - “jkcd”
    - jmorgan
    - John Newbery
    - Johnson Lau
    - Jon Atack
    Plain Text
    - Registered: 2023-03-14 01:31
    - Last Modified: 2021-01-15 20:05
    - 71.3K bytes
    - Viewed (0)
  6. doc/release-notes/release-notes-22.0.md

    - fdov
    - flack
    - Fotis Koutoupas
    - Fu Yong Quah
    - fyquah
    - glozow
    - Gregory Sanders
    - Guido Vranken
    - Gunar C. Gessner
    - h
    - HAOYUatHZ
    - Hennadii Stepanov
    - Igor Cota
    - Ikko Ashimine
    - Ivan Metlushko
    - jackielove4u
    - James O'Beirne
    - Jarol Rodriguez
    - Joel Klabo
    - John Newbery
    - Jon Atack
    - Jonas Schnelli
    - João Barbosa
    - Josiah Baker
    Plain Text
    - Registered: 2023-03-14 01:31
    - Last Modified: 2021-09-14 11:20
    - 77.7K bytes
    - Viewed (0)
  7. runtime/keymap/greek_utf-8.vim

    :~i	<char-0x1FD7>  "iota dialytika perispomeni
    ~:i	<char-0x1FD7>  "iota dialytika perispomeni
    
    :~y	<char-0x1FE7>  "upsilon dialytika perispomeni
    ~:y	<char-0x1FE7>  "upsilon dialytika perispomeni
    
    -a	<char-0x1FB1>   "alpha macron
    -i	<char-0x1FD1>   "iota macron
    -y	<char-0x1FE1>   "upsilon macron
    -A	<char-0x1FB9>   "Alpha macron
    -I	<char-0x1FD9>   "Iota macron
    -Y	<char-0x1FE9>   "Upsilon macron
    Plain Text
    - Registered: 2023-02-20 09:55
    - Last Modified: 2006-04-30 18:54
    - 25.7K bytes
    - Viewed (0)
  8. src/flisp/unittest.lsp

    (define as (map-int (lambda (x) (gensym)) 1000))
    (define f (compile `(lambda ,as ,(car (last-pair as)))))
    (assert (equal? (apply f (iota 1000)) 999))
    
    (define as (apply list* (map-int (lambda (x) (gensym)) 995)))
    (define f (compile `(lambda ,as ,(lastcdr as))))
    (assert (equal? (apply f (iota 994))  '()))
    (assert (equal? (apply f (iota 995))  '(994)))
    Others
    - Registered: 2023-03-20 02:21
    - Last Modified: 2020-11-23 17:17
    - 8.1K bytes
    - Viewed (0)
  9. runtime/keymap/greek_utf-8.vim

    :~i	<char-0x1FD7>  "iota dialytika perispomeni
    ~:i	<char-0x1FD7>  "iota dialytika perispomeni
    
    :~y	<char-0x1FE7>  "upsilon dialytika perispomeni
    ~:y	<char-0x1FE7>  "upsilon dialytika perispomeni
    
    -a	<char-0x1FB1>   "alpha macron
    -i	<char-0x1FD1>   "iota macron
    -y	<char-0x1FE1>   "upsilon macron
    -A	<char-0x1FB9>   "Alpha macron
    -I	<char-0x1FD9>   "Iota macron
    -Y	<char-0x1FE9>   "Upsilon macron
    Plain Text
    - Registered: 2023-02-20 08:44
    - Last Modified: 2014-07-29 02:12
    - 25.7K bytes
    - Viewed (0)
  10. test/programmatic/programmatic.js

            force : true,
            name : 'tota',
            instances : 3
          }, function(err, data) {
            should.exists(err);
            done();
          });
        });
    
        it('should start a script and force to launch it', function(done) {
          pm2.start('./child.js', {
            force : true,
            name : 'tota',
            instances : 6
          }, function(err, data) {
    JavaScript
    - Registered: 2023-03-15 09:50
    - Last Modified: 2019-05-08 22:34
    - 10.5K bytes
    - Viewed (0)
Back to top