Libraries tagged by code language
webpower/luasandbox
5 Downloads
Sandbox to run user supplied code using the Lua language
seguncodes/smyorm
4 Downloads
SmyORM is a PHP Object-relational mapping (ORM) that allows developers to write code in simple programming languages of their choice instead of using SQL to access, add, update, and delete data and schemas in the respective database.
parziphal/world-data
25 Downloads
Countries and languages names and codes.
crisu83/closurecompiler-bin
10223 Downloads
The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. Packaged for composer.
balt-technologies/standards
434 Downloads
PHP Package with a bunch of enums for standards, eg. ISO countries, languages, http status code etc.
nixn/php-util
9 Downloads
PHP language utilities, mostly to code more in functional style.
kozyaxbiz/php-qrcoder
1 Downloads
A PHP library for generating QR codes and posters with Uyghur language support
gro/mistri
4 Downloads
A customizable template based code generator for your favorite language and framework
yii2cmf/yii2-codemirror-asset
9 Downloads
CodeMirror is a versatile text editor implemented in JavaScript for the browser. It is specialized for editing code, and comes with a number of language modes and addons that implement more advanced editing functionality.
inet2/inet2-detector
8 Downloads
A WordPress plugin which prints back data about the user browser, operating system, language and device into a short code that can be used in posts and pages.
detain/interserver-api-samples
95 Downloads
sample code for the InterServer API in various languages including php, perl, python, ruby, etc.
rstmgsnvimax/irisnet-ai-php-api-client
2 Downloads
Artificial Intelligence (AI) for image- and video-processing in real-time. This is an interactive documentation where you can quickly look up the endpoints and their schemas, while having the opportunity to try things out for yourself. In the list below, you can see the available endpoints of the API, which can be expanded by clicking on them. Each expanded endpoint lists the request parameters (if available) and the request body (if available). The request body can list some example bodies and the schema, explaining each model in detail. Additionally you'll find a 'Try it out' button that allows you to enter your custom parameters and custom body and execute that against the API. Be sure to enter your license key to authorize the requests before using this documentation interactively. The responses section in the expanded endpoint lists the possible responses with their corresponding status codes. If you've executed an API call it will also show you the response from the server. Underneath the endpoints you'll find the model schemas. These are the models used for the requests and responses. If you click on the right arrow, you can expand the model and get a description of the model and the model parameters. For nested models, you can keep clicking the right arrow for further details. Clicking the link below the title at the top of this page opens the [OpenAPI specification](https://swagger.io/specification/) (OAS3) in JSON format. The OAS3 Spec allows the generation of clients in many programming languages. There are several free client generators available that can be used to get started easily.
lazyeight/basic-types
111 Downloads
Simple PHP classes based on other classes from another programming languages. All classes are implemented using only PHP without any other legacy code.
lamansky/phpcs
11 Downloads
An opinionated PHP code standard that mostly tries to make sure your PHP doesn’t look too different from other languages in your project.
webmodules/handlebars.js
107 Downloads
Handlebars.js and Mustache are both logicless templating languages that keep the view and the code separated like we all know they should be.