similar to: Rails app structure of search portal

Displaying 20 results from an estimated 1800 matches similar to: "Rails app structure of search portal"

2016 Apr 21
2
[RFC] Using D3 in LNT?
> On 21 Apr 2016, at 17:15, Chris Matthews <chris.matthews at apple.com> wrote: > > I love D3. This is a great idea. Maybe we can finally kill flot! > > We are going to have to start using the html data attributes more; but that is a good thing IMO. > > D3 would greatly simply some of our CSS/templates too. I am regularly surprised how hard it is to make a cell
2014 May 09
2
[LLVMdev] [LNT] Does LNT's mouse wheel zooming work well anywhere?
This is only a minor annoyance, but mouse wheel zooming on LNT graphs is pretty broken on at least OSX. It does not work correctly on Chrome, Safari or Firefox. On Safari and Chrome the zoom is way to sensitive, on Firefox, the page scrolls while mouse wheel zooming. This appears to be a limitation of the flot graphing package we use. Does LNT’s mouse wheel zooming work better for people Linux
2009 May 13
0
Plotting data with flot
I know this is not the right place to raise this question and at the same time i do know that this is the right place to get the right people. So, I am raising it over here (because i am struck in the middle of nowhere). My question is like this: how to add the zooming facility to the below data (extracted from turning-series example of flot and something little changed). In this zooming facility
2010 Feb 07
2
convert R plots into annotated web-graphics
Dear all, I would like to make a large scatter plot created with R available as an interactive web graphic, in combination with additional text-annotations for each data point in the plot. The idea is to present the text-annotations in an HTML-table and inter-link the data points in the plot with their corresponding entries in the table, i.e. when clicking on a data point in the plot, the
2016 Apr 21
3
[RFC] Using D3 in LNT?
Hi, I've been working on further improving the perf profile view in LNT that James added recently. I've got a series of patches ready that reconstruct the control flow graph from the perf profiles, which helps a lot in quickly finding the codegen differences that cause performance deltas. I've used the D3 javascript library (https://d3js.org/) to implement the visualization. My
2000 Sep 03
1
Clipping problem
Hi. Today most modern CDs are recorded using maximum volume (so that it grabs more of your attention when the song is being played on the radio - even though this destroys the dynamic range). Anyway lossy audio codecs can introduce clipping - audio distortion when the sound hits maximum peak value, so I thought I should ask if Vorbis has this solved? --- >8 ---- List archives:
2023 Jul 03
1
unexpected NT_STATUS_OBJECT_NAME_INV
Greetings. After creating a new installation with version '4.18.2-2' and copy configuration from the previous server '4.17.5-1' I am getting NT_STATUS_OBJECT_NAME_INVALID when trying to make files with ':' within their name. Also existing files with ':' in names start to mangle, until i set 'mangled names = no'. I do not have any windows clients. Are
2011 Oct 12
4
How to access controller's instance variable in a js.erb loaded by javascript_include_tag?
Hello! In rails 3.1 app I have a controller UsersController with ''show'' action. show.html.erb contains: <% content_for(:head) do %> <%= javascript_include_tag ''myscript'' %> <% end %> <p>Hello @user.name</p> And I have this in myscript.js.erb $jQuery(document).ready(function() { alert(<%= @user.name %>); }); @user is being
2003 Jul 16
2
Line plot help
I was wondering if is there any way of plotting line segments on a plot. Actually I need a graph that shows the advantage of using a different method for estimate the parameter of my databse, so I've plotted the N estimatives for M areas in my database and then I've plotted the new estimation (N' estimatives) and I need a line to link those paired points (N'(1)-N(1),
2005 Sep 22
0
AGI Script to interact with ACCESS Databse a nd Set CID info on the fly.
lol just posted this yesterday, it's for any ODBC DSN so Access or SQL or an Excel spreadsheet, as long as it's set as a DSN. This will work with outgoing Caller ID as well, it's just how you set it up in your dialplan. If you want I can email you the .agi since email will undoubtedly mangle the script. hth. HOWTO: A simple AGI application to modify incoming CallerID on the fly using
2002 Apr 02
4
Domain question
I have a question about Samba's interaction with the PDC and SAM database on the windows domain. There are some in my company who say that Samba must read and write to the SAM databse in order to authenticate a user. This, according to them, poses a security risk in that a UNIX user could obtain tools to gain access to the SAM, retrieve all passwords and potentially corrupt the database. My
2007 Oct 29
2
UI drop down list pulled from database values in activescaffold
as i''m finding it difficult to override the form Ui elements using activescaffold -= i''m looking for a help to build a drop down list in UI (values pulled from databse through SQL query) and so user can select these valus while submitting to database. pls provide any example strictly using activescaffold plugin. thanks selvan-kalaiselvan
2008 May 18
2
Rendering data in tables
Hello all, I am new to Rails. I don''t know whether it is possible are not. In my application, I need get data from one table , then arrange these data in table in textfield, then I need to edit data in all rows in single form. At the end I need to save these data back to databse. How can I do this Is this possible <%= tag("input" , {:type => '''',
2007 Aug 13
1
update from 0.22.4 to 0.23.x, not migrating database schema
Hello everybody, I have updated the puppetmaster from 0.22.4 to 0.23.0 (and today to 0.23.2). Although ''dbmigrate=true'' is turned on AND the puppetmaster is saying it migrates the databse at startup, this does not happen. When it should store configs, I get the error: Could not store configs: Mysql::Error: #42S02Table ''database.resource_tags''
2008 Jul 24
3
Case sensitve problem
Hi! I am using Postfix, Mysql and Dovecot 1.0.rc15. It seems that Dovecot creates new mailboxes for eg. User at Domain.COM althoug in the name in databse is user at domain.com ny logging in pop3. How to solve this problem?
2003 Feb 12
1
Confussion in mirroring
Hi all I want some information regarding mirroring. When mirroring from a rsync enabled site what internally happend?. mirroring is simillar to backup?. I want to know what is the difference between mirroring the batabase and backup the databse. plz help me regarding that. Thanx in advance. Regards Srinivasa Rao NatureSoft Pvt. Ltd. 11-20, 2nd Lane, Appu street, Mylapore,
2009 Aug 18
1
Specify Database location from R
Hello Everyone, I'm trying to write a table to a specific location in my database from R. When I use the following code, it is going directly into the first part of the server which is named 'master' I want to put it onto a different part of the server called 'HRISK_1'. I think I have to change the tablename location or specify the location in the databse somehow. Could you
2010 Mar 18
1
Imported tables from Access 2007
Hi all, I am very new to R and I'm trying to import data from Microsoft Access. So far, I've managed to do so successfully using the following code: testdb <- file.path("c:\Databse.accdb") channel2 <- odbcConnectAccess2007(testdb) data.table <- sqlFetch(channel2,"data") This successfully imports a table(?) called "data.table". But when I try to
2011 Apr 23
2
AppDB admin please move Portal 2 to Portal
There is already a Portal application: http://appdb.winehq.org/objectManager.php?sClass=application&iId=5936 Please move Portal 2 http://appdb.winehq.org/objectManager.php?sClass=application&iId=12988 version there.
2012 Apr 25
3
RODBC Error Code 202 on Mac OS X 10.6
Hello everybody out there using the RODBC package, On my linux (unixODBC) and windows machines, I can successfully use the RODBC package to connect to a PostgreSQL databse. On my Mac Book running Mac OS X 10.6 (Intel 64bit architecture), I get the error "code 202" and message "?????" when I try to establish an connection by using >con <-