similar to: [LLVMdev] Adding SQLite3 to llvm test-suite

Displaying 20 results from an estimated 500 matches similar to: "[LLVMdev] Adding SQLite3 to llvm test-suite"

2008 Mar 24
0
[LLVMdev] Adding SQLite3 to llvm test-suite
Hi Edwin, It works fine for me. Thanks! We prefer a flat directory structure. Is it possible for you to separate it out to sqlite3 and lemon rather than having them as sub- directories under SQLite? Also, can you increase lemon's test size? Please file bug about the performance issue. Thanks! Evan On Mar 22, 2008, at 8:20 AM, Török Edwin wrote: > Hi, > > SQLite3 has a very
2008 Mar 25
2
[LLVMdev] Adding SQLite3 to llvm test-suite
Evan Cheng wrote: > Hi Edwin, > Hi Evan, > It works fine for me. Thanks! > > We prefer a flat directory structure. Is it possible for you to > separate it out to sqlite3 and lemon rather than having them as sub- > directories under SQLite? Ok. The new package is here: http://edwintorok.googlepages.com/sqlite_lemon_llvmtest.tar.gz Anything else I should change? >
2009 May 29
2
[LLVMdev] make TEST=ipodbgopt in sqlite3: problem with TCLSH
On Linux, when I run "make TEST=ipodbgopt" in MultiSource/Applications/sqlite3 I get: make[4]: Entering directory `/home/foad/llvm/poo/build/test-suite/MultiSource/Applications/sqlite3' Compiling shell.c to Output/shell.bc /home/foad/svn/llvm-project/test-suite/trunk/MultiSource/Applications/sqlite3/speedtest.tcl make[4]: execvp:
2009 May 29
0
[LLVMdev] make TEST=ipodbgopt in sqlite3: problem with TCLSH
On 2009-05-29 15:55, Jay Foad wrote: > On Linux, when I run "make TEST=ipodbgopt" in > MultiSource/Applications/sqlite3 I get: > > make[4]: Entering directory > `/home/foad/llvm/poo/build/test-suite/MultiSource/Applications/sqlite3' > Compiling shell.c to Output/shell.bc > /home/foad/svn/llvm-project/test-suite/trunk/MultiSource/Applications/sqlite3/speedtest.tcl
2008 Mar 26
0
[LLVMdev] Adding SQLite3 to llvm test-suite
On Mar 25, 2008, at 12:56 PM, Török Edwin wrote: > Evan Cheng wrote: >> Hi Edwin, >> > > Hi Evan, > >> It works fine for me. Thanks! >> >> We prefer a flat directory structure. Is it possible for you to >> separate it out to sqlite3 and lemon rather than having them as sub- >> directories under SQLite? > > Ok. > The new package is
2012 Jul 15
1
Speedtest.mini on a local website?
I wonder if anyone has got speedtest.mini from <http://speedtest.net/mini.php> working under CentOS-6? (It's a version of speedtest that one can run on a local web-server.) It used to work for me, but hasn't for a long time (maybe several years ...) Any suggestions or elucidation gratefully received. -- Timothy Murphy e-mail: gayleard /at/ eircom.net tel: +353-86-2336090,
2015 Sep 17
2
Periodic speed test
I run the speedtest from <https://pypi.python.org/pypi/speedtest-cli/> quite often, and find it very reliable. I'm wondering if anyone has developed a version to run the speed test at regular intervals, say every 6 hours, and record the results in a simple database or just a file? I imagine it would be a fairly easy task to modify the Python code to do this, but it would be even easier
2018 Oct 21
4
Configure Ubuntu Server 16.04 for icecast2
Hi, Thank you so much for your reply, I've a dedicated server in OVH, where I have done speed test for the server : *bkf at xxxxx ~> speedtest-cli Retrieving speedtest.net <http://speedtest.net> configuration...Retrieving speedtest.net <http://speedtest.net> server list...Testing from OVH SAS (x.x.x.x)...Selecting best server based on latency...Hosted by fdcservers.net
2009 Jul 29
2
Wine 1.0.1 (Ubu 9.04) + Dan Elwell's Broadband Speedtest = Error 13 : Type Mismatch.
Hi, sorry if this is a repost, but may be that GMANE didn't pick up the original article yet (sent yesterday). I wanted to try to start the http://www.broadbandspeedtest.net program under Wine 1.0.1 (shipped with Ubu J. 9.04). The program in question is a shareware, free download, paid to get extended functionality, EULA. With winetricks I have installed : VBRUN6 (required), OLE2,
2009 Jul 31
0
Re: Wine 1.0.1 (Ubu 9.04) + Dan Elwell's Broadband Speedtest = E
Have you tried running it under a much more recent version of wine? Latest is 1.1.26: http://winehq.org/downloads
2018 Nov 02
0
Configure Ubuntu Server 16.04 for icecast2
Bonjour, *Upload: 282.95 Mbit/s* is going to choke at about 5 listeners * * You need a streaming server provider. https://shoutca.st/ is an example but there are many. Don't buy 5k listeners buy 100 and see how it goes. *regards* *Robert* * * * * On 22/10/18 12:03 AM, Abdelkader BKF wrote: > Hi, > Thank you so much for your reply, > I've a dedicated server in OVH, where
2006 Nov 04
0
gem install sqlite3-ruby error
when i install typo on debian, appear error like this, could you tee me how to fix this bug?: debian:~# gem install sqlite3-ruby Need to update 4 gems from http://gems.rubyforge.org .... complete Select which gem to install for your platform (i486-linux) 1. sqlite3-ruby 1.1.0 (mswin32) 2. sqlite3-ruby 1.1.0 (ruby) 3. sqlite3-ruby 1.0.1 (mswin32) 4. sqlite3-ruby 1.0.1 (ruby) 5. sqlite3-ruby
2006 Aug 17
0
Sqlite3 Update Problems
I have an Sqlite3 DB backing a Rails app, which was previously working fine, but then my client called me up to say he couldn''t update his site. The site works fine for any type of "select" type operations, but not for any "update" type operations. I have tried all manner of permissions, and even moved my symlinked db out of a shared directory directly into the db
2006 Jul 09
1
connecting to sqlite3
I''m having problems connecting to sqlite3. Here is what my config file looks like: development: adapter: sqlite3 dbfile: /tmp/db/test.db test: adapter: sqlite3 dbfile: /tmp/db/test.db Running migrations causes this error to be thrown: g4:~/sites/rails/test smtlaissezfaire$ rake migrate (in /Users/smtlaissezfaire/Sites/rails/test) rake aborted! no such file to load -- sqlite3
2006 Jul 24
3
how to install busy_handler for SQLite3
I get too often SQLite3::BusyException and after searching a bit I think I''d need to install a busy_hanlder to return true. That seems to be per connection, how would you do this in a global way in Rails? -- fxn
2006 Jul 27
0
what version of sqlite3?
I had the same problem w/ 3.2.6 (?), but an update to 3.3.6 for the dll and exe solved it.
2006 Apr 20
0
Sqlite3 migration and CURRENT_TIMESTAMP
I''m trying out migrations for the first time, and I''m having a problem with my sqlite3 db. A trivial example of what I''m seeing: class InitDb < ActiveRecord::Migration def self.up create_table :mytable, :force => true do |t| t.column :lname, :string t.column :created_at, :string, :default =>
2006 Mar 02
0
SQLite3 hook up error on OS X 10.4.5
friends of the int-arweb. what does this mean: (in bold) ActiveRecord::StatementInvalid in Contact#create SQLite3::SQLException: SQL logic error or missing database: INSERT INTO contacts Context: this happened after I had finished setting up RoR as per the tutorial at http://maczealots.com/tutorials/ruby-on-rails/ the database, is like, there. is there a nice ruby command like deal to
2006 Mar 21
0
sqlite3 SQL logic error or missing database
Hello, i can''t insert data into table. This is weird because everything else works: i can select data the database file I use; i can insert data into required table if i connect to my sqlite3 file from shell and insert data manually. My database configuration: production: adapter: sqlite3 dbfile: db/production.sqlite3 . File production.sqlite3 is chmod''ed 777 and
2006 Mar 23
0
Rails 1.1RC1 corrupts my sqlite3 database
When I run TOT rails, my development sqlite3 database is corrupted whenever Rails attempts to access it. I found this a couple of days ago and reported it as <http://dev.rubyonrails.org/ticket/4330>. When I backout changeset 3981, I cannot reproduce the corruption. Has anyone else seen this problem? I''m running Mac OS X 10.4.5 with Ruby 1.8.4. I also have reinstalled both swig and