[#401849] If statement — Masoud Ahmadi <lists@...>

Will anyone be able to point out what I am doing wrong.

15 messages 2012/12/02

[#401987] Trying to get "translator" to work — JD KF <lists@...>

So, basically, I'm trying to get the below code to work properly for

12 messages 2012/12/06

[#402012] Need help to select some listbox item in different listbox together — Jonathan Masato <lists@...>

Hello,

10 messages 2012/12/07

[#402045] if n belongs to set a and m belongs to set b repeat some steps, How? — "zubair a." <lists@...>

We can do so in java and similar languages like:

11 messages 2012/12/08

[#402078] Time.new(2001, 12, 3).to_i returns wrong value — Robert Buck <lists@...>

I am doing something that not many do, I am writing a database driver

9 messages 2012/12/09

[#402145] How I can create/extract a variable/hash into the current binding in Ruby? — Ramon de C Valle <rcvalle@...>

Hi,

12 messages 2012/12/12

[#402205] Wondering About Flatiron School — "Kevin Y." <lists@...>

Hi everyone!,

35 messages 2012/12/15
[#402207] Re: Wondering About Flatiron School — Chad Perrin <code@...> 2012/12/15

On Sat, Dec 15, 2012 at 11:51:08AM +0900, Kevin Y. wrote:

[#402214] Ruby quick reference arranged in ASCII sequence? — Old Grantonian <lists@...>

As a ruby beginner, I would be grateful for any links to a ruby

17 messages 2012/12/15

[#402226] print - and strip text between tags using Nokogiri — Paul Mena <lists@...>

I'm a Ruby Newbie trying to write a program to process thousands of HTML

13 messages 2012/12/15

[#402332] Perl to Ruby: regex captures to assignment. — "Derrick B." <lists@...>

Hello all,

37 messages 2012/12/19
[#402342] Re: Perl to Ruby: regex captures to assignment. — "Derrick B." <lists@...> 2012/12/20

First of all, thanks for the fast responses!

[#402352] Re: Perl to Ruby: regex captures to assignment. — Robert Klemme <shortcutter@...> 2012/12/20

On Thu, Dec 20, 2012 at 1:38 AM, Derrick B. <lists@ruby-forum.com> wrote:

[#402357] Re: Perl to Ruby: regex captures to assignment. — "Derrick B." <lists@...> 2012/12/20

Robert Klemme wrote in post #1089733:

[#402359] trying to strip characters from a line — Paul Mena <lists@...>

I'm reading a table from a MySQL database and then processing it row by

18 messages 2012/12/20

[#402394] simple division: -9 / 5 = -2 what? — "Derrick B." <lists@...>

$ irb

13 messages 2012/12/22

[#402412] POLS and string-handling — Paul Magnussen <lists@...>

Hi,

14 messages 2012/12/22

[#402460] "Open" dialog of Windows — "Damián M. González" <lists@...>

Hi guys, been researching about pop up the "open" file dialog of

11 messages 2012/12/24

[#402466] How do I install Ruby on my Ubuntu 12.10 partition. — Kaye Ng <lists@...>

I already have Ruby installed on my Windows 7 partition.

23 messages 2012/12/25

[#402510] Ruby Association Certified Ruby Programmer — Sean Westfall <lists@...>

How well respected is this certification in the industry: Ruby

27 messages 2012/12/27
[#402528] Re: Ruby Association Certified Ruby Programmer — Peter Hickman <peterhickman386@...> 2012/12/27

On 27 December 2012 01:28, Sean Westfall <lists@ruby-forum.com> wrote:

[#402555] numeric? — Brandon Weaver <keystonelemur@...>

I've found a bit of an annoyance trying to find out if a number is numeric

20 messages 2012/12/27

[#402580] Ruby Koans regarding Hashes. — "Derrick B." <lists@...>

I am trying to understand this, so let me know how I do. :) I know

18 messages 2012/12/28

[#402609] can't open new ruby program under "new" context menu — "Lee V." <lists@...>

I'm stuck on the new version at trying to do something very simple.

10 messages 2012/12/28

[#402642] require "test/unit" — "Mattias A." <lists@...>

Hi,

17 messages 2012/12/29
[#402667] Re: require "test/unit" — "Mattias A." <lists@...> 2012/12/31

Hi Dami=C3=A1n M. Gonz=C3=A1lez!

[#402747] Re: require "test/unit" — "Derrick B." <lists@...> 2013/01/04

Mattias A. wrote in post #1090700:

[#402749] Re: require "test/unit" — sto.mar@... 2013/01/04

Am 04.01.2013 19:48, schrieb Derrick B.:

Re: Permission denied?

From: Panagiotis Atmatzidis <atma@...>
Date: 2012-12-29 00:11:49 UTC
List: ruby-talk #402623
On 29 =CE=94=CE=B5=CE=BA 2012, at 02:07 , Panagiotis Atmatzidis =
<atma@convalesco.org> wrote:

> Hello,
>=20
> On 27 =CE=94=CE=B5=CE=BA 2012, at 18:58 , Hassan Schroeder =
<hassan.schroeder@gmail.com> wrote:
>=20
>> On Thu, Dec 27, 2012 at 8:24 AM, Panagiotis Atmatzidis
>> <atma@convalesco.org> wrote:
>>=20
>>> You changed the "permissions" of the file but didn't make the file =
"executable".
>>=20
>> Uh, no; 755 *is* executable mode for user/group/world. Something else
>> has gotten messed up in the file in question. Really, this is so =
basic:
>>=20
>> 08:48 /tmp $ cat > example.rb
>> #!/usr/bin/env ruby
>>=20
>> puts "hello"
>> 08:48 /tmp $ ./example.rb
>> bash: ./example.rb: Permission denied
>> 08:48 /tmp $ ruby ./example.rb
>> hello
>> 08:48 /tmp $ chmod 755 example.rb
>> 08:48 /tmp $ ./example.rb
>> hello
>> 08:48 /tmp $
>=20
> Yeah you're right. My bad, I'll die and go to hell for that.=20
>=20
> However you don't even need 755, 600 is enough to make it exec.

No it's not, you actually *need* 700 .. oh my ... :-( I need to spent =
some time in cli.
pays back! ... (2 secs)

>=20
>>=20
>>>> Also, is there anyway to change the "kaye@kaye-R439-R478" ? It's
>>>> probably a Ubuntu question but what the heck....
>>>=20
>>> gksudo gedit /etc/hostname
>>=20
>> Seriously, you would suggest someone change their *hostname*
>> just to have different prompt text?
>=20
> I didn't *suggest* that. I did not suggest anything for that matter.=20=

>=20
> I just answered a very straight forward question.
>=20
>>=20
>> When it can be configured to show actual *useful* information like
>> the directory you're in or which git branch is checked out?
>=20
> So according to you a user that doesn't know how to change his =
hostname
> will be able to use oh-my-zsh-like prompts and =
git/mercurial/svn/cvs/whatever???
>=20
>>=20
>> And to the OP - yes, it's an Ubuntu/shell question, and you should
>> make time to learn about working in a command-line environment;
>> it will be effort well-spent.
>>=20
>> --=20
>> Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
>> http://about.me/hassanschroeder
>> twitter: @hassan
>>=20
>=20
>=20
> Panagiotis (atmosx) Atmatzidis
>=20
> email:	atma@convalesco.org
> URL:	http://www.convalesco.org
> GnuPG ID: 0xE736C6A0
> gpg --keyserver x-hkp://pgp.mit.edu --recv-keys 0xE736C6A0
> --
> The wise man said: "Never argue with an idiot. They bring you down to =
their level and beat you with experience."
>=20


Panagiotis (atmosx) Atmatzidis

email:	atma@convalesco.org
URL:	http://www.convalesco.org
GnuPG ID: 0xE736C6A0
gpg --keyserver x-hkp://pgp.mit.edu --recv-keys 0xE736C6A0
--
The wise man said: "Never argue with an idiot. They bring you down to =
their level and beat you with experience."



In This Thread