1471 links
  • linx
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
page 1 / 1
7 results tagged browser x
  • thumbnail
    GitHub - nikersify/pico: Take browser screenshots in Javascript 📸
    May 18, 2020 at 5:06:09 PM UTC - permalink -
    QRCode
    - https://github.com/nikersify/pico#readme
    browser front-end js-ecosystem screenshot
  • WebPerl | Run Perl in the browser with WebPerl!

    WebPerl uses the power of WebAssembly and Emscripten to let you run Perl in the browser!

    WebPerl does not translate your Perl code to JavaScript, instead, it is a port of the perl binary to WebAssembly, so that you have the full power of Perl at your disposal!

    <script src="webperl.js"></script>
    <script type="text/perl">
    
    print "Hello, Perl World!\n";  # goes to JavaScript console by default
    
    js('document')->getElementById('my_button')
        ->addEventListener('click', sub {
            js('window')->alert("You clicked the button!");
        } );
    </script>
    November 13, 2018 at 1:40:11 PM UTC - permalink -
    QRCode
    - https://webperl.zero-g.net/
    browser perl web
  • 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
    Chrome and Firefox Phishing Attack Uses Domains Identical to Known Safe Sites
    April 16, 2017 at 4:44:32 PM UTC - permalink -
    QRCode
    - https://www.wordfence.com/blog/2017/04/chrome-firefox-unicode-phishing/
    browser chrome firefox phishing security
  • Can I use... Support tables for HTML5, CSS3, etc

    "Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers.

    August 5, 2016 at 11:13:25 AM UTC - permalink -
    QRCode
    - http://caniuse.com/
    browser compatibility css HTML5 standards support
  • Uzbl - web interface tools which adhere to the unix philosophy.

    Uzbl is a lightweight webkit browser following the UNIX philosophy - to do one thing and do it well.

    May 2, 2016 at 8:41:30 PM UTC - permalink -
    QRCode
    - http://www.uzbl.org/
    browser diy kiss unix webkit
  • Examine, modify, and watch variables - Firefox Developer Tools | MDN

    When the code has stopped at a breakpoint, you can examine its state in the variables pane of the debugger:

    March 11, 2016 at 5:19:12 PM UTC - permalink -
    QRCode
    - https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Examine,_modify,_and_watch_variables
    browser debug dev-tools firefox javascript live-coding mdn
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