Skip to content

Instantly share code, notes, and snippets.

View orinx's full-sized avatar

Orin Chen orinx

  • Taiwan - Taipei
View GitHub Profile
@orinx
orinx / en-US.json
Created November 9, 2012 15:00 — forked from poying/en-US.json
Foxmosa 翻譯!
{
"foxmosa-title": "Foxmosa",
"moztw-name": "Mozilla Taiwan Community",
"foxmosa-name": "Foxmosa",
"menu-download": "Download",
"menu-forum": "Forum",
"menu-events": "Events",
"menu-wiki": "Wiki",
"menu-planet": "Planet",
"menu-contribute": "Join MozTW",
<?php
define('NICKNAME', 'abc');
define('PASSWORD', 'iamabc');
define('USER_ID', '123456');
$message = 'Hello World!';
$ch = curl_init();
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_COOKIEJAR, 'cookie.txt');