-
18 ИЮЛЬ 20160
-
08 ИЮЛЬ 20160
Самые маленькие и простые скрипты с ripple эффектом
|
Rippleria - https://github.com/nsept/rippleria
jripple - https://github.com/mcdyzg/jripple
material-button-click - https://github.com/lopeax/material-button-click
MaterialRipple - http://db2k.github.io/MaterialRipple/
MAWButton - https://github.com/yuhua-chen/MAWButton -
07 ИЮЛЬ 20160
-
06 ИЮЛЬ 20160
-
05 ИЮЛЬ 20160
is.js - библиотека проверок
bundle:nil, , is.null( value ), is.undefined( value ), is.exist( value ), is.nil( value ), bundle:number, , is.number( value ), is.numeral( value ), is.nan( value ), is.odd( number ), is.even( number ), is.finite( number ), is.infinite( number ), is.integer( number ), is.safeInteger( number ), bundle:string, , is.string( value ), is.emptyString( string ), is.substring( substring , string , [offset=0] ), is.prefix( prefix , string ), is.suffix( suffix , string ) и тд
Примерconst is = require( '@pwn/is' ) is.array( [] ) // true is.not.integer( 0 ) // false is.propertyDefined( { foo : { bar : 0 } } , 'foo.bar' ) // true is.equal( [ 1 , [ 2 , 3 ] ] , [ 1 , [ 2 , 3 ] ] ) // false is.deepEqual( [ 1 , [ 2 , 3 ] ] , [ 1 , [ 2 , 3 ] ] ) // true // use a third-party bundle is.use( require( 'path/to/some/math/bundle' ) ) is.prime( 7 ) // true
https://github.com/pwnn/is.js/ -
04 ИЮЛЬ 20160
PDF Parser - php библиотека для парсинга pdf файлов
<?php // Include Composer autoloader if not already done. include 'vendor/autoload.php'; // Parse pdf file and build necessary objects. $parser = new \Smalot\PdfParser\Parser(); $pdf = $parser->parseFile('document.pdf'); $text = $pdf->getText(); echo $text;
http://www.pdfparser.org -
01 ИЮЛЬ 20160
-
30 ИЮНЬ 20160
Категории:
Оставить на заметку в:






