Zynesis is a profitable startup with 2 major arms: IT Consulting and In-house Product Development. We are looking to expand our team.
Zynesis is a profitable startup based in Singapore with 2 major arms: Consulting and In-house Product Development. We are looking to expand our Malaysian team.
cd ~ | |
sudo apt-get update | |
sudo apt-get install openjdk-7-jre-headless -y | |
wget https://github.com/elasticsearch/elasticsearch/archive/v0.20.1.tar.gz -O elasticsearch.tar.gz | |
tar -xf elasticsearch.tar.gz | |
rm elasticsearch.tar.gz | |
sudo mv elasticsearch-* elasticsearch | |
sudo mv elasticsearch /usr/local/share |
Zynesis is a profitable startup based in Singapore with 2 major arms: Consulting and In-house Product Development. We provide PHP and cloud computing consultations; while internally, we are working towards relaunching of a new Ping.sg.
We are seeking PHP Software Engineer to scale out our development work.
The ideal candidate will be comfortable developing applications and services that leverage on CakePHP, able to work within an agile development process, and be comfortable with project management and code versioning tools. We are open to telecommuting if you have the sufficient skills and sense of responsibility. We will meet a few times a week for discussions and initial trainings.
Quora now forces users to log in to simply browse the site or read the discussions.
You can now hide the annoying X-less pop-up with the following bookmarklet:
<a href="javascript:(function(){$('.fb_signup_background').hide();$('.fb_signup_dialog').hide();$('.blurred_answer').css('text-shadow', 'none').css('color', 'inherit');$('.signup_cta_on_answer').hide();})();">Gimme Quora</a>
Just the JavaScript part:
Opauth is a multi-provider authentication framework for PHP, inspired by OmniAuth for Ruby.
Opauth enables PHP applications to perform user authentication across different providers with much ease & simplicity.
Opauth interfaces between authentication providers' API and your PHP applications through strategies. Strategies available for Opauth include Facebook, Google, Twitter, OpenID, and more.
Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you.
With Packagist, you get access to a vast library of reusable PHP components that will help a lot in your development work.
This is a CakePHP plugin to use Composer conveniently with your CakePHP 2.x project.
<?php | |
$a = array( | |
'asdf' => array( | |
'qqqq' => 'pppp', | |
'wwww' => 'oooo', | |
'eeee' => 'iiii' | |
), | |
'default' => 'yes' | |
); |