This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Kosso imageAsCropped | |
| // added to TiBlob.m | |
| // requires 4 arguments : x, y, width, height | |
| - (id)imageAsCropped:(id)args | |
| { | |
| [self ensureImageLoaded]; | |
| if (image!=nil) | |
| { | |
| ENSURE_ARG_COUNT(args,4); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| i | |
| me | |
| my | |
| myself | |
| we | |
| our | |
| ours | |
| ourselves | |
| you | |
| your |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Basic text search with relevancy for MongoDB. | |
| # See http://blog.tty.nl/2010/02/08/simple-ranked-text-search-for-mongodb/ | |
| # Copythingie 2010 - Ward Bekker - ward@tty.nl | |
| #create (or empty) a docs collection | |
| doc_col = MongoMapper.connection.db('example_db').collection('docs') | |
| doc_col.remove({}) | |
| #add some sample data | |
| doc_col.insert({ "txt" => "it is what it is"}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ּ_בּ | |
| בּ_בּ | |
| טּ_טּ | |
| כּ‗כּ | |
| לּ_לּ | |
| מּ_מּ | |
| סּ_סּ | |
| תּ_תּ | |
| ٩(×̯×)۶ | |
| ٩(̾●̮̮̃̾•̃̾)۶ |
NewerOlder