Giter Club home page Giter Club logo

Will Prescott's Projects

caminodelcobre icon caminodelcobre

Web site for the Camino del Cobre, a long distance trail in the Barrancas del Cobre, Chihuahua, Mexico

cashcounter icon cashcounter

Count the bills and coins on hand and provide the total. Works for Mexican peso denominations.

compare-csv-files icon compare-csv-files

Find the differences between two csv files: either rows present in one and not the other; or, changes in fields where both files have the same rows and columns.

localization-editor icon localization-editor

A system for maintaining a localization database. An application inserts "prompts" or "keys" where ever a language specific string is required. On execution, the application pulls the actual string in the appropriate language from the database. Localization Editor is a web app that makes it easy to create and maintain the database. It was particularly designed to facilitate multi-language web pages, but could be used anywhere support for various languages is desired. The maintenance of the text is completely separated from maintenance of the source code and can be done by translators with no knowledge of the source code. The Editor uses php, javascript and ajax to manage the localization information which is stored in an sqlite database. The localized text strings are stored in a database. When an application needs a text string it is pulled from the data base using the prompt and language code as keys. For example a web page would include the string: <?php print local("hello_world") ?> Where "local" is a function that queries the localization database using the string "hello_world" and a stored language cookie. local might return "Hello World", or "Hola Mundo", or "Hallo Welt".

pick_four icon pick_four

Pick four character strings, given: a set of characters, a required character, a set of vowels (e.g. for Spelling Bee).

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.