search for: cupcake

Displaying 20 results from an estimated 23 matches for "cupcake".

Did you mean: cupcakes
2007 Dec 10
11
map.namespace, rake routes yields no POST URLs
routes.rb map.namespace :admin do |admin| admin.resources :cupcakes end rake routes cupcakes GET /cupcakes formatted_cupcakes GET /cupcakes.:format POST /cupcakes POST /cupcakes.:format That said, what the heck goes here: form_for(:cupcake, @cupcake, xxx_url) # ??? Calling create_admin_cupcake_url yiel...
2009 Feb 24
2
FLAC support for Android?
Brian Willoughby schrieb: > You're not going to be able to create a feasible FLAC implementation > in Java. As long as Android obviously has a rather poorly performing VM and no support for playing software generated PCM samples (except for writing them to a temporary WAV file and telling Andorid to play it after decoding is complete) it's not feasible, but a "real"
2009 Feb 24
0
FLAC support for Android?
...ted as a patch to Android at the OS level. It looks like Android has native decoders which the media player and Java APIs call. My understanding is that T-Mobile pushes out over the air updates of the operating system every so often. For example, there's a new version of the Android OS called Cupcake<http://source.android.com/roadmap/cupcake>in the works. Patching the OS would allow the default media player and third party media players to play FLAC files on updated versions of the OS. Conrad, you mentioned the OpenMax IL components. I've posted links in the bug report <%20http://...
2010 Feb 07
0
Somewhat off topic: Building Android on CentOS 5.4
...latform and a description of the problem I encountered: I have a Samsung Moment which the Android module adb will not detect due to a bug in usb_linux.c. Therefore I have been trying to compile a patched version of adb on Centos 5.4. I have followed these instructions in effort to build adb on cupcake: > > cd $HOME/download/android > > repo init -u git://android.git.kernel.org/platform/manifest.git -b cupcake > > repo sync > > cd system/core/adb > > patch -b usb_linux.c usb_linux.c.patch > > cd ../../.. > > make adb > build/core/product_config.mk:...
2015 Mar 20
3
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
...iones.cls If I run the "gentent" command only shows me posix users. Example: daemon: x: 1: 1: daemon: / usr / sbin: / bin / sh bin: x: 2: 2: bin: / bin: / bin / sh sys: x: 3: 3: sys: / dev: / bin / sh sync: x: 4: 65534: sync: / bin: / bin / sync ... But if I do, "wbinfo -u" cupcakes claudiap johanao agustinap gabrielaa .... My nsswitch.conf # /etc/nsswitch.conf # # Example configuration of GNU Name Service Switch functionality. # If you have the `glibc-doc-reference' and `info' packages installed, try: # `info libc "Name Service Switch"' for informatio...
2015 Mar 20
2
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
...: 1: daemon: / usr / sbin: / bin / sh >>> bin: x: 2: 2: bin: / bin: / bin / sh >>> sys: x: 3: 3: sys: / dev: / bin / sh >>> sync: x: 4: 65534: sync: / bin: / bin / sync >>> ... >>> >>> But if I do, "wbinfo -u" >>> >>> cupcakes >>> claudiap >>> johanao >>> agustinap >>> gabrielaa >>> .... >>> >>> My nsswitch.conf >>> >>> # /etc/nsswitch.conf >>> # >>> # Example configuration of GNU Name Service Switch functionality. >&gt...
2015 Mar 20
2
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
...x: 2: 2: bin: / bin: / bin / sh >>>>> sys: x: 3: 3: sys: / dev: / bin / sh >>>>> sync: x: 4: 65534: sync: / bin: / bin / sync >>>>> ... >>>>> >>>>> But if I do, "wbinfo -u" >>>>> >>>>> cupcakes >>>>> claudiap >>>>> johanao >>>>> agustinap >>>>> gabrielaa >>>>> .... >>>>> >>>>> My nsswitch.conf >>>>> >>>>> # /etc/nsswitch.conf >>>>> # >&g...
2015 Mar 20
2
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
...3: 3: sys: / dev: / bin / sh > > >>>>> sync: x: 4: 65534: sync: / bin: / bin / sync > > >>>>> ... > > >>>>> > > >>>>> But if I do, "wbinfo -u" > > >>>>> > > >>>>> cupcakes > > >>>>> claudiap > > >>>>> johanao > > >>>>> agustinap > > >>>>> gabrielaa > > >>>>> .... > > >>>>> > > >>>>> My nsswitch.conf > > >>>...
2015 Mar 20
0
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
...; > > daemon: x: 1: 1: daemon: / usr / sbin: / bin / sh > > bin: x: 2: 2: bin: / bin: / bin / sh > > sys: x: 3: 3: sys: / dev: / bin / sh > > sync: x: 4: 65534: sync: / bin: / bin / sync > > ... > > > > But if I do, "wbinfo -u" > > > > cupcakes > > claudiap > > johanao > > agustinap > > gabrielaa > > .... > > > > My nsswitch.conf > > > > # /etc/nsswitch.conf > > # > > # Example configuration of GNU Name Service Switch functionality. > > # If you have the `glibc-doc-r...
2015 Mar 20
2
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
...t;>> sync: x: 4: 65534: sync: / bin: / bin / sync > > > > >>>>> ... > > > > >>>>> > > > > >>>>> But if I do, "wbinfo -u" > > > > >>>>> > > > > >>>>> cupcakes > > > > >>>>> claudiap > > > > >>>>> johanao > > > > >>>>> agustinap > > > > >>>>> gabrielaa > > > > >>>>> .... > > > > >>>>> > >...
2015 Mar 20
0
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
...t; >>> bin: x: 2: 2: bin: / bin: / bin / sh > >>> sys: x: 3: 3: sys: / dev: / bin / sh > >>> sync: x: 4: 65534: sync: / bin: / bin / sync > >>> ... > >>> > >>> But if I do, "wbinfo -u" > >>> > >>> cupcakes > >>> claudiap > >>> johanao > >>> agustinap > >>> gabrielaa > >>> .... > >>> > >>> My nsswitch.conf > >>> > >>> # /etc/nsswitch.conf > >>> # > >>> # Example configur...
2009 Feb 25
2
FLAC support for Android?
...droid at the OS level. > It looks like Android has native decoders which the media player and Java > APIs call.? My understanding is that T-Mobile pushes out over the air > updates of the operating system every so often.? For example, there's a new > version of the Android OS called Cupcake in the works.? Patching the OS > would allow the default media player and third party media players to play > FLAC files on updated versions of the OS. > Conrad, you mentioned the OpenMax IL components.? I've posted links in the > bug report to existing places in the code base that...
2015 Mar 20
0
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
...; >>>>> sys: x: 3: 3: sys: / dev: / bin / sh > >>>>> sync: x: 4: 65534: sync: / bin: / bin / sync > >>>>> ... > >>>>> > >>>>> But if I do, "wbinfo -u" > >>>>> > >>>>> cupcakes > >>>>> claudiap > >>>>> johanao > >>>>> agustinap > >>>>> gabrielaa > >>>>> .... > >>>>> > >>>>> My nsswitch.conf > >>>>> > >>>>> # /et...
2015 Mar 21
3
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
...sync > > > > > > >>>>> ... > > > > > > >>>>> > > > > > > >>>>> But if I do, "wbinfo -u" > > > > > > >>>>> > > > > > > >>>>> cupcakes > > > > > > >>>>> claudiap > > > > > > >>>>> johanao > > > > > > >>>>> agustinap > > > > > > >>>>> gabrielaa > > > > > > >>>>> .... &...
2015 Mar 21
4
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
...>>>> ... > > > > > > > > >>>>> > > > > > > > > >>>>> But if I do, "wbinfo -u" > > > > > > > > >>>>> > > > > > > > > >>>>> cupcakes > > > > > > > > >>>>> claudiap > > > > > > > > >>>>> johanao > > > > > > > > >>>>> agustinap > > > > > > > > >>>>> gabrielaa > > > &g...
2015 Mar 20
0
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
...> > > >>>>> sync: x: 4: 65534: sync: / bin: / bin / sync > > > >>>>> ... > > > >>>>> > > > >>>>> But if I do, "wbinfo -u" > > > >>>>> > > > >>>>> cupcakes > > > >>>>> claudiap > > > >>>>> johanao > > > >>>>> agustinap > > > >>>>> gabrielaa > > > >>>>> .... > > > >>>>> > > > >>>>> My n...
2015 Mar 21
0
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
...534: sync: / bin: / bin / sync > > > > > >>>>> ... > > > > > >>>>> > > > > > >>>>> But if I do, "wbinfo -u" > > > > > >>>>> > > > > > >>>>> cupcakes > > > > > >>>>> claudiap > > > > > >>>>> johanao > > > > > >>>>> agustinap > > > > > >>>>> gabrielaa > > > > > >>>>> .... > > > > > &...
2015 Mar 22
2
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
...> > > > > > >>>>> > > > > > > > > > > >>>>> But if I do, "wbinfo -u" > > > > > > > > > > >>>>> > > > > > > > > > > >>>>> cupcakes > > > > > > > > > > >>>>> claudiap > > > > > > > > > > >>>>> johanao > > > > > > > > > > >>>>> agustinap > > > > > > > > > > >>...
2015 Mar 21
0
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
...> > > >>>>> ... > > > > > > > >>>>> > > > > > > > >>>>> But if I do, "wbinfo -u" > > > > > > > >>>>> > > > > > > > >>>>> cupcakes > > > > > > > >>>>> claudiap > > > > > > > >>>>> johanao > > > > > > > >>>>> agustinap > > > > > > > >>>>> gabrielaa > > > > > > > &g...
2015 Mar 22
0
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
...> > > > > > > > > >>>>> > > > > > > > > > >>>>> But if I do, "wbinfo -u" > > > > > > > > > >>>>> > > > > > > > > > >>>>> cupcakes > > > > > > > > > >>>>> claudiap > > > > > > > > > >>>>> johanao > > > > > > > > > >>>>> agustinap > > > > > > > > > >>>>> gabriel...