search for: mockup

Displaying 20 results from an estimated 65 matches for "mockup".

Did you mean: lockup
2005 Mar 05
3
some macosX icons for RoR
http://ohericord.free.fr/MOCKUP/
2019 Nov 15
2
class(<matrix>) |--> c("matrix", "arrary") [was "head.matrix ..."]
...t;, "array"). > > I've made up my mind (and not been contradicted by my fellow R > corers) to try go there for R 4.0.0 next April. I'm not enthusiastic about matrices extending arrays. If a matrix is an array, then shouldn't all vectors in R, be arrays too? > #mockup > class (1) [1] "numeric" "array" Which is a bad idea. It contradicts the central principle that R uses "Vectors" rather than "Arrays". And I feel that matrices are and should be, a special case of vectors. (With their inheritance from vectors taking prec...
2004 Aug 06
5
Official GUI Speex player
...form GUI player. The goal of the player should be to be stable, to the point(no fluff like visualisations, playlists, an equaliser, etc.), self contained(no external .DLLs, etc), and to be small(500k or less) so that people with modems don't have to wait long for it to download. I made a mockup using Visual Basic and MS-Paint(attached PNG). It is missing a few things like preferences, volume control, and an exit button and it could use some better graphics for the control buttons but would work if it could actually play files. -------------- next part -------------- A non-text attach...
2008 Mar 11
6
Story testing views in isolation
Hi, I''ve been investigating plain text stories, and I had a quick question. How would I go about creating story tests for views in isolation, instead of the full stack? I had hoped to be able to do a straight render ''/'', but it says it can''t find the method. The reason that I want to do this is that I want to give our designer/business people a way to write
2005 Nov 25
4
BlindDown recommendations?
...chose script.aculo.us in the first place :) I''ve simplified the page down to these two examples: http://www.vorivore.com/cart-slide-test-closed.html and http://www.vorivore.com/cart-slide-test-open.html and the css for them is at http://www.vorivore.com/cart-slide-test.css (the full mockup page with cart is at http://www.vorivore.com/vorivore-cart-mock-down.html ) I''d appreciate any advice on how to make this work - I''m a bit past my depth here. [1] Actually, IE fails to animate the close, and both IE and FF has a "flash" or "blip" problem as...
2005 Sep 21
0
Suggestion for tutorial
If anyone is interested in producing a new, intermediate tutorial on rails, I''d suggest something along these lines: Start with an html/css mockup of an interface design. It''s doesn''t do anything yet, but it looks like the final app will look, with dummy data. Ideally this app should be something moderately useful, like an inventory tracker or address book. Not another blog! ;-) Doesn''t have to be too complicat...
2009 Apr 10
2
Concept: Wine as a workspace
...p as a virtual desktop? I am interested to know what other people think, am I the only one who would like this or do other peopel thin its a good idea too? Also I a not sure how hard it would be to do, maybe there is a simple tweak or maybe it needs a lot of changes to the source. Anyway a quick mockup is below. [Image: http://madnessred.co.cc/anthony/concept.jpg ]
2007 Oct 15
18
Merbivore.com - Mockups
There''s been some discussion on the IRC channel about getting a site for Merb going. Since the culture around the project is pretty casual, I figured I''d just throw a few ideas together, see what you guys think. So, firstly here are three example pages, just to show off the general look and feel. http://mr-eel.com/tmp/merb/01_frontpage.gif
2010 Nov 05
3
table with values as dots in increasing sizes
I was just thinking of a way to present data and if it is possible in R. I have a data frame that looks as follows (this is just mockup data). df location,"species1","species2","species3","species4","species5" "loc1",0.44,0.28,0.37,-0.24,0.41 "loc2",0.54,0.62,0.34,0.52,0.71 "loc3",-0.33,0.75,-0.34,0.48,0.61 location is a factor while all the species a...
2009 Sep 19
3
eval(expr) without printing to screen?
...I source, which evaluates a changing expression call hundreds of times. It works, but it prints to screen each time, which is annoying. There must be simple way to suppress this, or to use a slightly different set of commands, which will be obvious to those wiser than I... Here is a simpler mockup which shows the issue: x = data.frame(rbind(c(1,2,3),c(1,2,3))) xnames = c("a", "b", "c") names(x) = xnames for(i in 1:length(x)) { # Create a varying string expression expr = paste("y = x$", xnames[i], "[1]", sep="") # evaluate express...
2013 Feb 22
7
Newbie Question
What are some Great resources to get into Rails? Keep in mind this is for someone that has little to no programming experience. So starting from scratch... A little background is that I want to create a program for personal use that uses Databases to store lots of information. They wopuld draw from each other and work to help in large scale event planning and management. Any help is
2009 Dec 12
1
read.csv to read output of system()?
..., without changing the original data file. My current idea of how to do this would be to use system("sed ...") and feed the result to read.csv(), but I cannot figure out how to combine the two. Minimal example: system("echo \"one,two,three\" > file.csv") # create mockup file read.csv(file=system("sed -e 's/,/;/' file.csv")) # this does not work I think the answer must be in ?connections, maybe pipe() but I have fiddled with these and cannot figure it out. Marianne -- Marianne Promberger PhD, King's College London http://promberger.info R...
2012 Dec 20
2
[LLVMdev] Handling ELF groups.
...able case. An idea for implementing this would be to add a list of Groups to each File. I don't believe a Group should be an atom as it has different semantics and would have to be treated specially everywhere. A group would have a name, merge attribute, and a list of atoms it contains. YAML mockup: --- groups: - name: _Z4funcIiET_S0_ merge: pickAny members: [_Z4funcIiET_S0_, ".debug._Z4funcIiET_S0_"] atoms: - name _Z4funcIiET_S0_ scope: global merge: asWeak type: code ... The main problem I see with this is that groups are no longer represented explicitly...
2007 Jul 06
5
Outside-In with RSpec on Rails
I just read ''Mocks Aren''t Stubs'' and was intrigued by the notion of ''outside-in'' TDD. As a Rails developer, I''m curious if others are employing this method when developing Rails applications using RSpec. Is it common practice (or even practical) to drive the development of a Rails app by starting with view specs, then controller specs, then
2019 Nov 21
2
Samba4 - Printer Drivers install fails
Try this. In both printer shares set: acl_xattr:ignore system acl = yes Read/Use these as guideline to setup the rights. https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/jj190062(v%3Dws.11) You MUST do this all from with a windows PC. And you should never touch these folders again from within Linux. Also i notice you use the Ubuntu
2012 Dec 20
2
[LLVMdev] Handling ELF groups.
...o add a list of Groups to each >> File. I don't believe a Group should be an atom as it has different >> semantics and would have to be treated specially everywhere. >> >> A group would have a name, merge attribute, and a list of atoms it contains. >> >> YAML mockup: >> >> --- >> groups: >> - name: _Z4funcIiET_S0_ >> merge: pickAny >> members: [_Z4funcIiET_S0_, ".debug._Z4funcIiET_S0_"] >> >> atoms: >> - name _Z4funcIiET_S0_ >> scope: global >> merge: asWeak >> t...
2012 Dec 20
0
[LLVMdev] Handling ELF groups.
...enting this would be to add a list of Groups to each > File. I don't believe a Group should be an atom as it has different > semantics and would have to be treated specially everywhere. > > A group would have a name, merge attribute, and a list of atoms it contains. > > YAML mockup: > > --- > groups: > - name: _Z4funcIiET_S0_ > merge: pickAny > members: [_Z4funcIiET_S0_, ".debug._Z4funcIiET_S0_"] > > atoms: > - name _Z4funcIiET_S0_ > scope: global > merge: asWeak > type: code > ... > > The main problem...
2003 Aug 20
0
Re: Re: Your application
...t name must be entered in the PRODUCT field in the email. Product Name ------------------- 3DPaint CADDS4x CADDS5 EXPLICIT CADDS5 PARAMETRIC CDRS CE/TOL DIM3 Division Mockup Division ProductView Electronic Services Expert Framework Extension Expert Moldbase Extension GPOST Granite Medusa Optegra Pro/CDM Pro/COLLABORATE - Project Collaboration Pro/CONCEP...
2003 Aug 20
0
Re: Re: That movie
...t name must be entered in the PRODUCT field in the email. Product Name ------------------- 3DPaint CADDS4x CADDS5 EXPLICIT CADDS5 PARAMETRIC CDRS CE/TOL DIM3 Division Mockup Division ProductView Electronic Services Expert Framework Extension Expert Moldbase Extension GPOST Granite Medusa Optegra Pro/CDM Pro/COLLABORATE - Project Collaboration Pro/CONCEP...
2003 Aug 20
0
Re: Re: Wicked screensaver
...t name must be entered in the PRODUCT field in the email. Product Name ------------------- 3DPaint CADDS4x CADDS5 EXPLICIT CADDS5 PARAMETRIC CDRS CE/TOL DIM3 Division Mockup Division ProductView Electronic Services Expert Framework Extension Expert Moldbase Extension GPOST Granite Medusa Optegra Pro/CDM Pro/COLLABORATE - Project Collaboration Pro/CONCEP...