-
-
wp-slidedeck-lite-for-wordpress
... removed
* Fixed a bug that was causing comments to appear in posts that had comments turned off and had a Smart SlideDeck embeded
= 1.3.0 =
* Major change to the way SlideDeck stores data in the database, we are no longer using any custom tables, ...
-
-
bmp-stegano
... any-file to bmp-file
Current program is designed to work with only those BMP-images that don't have RGBQUAD or color table embeded in them like 24-bit DIB. The program will not try to VALIDATE the image before embeding.There is also limit of embeding ...
-
MonoTouch.ArcGIS
... :
- After successfly build the Binding project, MonoTouch.ArcGIS.dll is generated, the file size is almost 200MB, because libArcGIS.a is embeded in, so the dll file size is ok;
- After successfly build the AgsTestCS project, the final ipa file is about ...
-
fencview
... of a file by count up the frequently used characters.
It is not 100% accurate but works in most cases.
The user manual is embeded in *fencview.vim*, refer to it if you'd like to custmize this script.
If you encounter a file that *fencview.vim* can ...
-
-
opportunistic-data-repli
... CouchDB Replicator
- https://github.com/downloads/crackleware/opportunistic-data-repli/andoppcouchdbrepli-debug.apk
- there is embeded Mobile Couchbase for Android initialized with mobilefuton db
- all networking and initiation of replications is ...
-
hub
... ' into your application and ensure that this is called with the correct parameters when the task process completes.
A Hub returner can be embeded in a python application or run using the 'hub-client' utility.
A simple example of a Hub returner is shown ...
-
Android-Webview-Ajax
... !
@Override
protected void doInBackground(Void... voids){
}
}.execute(); // submit to executor service to run.
if not embeded, pass the Activity to the AsyncTask.
public task(Activity activity) { this.mActivity = activity; }
mActivity. ...
-
Socket
... :
```php
$server = new MyServer(new Hoa\Socket\Server('tcp://127.0.0.1:4242'));
$server->run();
```
We see that the connection is embeded inside our server, and that all the logic
has been moved inside the `_run` method. If we change the call to `send` ...
-