Dev

FacebookTwitter
http://www.howtogeek.com/119365/how-to-hide-zip-files-inside-a-picture-without-any-extra-software/ Since images are read from the header down, and zip files are read from the footer up, you can easily merge them as one single file , and no one will ever know. Read on to find out how. Embedding Zip Files Inside GIF Files Note: During tests GIF images were the only image type to give consistent results, therefore we recommend you use them as well. The first thing you will need to do is drill down into the directory that’s holding both your GIF image as well as your zip file, so press the Win + R keyboard combination, type cmd into the run box and hit enter. When the command prompt opens you can use the cd command to change directories.

How-To Geek » How to Hide Zip Files Inside a Picture Without any Extra Software

http://www.howtogeek.com/118975/how-to-create-a-secretly-disguised-folder-without-extra-software/ Almost anyone knows how to make a “hidden” folder in Windows, most people also know how to make Explorer show hidden folders. Instead, if your folder looked like an innocent shortcut no one would know you have data in there. Using Command Prompt to Disguise a Folder

How to Create a Secretly Disguised Folder Without Extra Software

http://www.tufuncion.com/cache-php Cachear tus páginas puede ser algo realmente útil y más aún si tus paginas usan muchas conexiones a la base de datos y están generados con un lenguaje cómo Php , sobre todo cuando hablamos de hostings compartidos en los que el número de peticiones a las bases de datos esta limitado. Cuando tus páginas son cacheadas el servidor no perderá ni tiempo ni recursos en regenerar una y otra vez estas, unicmanete las cargará de la cache. Vamos a ver cómo podríamos cachear nuestras páginas con Php en tan sólo 5 minutos.

Cachea tus páginas en 5 pasos (PHP)

How to Install KVM and Create Virtual Machines on Ubuntu

http://www.howtogeek.com/117635/how-to-install-kvm-and-create-virtual-machines-on-ubuntu/ If you’re using Linux, you don’t need VirtualBox or VMware to create virtual machines. You can use KVM – the kernel-based virtual machine – to run both Windows and Linux in virtual machines. You can use KVM directly or with other command-line tools, but the graphical Virtual Machine Manager (Virt-Manager) application will feel most familiar to people that have used other virtual machine programs.
Haskell

Flash

css

QR code

flash to ipad

cache

This is not intended as a tutorial. It is a reference on what every vi key binding does, followed by some useful vi tricks and tips. An expert will probably know most of these already, but an intermediate vi user will find valuable information, and even an expert may learn a thing or two. complete key binding reference Definitions UNBOUND - this key is not normally bound to any vi command word - a lower-case word ("w", "b", "e" commands) is defined by a consecutive string of letters, numbers, or underscore, or a consecutive string of characters that is not any of {letters, numbers, underscore, whitespace} Word - an upper-case word ("W", "B", "E" commands) is a consecutive sequence of non-whitespace. sentence paragraph cursor motion command - any command which positions the cursor is ok here, including the use of numeric prefixes. http://hea-www.harvard.edu/~fine/Tech/vi.html

vi Complete Key Binding List

DRM

http://www.webmonkey.com/2012/04/a-smarter-way-to-serve-high-resolution-images/ Given enough time, all simple, already solved problems of the web eventually rear their ugly heads again. Remember when limited bandwidth was a huge problem? Then bandwidth was infinite.

A Smarter Way to Serve High-Resolution Images

function output_file( $file , $name , $mime_type = '' ) if (! is_readable ( $file )) die ( 'File not found or inaccessible!' ); http://w-shadow.com/blog/2007/08/12/how-to-force-file-download-with-php/

How To Force File Download With PHP

HOWTO: quick reference on audio & video encoding with ffmpeg

http://juliensimon.blogspot.com/2008/12/howto-quick-reference-on-audio-video.html The purpose of this article is to serve as a quick reference on how to use ffmpeg for audio and video encoding. Boy can these ffmpeg flags be tricky to remember, especially codec names: they can really drive me crazy :) Let's cover audio encoding first (MPEG, MP3, AAC, 3GPP AMR, OGG, FLAC & WMA). Then, we'll talk about video (MPEG, FLV, XVID, MP4, Theora, WMV, H.264 & MKV), with a tiny bit of benchmarking as well. Finally, we'll try some heavy duty video compression for mobile devices.
http://www.catswhocode.com/blog/19-ffmpeg-commands-for-all-needs Getting infos from a video file ffmpeg -i video.avi Turn X images to a video sequence ffmpeg -f image2 -i image%d.jpg video.mpg

19 ffmpeg commands for all needs

GPAC 0.5.0 Posted on 25 May 2012 by Jean Release 0.5.0 of GPAC is finally out, with many new features and bug fixes, including: - MPEG-DASH and HLS support (players and MP4Box) - MPEG-U Widgets and UPnP support in the player - Stereo and multiview display support - Better AVC and SVC support including OpenSVC decoder integration - More live tools: RTP, MPEG-TS, T-DMB support, scene encoders (BIFS and RME/DIMS) - iOS and Android support - and many other good things <p style="text-align:right;color:#A8A8A8"></p> http://www.videohelp.com/tools/mp4box

MP4Box 0.4.6 rev2735

In order to encrypt a 3GP/MP4 file into a PDCF file, MP4Box uses the same process as ISMA encryption, only the drm file syntax changes. Just like any XML file, the file must begin with the usual xml header. The file encoding SHALL BE UTF-8.

OMA DRM | GPAC

mobile detection

EaselJS: A Javascript Library for Working with the HTML5 Canvas Element.

Recent Updates Follow @ Create JS February 2013 EaselJS 0.6.0 available
node.js

Sponsored Links: Related Forum Messages: Convert To FLV By Using Ffmpeg I'm writing a script which the user can upload any video file type and the next page that video file will be convert to FLV by using ffmpeg. I have a question about converting.you know , It takes some time for the script to do the converting .At the meantime, if the user close the page what will be happen?If the converting will be stopped what can I do to avoid user to close the page? Posted: June 15, 2011, 03:00:14 AM

PHP :: Convert 3gp Using Ffmpeg?

Last few weeks couple of my colleagues were working on a website that required converting videos to FLV format which is much similar to what youtube does. Inorder to do this they were using ffmpeg which does all the video conversion. He also used ffmpeg-php which is an extension for PHP that allows to retrieve information regarding a video file.

Installing FFMPEG and FFMPEG-PHP on CentOS | Nazly [Web Log]

What FFMPEG-PHP can do and how to use the most out of it

Need help using specific FFMPEG-PHP functions or some programming help? Let our experienced technicians help you debug your problem for FREE. Sign up today and post at our online community: FFMPEG-PHP Help Forums