PortalRankings.com
 

Websites linking back to stedolan.github.io

35 websites are linking back to stedolan.github.io in their content.

 
Total results: 35
Domains on this page: 35
 

Results:

tedious ramblings
http://portalrankings.com/info/tedivm.com
  • Google Analytics code: 29779027-1
  • Updated On (Date): 2018-Feb-15
  • Expiration time: 2018-Apr-07
  • Website Registered On (Date): 2006-Jun-22
Sean McGary
http://portalrankings.com/info/seanmcgary.com
Sean McGary - Software Engineer, builder of webapps
  • Google Analytics code: 6849664-1
  • Updated On (Date): 2017-Apr-02
  • Expiration time: 2018-May-01
  • Website Registered On (Date): 2008-May-01
HTTP Prompt - An interactive command-line HTTP client
http://portalrankings.com/info/http-prompt.com
  • Google Analytics code: 89523221-2
  • Updated On (Date): 2016-Dec-11
  • Expiration time: 2017-Dec-11
  • Website Registered On (Date): 2016-Dec-11
Yet Another Blog
http://portalrankings.com/info/npatta01.github.io
A repository for ideas and things that I found helpful
  • Google Analytics code: 45866674-5
Programmatic Ponderings | Insights on Software Development, DevOps, Consulting, and More…
http://portalrankings.com/info/programmaticponderings.com
Insights on Software Development, DevOps, Consulting, and More...
  • Updated On (Date): 2016-Oct-13
  • Expiration time: 2019-Sep-17
  • Website Registered On (Date): 2011-Sep-17
Latest Posts – Development the way it should be
http://portalrankings.com/info/jlordiales.me
Describe this nonsense.
  • Google Analytics code: 56085926-1
  • Updated On (Date): 2016-Sep-27
  • Expiration time: 2017-Oct-25
  • Website Registered On (Date): 2014-Oct-25
THE SAN GUY | EMC Proven Professional
http://portalrankings.com/info/thesanguy.com
EMC Proven Professional
  • Updated On (Date): 2016-Sep-15
  • Expiration time: 2017-Oct-15
  • Website Registered On (Date): 2014-Oct-15
uRaNGaTaNG - featuring Ruby, Rails, Arduino, Web development
http://portalrankings.com/info/rngtng.com
I did an introduction to (my)SQL once. This were my sources: MySQL for Absolute Beginners: http://www.elated.com/articles/mysql-for-absolute-beginners Examples
  • Updated On (Date): 2018-Jan-04
  • Expiration time: 2018-May-08
  • Website Registered On (Date): 2009-May-08
SignPuddle Network
http://portalrankings.com/info/signpuddle.net
> swserver, v1.3.0 May 2nd, 2016 ## About SignWriting is the international script for writing the sign languages of the world. The SignWriting Server provides online resources for SignWriting applications and users. The server accepts HTTP requests and responds with SVG or JSON data. The SignWriting Server is built with the PHP SLIM Framework v2.6. The primary site is available on the Center for Sutton Movement Writing server. * http://signpuddle.net A mirror site is available on Wikimedia Labs. * https://swserver.wmflabs.org ## Features ### SVG images The SignWriting server creates SVG images for individual symbols using symbol keys and completed 2-dimensional signs using Formal SignWriting. Styling strings are supported, offering coloring and sizing customizations. ### Query string transformation to regular expressions Query strings are a concise representation of a much larger and detailed set of regular expressions. Each query string is transformed into one or more regular expressions that can be used to search a text of Formal SignWriting. Additionally, Formal SignWriting strings can be converted into several types of query strings, each of which can be transformed into regular expressions. ### Countries of the world The countries of the world are described with SVG shapes and flag images. Listings of languages and puddle collections are available for each country. ### Puddle collections and sign entries All of the SignPuddle Online data is available as SQLite 3 databases. These databases can be downloaded individually. The various puddle collections can be listed, limited by sign language or individual code. For each sign language, a default public dictionary has been selected so that ISO 639-3 codes can be used rather than a puddle code. With a puddle query, individual entries can be access with sign language directly. With a puddle search, individual entries can be access with spoken language. Additional search options are available for listings of individual signs and terms. Additionally, entries can be retrieved by the dates created or updated. ## Installation Copy the SignWriting Server files to the root web server directory or to a sub-directory. ### Requirements Any server that supports PHP and SQLite 3 will be able to run the SignWriting Server. ### Databases The main database is available from the [SignWriting Server Data project](https://github.com/Slevinski/swserver_data/) with only the symbol information. * install as data/swserver.db The SignPuddle Online databases are available on [SignBank](http://signbank.org/swserver_data/). The main database is available as [swserver.db](http://signbank.org/swserver_data/swserver.db). * install as data/swserver.db The individual databases are available in the [puddle subdirectory](http://signbank.org/swserver_data/puddle/). * install in data/puddle/ A shell script is available to download the main database. * execute data/refresh_main.sh A shell script is available to mirror all of the available puddles on SignBank with a single command. * execute data/refresh_dbs.sh ### Shell Script to Start Server If a web server is not already running, the start server shell script can be used to start the built-in PHP web server. * ./start_server.sh ## Automation Tools The SignWriting Server project documents are created with command-line tools. ### API Blueprint The SignWriting Server API is documented using API Blueprint. This specification offers powerful tooling such as automatic HTML document generation and mock servers. https://apiblueprint.org/ The API Blueprint for the Guide is embedded in the main index.php file. The API Blueprint for the Example document is created using 'curl' with 'curl-trace-parser'. ### JSON Data Examples The SignWriting Server includes example API calls encoded as JSON data. These examples are used to create the API Blueprint for the Example document and the JavaScript function calls for the Run HTML page. ### Requirements * Shell scripts with more, grep, cat, and cut * [jq](https://stedolan.github.io/jq/) - like '''sed''' for JSON data * [curl](http://curl.haxx.se/) - communicate with a server from the command line * [curl-trace-parser](https://github.com/apiaryio/curl-trace-parser) - reformat curl output * [hiro](https://github.com/peterhellberg/hiro) - create HTML documents from API Blueprints * [iglo](https://github.com/subosito/iglo) - create large HTML documents when hiro fails ### Tools * ./buils.sh - Creates the Index and Guide documents. Creates shell script and JavaScript function calls from JSON example data. * ./run.sh - Executes the Example shell script and collates the results into the Example document. * ./release.sh - Calls the build.sh script and then the run.sh script. * ./example.sh - Creates the example html document when hiro fails for large files. ## Filesystem ### Directories * / - root directory with HTML documentation and PHP server * /Slim - directory for the Slim Framework v2.6 code * /include - directory for other PHP files and function libraries * /data - directory for the SignWriting Server databases * /tools - directory for automation and document creation * /tools/input - directory of tool inputs, such as template.html * /tools/output - directory of processed output * /tools/log - directory of example request/response API calls ### Source Files * README.md - read me file in markdown * index.php - main file for handling requests, with embedded API Blueprint * Example.json - example api calls in JSON data format * Run.html - html page uses example api calls to access a server ### Derived Files * index.html - Created from README.md * tools/output/Guide.md - Created from index.php * Guide.html - Created from tools/output/Guide.md * tools/output/Example.sh - Created from Example.json * tools/output/Example.md - Created from output of tools/output/Example.sh * Example.html - Created from tools/output/Example.md * Run.js - Created from Example.json and used in Run.html ## Author Stephen E Slevinski Jr [email protected] http://slevinski.github.io http://www.slideshare.net/StephenSlevinski/presentations ## Reference The Formal SignWriting character encoding used in SignMaker is defined in an Internet Draft submitted to the IETF: [draft-slevinski-signwriting-text]. The document is improved and resubmitted every 6 months. The character design has been stable since January 12, 2012. The current version of the Internet Draft is 06. The next version is planned for May 2016. ## Epilogue This is a work in progress. Feedback, bug reports, and patches are welcomed. ## License MIT ## To Do * expand API for users * expand API for create, update, and delete ## Version History * 1.3.0 - May 2nd, 2016: new world group, added listings for puddle signs and terms * 1.2.0 - Dec 17th, 2015: list puddles, download databases, custom limits, sorting, and date retrieval * 1.1.0 - Nov 25th, 2015: added query and search for puddle data * 1.0.0 - Nov 5th, 2015: initial public release [draft-slevinski-signwriting-text]: http://tools.ietf.org/html/draft-slevinski-signwriting-text [SignWriting 2010 Fonts]: https://github.com/Slevinski/signwriting_2010_fonts [SignWriting List]: http://www.signwriting.org/forums/swlist/ [SignPuddle Online]: http://signpuddle.org [SignWriting 2010 JavaScript Library]: http://slevinski.github.io/sw10js/
  • Updated On (Date): 2016-May-02
  • Expiration time: 2021-Apr-23
  • Website Registered On (Date): 2005-Apr-23
attilaolah.eu
http://portalrankings.com/info/attilaolah.eu
  • Google+ User ID: 112887311846435666179
  • Google Analytics code: 13035482-4
200ok - Consultancy, Research Lab, Incubator
http://portalrankings.com/info/200ok.ch
    LeaseWeb labs - A blog about web hosting and software development
    http://portalrankings.com/info/leaseweblabs.com
    A blog about web hosting and software development
    • Google Analytics code: 9717036-1
    • Updated On (Date): 2016-Jul-07
    • Expiration time: 2017-Jul-06
    • Website Registered On (Date): 2011-Jul-06
    Concourse: CI that scales with your project
    http://portalrankings.com/info/concourse.ci
    • Google Analytics code: 60508041-1
    • Updated On (Date): 2016-Jun-19
    • Expiration time: 2017-Jun-17
    • Website Registered On (Date): 2016-Jun-17
    pandoricity
    http://portalrankings.com/info/pandoricity.blogspot.com
    • ID for Google Adsense: ca-pub-1556223355139109
    stedolan.github.io
    http://portalrankings.com/info/stedolan.github.io
      realguess
      http://portalrankings.com/info/realguess.net
      Just a blog about every detail encountered.
      • Google Analytics code: 45698182-1
      • Updated On (Date): 2017-Apr-15
      • Expiration time: 2018-Apr-15
      • Website Registered On (Date): 2005-Apr-15
      Programmatic Ponderings | Insights on Software Development, DevOps, Consulting, and More…
      http://portalrankings.com/info/programmaticponderings.wordpress.com
      Insights on Software Development, DevOps, Consulting, and More...
        Sentimental Programmer
        http://portalrankings.com/info/yoonbh2714.blogspot.kr
        관심가는 것들을 기록하고 공유하는 소프트맨 블로그입니다.
        • Google+ User ID: 114763744527503538084
        • ID for Google Adsense: ca-pub-1556223355139109
        John Sheehan
        http://portalrankings.com/info/john-sheehan.com
        Co-founder and CEO of Runscope - Everything is going to be 200 OK™
        • Google Analytics code: 8399155-3
        • Updated On (Date): 2016-Aug-20
        • Expiration time: 2017-Sep-19
        • Website Registered On (Date): 2000-Sep-19
        Ccocot Sykes
        http://portalrankings.com/info/ccocot.net
        Ccocot Sykes - What's the story morning glory?
        • ID for Google Adsense: ca-pub-1556223355139109
        • Updated On (Date): 2017-Nov-26
        • Expiration time: 2027-Jan-26
        • Website Registered On (Date): 2017-Jan-26
        Remco Tolsma - WordPress ontwikkelaar bij Pronamic
        http://portalrankings.com/info/remcotolsma.nl
        • ID for Google Adsense: ca-pub-5087751958127408
        • Google Analytics code: 1998855-1
        Terra Nullius · Terra Nullius
        http://portalrankings.com/info/terranillius.com
        The Programming Blog
        • Google Analytics code: 71802462-1
        • Updated On (Date): 2016-Jul-10
        • Expiration time: 2018-Sep-07
        • Website Registered On (Date): 2014-Sep-07
        computer talk by @tmm1
        http://portalrankings.com/info/tmm1.net
        • Updated On (Date): 2016-Jun-20
        • Expiration time: 2017-Jun-19
        • Website Registered On (Date): 2006-Jun-19
        Ilya's blog – Systems and software engineering
        http://portalrankings.com/info/ilya-sher.org
        Systems and software engineering
        • Updated On (Date): 2016-Dec-09
        • Expiration time: 2019-Sep-01
        • Website Registered On (Date): 2004-Sep-01
        Personalized Marketing and Customer Data Platform | Lytics
        http://portalrankings.com/info/lytics.io
        Understanding who your customers are, how they engage with your brand and what content interests them are the building blocks for relevant, one to one marketing campaigns that increase customer lifetime value.
        • Google+ User ID: 100391032504200004212
        • Google Analytics code: 35220005-2
        • Expiration time: 2018-Feb-18
        BenHollis.net
        http://portalrankings.com/info/benhollis.net
        • Google Analytics code: 99995-5
        • Updated On (Date): 2017-Mar-04
        • Expiration time: 2018-Mar-04
        • Website Registered On (Date): 2009-Mar-04
        Climb That Mountain
        http://portalrankings.com/info/adomokos.com
        • ID for Google Adsense: ca-pub-1556223355139109
        • Google Analytics code: 15087975-1
        • Updated On (Date): 2016-Aug-20
        • Expiration time: 2017-Oct-19
        • Website Registered On (Date): 2010-Oct-19
        Piecing things together
        http://portalrankings.com/info/wjoel.com
        A blog about technology.
        • Updated On (Date): 2017-Oct-26
        • Expiration time: 2021-Feb-22
        • Website Registered On (Date): 2016-Feb-22
        The Boy Wonders
        http://portalrankings.com/info/robinhowlett.com
        chrome, snaplogic Building a Google Chrome Extension (Keyboard Shortcuts, Copying to the Clipboard, and Notifications) I recently had the quite …
        • Google+ User ID: 114351113999800444784
        • Google Analytics code: 35552317-2
        • Updated On (Date): 2017-Mar-15
        • Expiration time: 2018-Mar-26
        • Website Registered On (Date): 2006-Mar-26
        You're IT
        http://portalrankings.com/info/bmchild.com
        A Tech blog about Web development and Agile methodologies.
        • Google+ User ID: 104044520818517686909
        • ID for Google Adsense: ca-pub-1556223355139109
        • Google Analytics code: 20623055-4
        • Updated On (Date): 2016-Sep-07
        • Expiration time: 2018-Sep-12
        • Website Registered On (Date): 2013-Sep-12
        NBSoftSolutions
        http://portalrankings.com/info/nbsoftsolutions.com
        NBSoftSolutions: C# development firm specializing in high quality products with unique needs. Blog about .NET, C#, etc.
        • Updated On (Date): 2017-Sep-08
        • Expiration time: 2020-Sep-07
        • Website Registered On (Date): 2008-Sep-07
        Victor Palau's Blog | Working with Open Source Software
        http://portalrankings.com/info/victorpalau.net
        Working with Open Source Software
        • Google Analytics code: 52447-2
        • Updated On (Date): 2017-May-16
        • Expiration time: 2018-May-16
        • Website Registered On (Date): 2011-May-16
        jpichon.net | Blog
        http://portalrankings.com/info/jpichon.net
        Julie Pichon's personal website. Thoughts on open-source, software development, education and technology.
        • Updated On (Date): 2018-Feb-24
        • Expiration time: 2021-Jan-03
        • Website Registered On (Date): 2010-Jan-03
        DASALOG -ださろぐ
        http://portalrankings.com/info/eg2mix.com
        システム開発者からコーヒー屋への道。
        • Google Analytics code: 26824357-1
        • Updated On (Date): 2018-Jan-18
        • Expiration time: 2023-Feb-02
        • Website Registered On (Date): 2006-Feb-02
        jq play
        http://portalrankings.com/info/jqplay.org
        • Google Analytics code: 51925421-1
        • Updated On (Date): 2017-Apr-21
        • Expiration time: 2018-Mar-21
        • Website Registered On (Date): 2014-Mar-21
        2024-05-03 14:08:59 || 0.0301