Bookmarks

  • October 7, 2013
  • October 6, 2013
  • October 4, 2013
  • October 4, 2013
  • October 3, 2013
    BT Controller Lite
    Mit einem Androiden einen anderen Androiden steuern.
  • October 2, 2013
    aaronlaursen/STUFFS · GitHub
    STUFFS is a simple tag-based file-system experimenting with new ways to view, organize, and search for your files. Traditional hierarchal paths are replaced by sets of tags applied to your files, allowing for out-of-order and partial sets to "filter" your files and show you the ones you want. Files and tags are stored in an SQLite3 database mapped to a fuse file-system. "Directories" are dynamically generated and contain every file existing in the intersection of the tags in the path. Otherwise, the system is pretty-much backwards compatible and can be used like a traditional, hierarchal system.
  • October 2, 2013
    How to make wget honour Content-Disposition headers
    content-disposition = on wget --content-disposition …
  • October 2, 2013
    ActiveSync Policies in Z-Push ändern - lib/syncobjects/syncprovisioning.php
    public function LoadDefaultPolicies() { //AS 12.0, 12.1 and 14.0 props $this->devpwenabled = 0; $this->alphanumpwreq = 0; $this->devencenabled = 0; $this->pwrecoveryenabled = 0; $this->docbrowseenabled; $this->attenabled = 1; $this->mindevpwlenngth = 4; $this->maxinacttimedevlock = 900; $this->maxdevpwfailedattempts = 8; $this->maxattsize = ''; $this->allowsimpledevpw = 1; $this->devpwexpiration = 0; $this->devpwhistory = 0; //AS 12.1 and 14.0 props $this->allostoragecard = 1; $this->allowcam = 1; $this->reqdevenc = 0; $this->allowunsignedapps = 1; $this->allowunsigninstallpacks = 1; $this->mindevcomplexchars = 3; $this->allowwifi = 1; $this->allowtextmessaging = 1; $this->allowpopimapemail = 1; $this->allowbluetooth = 2; $this->allowirda = 1; $this->reqmansyncroam = 0; $this->allowdesktopsync = 1; $this->maxcalagefilter = 0; $this->allowhtmlemail = 1; $this->maxemailagefilter = 0; $this->maxemailbodytruncsize = -1; $this->maxemailhtmlbodytruncsize = -1; $this->reqsignedsmimemessages = 0; $this->reqencsmimemessages = 0; $this->reqsignedsmimealgorithm = 0; $this->reqencsmimealgorithm = 0; $this->allowsmimeencalgneg = 2; $this->allowsmimesoftcerts = 1; $this->allowbrowser = 1; $this->allowconsumeremail = 1; $this->allowremotedesk = 1; $this->allowinternetsharing = 1; $this->unapprovedinromapplist = array(); $this->approvedapplist = array();
  • October 1, 2013
  • October 1, 2013