Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

folder

Gmail's Drafts Folder: Where All Our Dreams Go to Die [Email]
Tuesday, 05 July 2011 12:30
I've stacked up 14,279 emails in my Gmail inbox since I joined in Summer '04. Most of them are pretty mundane. Forgettable. But the drafts folder? A haunting archive of unsent feelings, deflated wishes, and sadness. Our email's id. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/qxfCfZxtjDc/gmails-drafts-folder-where-all-our-dreams-go-to-die

 
Samsung Laptop 'Keylogger' Was a False Positive [Blip]
Thursday, 31 March 2011 12:34
Turns out Samsung wasn't installing keyloggers on their laptops after all. VIPRE, the antivirus software used by a NetworkWorld contributor, assumes any folder with the name SL carries the Starlogger software. VIPRE developer GFI has their official statement here. [NetworkWorld] More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/_KPniQOms-M/samsung-laptop-keylogger-was-a-false-positive

 
Php random File
Saturday, 01 January 2011 03:46
// i think everybody(Beginners) want to know how it make.

function RandomFile($folder='', $extensions='.*'){

// fix path:
$folder = trim($folder);
$folder = ($folder == '') ? './' : $folder;

// check folder:
if (!is_dir($folder)){ die('invalid folder given!'); }

// create files array
$files = array();

// open directory
if ($dir = @opendir($folder)){

// go trough all files:
while($file = readdir($dir)){

if (!preg_match('/^\.+$/', $file) and
preg_match('/\.('.$extensions.')$/', $file)){

// feed the array:
$files[] = $file;
}
}
// close directory
closedir($dir);
}
else {
die('Could not open the folder "'.$folder.'"');
}

if (count($files) == 0){
die('No files where found :-(');
}

// seed random function:
mt_srand((double)microtime()*1000000);
Barbie Oyunları
// get an random index:
$rand = mt_rand(0, count($files)-1);

// check again:
if (!isset($files[$rand])){
die('Array index was not found! very strange!');
}

// return the random file:
return $folder . $files[$rand];

}

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/ZbbDVhlY_oM/12795

 
File System Usage Requirements for Mac Apps
Thursday, 02 December 2010 18:40

To promote a more consistent user experience, Mac apps submitted to the App Store must write files in the appropriate location. This avoids users being confused when applications store data in unexpected areas of the file system (e.g., storing databases in the user's Documents folder or storing files in the user's Library folder that are not recognizably associated with your application).

Learn more about file system usage


Read more: http://developer.apple.com/news/index.php?id=12022010a

 
Big Mean Folder Machine 2.10
Tuesday, 16 November 2010 03:00
About Big Mean Folder Machine
An easy to use file/folder management utility. It can split files into folder hierarchies or merge them into a single folder. With a familiar assistant-styled interface, The Big Mean Folder Machine is an essential tool for anyone who works with large file collections, including digital photographers, content creation, post-production, system administrators, and other creative professionals.

Read more: http://www.apple.com/downloads/macosx/system_disk_utilities/bigmeanfoldermachine.html

 
Start
Prev
1


Page 1 of 3
Taxonomy by Zaragoza Online