Martian eyrie

August 30, 2007

Ruby zone » Рекурсивный листинг директорий

Filed under: RubyOnRails

Ruby zone » Recursive directory listing В PHP или других языках чтобы получить содержимое директории и всех ее поддиректорий, нужно написать несколько строк кода, в Ruby же это займет 2 строчки:

require ‘find’
Find.find(’./’) do |f| p f end

- это напечатает содержимое текущей директории и всех ее поддиректорий.

Или даже короче, можно использовать нотацию ’**’ : p Dir[’**/*.*’]
Сколько нужно написать кода для того же на PHP или Java?

August 29, 2007

ActiveRecord-JDBC version 0.5 has been released

Filed under: RubyOnRails

RubyForge: activerecord-jdbc-0.5-released ActiveRecord-JDBC is a database adapter for Rails’ ActiveRecord component that can be used with JRuby[http://www.jruby.org/]. It allows use of virtually any JDBC-compliant database with your JRuby on Rails application.

August 28, 2007

SourceForge.net: REM - A NetBeans Module for ZK

Filed under: Uncategorized

SourceForge.net: REM - A NetBeans Module for ZK REM is a NetBeans module for ZK application development. It can be used to create ZK web Applications, ZUL and ZS documents. It supports ZUL syntax highlighting, auto indent, code folding, code hyperlink navigation and code completion.

August 26, 2007

google-api-adwords-ruby - Google Code

Filed under: RubyOnRails

google-api-adwords-ruby - Google Code Ruby client library for the AdWords API makes it easier to write Ruby clients to programmatically access AdWords accounts. The client library is provided as a gem, or can be installed independently. This open source project also contains sample code in Ruby demonstrating how to use the most useful services from the AdWords API.

ASTRA: ActionScript Toolkit for Rich Applications

Filed under: Uncategorized

Yahoo! Developer Network - Flash Developer Center ASTRA: ActionScript Toolkit for Rich Applications ASTRA, the ActionScript Toolkit for Rich Applications, is Yahoo!’s collection of Flash and Flex components, libraries, toolkits and advanced applications. These libraries are open-source and available under the BSD license.

HOWTO Make Yahoo! Web Service REST calls with Ruby - Yahoo! Developer Network

Filed under: RubyOnRails

HOWTO Make Yahoo! Web Service REST calls with Ruby - Yahoo! Developer Network

This HOWTO describes how to perform GET and POST requests using Net::HTTP and Net::HTTPS, both part of the Ruby standard library.

  • Simple GET requests
  • Simple POST requests
  • Authenticated requests

August 19, 2007

Предполагается наступление в скором времени (ближайшие годы) масштабного ресурсно-экономического кризиса, бессрочного, переходящего в цивилизационный.

Filed under: Uncategorized

Основные цели, которых я стремился достичь изменением образа жизни. Главная и первейшая цель – достичь максимальной автономности в основных аспектах жизнеобеспечения, к которым относится в первую очередь питание и жилье. Вторая цель – достичь максимальной автономности по всем остальным сторонам жизнеобеспечения, к которым отнесем воспроизводство элементов материальной культуры. Третья цель – достичь максимального качества жизни, к сторонам которого относятся физическое и психологическое здоровье, полноценное питание, здоровая окружающая среда, наличие достаточного количества свободного времени для отдыха, творческая самореализация и т.д.

scRUBYt! - Powerful Web Scraping Toolkit Written in Ruby

Filed under: RubyOnRails

scRUBYt! - a Simple to Learn and Use, yet Powerful Web Scraping Toolkit Written in Ruby

August 18, 2007

Pentaho Open Source Business Intelligence

Filed under: Uncategorized

Pentaho Open Source Business Intelligence: News Release Pentaho Corp., creator of the world’s most popular open source business intelligence (BI) suite , in cooperation with Sun Microsystems, today announced plans to integrate Pentaho’s reporting engine into future releases of the OpenOffice.org suite. The enhancement, planned to be available with OpenOffice.org 2.3, will equip OpenOffice.org users with key desktop applications, reporting and database connectivity in a single platform. Sun Microsystems, who in 2000 founded OpenOffice.org, an open-source project, have worked with Pentaho to enhance the software suite and will be working with the community to enable its integration.

August 17, 2007

24-hour computer programming competition to be held in Singapore

Filed under: RubyOnRails

www.hardwarezone.com® :: News Flash At A Glance! The Information Technology Standards Committee (ITSC) announced code::XtremeApps::, the first round-the-clock computer programming competition to be held in Singapore on September 22. Targeted at students and technoprenuers alike, code::XtremeApps:: will challenge the creativity of the contestants in developing innovative web applications strictly within a 24-hour timeframe, using Web 2.0 tools such as Ruby on Rails, Google Web Toolkit, Google Gadgets and Google Maps, and staying within the parameter of the competition theme which will only be announced at the onset of the actual event. The grand prize is an all-expense paid trip to Googleplex, Google’s headquarters in California, USA. Registration is now open via the ITSC official website at www.itsc.org.sg.






















Get free blog up and running in minutes with Blogsome
Theme designed by Hadley Wickham