similar to: JSON version of parser.rb

Displaying 20 results from an estimated 1000 matches similar to: "JSON version of parser.rb"

2013 Sep 20
3
[PATCH] preload_app can take an optional block for warmup
--- lib/unicorn/configurator.rb | 19 ++++++++++++++++--- lib/unicorn/http_server.rb | 3 +++ test/unit/test_configurator.rb | 8 ++++++++ 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/lib/unicorn/configurator.rb b/lib/unicorn/configurator.rb index 0d0eac7..a0ae576 100644 --- a/lib/unicorn/configurator.rb +++ b/lib/unicorn/configurator.rb @@ -441,9 +441,22 @@ class
2008 Aug 22
6
EventMachine website down?
Hi all Is the EventMachine website (www.rubyeventmachine.com) down? I can''t access it from South Africa, and have tried using tor as well with no luck. I''m kinda new to EventMachine, so I first have a lot of examples to work through and reading to do before I start pestering the mailing list with questions. Thanks to everyone who partook in creating the library, so far
2011 Aug 23
1
Hi,
Hi My Name is Aman Agarwal, I want to contribute in xapian and I hope to get some easy task in starting to familiarize the code base. Kindly guide me for the same. Regards -- Aman Agarwal "If you want to follow you should follow it 100%" -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Nov 20
1
Fw: need help
Hi, Please find the mail appended below. I need some help on SSH installation. The machine is running on AIX 4.3.2.0. It is a production machine and has some known vulnerable issues with current version of SSH installed. Current SSH version is openSSH_3.7p1 I need to know the highest version of SSH which can be installed on this machine. Please be so kind to send me this info. Regards,
2012 Sep 04
1
Does certification make sense for non-PE users?
Subject really says it all. I took the practice exam linked from @PuppetLabs and I was a little bit surprised/caught-off-guard by the number of either PE or Console questions, neither of which I''ve ever used :-! I am taking the developer exam though, so I''m sure that will be at least a little different. Does it make sense to take the exam for an "open source puppet
2009 Apr 30
1
Asterisk or Zaptel Issues
Hello All, Hope you all are fine and good ... I m facing an odd problem. I am able to dial some local and Mobile Number and some are not working. I also try to remove and re create dial plans , but it's not working. I live in New Delhi and Area Code is {011} but i am bale to call the number without adding {0} by just {11}, Previously i was thinking it was PRI problem, so i called the
2008 Mar 24
1
Support for unparsed responses and json parser
This is my first message to the list. Hello everybody! I just wanted to let you know that I submitted a couple of patches for two features that you might find them of interest. The first one adds support for unparsed responses to Facebooker::Session and Facebooker::Service models. This allows to use the Facebooker::Session.post method to obtain a plain response from the Facebook API, useful for
2005 Feb 24
8
web services with ActionWebService
<noobalert> Uh, yeah. So my noob self is showing through again. I''m trying to write a simple hello-world type web service with the ActionWebService thingy. I didn''t get very far. I''ve only done web services stuff in .NET, so I''m not exactly used to this sort of thing. Anyhow, I have a file, person_api.rb in my app/apis folder. I want to take a single
2002 May 15
2
static h in detect_attack()
Hi All, Did anybody ever had problems created by static h in function detect_attack() in deattack.c? In our system which is based on pSOS OS, this static h is causing a crash, because after closing first ssh session, it pSOS system is allocating same memory to another ssh session and this static h is overwriting that memory. I would appreciate if you know why h is statically allocated.
2006 Jun 30
6
RSS::Parser Documentation
Hi I am trying to use the RSS classes from "rss/2.0" and everything works but I want to know what attributes and properties I can get at from each of the classes I am getting back. For example, the class has a "channel" which I can tell has a "title" attribute (because it works when I query it :) but I would really like a list of every attribute that is
2005 Mar 22
9
am i the only one with this problem?
(clean install) >gem install rails Attempting local installation of ''rails'' Local gem file not found: rails*.gem Attempting remote installation of ''rails'' Install required dependency activesupport? [Yn] y Install required dependency activerecord? [Yn] y Install required dependency actionpack? [Yn] y Install required dependency actionmailer? [Yn] y
2009 Jul 08
3
Restarting of B-channel on span 1
Hi All, Hope you all are fine and good, Today i have found that Mine all PRI Channels are restating after every interval of one hour, and i have search and psot on fourms and everyone said that this is a normal behaviour. If this is a normal behaviour is there is any way to stop it { i still don't know what is the reson to restart ever hour } . Because this is listed everywhere that
2011 Aug 24
1
Compilation error
Hi All, I am compiling the development code of xapian ( http://trac.xapian.org/browser/trunk) and while doing *'make*' it will give following error PYTHONPATH="xapian:$PYTHONPATH" /usr/bin/python -c "import _xapian" Traceback (most recent call last): File "<string>", line 1, in <module> ImportError:
2017 Dec 04
0
Fwd: Qwery regarding Selinux Change Id context
Hi All, Thanks for the information. But after resetting the semanage User/login, and moving the targeted folder to old one and then install the default target. then also its still showing the Id context as context=*system_u:system_r:unconfined_t:s0-s0:c0.c1023.* *What I observed is after changing the permission using semanage command also, its still showing the system_u:system_r. * *Check the
2008 Aug 06
6
Event loop responsiveness + client
Hello, on the application that I''m working on, we are using Thin. The server implements long polling and commands that alter its internal state. Connecting to the long poll is a very fast operation, while updating the state of the server is a relatively slow operation. The long poll connection is held open until there is a change to be sent to the connection. Here is my current
2008 Feb 08
1
Asterisk queue not play muscinhold or hangup
Dear all I am going to setup Asterisk Call center solution and i have setup my queue and agent i have 2 SNOM ip phone but when i call to queue my agent phone is rining without musicnhold or when both phone is busy then i call to queue its directy hangup without musicnhole means my call not goes in to queue what is the problem my queue.conf [root at pbx asterisk]# cat
2013 Feb 27
2
setup / configure
hi, im new to icecast and find hard time in setting up and configuring streams. it would be great if there is even detailed documentation along with use cases. the existing documentation is nice but hard for new user like me to understand what is sampling and best bit rate and so on. With Best -Ashwin. +91-9959166266 -------------- next part -------------- An HTML attachment was scrubbed...
2006 Mar 20
7
error using feedtools
I performed a gem install feedtools, I then added these 2 lines to my environment.rb: require ''rubygems'' require ''feed_tools'' I then added this method in my controller: def rss @post = Post.most_recent feed = FeedTools::Feed.new feed.title = ''Recent Rambles'' feed.subtitle = ''random thoughts by me''
2020 Aug 24
2
Intel AMX programming model discussion.
Hi, Yuanke, Thanks for writing this up. Let me back up a bit because the scheme I proposed last week doesn't work without further modification: within a particular "configuration region" (i.e., the code in between the LDTILECFG and the TILERELEASE (or next LDTILECFG)), each tile register can only be used with one shape, and in addition, no register can have its shape changed
2018 Jan 05
1
Adding a Windows Server 2008 as a DC to the domain fails
Hai Roy, Hmm, i dont know for sure, but based on my google magic, i say your correct. Lowering the samba DC domain level should help you out. If someone can confirm this, thanks! But i must mention. Adding a "unsupported" ms 2008 server as dc... wil cost you ms licenses.. I suggest if possible, add a new samba AD DC. Add the windows server as member, and you dont have to lower