search for: sudoku

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

2005 Oct 09
1
Simple Sudoku - not minimising/letting me do anything else
I have installed Simple Sudoku (http://www.angusj.com/sudoku/index.php) but I cannot minimise it, nor go to another screen to do something else. If I try, its window gets larger, vertically. I am using wine 20050725 (which is what is packaged for my system at present), on a Debian system running XFree86, with icewm-gnome. Can...
2009 Jan 29
4
Help understanding EVERYTHING
Team, I am trying to learn a GUI for Ruby and I picked wxRuby. The problem is that I am kind of slow learning this and I now feel frustrated after trying for about at least 7 hours. I am trying to design a simple Sudoku 9x9 grid to display numbers, 1 - 9, using buttons. I posted a question on Ruby forum ruby-talk and a gentleman, Alex Fenton, answered my questions. Alex gave me what appear to be great hints. However, as I said earlier, I am kind of slow and learn by example. I tried reading the bigdemo that comes...
2006 Jan 06
2
sudoku
Any doubts about R's big-league status should be put to rest, now that we have a Sudoku Puzzle Solver. Take that, SAS! See package "sudoku" on CRAN. The package could really use a puzzle generator -- contributors are welcome! -- David Brahm (brahm at alum.mit.edu) [[alternative HTML version deleted]] _______________________________________________ R-packages mailing...
2006 Jan 06
2
sudoku
Any doubts about R's big-league status should be put to rest, now that we have a Sudoku Puzzle Solver. Take that, SAS! See package "sudoku" on CRAN. The package could really use a puzzle generator -- contributors are welcome! -- David Brahm (brahm at alum.mit.edu) [[alternative HTML version deleted]] _______________________________________________ R-packages mailing...
2007 Oct 16
0
[Bug 10470] sudoku.swf doesn't work
...rg/show_bug.cgi?id=10470 pekka.lampila at iki.fi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Summary|swfdec_js_movie.c(1321): : |sudoku.swf doesn't work |reading and writing property| |-1 is not implemented | ------- Comment #3 from pekka.lampila at iki.fi 2007-10-16 03:39 PST ------- Changed bug title -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email -...
2008 Apr 09
1
[Bug 10470] sudoku.swf doesn't work
http://bugs.freedesktop.org/show_bug.cgi?id=10470 --- Comment #4 from Riccardo Magliocchetti <riccardo at datahost.it> 2008-04-09 07:10:59 PST --- With latest git the game is playable, Klaus do you have any chance to try it? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the
2009 Aug 12
2
Games in R
Hi everybody - this is an oddball question. I wonder if anybody has programmed any games in R, such as Sudoku, Tic-Tac-Toe and the like. Or even a flight simulator... R mateys! Let's make some t-tests! Regards, David
2008 Feb 03
3
[Bug 14346] New: swfdec-mozilla 100% CPU usage with some animations
...) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org ReportedBy: shrdlu at unlimitedmail.org QAContact: swfdec at lists.freedesktop.org http://sudoku.repubblica.it/sudoku.php?id=20080203_03 Clicking on a blank square opens a sort of "dial" where one can select the digit to insert in the square. On my system, *only while the dial is open*, the cpu usage of forefox jumps to 100%. As soon as a digit is selected, the dial closes and cpu u...
2006 Jul 29
2
comments on my first context
I have been curious about rSpec for a while, so I thought I''d give it a try... I started reading Ron Jeffries'' articles on Sudoku (http://www.xprogramming.com/xpmag/OkSudoku.htm), and noticed he was doing TDD, I thought, this would be fun to do with BDD... Can you comment on the following? (note that I added a method in the Game class called cells which return @cells) to make the first spec work) Thanks! Dominique --------...
2008 Nov 07
1
determining plot location in lattice
Hi, I'm dealing with a lattice plot inserted into a tk widget and would like to know when a user has clicked on the plot area of a plot (i.e. inside the axes). For example, library(tkrplot) library(lattice) tt <- tktoplevel() makePlot <- function() print(xyplot(1 ~ 1)) printCoords <- function(x, y) print(c(x, y)) img <- tkrplot(tt, makePlot) tkbind(img, "<1>",
2008 Oct 22
1
card games
Dear R People: Are there any packages to play card games, please? In particular, poker or black jack? Thanks, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: erinm.hodgess at gmail.com
2010 Nov 24
1
Getting user input without hitting enter
Hi, I am writing a function which requires user to enter a single character. Something like: hello<-function(){ input<-scan(n=1,what="a") if(input=="h")cat("Hello") # What goes after the 'if' is completely arbitrary, for simplicity sake I simply put a cat command here. } I want R to automatically finish scanning after the user has entered the 1st
2008 Aug 13
1
Baldur's Gate II can't find my CD
...ole is: err:ole:CoUninitialize Mismatched CoUninitialize I have a CD-ROM drive; it's /dev/hdb, and it's mounted at /media/cdrom0. What am I doing wrong? Debian Sid, wine 1.0.0 Celejar -- mailmin.sourceforge.net - remote access via secure (OpenPGP) email ssuds.sourceforge.net - A Simple Sudoku Solver and Generator
2015 Feb 17
6
[LLVMdev] [3.6 Release] RC3 has been tagged
Hi Jack, On Sun, Feb 15, 2015 at 6:05 AM, Jack Howarth <howarth.mailing.lists at gmail.com> wrote: > What are the acceptable performance regressions in the generated > code for a llvm release? We seem to be badly regressed in some > benchmarks (which I first noticed from the review of 3.6-rc1 at > http://www.phoronix.com/scan.php?page=article&item=llvm-clang-3.5-3.6-rc1).
2010 Aug 14
2
detecting a key press
Hi Folks, I'm relatively new to r. I'd like to have a user respond by pressing a 1 or a 2 and determining their choice and the time of response. Previous postings have indicated that keyboard responses can be processed using scan and readline but both seem to wait for the user to also press return. Is there a way to detect the initial key press without requiring them to hit return?
2010 Mar 05
0
REvolutions blog: February Roundup
...presentation about the Rcpp interface for C++ code in R. http://bit.ly/bzPaII linked to some useful tips on speeding up R code with the Rprof function. http://bit.ly/9u5Fwv linked to a useful introduction to R's basic object types (vectors, data frames, etc.) http://bit.ly/dbaGau linked to a Sudoku solver for R (using a different method than the sudoko package) http://bit.ly/cucF8I noted that Tex Hull, co-founder of SPSS, has joined the team at REvolution Computing. http://bit.ly/btmKQO linked Salvio Rodrigues at the Open Source blog, who found that Robert Gentelman's appointment to the...
2008 Oct 27
1
ttkcombobox
Hi, all, (sessionInfo at the end) I've been struggling with the tcltk package and can't seem to get the ttkcombobox to work. Here's an example: library(tcltk) p <- tktoplevel() l <- tclVar() ## I don't know if I'm even calling it correctly cb <- ttkcombobox(p, values = letters[1:4], textvariable = l) tkpack(cb) 1. How do I know when the value of the combobox has
2015 Aug 03
3
[LLVMdev] seeking advice
I recently subscribed to the LLVM and Clang developer mailing lists, and earlier today read a message requesting advice on "Contributing to LLVM Projects". I'm hoping to eventually get involved as well, but with my situation being very different to that described in the referenced thread I got the idea of solliciting advice seperately. If this is not the right place to ask, though,
2009 May 18
4
Portable applications list needed
Howdy, For those of you that don't know, I've got a Google Summer of Code project to make a better test suite for wine. The goal is to test graphical applications to find bugs that aren't tested by the test suite, and to prevent regressions that aren't prevented by it. While programs with installers can be tested, they increase the script complexity quite a bit. Eventually,
2007 Jul 22
4
using R for a reaction-time experiment
I want to use R to run a reaction-time experiment: Something appears on the screen, I respond by typing something (one keystroke), the system measures the speed of my response. R would be great for this if only I didn't have to hit Enter to enter that keystroke. I am doing such experiments now but they require two actions per trial: hit keystroke, hit Enter. Is there some way that R can be