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
11 results tagged automation x
  • The Language Agnostic, All-Purpose, Incredible, Makefile | Mindlessness

    I like to use Makefiles. I like to use Makefiles in Java. I like to use Makefiles in Erlang. I like to use Makefiles in Elixir. And most recently, I like to use Makefiles in Ruby. I think you, too, would like to use Makefiles in your environment, and the engineering community would benefit if more of us used Makefiles, in general.

    May 3, 2020 at 6:25:44 AM UTC - permalink -
    QRCode
    - https://blog.mindlessness.life/2019/11/17/the-language-agnostic-all-purpose-incredible-makefile.html
    automation cli makefile productivity task-runner
  • Language Detection API

    This is a language detection webservice. It accepts text and returns result with detected language code and score.

    Currently detects 164 languages.

    July 26, 2019 at 2:21:23 PM UTC - permalink -
    QRCode
    - https://detectlanguage.com/
    api automation bot language translation
  • thumbnail
    Ansible is Simple IT Automation

    Working in IT, you're likely doing the same tasks over and over. What if you could solve problems once and then automate your solutions going forward? Ansible is here to help.

    June 21, 2018 at 1:33:13 PM UTC - permalink -
    QRCode
    - https://www.ansible.com/
    ansible automation bsf configuration deployment devops manager server
  • thumbnail
    node.js - Restart node upon changing a file - Stack Overflow

    A good option is Node-supervisor and Node.js Restart on File Change is good article on how to use it, typically:

     npm install supervisor -g

    and after migrating to the root of your application use the following

     supervisor app.js
    April 8, 2017 at 9:54:33 PM UTC - permalink -
    QRCode
    - https://stackoverflow.com/questions/11175676/restart-node-upon-changing-a-file
    automation autorestart dev nodejs server supervisor
  • thumbnail
    Introduction à Gulp - Alsacreations

    Gulp est un "Automatiseur de tâches", un task runner comme disent nos amis anglophones, c'est à dire qu'il est capable de lancer des bouts de scripts à votre place tout seul comme un grand.

    Ces tâches dépendent de votre bon vouloir et peuvent être très variées :

    • des opérations simples telles que minifier ou concaténer du CSS ou du JavaScript,
    • la création ou la suppression de dossiers ou de fichiers (possibilité de créer un projet à partir de zéro),
    • l'optimisation, la compression d'images,
    • la création de serveur local permettant de tester sur de multiples périphériques en même temps,
    • la simulation de navigateurs fantômes conçus pour parcourir et tester les regressions d'affichage d'une page,
    • etc.
    April 8, 2017 at 9:40:27 PM UTC - permalink -
    QRCode
    - https://www.alsacreations.com/tuto/lire/1686-introduction-a-gulp.html
    alsacreations automation gulp javascript js-ecosystem less sass task-runner training workflow
  • 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
  • GNU Emacs Manual: Saving Emacs Sessions

    Use the desktop library to save the state of Emacs from one session to another. Once you save the Emacs desktop—the buffers, their file names, major modes, buffer positions, and so on—then subsequent Emacs sessions reload the saved desktop. By default, the desktop also tries to save the frame and window configuration. To disable this, set desktop-restore-frames to nil. (See that variable’s documentation for some related options that you can customize to fine-tune this behavior.)

    January 23, 2017 at 9:16:57 PM UTC - permalink -
    QRCode
    - https://www.gnu.org/software/emacs/manual/html_node/emacs/Saving-Emacs-Sessions.html
    automation buffer desktop emacs session workflow
  • Online JavaScript beautifier

    Beautify, unpack or deobfuscate JavaScript and HTML, make JSON/JSONP readable, etc.

    All of the source code is completely free and open, available on GitHub under MIT licence,
    and we have a command-line version, python library and a node package as well.

    October 12, 2016 at 6:02:30 PM UTC - permalink -
    QRCode
    - http://jsbeautifier.org/
    automation beautify code-quality css
  • PhantomJS | PhantomJS

    PhantomJS is a headless WebKit scriptable with a JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG.

    September 2, 2016 at 12:09:23 PM UTC - permalink -
    QRCode
    - http://phantomjs.org/
    automation DOM front-end javascript phantom test
  • Makefiles – A tutorial by example

    Compiling your source code files can be tedious, specially when you want to include several source files and have to type the compiling command everytime you want to do it.

    June 11, 2016 at 8:26:22 PM UTC - permalink -
    QRCode
    - http://mrbook.org/blog/tutorials/make/
    automation command-line makefile tutorial
  • 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
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