search for: stuffed

Displaying 20 results from an estimated 452 matches for "stuffed".

2009 Feb 18
0
Stuffing - A plugin to use CouchDB with ActiveRecord models
Hey, Just a heads up on anyone wanting a quick way to start playing with CouchDB (http://couchdb.apache.org/) and Rails without leaving the comfort of ActiveRecord. Stuffing is a Rails plugin that I wrote to let you access a CouchDB document directly within your ActiveRecord model. The plugin is on GitHub: http://github.com/paulca/stuffing/tree/master I posted a short video screencast intro
2009 Oct 04
1
ControlMaster and packet stuffing
When I'm running interactive ssh session which is ControlMaster and I run scp or sftp to same host, creating another channel, it seems that ssh is stuffing the packets together exceeding MTU. I've for years ran QoS where I prioritize small packets, as it is clean and easy way to guarantee low latency to pretty much all you care for. Unfortunately ControlMaster packet stuffing breaks this,
2011 Feb 27
4
[PATCH] Add minimal mkstemp(3) implementation.
This uses time, ASLR and pid for randomisation. (Closes: #516774) Signed-off-by: Thorsten Glaser <tg at mirbsd.org> --- usr/include/stdlib.h | 2 + usr/klibc/Kbuild | 2 +- usr/klibc/mkstemp.c | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 96 insertions(+), 1 deletions(-) create mode 100644 usr/klibc/mkstemp.c diff --git a/usr/include/stdlib.h
2005 Sep 16
0
stuffing POP3 mail into actionmailer... on windows?
I''ve read wiki.rubyonrails.com/rails/show/HowToReceiveEmailsWithActionMailer but can''t seem to find a route to automate stuffing mail into actionmailer on windows. Is there any way to automate a script that does this or is there anything like getmail that can do it for me? This just don''t do it for me: ruby script/runner Mailman.receive(STDIN.read) < email.txt
2006 Feb 16
21
RoR VS Rails ???
I didn''t get a chance to go to this meeting debating WebObjects Vs Rails, but here''s a report about it: http://desperatepundit.com/blog/cremes/technology/2006/02/15/WebObjects-versus-Ruby-On-Rails.html I don''t get what he''s saying, hand coding the model? yeah, you COULD ... but what about script/generate ??? And is that so what he said about security? --
2004 Sep 26
1
Samba 2.2.11 upgrade funkyness !!!
...amges daemon /usr/local/samba/bin/smbd -D -s /etc/samba/smb.conf daemon /usr/local/samba/bin/nmbd -D -s /etc/samba/smb.conf daemon /usr/local/samba/bin/winbindd since the new bin's are not in /usr/sbin like 2.2.7a using the same smb.conf but when i restart the perms on all the dir's are stuffed. i can "getend passwd" to see the NT4 sid passwd list, can even apply/remove perms, but the original perms are stuffed, also cups printer drivers are listed but the installed privers are now missing anyone have any idea what might be the problem ?
2007 May 30
3
memtest86+.. How do I load it with pxelinux?
I've just spent at least half an hour swapping files, downloading things and stuffing around with memtest86 and memtest86+. I can't get either to start from pxelinux. Currently I have "memtest86" as the filename, and i'm trying to load it direct (not trying to use memdisk or anything). This just results in a near instant reboot. Am I doing something wrong? I can't
2009 Jun 11
3
SIP hacked connection?
Hi Running 1.2.26 BRI stuffed. Calls made via PSTN via ISDN interface (Junghanns). SIP ports mapped through firewall as we often connect from outside, but all SIP accounts have good passwords. However our telecoms provider picked up a few suspicious calls to places we do not normally call at times we do not often call. Looki...
2006 Jan 11
4
[OT] DateInput - Intuitive Date Input Selection
For those who are developing interfaces for entering dates, I recommend checking out a new package I just stuffed for Date inputs. You can check out http://datebox.inimit.com/ for a full demo. -Nb ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Nathaniel S. H. Brown http://nshb.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2007 Mar 19
1
wine without X
I have a program, and its possible to run it with wine. I need to run it on Linux system without X. But program tries to create window and die with wine. It uses that window only for logs, and do stuf in console. And I hope it will work without this window =). Is it possible to ignore creating window? Are there another methods to solve my problem? Thanks.
2008 Jul 09
2
ipod software
i'm new to linux but am an experienced windows user (former ;-) under windows i used a program called Anapod Explorer to manage my ipod nano. it was great. i looked just like windows explorer and all i had to do was drag and drop from folders to my ipod to transfer music. very simple and easy to use. i've looked a few ipod software programs under linux, but nothing comes close to Anapod. i
2003 Sep 04
4
update re. Grandstream + SIP + Echo problems ..
well .. good news :) i've just put in txgain=1.0 rxgain=1.0 in my zapata.conf and upgraded the Grandstream Budgettones i'm using to version 81 of the software and all seems fine .. there is still an echo but after the first couple of seconds of call it vanishes, as the echocancelling kicks in .. so far my client is happy :) now .. i have one slight problem left .. although most of my
2009 May 24
2
help with replacing factors
Hi, In the example dataset below - how can I cahnge "gray20", to "blue" # data black <- rep(c("black","red"),10) gray <- rep(c("gray10","gray20"),10) black_gray <- data.frame(black,gray) # none of this desperate things works # replace(black_gray$gray, gray=="gray20","red") #
2016 Sep 05
2
Extending the AD schema
We're looking at implementing Sudoers LDAP on our Samba 4 AD domain. While this worked perfectly in a test environment previously, I am always extremely nervous about the possibility of stuffing things up on production. Given a domain with multiple DCs (two in our case), should I do add the schema extension with all DCs on line or should one by taken off line to provide an emergency
2015 Mar 19
2
NFS4 ACLs with samba 3 (or 4)
Am 19.03.2015 um 17:39 schrieb Jeremy Allison: > On Thu, Mar 19, 2015 at 10:16:20AM -0400, Kevin Taylor wrote: > >> Unfortunately I'm not a programmer, so I don't know if there is an API or not. As far as me the user can tell is that we have an NFSv4 filesystem mounted on the linux box. We have tools available through the nfs4-acl-tools package (this is on CentOS 6, for
2011 Oct 17
2
Functionality with SetWindowsHookEx WH_JOURNALPLAYBACK
Hello, I am trying to run our own Delphi Application with wine 1.2 on Kubuntu. Applications runs without any problems but Functionality of stuffing keys with setWindowsHookEx(WH_JOURNALPLAYBACK, @Playback, hInstance, 0); is not working at all. Can somebody suggest any work around for this ? If any code changes are needed we can do the same since we have sources of application with us. Since
2005 Dec 21
2
Random numbers
Hi All. I have R code whose functionality is being replicated within a C+ program. The outputs are to be compared to validate the conversion somewhat - however (as is always the case) I have stuffed my code with random number calls. Random uniform numbers in C+ are being produced using the (Boost) mersenne-twister generators (mt11213b & mt19937) - which is the default type of generator in R (if I read things correctly). If it was all within R I would just set the seed for reproducibil...
2008 Feb 01
4
How to sanitize _before_ going into the database?
I use a call to the sanitize method every time I render some user input, but it would be much nicer if I could clean it up once before putting it into the database and avoid having to call the (relatively expensive) sanitize every time I render a page. My first thought was to just add something like: def message=(x) self[:message]=sanitize(x) end However, the sanitize helper cannot be called
2009 Nov 23
2
RFC 5574 and multiple frames
Hello all, I am experimenting with Speex in a mobile VoIP application, and it seems that it is worth stuffing more than one codec frame into a single RTP packet; mainly, that sending several frames per packet relieves the underlying network socket connection, which is notoriously problematic in mobile devices. RFC 5574 defines the exact way how to put multiple Speex frames into a single RTP
2008 Sep 03
2
basic dataframe question
R Users: I'm wondering: Why does my logical vector becomes a numeric vector when stuffed into a data frame? How do I change this so that it's retained as a logical data type? I've tried a couple of things but to no avail. Here's my example code: # Exercise 4-1 in Non-Detects and Data Analysis. Dennis Helsel. 2005. # "Create two new variables in the Interval Endpo...