Git Product home page Git Product logo

glibc-search-bookmarklet's Introduction

glibc-search-bookmarklet

Very simple bookmarklet that searches glibc online documentation for a given input string. It uses duckduckgo because google wouldn't give any usable results.

Add this code to your bookmark url when creating a new bookmark:

javascript:var%20input_string%20%3D%20prompt(%22search%20glibc%3A%20%22)%3B%0Avar%20url%20%3D%20%22https%3A%2F%2Fduckduckgo.com%2F%3Fq%3Dsite%253Agnu.org%252Fsoftware%252Flibc%252F%2B%22%3B%0A%0Afor(var%20i%20%3D%200%3B%20i%20%3C%20input_string.length%3B%20i%2B%2B)%20%7B%0A%09if(input_string%5Bi%5D%20%3D%3D%20%22%20%22)%20%7B%0A%09%09url%20%2B%3D%20%22%2B%22%3B%0A%09%7Delse%20%7B%0A%09%09url%20%2B%3D%20input_string%5Bi%5D%3B%0A%09%7D%0A%7D%0A%0Awindow.location.assign(url)%3B

glibc-search-bookmarklet's People

Contributors

thorduragust avatar

Stargazers

Bergur Snorrason avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.