search for: smush

Displaying 15 results from an estimated 15 matches for "smush".

Did you mean: mush
2013 Sep 12
10
[PATCH] xen/build: Remove hacked up version of figlet
...files by Glenn Chappell Feb 1994 */ -/* Release 2.1 12 Aug 1994 */ -/* Release 2.1.1 25 Aug 1994 */ -/* Release 2.1.2 by Gilbert (Mad Programmer) Healton: Add -A command line - option. Sept 8, 1996 */ -/* Release 2.2 by John Cowan: multibyte inputs, compressed fonts, - mapping tables, kerning/smushing options. */ -/* Release 2.2.1 by Christiaan Keet: minor updates including readmes - FAQs and comments. 13 July 2002. The new official FIGlet website is - http://www.figlet.org/ */ - -#define DEFAULTFONTDIR "." -#define DEFAULTFONTFILE "xen.flf" - -#include <stdio.h&g...
2002 Jul 15
2
oggdrop with quality < 0
If anyone is interested, I smushed the less than 0 quality rate setting into oggdrop. The diff is below. Alan <p><p>Index: encthread.c =================================================================== RCS file: /usr/local/cvsroot/win32-tools/oggdrop/encthread.c,v retrieving revision 1.9 diff -r1.9 encthread.c 117,1...
2011 Apr 07
3
[Rails 3] No route matches error using RSpec even though route DOES match
...ndable if I could duplicate the problem for other controller tests, but they all work fine! All my other controllers are, so far, set up as REST-based resources, and they work perfectly with standard things like get :index, or put :update, etc. No routing errors there. I don''t really see smushing this behavior into a resource set (with URL-based parameters) as a good idea or a good way to solve this. I''d like to know how I can get RSpec to play nice with my routes the way they''re supposed to. Any ideas what''s going on here? -- You received this message beca...
2019 Jan 30
2
[monorepo] Much improved downstream zipping tool available
...;m presuming here that llvm never updated the clang submodule to DC2, so it remains an independent commit. The inlining is done assuming that submodule updates represent a single logical change. Submodule updates are assumed to be related to whatever changes happen in the umbrella so they all get smushed together into one commit. The edge UC1->DL1 represents the use of UC1 tree for every project *except* llvm, because clang was a submodule of llvm (and updated to DC1 which merged UC1) and no other project was a submodule in llvm. DL1 still has the llvm tree from UL1 plus any local changes yo...
2010 Dec 15
3
having trouble with puppet 0.25.5 on openbsd 4.8 on amd64
...g: Puppet::Type::Package::ProviderOpenbsd: Executing ''/usr/sbin/pkg_add http://svr.example.net/openbsd/4.8/packages/amd64/app_client_openbsd.tgz'' notice: //app_client_openbsd/Package[glib2-2.24.1p2gtar-1.23p1]/ensure: created So why do the two strings of the two package names get smushed together instead of being run separately? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@goog...
2007 Apr 18
1
Reservation protocol?
Is there any particular protocol we should use to avoid stomping on each others toes when working on particular patches? It is quite easy to generate double nasty conflicts when working with patches of patches. I'm currently working through the patch set starting at the top (my patch tool was unhappy with 002-sync-bitops), working down my todo list. bobo@linux:~/paravirt> hg status M
2008 Dec 28
7
Your thoughts on "Enterprise Rails"
...ays about organization, since the one major fault I find with Rails is that it doesn''t lend itself to organizing your application like other frameworks (e.g. Django); for example if my application contains 2 major parts (say a Blog application and a Network application), Rails just smushes them both together under the app directory, and their models/views/controllers are all kept together instead of being separated (e.g. app/models/blog/, app/models/ social). The problem with using the approach from Enterprise Rails is that it pretty much means I cannot use the generators,...
2019 Aug 12
2
[RFC PATCH v6 01/92] kvm: introduce KVMI (VM introspection subsystem)
..., > + KVMI_SET_PAGE_WRITE_BITMAP = 26, > + KVMI_CONTROL_CMD_RESPONSE = 27, Each command should be introduced along with the patch that adds the associated functionality. It'd be helpful to incorporate the scope of the command in the name, e.g. VM vs. vCPU. Why are VM and vCPU commands smushed together? > + > + KVMI_NEXT_AVAILABLE_COMMAND, Why not KVMI_NR_COMMANDS or KVM_NUM_COMMANDS? At least be consistent between COMMANDS and EVENTS below. > + > +}; > + > +enum { > + KVMI_EVENT_UNHOOK = 0, > + KVMI_EVENT_CR = 1, > + KVMI_EVENT_MSR = 2...
2010 Sep 21
3
How to convert a character into a filename?
Dear list, How to convert a character to a filename? such as: x <- "height" # "height" here is actually a name of a colume in a data frame filename <- paste("plant,x") write.csv (data, file="C:/plant/filename.csv) # having trouble with this statement, how to 'write' the filename here? All I want from above is to write 'data' to a file
2019 Jan 29
2
[monorepo] Much improved downstream zipping tool available
Björn Pettersson A <bjorn.a.pettersson at ericsson.com> writes: > In the new monorepo UC1 may or may not be a parent to UL1. > We could actually have something like this: > > UL4->UC2->UL3->UL2->UL1->UL0->UC1 > > Our DL1 commit should preferably have UL1 as parent after > conversion > > UL4->UC2->UL3->UL2->UL1->UL0->UC1 >
2003 Jan 09
8
make lo-fi sound as good as RealAudio?
Can someone who really knows the Ogg command-line encoder, help recommend the best setting for 33.6k modem stereo music streaming? (56k doesn't count cuz many people's 56k modems don't work at a full 56k, and I want them to be able to surf CD Baby at the same time as listening. 2 minutes / 120 seconds of audio should be about 400k.) I'm at my wit's end: tried everything I
2011 Jul 15
122
[PATCH 0000/0117] Staging: hv: Driver cleanup
Further cleanup of the hv drivers. Back in June I had sent two patch sets to address these issues. I have addressed the comments I got from the community on my earlier patches here: 1) Implement code for autoloading the vmbus drivers without using PCI or DMI signatures. I have implemented this based on Greg's feedback on my earlier implementation. 2) Cleanup error handling across
2011 Jul 15
122
[PATCH 0000/0117] Staging: hv: Driver cleanup
Further cleanup of the hv drivers. Back in June I had sent two patch sets to address these issues. I have addressed the comments I got from the community on my earlier patches here: 1) Implement code for autoloading the vmbus drivers without using PCI or DMI signatures. I have implemented this based on Greg's feedback on my earlier implementation. 2) Cleanup error handling across
2019 Aug 09
117
[RFC PATCH v6 00/92] VM introspection
The KVM introspection subsystem provides a facility for applications running on the host or in a separate VM, to control the execution of other VM-s (pause, resume, shutdown), query the state of the vCPUs (GPRs, MSRs etc.), alter the page access bits in the shadow page tables (only for the hardware backed ones, eg. Intel's EPT) and receive notifications when events of interest have taken place
2019 Aug 09
117
[RFC PATCH v6 00/92] VM introspection
The KVM introspection subsystem provides a facility for applications running on the host or in a separate VM, to control the execution of other VM-s (pause, resume, shutdown), query the state of the vCPUs (GPRs, MSRs etc.), alter the page access bits in the shadow page tables (only for the hardware backed ones, eg. Intel's EPT) and receive notifications when events of interest have taken place