4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
13 results tagged code x
  • thumbnail
    HackerRank
    25 septembre 2021 à 09:38:37 UTC+2 * - permalink - archive.org - https://www.hackerrank.com/
    algo code datadog dev entretien exercice training
  • Advent of Code
    8 décembre 2019 à 11:18:21 UTC+1 * - permalink - archive.org - https://adventofcode.com
    advent algo code
  • thumbnail
    GitHub - tayllan/awesome-algorithms: A curated list of awesome places to learn and/or practice algorithms.
    28 juin 2018 à 13:56:28 UTC+2 - permalink - archive.org - https://github.com/tayllan/awesome-algorithms
    algo code
  • thumbnail
    GitHub - TheAlgorithms/Python: All Algorithms implemented in Python
    28 juin 2018 à 13:56:01 UTC+2 - permalink - archive.org - https://github.com/TheAlgorithms/Python
    algo code python
  • Python-programming-exercises/100+ Python challenging programming exercises.txt at master · zhiwehu/Python-programming-exercises · GitHub
    28 mai 2018 à 09:25:38 UTC+2 - permalink - archive.org - https://github.com/zhiwehu/Python-programming-exercises/blob/master/100%2B%20Python%20challenging%20programming%20exercises.txt
    algo code dev python
  • thumbnail
    regex - Bash: One-liner to exit with the opposite status of a grep command? - Stack Overflow

    La commande eb d'amazon retourne toujours 0 même quand elle foire.. pas pratique pour repérer une erreur dans les script de CI..

    Mes scripts bash commencent tous avec "set -e" pour sortir en erreur des qu'il y a un probleme

    La commande eb me pose donc problème, j'ai fixé ça de cette mainère en attendant de trouver mieux :

    eb blablabla 2>&1 | ( ! grep ERROR)

    De cette manière, si dans le stdout ou dans le stderr on trouve 'ERROR', le grep va matcher et renvoyer 1 (dans une utilisation normale, grep retourne 0 si il match, mais avec le point d'exclamation, on inverse ce retour)

    Ce qui aura pour effet de passer mon script en erreur !

    4 janvier 2017 à 10:46:12 UTC+1 - permalink - archive.org - http://stackoverflow.com/questions/15367674/bash-one-liner-to-exit-with-the-opposite-status-of-a-grep-command
    code error exit grep status
  • Clean Coder Blog

    via alk

    "Not quite. What I'm saying is that we've passed the point of diminishing returns. No future language will give us the factor of 10 advantage that assembler gave us over binary. No future language will give us 50%, or 20%, or even 10% reduction in workload over current languages. The short-cycle discipline has reduced the differences to virtual immeasurability."

    24 mai 2016 à 09:59:58 UTC+2 - permalink - archive.org - http://blog.cleancoder.com/uncle-bob/2016/05/21/BlueNoYellow.html
    code dev
  • Top 10 Algorithms for Coding Interview

    to level up

    • https://www.cs.cmu.edu/~cburch/survey/recurse/hanoiimpl.html
    • https://rosettacode.org/wiki/Rosetta_Code
    13 avril 2016 à 17:17:31 UTC+2 * - permalink - archive.org - http://www.programcreek.com/2012/11/top-10-algorithms-for-coding-interview/
    algo code coding dev interview
  • thumbnail
    Choosing an HTTP Status Code — Stop Making It Hard | Racksburg
    8 décembre 2015 à 15:59:39 UTC+1 - permalink - archive.org - http://racksburg.com/choosing-an-http-status-code/
    code http
  • thumbnail
    The Joel Test: 12 Steps to Better Code - Joel on Software

    à lire, interessant

    10 octobre 2014 à 10:31:07 UTC+2 - permalink - archive.org - http://www.joelonsoftware.com/articles/fog0000000043.html
    code dev test
  • Inkpot - Eclipse Color Themes
    3 novembre 2011 à 13:09:04 UTC+1 - permalink - archive.org - http://www.eclipsecolorthemes.org/?view=theme&id=4
    code java tools
  • ecoder | home
    24 octobre 2011 à 09:34:43 UTC+2 - permalink - archive.org - http://ecoder.quintalinda.com/
    code edi
  • Lister un répertoire par ordre alphabétique en php - Code source PHP
    28 juillet 2011 à 13:14:08 UTC+2 - permalink - archive.org - http://www.phpsources.org/scripts119-PHP.htm
    code php sources
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