search for: sunken

Displaying 15 results from an estimated 15 matches for "sunken".

Did you mean: sungen
2007 Oct 02
0
[ wxruby-Bugs-14374 ] TextCtrl TE_RICH and SUNKEN_BORDER (WxRuby1.9.1)
...You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=14374&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 3 Submitted By: Christopher Bludau (count_cb) Assigned to: Nobody (None) Summary: TextCtrl TE_RICH and SUNKEN_BORDER (WxRuby1.9.1) Initial Comment: When using a Wx::TextCtrl with Default Style it has a sunken border. When using the style TE_RICH in WxRuby 1.9.0 the sunken border was still visible. But when using the style TE_RICH in WxRuby 1.9.1 the sunken border is gone. You have to manuelly set the sty...
2018 Mar 22
0
Compile time from IR
...860 codegenprepare - Number of GEPs converted to casts 8907 codegenprepare - Number of blocks eliminated 591 codegenprepare - Number of memory instructions whose address computations were sunk 801 codegenprepare - Number of uses of Cast expressions replaced with uses of sunken Casts 203 codegenprepare - Number of uses of Cmp expressions replaced with uses of sunken Cmps 315089 dagcombine - Number of dag nodes combined 135493 isel - Number of blocks selected using DAG 695 isel - Number of entry blocks encountered 9853322...
2011 Nov 28
5
window manager interface commands for linux
How can i replicate this in Linux: source(file.choose()) I've tried source(tkgetOpenFile()) but with no luck
2017 Oct 20
0
What exactly is an dgCMatrix-class. There are so many attributes.
...=bell cap-shape=conical 369 3 cap-shape=convex cap-shape=flat 2934 2539 cap-shape=knobbed cap-shape=sunken 644 24 cap-surface=fibrous cap-surface=grooves 1867 4 cap-surface=scaly cap-surface=smooth 26...
2017 Oct 20
4
What exactly is an dgCMatrix-class. There are so many attributes.
...cap-shape=conical > 369 3 > cap-shape=convex cap-shape=flat > 2934 2539 > cap-shape=knobbed cap-shape=sunken > 644 24 > cap-surface=fibrous cap-surface=grooves > 1867 4 > cap-surface=scaly cap-surface=smooth >...
2017 Oct 20
3
What exactly is an dgCMatrix-class. There are so many attributes.
Dear R list, I came across dgCMatrix. I believe this class is associated with sparse matrix. I see there are 8 attributes to train$data, I am confused why are there so many, some are vectors, what do they do? Here's the R code: library(xgboost) data(agaricus.train, package='xgboost') data(agaricus.test, package='xgboost') train <- agaricus.train test <- agaricus.test
2017 Oct 20
0
What exactly is an dgCMatrix-class. There are so many attributes.
...onical >> 369 3 >> cap-shape=convex cap-shape=flat >> 2934 2539 >> cap-shape=knobbed cap-shape=sunken >> 644 24 >> cap-surface=fibrous cap-surface=grooves >> 1867 4 >> cap-surface=scaly cap-surface=smooth...
2003 Nov 27
1
tcltk - tkcreate question
Hello, i'm trying to translate following tcltk source code, which I found in newsgroup comp.lang.tcl, written by Tom Wilkason, into R Code. proc scrolled_Canvas {base} { frame $base.fm -borderwidth 2 -relief sunken canvas $base.fm.cv -yscrollcommand "$base.fm.cv_vertscrollbar set" scrollbar $base.fm.cv_vertscrollbar -orient vertical \ -command "$base.fm.cv yview" pack $base.fm.cv -side left -fill both -expand true pack $base.fm.cv_vertscrollbar -side right -fill y pack...
2012 Aug 07
0
Trying to build up a user interface with the R tcltk package
...9;t get the tk window. The tcltk program, stored in "smalltst.tcl", which, by the way displays a simple tk window when run from tclsh, is as follows: #! /usr/bin/tclsh package require Tk ttk::frame .c -padding "3 3 12 12" ttk::frame .c.f -borderwidth 5 -relief sunken -width 200 -height 100 ttk::label .c.namelbl -text Name grid .c -column 0 -row 0 -sticky nsew grid .c.f -column 0 -row 0 -columnspan 3 -rowspan 2 -sticky nsew grid .c.namelbl -column 3 -row 0 -columnspan 2 -sticky nw -padx 5 Do you have any comments on this? Thanks, --Sergio....
2017 Oct 21
0
What exactly is an dgCMatrix-class. There are so many attributes.
...puter's RAM. >> cap-shape=bell cap-shape=conical >> 369 3 >> cap-shape=convex cap-shape=flat >> 2934 2539 >> cap-shape=knobbed cap-shape=sunken >> 644 24 >> cap-surface=fibrous cap-surface=grooves >> 1867 4 >> cap-surface=scaly cap-surface=smooth >> 2607 2035 >> cap-...
2018 Jul 29
0
How.
...is high on the list, along with ending murder and putting roses <http://lotasda.ml/lists/lt.php?id=YUgMCQVRGAFQVB1QWlQKVF0F> not just at Blink-182's stairway but also in the barrel of Live's gun and also Guns and Roses; and of course the Doors--congealing around this message tying the sunken city at the Straits of Gibraltar to Groom Lake and to IDE's and rides ... and to Amy Adams and Rachel McAdams <http://lotasda.ml/lists/lt.php?id=YUgBBEpWVwIfVFlRW1YLVg> too--and the idea that separating the "Holy C" from "him" in the letter "d" and the word &...
2017 Oct 21
1
What exactly is an dgCMatrix-class. There are so many attributes.
...- David. > >>> cap-shape=bell cap-shape=conical >>> 369 3 >>> cap-shape=convex cap-shape=flat >>> 2934 2539 >>> cap-shape=knobbed cap-shape=sunken >>> 644 24 >>> cap-surface=fibrous cap-surface=grooves >>> 1867 4 >>> cap-surface=scaly cap-surface=smooth >>> 2607 2035 >>> cap-...
2020 Sep 01
2
[RFC] Framework for Finding and Using Similarity at the IR Level
...Link Consolidate: https://reviews.llvm.org/D86978 <https://reviews.llvm.org/D86978> IROutliner Constants: Elevate constants to arguments when they are not the same in each region. IROutliner Assumes: Handles the special case of llvm.assumes which are removed from extracted regions. IROutliner Sunken Allocas: Handles the case of objects with their lifetimes entirely included in the region, and elevates them to arguments. IROutliner Outputs: Handles the case of multiple different output schemes in different regions. IROutliner Reduce Output Blocks: remove duplicate output scheme plots for output...
2018 Aug 23
0
Total Recall. The sea shall see, how all... Marshall.
...unn <http://marchekay.gq/lists/lt.php?id=YUgFAQNQXE9RUVAdU1wDX1cNVg> (who I connect (in name and ...) to the Jinn of Islam, who it appears to me actually wrote the Koran) and in those stories I read that they believe their very existence is "depenedency linked" to the raising of the sunken city of Atlantis. Even in the words depth and dependency you can see some hidden meaning, and what that implies to me is that we might actually be in a true time simulator (or perhaps "exits to reality" are conditional on waypoints like Atlantis); and that it's possible that they and...
2018 Jul 18
0
ET Y M OSO C A TOAY. Moscow. Hypo-X-Us .... TO DAY ... & AND Y Msg o' Pi ... "e, Ya!" ... at the crossroads of Secord, Oli North and ... Ved
...r/ is high on the list, along with ending murder and putting roses <http://hoyo.cf/lists/lt.php?id=YUgMCQBXGAFRXR1QWlQKVF0F> not just at Blink-182's stairway but also in the barrel of Live's gun and also Guns and Roses; and of course the Doors--congealing around this message tying the sunken city at the Straits of Gibraltar to Groom Lake and to IDE's and rides ... and to Amy Adams and Rachel McAdams <http://hoyo.cf/lists/lt.php?id=YUgFAwMYVgFbGVBZUl0BXlU> too--and the idea that separating the "Holy C" from "him" in the letter "d" and the word &qu...