search for: skate

Displaying 20 results from an estimated 42 matches for "skate".

Did you mean: kate
2011 Nov 06
1
Deleting rows dataframe in R conditional to “if any of (a specific variable) is equal to”
Dear list, I have been struggling for some time now with this code... I have this vector of unique ID "EID" of length 821 extracted from one of my dataframe (skate). It looks like this: > head(skate$EID) [1] "896-19" "895-8" "899-1" "899-5" "899-8" "895-7" I would like to remove the complete rows in another dataframe (t5) if any of the t5$EID is equal (a duplicate) of skate$EID. I was able...
2011 Apr 14
1
Tony Hawk's Pro Skater 2 - keyboard input seems to hang?
...lled wine from the Ubuntu Lucid repositories (wine-1.2.2) and successfully installed THPS2. But after I launch the game, I cannot navigate leftwards in the menu. In other menus the selected item scrolls down (like when a button on a console controller is stuck). With some trouble I can get into a skate session, which runs perfectly, but my skate character keeps on turning left (again like the left key is stuck). Anyone knows what could cause this? Thanks in advance, dvrslype
2007 Jul 07
0
Events in view question
I have taken an example wherein, using Ajax, the values of a second combobox are populated by a change in the primary combobox. The code is shown below. I realise it will seem as though I am asking someone to write the code for me, BUT, can someone please show me, by way of an example how to amend my index.rhtml below to use, say a radio button group instead of a combobox, wherein when you change
2002 Oct 04
0
New High Performance Rink System Installed In Washington State
...Junior Hockey. Both are non-profit groups that make their money through bingo halls in Edmonds and Mountlake Terrace, and pull tab games offered in connection with the Silver Dollar Casino on 220th Street SW in Mountlake Terrace. The new ice center has a new ice surface, lobby, pro shop with new skates and a snack bar. The renovation has added a birthday room, an arcade, a DJ music booth for weekend youth events and special lighting. The parking lot is more open, bright and safe, Urbanski added.
2011 Dec 04
1
Polishing my geom_bar for publication
...t;) + scale_x_discrete(breaks=c("100","102","107","88","90","91","92","93","94","96","98","99"), labels=c("WINTER","SPINYTAIL","BIGELOW'S","SKATES (NS)","THORNY","SMOOTH","ABYSSAL","LITTLE","DEEPWATER","JENSEN'S","WHITE","SOFT")) + ylab("Abundance (fish/tow)") + coord_flip() + theme_bw() + opts(axis.title.x = theme_text(size = 10)) +...
2008 Oct 13
1
Blowing up portions of a graph
Hi, I have a really large graph and would like to zoom in on portions of the graph and post them as blocks below the graph.Is there an add on package to do this? -- Rajesh.J ------------------------------------------------------------ "I skate to where the puck is going to be, not where it has been." - Wayne Gretzky ------------------------------------------------------------- [[alternative HTML version deleted]]
2019 Feb 22
2
time to say good-bye to win 7 / printer is the last blocker
I have picked up the HP LaserJet 1022n on eBay. It is black and white only, but works well with Linux and all versions of Windows I have available. They are generally inexpensive on eBay and the tone is cheap. I can get 4 toner cartridges for around $25 on eBay. It is small, dependable, and makes a good second printer. Most printing is usually black and white. I actually have 3 of them
2019 Feb 25
11
RFC for f18+runtimes in LLVM
Hi, everyone, As you may know, NVIDIA has developed an open-source Fortran frontend for LLVM (http://flang-compiler.org), which consists of the flang frontend itself along with the corresponding Fortran runtime library. The existing frontend's code is mostly written in C, and while a production-quality implementation, does not follow modern software-engineering practices. Our long-standing
2008 Mar 15
3
empty array
Hi the list Is it possible to create an empty matrix ? I do not mean an matrix with a single value that is NA (which is not empty) but a real empty one, with length=0. I do not understand why we have length(numeric()), length(factor()) and length(character()) to zero, and length(array()) to one... Any rason for that ? Thanks Christophe
2016 Apr 04
2
RFC: Constant folding math functions for long double
Hi Joerg, > IMO if constant folding of transcendental functions makes a significant difference for your program, you likely are doing something strange already. Alas it's not as simple as that. Currently, if you declare: std::uniform_real_distribution<float> x; LLVM emits two calls to logl() with constant arguments, a fdiv and a fptoui. Libc++'s implementation is consumed and
2020 Jun 15
4
Voice "broken" during calls
Hi, We are working on a product to analyze pcap files of VoIP calls. So far it does a reasonable job of analyzing the frequency distribution of packets in both directions, pointing out which direction packet loss / bad jitter occurs.  If you can trap the traffic on the outside and the inside of your Banana Pi and send me the pcap files, I would be happy to run it through our analyzer as
2005 Aug 19
2
problem with USB conection
Regards I am installing NUT for the UPS Skate UPS-2200D, the UPS have conection with USB to PC and i have problems to configure nut the ups is conected and Linux report this config Aug 19 23:34:56 dakota kernel: [22393.099595] usb 2-2: new low speed USB device using uhci_hcd and address 7 Aug 19 23:35:06 dakota kernel: [22403.186326] usb 2-2:...
2014 May 05
1
SYSLINUX PXE LOCALBOOT Bitlockers
...s in the TPM spec: http://technet.microsoft.com/en-us/library/ee706521(v=ws.10).aspx#BKMK_depopt3 Bear in mind though that this would make it trivial to load malicious code before boot, defeating a key piece of BitLocker's protection. For example, anyone could pop Kon Boot into the machine and skate through login, something that would be blocked were this particular protection not disabled. I hope that helps, good luck!--Ian > Date: Fri, 2 May 2014 19:08:27 -0400 > From: gene.cumm at gmail.com > To: ian at internals.io > CC: syslinux at zytor.com; matthew.taylor at chevron.com &g...
2019 Feb 26
2
RFC for f18+runtimes in LLVM
On Mon, Feb 25, 2019 at 2:45 PM Chandler Carruth via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Mon, Feb 25, 2019 at 10:06 AM Stephen Scalpone via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> * The current f18 code will be committed to the new LLVM subproject. The >> f18 code is a set of libraries that implements the Fortran compiler. >>
2016 Apr 04
3
RFC: Constant folding math functions for long double
Hi, If you're interested, include/bits/random.tcc:3312 (std::generate_canonical()). I wish I could just point people at libc++, but that's outside of my control. As for fixing the library, that horse bolted some time ago. Cheers, James On Mon, 4 Apr 2016 at 18:50 Stephen Canon <scanon at apple.com> wrote: > That sounds like a library issue that qualifies as “somewhat
2016 Apr 04
9
RFC: Constant folding math functions for long double
Hi, Clang is currently unable to constant fold calls to math.h functions such as logl(), expl() etc. The problem is that APFloat doesn't have these functions, so Clang is forced to rely on the host math library. Because long double isn't portable, we only ever query the host math library for double or float results. I can see three methods for allowing constant folding for types that
2019 Feb 26
2
RFC for f18+runtimes in LLVM
On Mon, Feb 25, 2019 at 5:46 PM Chandler Carruth via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Mon, Feb 25, 2019 at 10:06 AM Stephen Scalpone via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> * The current f18 code will be committed to the new LLVM subproject. The >> f18 code is a set of libraries that implements the Fortran compiler. >>
2006 Aug 09
1
How to Disable Callbacks on a Model
Does anyone know how to disable a model''s callbacks? I have a routine that increments a page_view counter for various model objects in an after_filter in my ApplicationController. I call this: increment_page_view() Rather that checking through the trace array in each model callback for "increment_page_view" I''d rather disable the callbacks from inside
2020 Jun 15
0
Voice "broken" during calls
Am 15.06.2020 um 20:15 schrieb Jeff LaCoursiere: Hi Jeff, > We are working on a product to analyze pcap files of VoIP calls.  So far > it does a reasonable job of analyzing the frequency distribution of > packets in both directions, pointing out which direction packet loss / > bad jitter occurs.  If you can trap the traffic on the outside and the > inside of your Banana Pi and
2019 Feb 22
0
time to say good-bye to win 7 / printer is the last blocker
Styma, Robert (Nokia - US/Phoenix) wrote: > I have picked up the HP LaserJet 1022n on eBay. It is black and white > only, but works well with Linux and all versions of Windows I have > available. They are generally inexpensive on eBay and the tone is cheap. > I can get 4 toner cartridges for around $25 on eBay. It is small, > dependable, and makes a good second printer. Most