search for: awesom

Displaying 20 results from an estimated 3169 matches for "awesom".

Did you mean: awesome
2006 Dec 28
1
Dovecot + Outlook express + permission denied
Hello, I have an account (called awesome) that does not have access to some public shared folders. I can use this account from Mozilla Thunderbird, but I cannot use it from Outlook. I opened /var/log/maillog. When I try to list all folders, I get this in the log: Dec 28 09:57:38 designaproduct dovecot: IMAP(awesome): opendir(/var/ma...
2010 Mar 31
3
regular expression help to extract specific strings from text
Dear all, Lets say I have the following: > x <- c("Eve: Going to try something new today...", "Adam: Hey @Eve, how are you finding R? #rstats", "Eve: @Adam, It's awesome, so much better at statistics that #Excel ever was! @Cain & @Able disagree though :(", "Adam: @Eve I'm sure they'll sort it out :)", "blahblah") > x [1] "Eve: Going to try something new today..." [2] "Adam: Hey @Eve, how are you finding R? #rs...
2012 Oct 03
6
Puppet Forge Happenings
Hello, If you weren''t at PuppetConf or didn''t catch my talk, here''s a quick recap. I''m product owner for the Puppet Forge team which formed in July with 2 awesome engineers and an equally awesome designer. We''re a team dedicated to the Forge and while ramping up, we''ve shipped three small improvements to the Forge that we hope you enjoy. * Two lists were added to the homepage, highlighting recently active modules and contributors * An aut...
2006 May 25
16
yet another rails site - happycarpools.com
I''m pretty much done with a project I''ve been developing to learn Rails, http://www.happycarpools.com . If you could take a look, that''d be awesome! Feedback would be even more awesome! Probably the coolest thing about making this has been seeing how Rails does *so much* and hardly has any superfluous parts, if any. There are so many features that I initially didn''t think I''d ever need, but then the need arose and the featu...
2007 Sep 16
4
"Not Implemented" doesn''t show
I''m going through Peepcode''s Rspec Basics for an overview. He''s just doing a simple spec: class PeepCode end describe PeepCode do it "should be awsome" do end end So running spec spec/simple_spec.rb should produce according to his screen cast: 1 example, 0 failures, 1 not implemented but I only recieve: 1 example, 0 failures Also spec
2018 Jun 01
3
[Kaleidoscope] symbol(s) not found during compiling
Hi, I am very excited to take the awesome tutorial of implementing *Kaleidoscope*. But I got stuck here... I have done the AST parsing, however, when I introduce these 'llvm/IR/*' headers, I got a compiling error... But if I delete these headers it runs well ... """headers #include "llvm/IR/BasicBlock.h"...
2013 Jun 17
2
[LLVMdev] vmkit java annotations
...notation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import java.lang.reflect.Method; @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) @interface Red { String info() default ""; } class Annotated { @Red(info = "AWESOME") public void foo(String myParam) { System.out.println("This is " + myParam); } } class TestAnnotationParser { public void parse(Class clazz) throws Exception { Method[] methods = clazz.getMethods(); for (Method method : methods) { if (me...
2009 Feb 02
0
Fwd: Simple but awesome demos of Wine?
to list as well! ---------- Forwarded message ---------- From: David Gerard <dgerard at gmail.com> Date: 2009/2/2 Subject: Re: Simple but awesome demos of Wine? To: Brian Vincent <brian.vincent at gmail.com> 2009/2/2 Brian Vincent <brian.vincent at gmail.com>: > 6. You might want to consider showing off Google's Picasa and it's custom > Wine implementation. I almost did.. and you'd know even more about the...
2008 Jan 04
5
Confused by the unit test results.
...the relation between two of my models: MessageThread (parent), which has_many Message (children). When I run the following test, it gives me an error: --------------------------------- # test with a valid message def test_valid_message_new thread = MessageThread.new :title => ''awesome thread'' message = thread.messages.build(:body =>''total awesomeness'') assert thread.valid?, ''thread not valid'' assert (thread.messages.size == 1) assert_equal ''total awesomeness'', message.body assert !thread.messa...
2013 Jun 17
2
[LLVMdev] vmkit java annotations
...Policy; > import java.lang.annotation.Target; > import java.lang.reflect.Method; > > @Target(ElementType.METHOD) > @Retention(RetentionPolicy.RUNTIME) > @interface Red { > String info() default ""; > } > > > class Annotated { > @Red(info = "AWESOME") > public void foo(String myParam) { > System.out.println("This is " + myParam); > } > } > > > class TestAnnotationParser { > public void parse(Class clazz) throws Exception { > Method[] methods = clazz.getMethods(); > >...
2013 Jan 02
3
[LLVMdev] LLVM IR execution in JavaScript
...it might be useful for something - maybe to teach people LLVM IR in a simple way (no need to install anything, just visit a website). If it is potentially useful it can be optimized and polished etc. >> > > Cool project. This is a nice complement to http://llvm.org/demo/ It would be awesome to combine the llvm.org demo with the in-browser emscripten (or possibly a server-side emscripten) so that the user can execute his snippets in the browser. This would be especially awesome for a C++ tutorial page. Instead of having to start with the arduous process of setting up a compiler envir...
2014 May 09
1
Only part of sieve script works
...:contains "Subject" "International Waters" ) { fileinto "Feeds.music"; stop; } # Youtube wegsortieren if address :all :comparator "i;ascii-casemap" :contains "From" "noreply at youtube.com" { fileinto "Feeds.Youtube"; stop; } # Awesomer wegsortieren if header :comparator "i;octet" :contains "Subject" "[The Awesomer]" { fileinto "Feeds.Awesomer"; stop; } # Feeds sortieren if address :all :comparator "i;octet" :contains "From" "sebi+feedmailer at mighty.selfhost.bz&...
2006 Mar 10
10
Textmate Rails Plugin Cheat Sheet
...t recently updated your textmate bundles, you can also download the latest bundle here: http:// inquirylabs.com/downloads/syncPeople%20on%20Rails%201.0.dmg) If you''ve only used this Rails bundle casually, i''d really recommend taking a closer look and checking out some of its awesome features, like the ability to temporally pull all partials into the main View and the auto self-down on table/column drops in Migrations etc. Check out this video: http://media.libsyn.com/media/beercaster/ TextMateRailsBundle640x480.mov or read about the features: http:// syncpeople.com/do...
2007 Dec 23
0
Updates and Fixes and more of awesome stuff
1. Whenever you ask BackgrounDRb to perform a particular task using: MiddleMan.ask_work(:worker => :rss_worker,:worker_method => :fetch_url, :data => "www.google.com") Your task would be performed then and there. But, if your worker is busy, task won''t be queued, except in socket buffer. And your request may get lost. This isn''t generally a problem
2006 Apr 05
0
WOW! Sphinx is awesome... but....(asterisk+sphinx+menus)
Hi Matt, Any decent quad, quad-core Opteron system should be able to handle it with ease! :) -- Regards, Hilton Travis Phone: +61 (0)7 3344 3889 (Brisbane, Australia) Phone: +61 (0)419 792 394 Manager, Quark IT http://www.quarkit.com.au Quark AudioVisual http://www.quarkav.net http://www.threatcode.com/
2011 Nov 23
0
Awesome nested set - how to put there items?
hello guys, I have following structure of the table, where I store items of tree: | id | int(11) | NO | PRI | NULL | auto_increment | | user_id | int(11) | YES | | NULL | | | parent_id | int(11) | YES | | NULL | | | lft | int(11) | YES | | NULL | | | rgt | int(11) | YES
2012 Oct 09
0
Awesome libraries
Hey guys, Filepicker just released some of their rails libraries for user content handling. https://github.com/Filepicker/filepicker-rails Definitely worth checking out. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2007 Dec 18
4
Pulling Strings with Puppet: Automated System Administration Done Right (Paperback)
http://www.amazon.com/gp/product/1590599780/ This looks awesome! Any ETA? Best, Adam
2013 Dec 24
5
Have a great Holiday season
hi, Here is wishing everyone in the CentOS community a great holiday season, awesome new year and a great 2014. May 2014 bring friendlier + larger communities, stabler distros and a general reduction in systems frustrations for the users! regards from and to everyone, - KB -- Karanbir Singh +44-207-0999389 | http://www.karan.org/ | twitter.com/kbsingh GnuPG Key : http://www.ka...
2013 Jun 17
0
[LLVMdev] vmkit java annotations
...Policy; > import java.lang.annotation.Target; > import java.lang.reflect.Method; > > @Target(ElementType.METHOD) > @Retention(RetentionPolicy.RUNTIME) > @interface Red { > String info() default ""; > } > > > class Annotated { > @Red(info = "AWESOME") > public void foo(String myParam) { > System.out.println("This is " + myParam); > } > } > > > class TestAnnotationParser { > public void parse(Class clazz) throws Exception { > Method[] methods = clazz.getMethods(); > >...