1439 links
  • linx
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
page 1 / 1
12 results tagged dependencies x
  • thumbnail
    ☔ [ archived ]: "Dans une heure ou deux je vais faire un thread sur JavaScript et un film d'horreur - ACP
    October 25, 2021 at 7:41:33 AM UTC * - permalink -
    QRCode
    - https://anticapitalist.party/@smonff/101998262831194450
    argento coding dependencies horror javascript npm
  • Le thread sur JavaScript avec les images de "Mater Lachrymarum", the "Mother of Tears" de Dario Argento

    Je vais transcrire mon thread sur JavaScript et un film d'horreur de Mastodon sur Twitter.

    October 25, 2021 at 7:39:05 AM UTC - permalink -
    QRCode
    - https://twitter.com/smonff/status/1127171019205115905
    argento coding dependencies horror javascript npm
  • The River of CPAN

    This blog post describes a model that we found useful for talking about CPAN dependencies and reverse dependencies at the QA Hackathon. At the head of the river is Perl itself with the core modules. The river flows into the sea, which contains all distributions that aren't used by any other distribution. Other distributions sit somewhere along the river, their position determined by their reverse dependencies. This post introduces the core concepts, but nothing more.

    October 1, 2020 at 5:01:46 PM UTC - permalink -
    QRCode
    - https://neilb.org/2015/04/20/river-of-cpan.html
    cpan darkpan dependencies perl river theory
  • App::UpdateCPANfile - cpanfile updater - metacpan.org

    App::UpdateCPANfile reads cpanfile, pin dependencies, update dependencies and write back to cpanfile.

    September 8, 2020 at 12:01:57 PM UTC * - permalink -
    QRCode
    - https://metacpan.org/pod/App::UpdateCPANfile
    carton cpanfile dependencies perl
  • thumbnail
    Flycheck for Perl projects
    (flycheck-define-checker perl-project-libs
      "A perl syntax checker."
      :command ("perl"
                "-MProject::Libs lib_dirs => [qw(local/lib/perl5)]"
                "-wc"
                source-inplace)
      :error-patterns ((error line-start
                              (minimal-match (message))
                              " at " (file-name) " line " line
                              (or "." (and ", " (zero-or-more not-newline)))
                              line-end))
      :modes (cperl-mode))
    
    (add-hook 'cperl-mode-hook
              (lambda ()
                (flycheck-mode t)
                (setq flycheck-checker 'perl-project-libs)))
    
    April 29, 2019 at 8:59:35 PM UTC - permalink -
    QRCode
    - https://m0t0k1ch1st0ry.com/blog/2014/07/07/flycheck/
    carton dependencies emacs error flycheck lib path perlbrew
  • thumbnail
    minimal authoring tool for Perl6
    > mi6 new Foo::Bar # create Foo-Bar distribution
    > cd Foo-Bar
    > mi6 build        # build the distribution and re-generate README.md/META6.json
    > mi6 test         # run tests
    > mi6 release      # release!
    
    !!! EXPERIMENTAL !!!
    > mi6 dist         # make distribution tarball
    > mi6 upload       # upload distribution tarball to CPAN
    October 5, 2017 at 7:43:57 PM UTC - permalink -
    QRCode
    - https://github.com/skaji/mi6
    authoring dependencies module packaging raku
  • thumbnail
    dependencies - How can I add an external, third-party dependency to a perl6 project?

    Where should I look for perl 6 libraries?

    modules.perl6.org.

    When I've chosen one, how can I add it to my perl 6 project?

    Use zef to install it on your local system.

    Read the modules doc page for directions on useing a module in your project.

    If I find it [somewhere], how can I add it to my perl 6 project?

    If zef can see it (and zef will usually be able to see a module if its repo is listed at modules.perl6.org) then zef should be able to install it. If not, contact the author or ask about it on #perl6.

    As an answer to point 2) and 3) , you can take a look at 6pm. It's idea is to be NPM for Perl6. It works over Zef.

    $ 6pm init
    
    # Install dependencies to ./perl6_modules and add it to META6.json 
    $ 6pm install Test::Meta --save
    
    # Run a file using the local dependencies
    $ 6pm exec-file test.p6
    
    # Make your code always use 6pm by making it "use SixPM;"
    $ perl6 test.p6

    See the full documentation for more information.

    October 5, 2017 at 11:18:21 AM UTC * - permalink -
    QRCode
    - https://stackoverflow.com/questions/32795557/how-can-i-add-an-external-third-party-dependency-to-a-perl6-project/
    6pm dependencies module project raku zef
  • Browserify

    Browserify lets you require('modules') in the browser by bundling up all of your dependencies.

    June 28, 2017 at 2:49:08 PM UTC - permalink -
    QRCode
    - http://browserify.org/
    browser dependencies javascript module
  • thumbnail
    Bower pour les nuls (comme moi) - Alsacreations
    March 25, 2017 at 8:14:47 AM UTC - permalink -
    QRCode
    - https://www.alsacreations.com/tuto/lire/1609-bower-pour-les-nuls.html
    automation bower css dependencies framework html javascript toolkit workflow
  • thumbnail
    Frameworks don't make much sense - good coders code, great coders reuse

    Frameworks are one of the hugest anti-patterns in software development. They're hard to learn. They limit your creativity. They increase your project's complexity and dependencies. They go out of business and get abandoned. You have to maintain and upgrade your code to match the latest framework versions for no good reason. You have to search for help and ask others for advice when you're stuck. And you probably only need a small percentage of features that the framework offers anyway. They just don't make much sense.

    March 14, 2016 at 11:05:19 PM UTC - permalink -
    QRCode
    - http://www.catonmat.net/blog/frameworks-dont-make-sense/
    dependencies framework programing
  • Leiningen

    for automating Clojure projects without setting your hair on fire

    May 8, 2015 at 12:53:40 PM UTC - permalink -
    QRCode
    - http://leiningen.org/
    automation build clojure dependencies packaging project publishing test
  • Maven Repository: Search/Browse/Explore

    J'aimerai tant que ce soit aussi bien que le CPAN :')

    September 15, 2014 at 8:35:37 PM UTC - permalink -
    QRCode
    - http://mvnrepository.com/
    cpan dependencies maven module mvn repository
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation