Usefull Links .Net

simple c# class for Optical Character Recognition(OCR) using tesseract
https://gist.github.com/yatt/915443

------------
dependency injection
http://www.ninject.org/

Usefull Links

A clean and simple dependency injection framework for PHP 5.4 inspired by C#'s Ninject
https://github.com/TimeToogo/Putty

-------------
Yet Another LINQ to Objects for PHP
https://github.com/Athari/YaLinqo

Start only text

sudo nano /etc/default/grub
Find this line:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Change it to:

GRUB_CMDLINE_LINUX_DEFAULT="text"
Update GRUB:

update-grub

Kategoria: 

git export

git archive origin/develop | tar -x -C ../katalog/

From the Git Manual:
Using git-checkout-index to "export an entire tree"
The prefix ability basically makes it trivial to use git-checkout-index as an "export as tree" function. Just read the desired tree into the index, and do:

 git checkout-index --prefix=git-export-dir/ -a
Kategoria: 

Delete without checking foreign key

SET foreign_key_checks = 0;
DELETE FROM...
SET foreign_key_checks = 1;
Kategoria: 

Strony

Subskrybuj Notatnik RSS