search for: 1848

Displaying 20 results from an estimated 109 matches for "1848".

Did you mean: 184
2011 Nov 15
2
using tapply() with the quantile function?
...d. This returns a result. It is not in the format I wanted but I can work on that as soon as I get the percentile function working. I am hoping to get a list which I can write to a text file so I can join the data back into my GIS based on the Grid ID. For example: Grid_ID, MeanAverageResponseTime 1848, 450 (or some number) 1849, 470 1850, 389 etc etc Problem: I am expecting that this command will give me the 90th percentile "tapply(Cape, Cape $ Grid_ID, quantile(Cape $ ResponseTime, 0.9))". However the error message that is returned is: "Error in match.fun(FUN) : 'quan...
2016 Sep 16
0
CEBA-2016:1848 CentOS 7 tuned BugFix Update
CentOS Errata and Bugfix Advisory 2016:1848 Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-1848.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 316ae9e334ab1c4a72184b5a47393b4c1f651341d1708616d470d1d8bc00ae22 tuned-2.5.1-4.el7_2.6.noarch.rpm f4...
2013 Dec 17
0
CEBA-2013:1848 CentOS 6 pcs Update
CentOS Errata and Bugfix Advisory 2013:1848 Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-1848.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 8974a573add7ed9ccc28907b4440c129f6c563c008119c0fc921afa74c02b8fd pcs-0.9.90-2.el6.centos.2.noarch.rpm...
2007 Mar 23
1
getent passwd / wbinfo -u timeout
...ntl64(3, F_GETFD) = 0 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 connect(3, {sa_family=AF_FILE, path="/tmp/.winbindd/pipe"}, 110) = 0 select(4, [3], NULL, NULL, {0, 0}) = 0 (Timeout) write(3, "8\7\0\0\0\0\0\0\f}\0\0\0\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1848) = 1848 select(4, [3], NULL, NULL, {5, 0}) = 1 (in [3], left {5, 0}) read(3, "\250\f\0\0\2\0\0\0\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 3240) = 3240 select(4, [3], NULL, NULL, {0, 0}) = 0 (Timeout) write(3, "8\7\0\0&\0\0\0\f}\0\0\0\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0&quot...
2013 Dec 18
0
CentOS-announce Digest, Vol 106, Issue 10
...p' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CEBA-2013:1848 CentOS 6 pcs Update (Johnny Hughes) 2. CEBA-2013:1845 CentOS 6 yum Update (Johnny Hughes) 3. CESA-2013:1850 Important CentOS 6 openjpeg Update (Johnny Hughes) ---------------------------------------------------------------------- Message: 1 Date: Tue, 17 Dec 2013 13:24:08 +0000 From: Joh...
2015 Sep 01
2
R doesn't compile on FreeBSD 10.2
...pabilities skipped: Options not enabled: memory profiling Recommended packages: yes "make" completes, and "make check" again fails in datetime.R: > Sys.setenv(TZ = "Europe/London") # pretty much portable. > (z <- as.POSIXct("1848-01-01 12:00")) Error in as.POSIXlt.character(x, tz, ...) : character string is not in a standard unambiguous format The next date check is fine, though: > (z <- as.POSIXct("2040-01-01 12:00")) [1] "2040-01-01 12:00:00 GMT" as was the 1848 one when TZ=...
2013 Mar 12
5
extract values
...uot;, "1832", "1833", "1834", "1835", "1836", "1837", "1838", "1839", "1840", "1841", "1842", "1843", "1844", "1845", "1846", "1847", "1848", "1849", "1850", "1851", "1852", "1853", "1854", "1855", "1856", "1857", "1858", "1859", "1860", "1861", "1862", "1863", "1864", &quo...
2015 Sep 01
0
R doesn't compile on FreeBSD 10.2
...not enabled: memory profiling > > Recommended packages: yes > > "make" completes, and "make check" again fails in datetime.R: > > > Sys.setenv(TZ = "Europe/London") # pretty much portable. > > (z <- as.POSIXct("1848-01-01 12:00")) > Error in as.POSIXlt.character(x, tz, ...) : > character string is not in a standard unambiguous format > > The next date check is fine, though: > > (z <- as.POSIXct("2040-01-01 12:00")) > [1] "2040-01-01 12:00:00 GMT&quo...
2013 Feb 08
1
ClassNotFoundException when running distributed job using rJava package
...known Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:969) at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848) at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328) at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946) at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870...
2009 Aug 26
0
[LLVMdev] Slow jitter.
...that disassembles into a 240K lines LLVM assembly file, -fast-isel-verbose outputs ~7600 missed instructions. There are lots of loads/stores of boolean values (i1), bitcasts and calls. store i1 : 1802 occurrences (23%) load i1* : 1076 occurrences (13%) call : 2590 occurrences (34%) bitcast : 1848 occurrences (24%) Almost all the calls have void return value and use the sret attribute. I can send the bytecode file to anyone interested. -- Óscar
2013 Jan 31
2
[LLVMdev] std::string suffices for Init* argument?
Hi Jakob, How is `FieldName`, which is a std::string, being passed as the third argument to SetValue on line 1848 of TGParser.cpp, which is declared as being an Init*? The nearly identical (FIXME) codepath in ParseDeclaration immediately puts the string into a StringInit, which makes sense, but how on earth is the std::string being passed in? This is really freaking me out. -- Sean Silva
2005 Aug 01
1
Moving folder issue
...tters.*" 1844 close 1845 rename "eBay.Sales - Current.Ready to post.lollipop letters" "eBay.Sales - Complete.lollipop letters" 1846 subscribe "eBay.Sales - Complete.lollipop letters" 1847 unsubscribe "eBay.Sales - Current.Ready to post.lollipop letters" 1848 select "eBay.Sales - Complete.lollipop letters" out log: 1843 OK Lsub completed. 1844 OK Close completed. 1845 OK Rename completed. 1846 OK Subscribe completed. 1847 OK Unsubscribe completed. 1848 NO Internal error occured. Refer to server log for more information. [2005-08-01 20:59:50]...
2003 May 20
0
Statup problem
...}, 110) = -1 ENOENT (No such file or directory) close(3) = 0 unlink("/var/run/asterisk.pid") = -1 ENOENT (No such file or directory) open("/var/run/asterisk.pid", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3 getpid() = 1848 fstat64(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 write(3, "1848\n", 5) = 5 close(3) = 0 munmap(0x40018000, 4096) = 0 fork()...
2015 Feb 27
2
Samba 4, winbind and Active Directory integration Microsoft Windows Services for UNIX
...th Windows Services for UNIX AD member: CentOS 6.6, sernet-samba-4.1.14-9 Please note: not all users and groups listed in AD have got a uidNumber and gidNumber? Is this a problem? Kind regards, Martin Martin Markert Systems Integrator Tuerkenstr. 89, 80799 M?nchen / Germany Phone +49 89 3809-1848 EMail MMarkert at arri.de Visit us on Facebook!________________________________ [http://www.arricommercial.de/wp-content/uploads/2015/02/2015-02-25-ARRI-Media_E-mail-Signatur_Oscar.jpg] <http://www.arri.de/filmtv> Get all the latest information from www.arri.de/filmtv<http://www.arri...
2013 Apr 07
2
group data in classes
...[196] 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 [211] 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 [226] 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 [241] 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 [256] 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 [271] 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 [286] 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 [301] 1898 1899 1900 1901 1902 1903...
2001 Feb 28
1
re: Spatial stats: R vs. Splus
...eth Nordstr?m Kenneth.Nordstrom at oulu.fi Professor of Statistics Head of Statistics Division Dept of Math Sciences Tel: +358-8-553 1829 Univ of Oulu +358-8-553 1820 (secr) P.O. Box 3000 Fax: +358-8-553 1848 FIN-90014 Univ of Oulu FINLAND http://stat.oulu.fi/nordstrom/ ...................................................................... -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwi...
2015 Jun 08
1
Active Directory group membership changes not reflected in winbind information
Hi Volker, thank you for your answer. What do you mean? Restarting winbind? Kind regards, Martin > Martin Markert Systems Integrator Tuerkenstr. 89, 80799 M?nchen / Germany Phone +49 89 3809-1848 EMail MMarkert at arri.de Visit us on Facebook!Am 08.06.2015 um 13:06 schrieb Volker Lendecke <Volker.Lendecke at SerNet.DE>: > > On Mon, Jun 08, 2015 at 10:46:33AM +0000, Markert, Martin wrote: >> Hi, >> I?ve added an existing group (?2d3d?) to an existing user (?jschop...
2009 Aug 26
2
[LLVMdev] Slow jitter.
On Aug 26, 2009, at 8:32 AM, Chris Lattner <clattner at apple.com> wrote: > On Aug 26, 2009, at 7:47 AM, Óscar Fuentes wrote: >>> Also if you use -time-passes with llc it should show which pass in >>> llc >>> takes so much time. >> >> These are the three main culprits for llc -O0 >> >> ---User Time--- --System Time-- --User+System--
2010 May 14
2
operations between two aggregated data frames?
...1 > yeari_2 A date category 3 137 12063 1 8 19 12105 1 9 80 11174 1 10 94 12413 1 # Get differences of all pairs: > result <- outer(yeari_1[[2]],yeari_2[[2]],'-') > result [,1] [,2] [,3] [,4] [1,] 1526 1484 2415 1176 [2,] 959 917 1848 609 # Now, merge the results with the results from all the earlier iterations for previous values of i, increment i to the next value, and repeat. ---- Ideally, I could accomplish this in some sort of vectorized manner, although the Force is not yet strong with me. Any ideas would be apprecia...
2008 Mar 07
1
Trouble with R CMD check
...-Ic:/PROGRA~1/R/R-24~1.1/include -Wall -O2 -std=gnu99 -c heftall.c -o heftall.o heftall.c: In function `sheft': heftall.c:301: warning: 'nintx' might be used uninitialized in this function heftall.c:301: warning: 'addi' might be used uninitialized in this function heftall.c:1848: warning: 'loloc' might be used uninitialized in this function heftall.c:1848: warning: 'uploc' might be used uninitialized in this function heftall.c:1848: warning: 'nowloc1' might be used uninitialized in this function gcc -Ic:/PROGRA~1/R/R-24~1.1/include -Wall -O2 -std...