search for: baltic

Displaying 16 results from an estimated 16 matches for "baltic".

Did you mean: baltico
2010 Oct 19
5
For-loop dummy variables?
Hi everyone, I've got a dataset with 12,000 observations. One of the variables (cleary$D1) is for an individual's country, coded 1 - 15. I'd like to create a dummy variable for the Baltic states which are coded 4,6, and 7. In other words, as a dummy variable Baltic states would be coded 1, else 0. I've attempted the following for loop: dummy <- matrix(NA, nrow=nrow(cleary), ncol=1) for (i in 1:length(cleary$D1)){ if (cleary$D1 == 4){dummy[i] = 1} else {dummy[i] = 0} } U...
2010 Oct 05
2
A program don't work from 1.2-1.3.4(I'll said in detail)
...en use checkinstall to package it) The program is a game which is Japanes Story Game(AVG).And gecko IE also doesn't work (in 10.04,gecko 0.9-1.1) Before compiled,I edited wine.inf.in(which in ./tools/) =================================================== [Fonts] HHKLM,%FontSubStr%,"Arial Baltic,186",,"WenQuanYi Micro Hei Mono" HKLM,%FontSubStr%,"Arial CE,238",,"WenQuanYi Micro Hei Mono" HKLM,%FontSubStr%,"Arial CYR,204",,"WenQuanYi Micro Hei Mono" HKLM,%FontSubStr%,"Arial Greek,161",,"WenQuanYi Micro Hei Mono" HKLM...
2005 May 22
2
Maps, Eastern Europe
...presentation. My idea was to use: library(mapdata) map("worldHires", c("Austria", "Switzerland", "Germany")) where I include all countries from my analysis as a vector of character strings like in the example above. Unfortunately, I was unable to specify the Baltic States (Latvia, Lithuania, Estonia) or the Czech Republic. Initially, I thought I misspelled the country names. To avoid this obvious error, I checked within 'mapdata_2.0-14.tar.gz' the file 'worldHires.names'. To my surprise, the spelling was not the source of the error - it was r...
2003 Oct 22
1
FW: smbsh problem - please help
...And once the installation is complete everything else works fine. However, smbsh isn't installed. The actual binary isn't installed and hence if I type smbsh then I get the message "smbsh: command not found". Please help... Ali Abedi Systems Administration Manager BIS Ltd | Baltic Exchange | 38 St Mary Axe | London | EC3A 8BH | United Kingdom T: 0845 355 5100 | D: 020 7861 9334 | M: 077 6490 6182 W: www.bis-internet.co.uk | E: ali.abedi@bis-internet.co.uk This email and any attachments herewith are solely for the use of the intended recipient. If you receive this email and a...
2009 Jun 15
1
Windows app demonstrating speex playback?
I'm developing a small linux/speex-based audio streaming (VoIP-like) application, and am looking for a binary windows app that can play speex content (at least from a file, preferably from an IP data stream) out through the windows sound system. This would be very helpful as a test tool. Any recommendations? I'd prefer a binary as I don't have development environment available for
2004 May 14
3
Psssst. The US is asleep - let's talk intern ationalization !!!
...ionalization !!! Stephan Wik wrote: > Splendid. Do we get a > > us - American English > en - English We certainly need to look into country variants. Since we have learned quite a lot, I think we're ready to go for en_us and en_uk Also to let the friends on the other side of the Baltic sea add se_fi :-) Let's investigate adding that. "I say tomaaaato, you say tomatooo" :-) En_us: "Monkeys have captured your PBX and left by subway." En_uk: "Monkeys have captured your PBX and left by underground." Or? /O _______________________________________...
2011 Oct 08
2
Connecting points over missing observations in Lattice
...ot;) y2 has missing data for some of the observations and some points are therefore not connected. It would make theoretical sense to connect the points - is there a way of doing that? (Without filling the obserations using package 'zoo'). Thanks, Allan -- DrAllan Sikk Lecturer in Baltic Politics University College London, School of Slavonic and East European Studies 16 Taviton St, London WC1H 0BW, United Kingdom tel: +44 (0)20 7679 4872 http://www.homepages.ucl.ac.uk/~tjmsasi/ [[alternative HTML version deleted]]
2009 Jun 20
2
Speex for TI MSP430 microcontroller - estimating CPU speed requirements?
Interested in building a speex codec (basically audio <-> speex <-> data stream) using TI's small MSP430 microcontroller. Is there any way to estimate feasibility based on CPU requirements? Example - speex is happily encoding on an old Pentium-1 processor (166 MHz) using about half the CPU (as reported under Linux); the TI microcontrollers are much slower yet (8-16-25 MHz) and
2008 Oct 17
0
Wine release 1.0.1
...2: Only enable FD_WRITE on short sends. Daniel Santos (1): ws2_32: WSASendTo() should clear last error on success. Dmitry Timoshkov (3): gdi32: Extend the font substitution test, make it pass under Wine. gdi32: Use 0xffff as a default character as Vista does. wine.inf: Add Baltic font substitutions. Francois Gouget (1): notepad: Remove spaces before '\n' in the Chinese resources. Hans Leidekker (1): wininet: Clear last error upon successful return from HttpSendRequest. Henri Verbeet (1): msvcrt: Don't depend on the system's implementatio...
2016 Jun 16
0
Wine release 1.8.3
...Coverity). Andrey Gusev (1): kernel32/nls: Update currency name and fix a typo. André Hentschel (2): xaudio2_7: Check return of IAudioClient_Start (Coverity). shell32: Provide helper function a buffer of correct size. Aurimas Fišeras (1): kernel32/nls: Update currency for Baltic states. Austin English (8): include: Fix GetCurrentConsoleFontEx/SetCurrentConsoleFontEx definition. oleaut32: Add OleLoadPictureFile stub. wine.inf: Create Microsoft Shared/TextConv directory. kernel32: Add GetConsoleFontInfo stub. winscard: Add stubs for SCardListRe...
2016 Apr 29
0
Wine release 1.9.9
...1): user32: Grammar fix. Andrey Gusev (2): po: Update Ukrainian translation. kernel32/nls: Update currency name and fix a typo. Aric Stewart (1): winex11.drv: Improve setting IME result text with no composition. Aurimas Fišeras (1): kernel32/nls: Update currency for Baltic states. Austin English (7): wine.inf: Create Microsoft Shared/TextConv directory. kernel32: Add GetConsoleFontInfo stub. hal: Add READ_PORT_UCHAR stub. hal: Add WRITE_PORT_ULONG stub. fsutil: Add stub program. winsta: Add a stub for WinStationEnumerateW. k...
2009 Feb 27
0
Wine release 1.1.16
...on Vista. gdi32/tests: GetTextFaceA called with a NULL buffer returns 0 on win98 and winMe. gdi32/tests: Win98 and WinMe actually do set error codes. gdi32/tests: Win9x doesn't ensure the facename is nul terminated. Compare the logfont one element at a time. gdi32: In a Baltic locale the last char of a symbol font is reported as 0xf8fd rather than 0xf0ff. gdi32/tests: Allow the first char code to point to glyph 0 (the .notdef glyph). inetcomm/tests: Object is a static singleton on win95. inetcomm/tests: AddRef on the stream doesn't return the ref co...
2008 Jun 27
0
Wine release 1.1.0
..._INSUFFICIENT_BUFFER like win2k3 and vista do. winmm: Add the tests for mmioOpen and mmioSetBuffer, make them pass under Wine. winmm: Clear the fccType in mmioDescend for a not RIFF/LIST case. gdi32: Add a test for combined mapping mode/world transform changes. wine.inf: Add Baltic font substitutions. gdi32: Extend the font substitution test, make it pass under Wine. gdi32: Make GetOutlineTextMetrics set tmDigitizedAspectX/Y to real values as GetTextMetrics does. gdi32: Perform font height scaling with higher precision. gdi32: Initialize otmMacAscent,...
2006 Jan 03
1
Domain-member and simple read and readwrite file-permissions based on group-membership
Hi, I'm pretty confused about using samba as domain-member and file-server. Assuming i have a couple of windows-users on my active directory server and there are mainly 2 groups defined in the AD: ReadOnlyGroup and WriteOnlyGroup. On my samba-server there is one share which should be used by both groups and i want users in the WriteOnlyGroup to have the permission to modify/ delete all
2006 Jun 21
2
ZFS and Virtualization
Hi experts, I have few issues about ZFS and virtualization: [b]Virtualization and performance[/b] When filesystem traffic occurs on a zpool containing only spindles dedicated to this zpool i/o can be distributed evenly. When the zpool is located on a lun sliced from a raid group shared by multiple systems the capability of doing i/o from this zpool will be limited. Avoiding or limiting i/o to
2007 May 05
13
Optimal strategy (add or replace disks) to build a cheap and raidz?
Hello, i have an 8 port sata-controller and i don''t want to spend the money for 8 x 750 GB Sata Disks right now. I''m thinking about an optimal way of building a growing raidz-pool without loosing any data. As far as i know there are two ways to achieve this: - Adding 750 GB Disks from time to time. But this would lead to multiple groups with multiple redundancy/parity disks. I