rpm --import /usr/share/rhn/RPM-GPG-KEY
rpm --import /usr/share/rhn/RPM-GPG-KEY-fedora
And it'll work.
Sit for the web, code, startups, and all that jazz
rpm --import /usr/share/rhn/RPM-GPG-KEY
rpm --import /usr/share/rhn/RPM-GPG-KEY-fedora
if (result == FAILED)
print "failed!\n";
return;
else
// do whatever
end
The technology is called galvanic vestibular stimulation — essentially, electricity messes with the delicate nerves inside the ear that help maintain balance.
I felt a mysterious, irresistible urge to start walking to the right whenever the researcher turned the switch to the right. I was convinced — mistakenly — that this was the only way to maintain my balance.
The isolation and self containment that technology has inflicted on society at large. Ppl are more and more detached from thier surroundings and more linked into typing/talking into thier phones or scrolling through thier mp3 library.
I saw a woman walk into another pedestrian b/c she was so intent on Texting someone while perambulating. We are quite literally in our personal Pods.
Q:So that would be the philosophical difference between Microsoft and what Google is up to at this point?
Gates: Well, we don't know everything they are up to, but we do know their slogan and we disagree with that.
So Google is not offering development capabilities yet. Of course, I expect they will. But they're not in that game at all today. In fact, they have this slogan that they are going to organize the world's information. Our slogan is that we are going to give people tools to let them organize the world's information. It's a slightly different approach, based on the platformization of all of our capabilities and not thinking of ourselves as the organizer.
;; eRuby
(setq mmm-global-mode 'maybe)
(setq mmm-submode-decoration-level 2)
(mmm-add-classes
'((eruby
:submode ruby-mode
:front "<%"
:back "%>")))
(add-hook 'html-helper-mode-hook
'(lambda ()
(turn-on-font-lock)
(setq mmm-classes '(eruby))
(set-face-background
'mmm-default-submode-face "gray28")
(mmm-mode-on)))
(add-to-list 'auto-mode-alist '("\\.rhtml$" . html-helper-mode))
(add-to-list 'mmm-mode-ext-classes-alist '(html-helper-mode "\\.rhtml$" eruby))
(autoload 'ruby-mode "ruby-mode" "Load ruby-mode")
(add-to-list 'auto-mode-alist '("\\.rb\\'" . ruby-mode))
;; uncomment the next line if you want syntax highlighting
;;(add-hook 'sql-mode-hook 'turn-on-font-lock)
(autoload 'ruby-mode "ruby-mode" "Load ruby-mode")
(add-to-list 'auto-mode-alist '("\\.rb$" . ruby-mode))
;; uncomment the next line if you want syntax highlighting
;;(add-hook 'ruby-mode-hook 'turn-on-font-lock)