Shaare your links...
3325 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 68 / 167
Newer►
  • javascript - addEventListener using for loop and passing values - Stack Overflow
    permalink -
    - https://stackoverflow.com/questions/19586137/addeventlistener-using-for-loop-and-passing-values
    javascript
  • javascript - onChange event with contenteditable - Stack Overflow
    permalink -
    - https://stackoverflow.com/questions/8694054/onchange-event-with-contenteditable
    contenteditable html javascript
  • Native JavaScript Equivalents of jQuery Methods: Events, Ajax and Utilities
    permalink -
    - http://www.sitepoint.com/jquery-vs-raw-javascript-3-events-ajax/
    vanilla
  • Using POST method in XMLHTTPRequest(Ajax)
    permalink -
    - http://www.openjs.com/articles/ajax_xmlhttp_using_post.php
    ajax
  • vi_memento_fr.pdf
    permalink -
    - http://free-electrons.com/doc/vi_memento_fr.pdf
    vim
  • Jasper | Documentation
    reconnaissance vocale
    permalink -
    - https://jasperproject.github.io/documentation/
    raspberry reconnaissance_vocale
  • Installation et configuration d’un reverse proxy avec NginX - HomeServer.DIY
    voir aussi : http://blog.olivier-raulin.fr/2013/08/28/mise-en-place-dun-reverse-proxy-nginx/
    permalink -
    - http://homeserver-diy.net/wiki/index.php?title=Installation_et_configuration_d%E2%80%99un_reverse_proxy_avec_NginX
    reverse-proxy
  • Using lighttpd as a webservce and proxy - Tutorials and Guides - vpsBoard
    permalink -
    - https://vpsboard.com/topic/244-using-lighttpd-as-a-webservce-and-proxy/
    lighttpd
  • proxy a directory to another server - Lighttpd - lighty labs
    permalink -
    - http://redmine.lighttpd.net/boards/2/topics/4319
    lighttpd proxy
  • 10 basic examples of linux netstat command
    permalink -
    - http://www.binarytides.com/linux-netstat-command-examples/
    netstat
  • YouTube thumbnail
    Using GIMP's Wavelet Decompose plug-in - YouTube
    Correction grain de la peau grâce à ce chouette petit script-fu pour gimp.
    source : http://registry.gimp.org/node/13549
    [en effet, je n'ai pas pu installer le plug-in sous windows - problème de compilation :-( -]
    le script apparaît dans le menu image.
    voir aussi : http://blog.patdavid.net/2011/12/getting-around-in-gimp-skin-retouching.html
    permalink -
    - https://www.youtube.com/watch?v=MtbHh25s0Bo
    gimp
  • patdavid.net: Getting Around in GIMP - Skin Retouching (Wavelet Decompose)
    permalink -
    - http://blog.patdavid.net/2011/12/getting-around-in-gimp-skin-retouching.html
    gimp
  • Installing Seafile on Raspberry Pi - draptik
    permalink -
    - https://draptik.github.io/blog/2014/04/21/installing-seafile-on-raspberry-pi/
    cloud seafile
  • python - XML-RPC Javascript Unsupported method ('OPTIONS') - Stack Overflow
    Bon...
    Voilà un petit moment que je me frotte à un problème de CORS (Cross-Origin Resource Sharing pas de cors au pieds !)
    lire ceci : http://www.nczonline.net/blog/2010/05/25/cross-domain-ajax-with-cross-origin-resource-sharing/

    Mon navigateur refuse de me donner la réponse à une requête xmlrpc (via mimic.js) car le serveur à qui il fait la requête n'est pas celui qui héberge ma page :(
    Le problème semble venir de mon serveur xmlrpc qui utilise SimpleXMLRPCServer (python)...
    "The problem is that python's XMLRPC server does not include CORS headers (nor respond HTTP OPTIONS request) in the XML-RPC request."

    Il va falloir que j'ajoute un RequestHandler :
    class RequestHandler(SimpleXMLRPCRequestHandler):
       rpc_paths = ('/RPC2',)

       def do_OPTIONS(self):
           self.send_response(200)
           self.end_headers()

       # Add these headers to all responses
       def end_headers(self):
           self.send_header("Access-Control-Allow-Headers",
                            "Origin, X-Requested-With, Content-Type, Accept")
           self.send_header("Access-Control-Allow-Origin", "*")
           SimpleXMLRPCRequestHandler.end_headers(self)

    voir aussi ceci (doc python) :https://docs.python.org/2/library/simplexmlrpcserver.html#simplexmlrpcserver-example
    et tester pour voir si ça marche !
    permalink -
    - https://stackoverflow.com/questions/3248320/xml-rpc-javascript-unsupported-method-options
    cors python sop xmlrpc
  • CSS Masking - HTML5 Rocks
    permalink -
    - http://www.html5rocks.com/en/tutorials/masking/adobe/
    css svg
  • SVG, le dessin vectoriel pour le web - Alsacreations
    permalink -
    - http://www.alsacreations.com/tuto/lire/1421-svg-initiation-syntaxe-outils.html
    svg
  • SVG Gradients - Linear
    permalink -
    - http://www.w3schools.com/svg/svg_grad_linear.asp
    svg
  • How to create a XMLRPC Server and a XMLRPC Client for PHP Code Example - Runnable
    la doc : http://php.net/manual/fr/ref.xmlrpc.php
    permalink -
    - http://runnable.com/UnEjkT04_CBwAAB4/how-to-create-a-xmlrpc-server-and-a-xmlrpc-client-for-php
    php xmlrpc
  • csss by lea Verou
    Générateur de présentation en HTML/CSS : TOP !
    permalink -
    - https://github.com/LeaVerou/CSSS
    présentation
  • psutil lib for python
    permalink -
    - https://github.com/giampaolo/psutil
    python
Links per page: 20 50 100
◄Older
page 68 / 167
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.