Somebody hears about git??, first I explain what is Git,
An official definition from http://git.or.cz/ says:
Git is an open source version control system designed to handle very large projects with speed and efficiency, but just as well suited for small personal repositories; it is especially popular in the open source community, serving as a development platform for projects like the Linux Kernel, Ruby on Rails, WINE or X.org.
Yesterday I downloaded a version from windows in order to try Sproutcore Demos, a link is above, but remember git is multiplataform. I tried on Sun Solaris and the performance is excellent.
http://www.cygwin.com/setup.exe
a guide with the basic commands is on
http://www.kernel.org/pub/software/scm/git/docs/user-manual.html
Site mainly dedicated to diffusion of Ruby/RoR, Security, Evolutionary Algorithms and BSD/GNU Linux Operating Systems.
miércoles, 27 de agosto de 2008
sábado, 12 de julio de 2008
SproutCore, a new Javascript framework for building web applications!

Hi everybody, now I am going to talk about Sproutcore. Anybody knows what is this?
Sproutcore makes building javascript applications fun and easy, It's the alternative against Microsoft Silverlight and Adobe Flex. Sproutcore it's like Cocoa, have the style, the mark and the support from Apple. Sproutcore is a new Javascript framework that it's similar to Objective-C and Cococa. Objective-C is the lenguage of programming that it's the basis of he most of Apple's MacOSX applications.
Sproutcore makes building javascript applications fun and easy, It's the alternative against Microsoft Silverlight and Adobe Flex. Sproutcore it's like Cocoa, have the style, the mark and the support from Apple. Sproutcore is a new Javascript framework that it's similar to Objective-C and Cococa. Objective-C is the lenguage of programming that it's the basis of he most of Apple's MacOSX applications.
Visit the sproutcore official site, you can see demos and documentation
Carlos Monterrosa
carlos@monterrosa.com.mx
lunes, 30 de junio de 2008
Ruport, Creating Reports with Ruby on Rails
Today I am talking about Ruport. two weeks ago I knew about ruport that is
A simple, extensible reporting system for Ruby on Rails
It's amazing and easy to use. Only you need download the gem since rubyforge with the next command:
gem install ruport
previously yo need to install Ruby for Win, Linux or MacOSX, after that you need to have Rails installed (gem install rails -v VERSION_YOU_NEED) for example
gem install rails -v 1.2.6
I recommend use Rails 1.2.6 and NetBeans like IDE. It's the perfect partner for create a great website!!
Comments and doubts you can send me an email in
carlos@monterrosa.com.mx
see you in the next post!
references
[1] Ruport.- http://rubyreports.org/
A simple, extensible reporting system for Ruby on Rails
It's amazing and easy to use. Only you need download the gem since rubyforge with the next command:gem install ruport
previously yo need to install Ruby for Win, Linux or MacOSX, after that you need to have Rails installed (gem install rails -v VERSION_YOU_NEED) for example
gem install rails -v 1.2.6
I recommend use Rails 1.2.6 and NetBeans like IDE. It's the perfect partner for create a great website!!
Comments and doubts you can send me an email in
carlos@monterrosa.com.mx
see you in the next post!
references
[1] Ruport.- http://rubyreports.org/
miércoles, 26 de marzo de 2008
Rails and Flex, a perfect RIA
Hey, This time, I am talking about Rails, it's the Amazing Framework for development web applications, it's easy. convencion over configuracion. the powerfull of Active Record that it's and ORM (Objects Relations Mapping) it's one of things more important for programming in RoR.
Flex is by adobe, it's very fun to design GUI (graphics user interfaces)
a link to integrating Ruby On Rails and Flex 2 is above:
http://www.adobe.com/devnet/flex/articles/flex2_rails.html
any comment or doubt, write to me at
carlos@monterrosa.com.mx
Flex is by adobe, it's very fun to design GUI (graphics user interfaces)
a link to integrating Ruby On Rails and Flex 2 is above:
http://www.adobe.com/devnet/flex/articles/flex2_rails.html
any comment or doubt, write to me at
carlos@monterrosa.com.mx
lunes, 4 de febrero de 2008
OpenSource in 2008
HI, Everybody, this year maybe it's going to be the revolution of OpenSource, for example, Sun Microsystems bought MySQL AB, this act represent the power of the JAVA company, at the same time, I'm guess. Why is the new sense of the Free Software?. Another companies want to develop products on OpenSource, with the goal of discover the potencial of this area of software. A benchmark present the powerful of MySQL. What's going on?
It's the opinion of Carlos Monterrosa Lopez, Student of Computer Engineering at Tuxtla Technologic Institute.
Any Comment can do it at cmonterrosa at gmail.com
See you in the next post!!
It's the opinion of Carlos Monterrosa Lopez, Student of Computer Engineering at Tuxtla Technologic Institute.
Any Comment can do it at cmonterrosa at gmail.com
See you in the next post!!
jueves, 20 de diciembre de 2007
WHY IS IMPORTANT TO KNOW ABOUT EVOLUTIONARY ALGORITHMS?
Maybe, the main idea is the same in diferents species of EA's, are based in the Concept of Neo-Darwinism. Simulate the devolopment of species and applied recombination or mutation operators. it's can solving differents Search and Optimization problems. The three principal paradigms are:
ES (Evolutionary Strategies)
GA (Genetic Algorithms)
EP ( Evolutionary Programming)
each one, it was develop in differents view, but all are powerful.
there're new evolutionary approaches like PSO (particle swarm optimization), DE (Differential Evolution) and ACS (Ant Colony System).
if you interested in known more about some evolutionary techinique, you might send me a mail, after that I am going to response with papers and information about it.
ES (Evolutionary Strategies)
GA (Genetic Algorithms)
EP ( Evolutionary Programming)
each one, it was develop in differents view, but all are powerful.
there're new evolutionary approaches like PSO (particle swarm optimization), DE (Differential Evolution) and ACS (Ant Colony System).
if you interested in known more about some evolutionary techinique, you might send me a mail, after that I am going to response with papers and information about it.
miércoles, 14 de noviembre de 2007
What is Ruby?
Hey, I look that in my social service, the introduction and I belive that lenguage is nice and have a great powerfull. bur What is ruby? a definition of PC WORLD say "An interpreted, object-oriented programming language that is somewhat similar to Perl in syntax". Everything in Ruby, including primitive elements, are objects. Ruby programs and libraries are distributed in Ruby's "gem" format using the RubyGems package manager.
JRuby is a Ruby implementation written in Java, eRuby is an embedded version, and Ruby on Rails (RoR) is an open source Web application framework based on Ruby.
Rubies and Pearls
Written by Yukihiro Matsumoto and introduced in 1995, Ruby was named after the July birthstone that followed the Pearl birthstone of June. The design goal for Ruby was to create a language that was more intuitive for the programmer than previous languages. For more information, visit www.ruby-lang.org.
JRuby is a Ruby implementation written in Java, eRuby is an embedded version, and Ruby on Rails (RoR) is an open source Web application framework based on Ruby.
Rubies and Pearls
Written by Yukihiro Matsumoto and introduced in 1995, Ruby was named after the July birthstone that followed the Pearl birthstone of June. The design goal for Ruby was to create a language that was more intuitive for the programmer than previous languages. For more information, visit www.ruby-lang.org.
Suscribirse a:
Entradas (Atom)