Power of screenshot!!
Simply, make a screenshot of your app and render the frame f your captured image, adding the UI components that you want.
Very easy.
Power of screenshot!!
Simply, make a screenshot of your app and render the frame f your captured image, adding the UI components that you want.
Very easy.
This create a 15Mb file. For any use.
[code lang=”bash” autolinks=”false” collapse=”false” firstline=”1″ gutter=”true” htmlscript=”false” light=”false” padlinenumbers=”false” smarttabs=”true” tabsize=”4″ toolbar=”false”]dd if=/dev/random of=BigFile.dat bs=1500000 count=10[/code]
Microsoft play my game, Apple do the same?
A simple python script to get your RAM status faster on MAC OSx.
PHP has not enum, but there is a simple way to simulate it, using Class in php5.
I like to use this structure:
A trick to get size and apply resize or other effects on your view.
Set your UIWebView delegate and create finishLoad method.
After that, using javascript, get document.height of your view and do what you want.
A beautiful tricks to add simple images on every place you want using UNICODE characters!
Have you never tried this code?
ICANN decided to implement a new class of top-level domains, assignable to countries and independent regions.
the domain names may be any desirable string of characters, symbols, or glyphs in the language-specific, non-Latin alphabet or script of the applicant’s language, within certain guidelines to assure sufficient visual uniqueness.
From Apple Q&A QA1405, an easy way to call a method with variable parameters nil-terminated,
like
[code lang=”java” autolinks=”false” collapse=”false” firstline=”1″ gutter=”true” htmlscript=”false” light=”false” padlinenumbers=”false” smarttabs=”true” tabsize=”4″ toolbar=”false”][NSMutableArray arrayWithObjects…, nil][/code]
You want to remove the whitespaces at the end of the rows in your code?