text
stringlengths
23
30.4k
embeddings_A
list
embeddings_B
list
Let's say I need to write a test for the front end, in the following BDD style: A user visits buysomething.com, saves something to their wishlist, and a saved item count is updated. The result of the test is that DOM gets manipulated. In my heart I feel this is better suited as an integration test - but my team is currently using jasmine to load fixtures and test such interactions. This can lead to brittle tests as they are reliant on a static fixtures instead of the actual markup. Are we misusing Jasmine here?
[ 0.005087763071060181, 0.0030962275341153145, -0.004332386422902346, -0.0037124506197869778, 0.0038688331842422485, -0.006221375428140163, 0.008235832676291466, 0.010327829979360104, -0.010054400190711021, -0.0062701767310500145, -0.01814802922308445, 0.004095765762031078, -0.0086015574634075...
[ 0.6611714959144592, 0.006534329149872065, 0.4021849036216736, 0.25571173429489136, 0.11153044551610947, -0.2271120697259903, 0.24013252556324005, -0.49354901909828186, 0.32952260971069336, -0.1964949667453766, 0.39043647050857544, 0.570805013179779, -0.045995548367500305, 0.204792425036430...
I've read a paper where they compute an $F$-test for the hypothesis that the autocorrelations of two groups are equal. Specifically, they estimate the autocorrelations of two time series $x_t$ and $y_t$ via OLS: $$y_t = a_1 + b_1y_{t-1} + e_t$$ $$x_t = a_2 + b_2x_{t-1} + e_t$$ Now they test the null hypothesis that $b_1 = b_2$ with an $F$-test. My question is, how can I do that, and which particular test statistic do I have to use? Best regards, Christian
[ -0.0050530023872852325, 0.014221708290278912, -0.019560812041163445, 0.00735205365344882, -0.011182678863406181, 0.0007071206346154213, 0.006855522282421589, -0.010133092291653156, -0.012442915700376034, 0.006875974126160145, -0.02254674583673477, 0.0055896141566336155, -0.02170039340853691,...
[ 0.12631165981292725, 0.1640537828207016, 0.123905248939991, -0.08373036235570908, -0.05636342614889145, 0.2746529281139374, 0.1434749811887741, 0.0453585647046566, -0.3562523126602173, -0.4985469877719879, 0.11232564598321915, 0.3359518349170685, -0.20731709897518158, 0.457895964384079, ...
With very little data, the great mathematician Gauss was able to predict the exact location of where to find the asteroid Ceres. If possible I would like a reconstruction of his work, from the data that he had at his disposal and the rest of his calculations. Is the data available somewhere?
[ -0.0013248655013740063, 0.010227278806269169, 0.0006003218586556613, 0.002542058238759637, -0.00565566448494792, -0.0013036222662776709, 0.0096972044557333, -0.04167536646127701, -0.022174779325723648, 0.020946791395545006, 0.007967114448547363, 0.02307276614010334, -0.009236406534910202, ...
[ 0.2527570128440857, 0.1608830839395523, 0.07686200737953186, 0.2867712080478668, 0.1311609447002411, 0.3327590525150299, -0.5085726976394653, 0.5670617818832397, -0.38357114791870117, -0.6557185649871826, -0.009859816171228886, 0.03087317757308483, 0.1575067937374115, 0.7375264763832092, ...
I have the shape file for DC PSA's as defined in 2012 (see below). I would like to be able to identify in semi-automatic fashion which PSA's are neighbors - that is, which PSA's are nearest neighbors to one another (for example, 201 and 401 are nearest neighbors). With this information, one could define a sort of spatial distance metric between PSA $i$ and PSA $j$, call it $d(i,j)$, populating a distance matrix, call it $D$. Then $d(i,j)=0$ is pure autocorrelation (it is the diagonal of $D$). If $d(i,j)=1$, you have nearest neighbor spatial autocorrelation. One can then handle $d(i,j)>1$ separately. With certain physical systems this seems like a simplistic but natural way of thinking about distance. Does anyone know of a simple way to be able to calculate $d(i,j)$ as define here, without doing it manually? ![DC PSA Map 2012](http://www.neighborhoodinfodc.org/psa12/psa_2012.jpg)
[ 0.0034046825021505356, 0.009796985425055027, -0.006448151543736458, 0.021170714870095253, 0.00338554079644382, 0.007411173079162836, 0.006914336699992418, 0.009815886616706848, -0.013029173016548157, 0.0007353196851909161, -0.0020859811920672655, 0.001434509176760912, -0.0015864284941926599,...
[ 0.283185750246048, -0.16374579071998596, 0.7451604008674622, -0.1245853453874588, -0.08048845082521439, 0.4199873208999634, -0.1306004524230957, -0.3372403383255005, 0.14755186438560486, -0.6884947419166565, 0.10146878659725189, 0.0019830316305160522, 0.1431063860654831, 0.1754591614007949...
I cannot start the Wifi Hotspot on Fedora 20 Mate Desktop Environment from NetworkManager. But when i log off and login to GNOME i am able to start it. I read some stuffs about hostapd but couldn't figure out. But as i can start the Hotspot on Gnome i guess my wifi interface definitely supports AP mode (read somewhere that it is required.). Now what am i missing here.? I installed hostapd which i think wasn't on my system and tried to change some configuration in hostapd.conf but could never start the service. This is how my conf file looks like : rsn_pairwise=CCMP interface=wlp3s0 driver=nl80211 ssid=xxxxxx hw_mode=g channel=6 macaddr_acl=0 auth_algs=1 ignore_broadcast_ssid=0 wpa=3 wpa_passphrase=xxxxxx wpa_key_mgmt=WPA-PSK wpa_pairwise=TKIP Error when i try to start the service. Sep 02 19:51:53 kingsTP hostapd[16470]: Configuration file: /etc/hostapd/hostapd.conf Sep 02 19:51:53 kingsTP hostapd[16470]: nl80211: Failed to set interface wlp3s0 into AP mode Sep 02 19:51:53 kingsTP hostapd[16470]: nl80211 driver initialization failed. Sep 02 19:51:53 kingsTP systemd[1]: hostapd.service: control process exited, code=exited status=1 Sep 02 19:51:53 kingsTP systemd[1]: Failed to start Hostapd IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator. But how come Gnome Network manager is able to start the hostpot even without hostapd. What is difference between this two environments. What exactly is required for running a hostspot and how to make it work on MATE.
[ -0.02109680324792862, 0.0028204249683767557, -0.0014091022312641144, 0.02222251147031784, -0.030389118939638138, -0.00819944217801094, 0.009146759286522865, 0.017231784760951996, -0.016103610396385193, 0.01662443019449711, -0.011738116852939129, 0.011735856533050537, -0.021719664335250854, ...
[ 0.3422202169895172, 0.14244122803211212, 0.41498687863349915, -0.008524778299033642, -0.24271798133850098, -0.3102164566516876, 0.5333748459815979, 0.245011568069458, -0.3334714472293854, -0.8608346581459045, -0.17705796658992767, 0.6073195934295654, -0.559562087059021, 0.18678325414657593...
This is a rather simple question, but I've been having trouble. My simplest goal is to be able to easily adjust my frame environment so that its displays like this: **First-line -- I want this BOLD** * Bullet one * Bullet two The below code works fine... however, I'd like to avoid typing textbf{} at the beginning of each line and just have every frame defined in this way. \begin{frame}{Frame title} \textbf{First line -- I want this BOLD} \begin{itemize} \item Bullet one \item Bullet two \end{itemize} \end{frame} * * * If this is easy enough to tweak, what I'd really like to do is have all of the itemizing and sub-itemizing to follow this format: **Size 16** * Size 14 (with circle bullet point) * Size 14 (with circle bullet point) * Size 12 (with dash bullet point) Is there a way to do this?
[ 0.0058956691063940525, 0.021538492292165756, -0.0076809232123196125, 0.0065168836154043674, 0.010141819715499878, -0.008704195730388165, 0.008425015956163406, 0.04498162120580673, -0.017319776117801666, 0.019429586827754974, -0.01915690302848816, 0.005329545121639967, -0.012824664823710918, ...
[ 0.1593468338251114, 0.11652755737304688, 0.4498925805091858, -0.28325775265693665, -0.4331706464290619, 0.43125614523887634, -0.06929593533277512, -0.5358014106750488, -0.1942087709903717, -0.8558010458946228, 0.22545406222343445, 0.45327940583229065, -0.43625834584236145, -0.0572619028389...
Lets say I have a state vector $\left|\Psi(t)\right\rangle$ in a position space with an orthonormal position basis. If I now use an operator $\hat{p}$ on this basis I will get basis which corresponds to a momentum space and projections of a $\left|\Psi(t)\right\rangle$ on these base vectors will now be $\left|\Psi(p,t)\right\rangle$? In other words. Do operators transform basis or a state vector or both?
[ 0.0031085889786481857, 0.016687795519828796, 0.0008409873116761446, 0.02636629529297352, 0.011573360301554203, 0.0005183795001357794, 0.009024841710925102, -0.019308578222990036, -0.007114205975085497, -0.0015544379130005836, -0.01678730919957161, 0.022876175120472908, 0.00514310272410512, ...
[ -0.1269039362668991, -0.6811970472335815, 0.4632364511489868, 0.08159167319536209, 0.04561161994934082, 0.2792718708515167, -0.12043198198080063, -0.32708901166915894, 0.20509572327136993, -0.6656187176704407, -0.005333996843546629, 0.4816136360168457, -0.21222509443759918, 0.3906728923320...
Commentators such as HD sometimes mention that a worker advantage in the early game is of extreme importance since it has an "exponential effect" (here's an example video which mentions that at the start). While I agree workers have a large impact in the early game, it seems to me that 1. Worker production rate is usually capped by building/larva limits rather than mineral balance, so losing an early worker or two doesn't necessarily mean the next workers will be produced slower. 2. I always thought that in the late game it doesn't really matter if one player have a couple of workers more, when the workers already count in the dozens. So it seems to me the impact of having an early worker disadvantage doesn't have an increasing effect - just losing a more-or-less fixed amount of money for the lost mining time. If anything, it has the most effect on the early game, where every single unit matters. Could somehow explain what is the true impact of early worker disadvantage, and why do people say it's exponential?
[ 0.0003190808929502964, 0.0129039715975523, -0.007364493794739246, 0.015803294256329536, 0.016714442521333694, 0.01380800548940897, 0.008747981861233711, -0.014378178864717484, -0.01057093869894743, -0.014780568890273571, -0.012925541028380394, 0.019089359790086746, -0.017156068235635757, 0...
[ 0.2093239724636078, -0.08089355379343033, 0.040379419922828674, 0.17770065367221832, -0.019040696322917938, -0.045765411108732224, -0.11331266164779663, 0.0070303515531122684, 0.0316317118704319, -0.6737286448478699, 0.013664638623595238, 0.38249409198760986, 0.1633942723274231, 0.23139673...
I have installed vsftpd in redhat. Everything was file untill I fould that when I log into ftp server using: > ftp localhost `or fileZilla` I get following errors: ERROR: - 500 OOPS: cannot change directory:/foo * * * Also, when I change the log directory from - /var/log/xferlog to - /usr/local/data Then I get: 500 OOPS: failed to open xferlog log file:/usr/local/data/vsftpd.log From this link the SOLUTION seems to be: This happens because SELinux isn’t properly configured for your ftp service. Either disable SELinux or configure it for ftp. To disable SELinux, edit /etc/selinux/config and set “SELINUX=disabled”, then reboot. How do I enable ftp without disableing SElinux?
[ -0.0036040772683918476, 0.004943314008414745, -0.008227623999118805, 0.016701292246580124, -0.0060070594772696495, -0.012182065285742283, 0.010784863494336605, 0.027598626911640167, -0.014680984430015087, -0.0225797388702631, -0.017827466130256653, 0.00870073027908802, -0.01679513044655323, ...
[ 0.08937501162290573, -0.16723822057247162, 0.7523252964019775, -0.32279160618782043, -0.07891592383384705, -0.18430696427822113, 0.5087449550628662, -0.26545125246047974, -0.39361950755119324, -0.878954291343689, 0.19985228776931763, 0.773444652557373, -0.6665652990341187, 0.15385645627975...
I want to achieve something like this: ![enter image description here](http://i.stack.imgur.com/HzkRw.png) Here the various versions of windows need to be in bullet-ed format. I have used the `multicols` package to achieve a bit of this. The MWE is as follows : \documentclass{article} \usepackage{multicol} \begin{document} \begin{itemize} \item Test: \begin{multicols}{2} Windows \columnbreak Windows XP \\ Windows Vista \\ Windows 7 \\ Windows 8.1 \end{multicols} \end{itemize} \end{document} ![enter image description here](http://i.stack.imgur.com/wkw13.png) Also, the distance between the `item` **test** and **Windows** need to be reduced
[ 0.0003338898532092571, 0.001029381644912064, -0.003979408647865057, 0.008784188888967037, 0.0019332785159349442, 0.012843006290495396, 0.006715997122228146, 0.031227366998791695, -0.010397139936685562, 0.001471701543778181, -0.00833104271441698, 0.010377933271229267, -0.005077844951301813, ...
[ 0.48051702976226807, 0.06484673172235489, 0.675029993057251, -0.14068961143493652, 0.05383867025375366, -0.046511583030223846, 0.30914565920829773, -0.5216500759124756, -0.349425345659256, -0.6485598087310791, 0.14467599987983704, 0.7498945593833923, -0.12096239626407623, 0.259041875600814...
I am interested to know how does CG of vehicle plays role in the Fuel economy and the vehicle performance. Does CG of vehicle has anything to do while accelerating of your vehicle. I am a student, henceforth I would feel glad to know about these issues. Can any one give me the link that containing these topics.
[ -0.02688061073422432, 0.02188803441822529, -0.0018791048787534237, 0.02522343583405018, 0.03404340520501137, -0.024529654532670975, 0.009998254477977753, -0.041934333741664886, -0.022614412009716034, 0.005874974653124809, -0.009847620502114296, 0.026230400428175926, -0.002198409056290984, ...
[ 0.7522119879722595, 0.2836059331893921, 0.1949675977230072, 0.1940661072731018, -0.22681954503059387, -0.2638689875602722, -0.39047959446907043, 0.6143481135368347, -0.25761955976486206, -0.3940461277961731, 0.05766525864601135, 0.3889791965484619, 0.7991372346878052, 0.48485270142555237, ...
With the red gun, I can expand red blocks. The result is either vertical (wall/stairs) or horizontal (floor/ceiling), but I cannot tell beforehand which of the two structures an expansion of red blocks would result in. ![A wall of red blocks](http://i.stack.imgur.com/BAZ4n.jpg) ![A ceiling of red blocks](http://i.stack.imgur.com/HmgM5.jpg) What is the logic behind the expansion of red blocks?
[ -0.014357850886881351, 0.017136944457888603, -0.011118593625724316, 0.00599041860550642, -0.02081468515098095, -0.012527558952569962, 0.006657702848315239, 0.00552271818742156, -0.013461841270327568, -0.003570099361240864, -0.018299829214811325, 0.00029289856320247054, 0.008549691177904606, ...
[ 0.17367205023765564, 0.30324268341064453, 0.4160152077674866, -0.1029382273554802, -0.15065835416316986, 0.12499010562896729, 0.2802726924419403, -0.6875345706939697, -0.6290798783302307, -0.47111642360687256, -0.1852794587612152, 0.6598225831985474, -0.17826123535633087, 0.140883818268775...
I have a constantly updated Excel file containing address information which I am currently copying into the attributes of new polygons which I am creating on a daily basis. I am currently doing this my manually by copying the address across from the Excel file each time a add a new polygon. I am looking for a way of automating this process. After producing my polygon I would like a drop down box/ or search function of a unique ID which once selected will fillout the correct attributes by pulling them from the Excel file. I am new to arcgis 10 and would have previously used the VBA editor to have a go at this (no expert). However, I see that unlike the previous versions there is not longer and VBA editor and has been replaced by python, which I am unfamiliar with. I have also spotted the model builder tool, not sure if this could be used to solve my problem? So really I'm just asking for a point in the right direction. Is there any scripts available to solve a similar problem which I can modify? Many thanks Matthew
[ 0.003409801982343197, 0.014867860823869705, -0.008824736811220646, 0.016235467046499252, -0.0075201233848929405, -0.008282927796244621, 0.00864613801240921, 0.011818010360002518, -0.018759220838546753, -0.002383442595601082, 0.0004953017923980951, 0.018672535195946693, 0.004533971659839153, ...
[ 0.46112093329429626, 0.3920356035232544, 0.3590278625488281, -0.08564205467700958, -0.326991468667984, 0.11926669627428055, 0.039121758192777634, -0.0056607979349792, -0.1718679666519165, -1.203583002090454, 0.2012307494878769, 0.581683337688446, -0.0335572250187397, -0.05257432907819748, ...
I heard that the context analysis diagram has different levels. I couldn't find this in .Net, but I have seen that a DFD has different levels. Do context diagrams have any levels (`level0`, `level1`, `level2`)? If yes, please suggest some examples.
[ -0.02547827735543251, 0.032073989510536194, -0.015262303873896599, 0.03956368938088417, 0.020148785784840584, -0.01763983443379402, 0.01253491174429655, 0.022551100701093674, -0.022121058776974678, 0.0010367678478360176, -0.0037486497312784195, 0.0013851514086127281, 0.024468254297971725, ...
[ 0.05195166915655136, -0.25165918469429016, 0.08424656838178635, 0.20866145193576813, -0.22734305262565613, 0.049751780927181244, -0.06679008156061172, 0.07651408016681671, -0.05968477204442024, -0.7239265441894531, 0.14481469988822937, 0.36645078659057617, -0.23246866464614868, -0.02768582...
I'm running MiKTeX under Windows 7, trying to compile some LaTeX to HTML using htlatex. htlatex appears to be converting every instance of 'ff' and 'fi' with a NUL byte in the HTML. Was wondering if anybody had any insight! Here's the config file I'm using ( _some stuff I got on the internet that is probably the whole problem_ ): \Preamble{xhtml} \Configure{HtmlPar} {\EndP\Tg<p>} {\EndP\Tg<p>} {\HCode{</p>\Hnewline}} {\HCode{</p>\Hnewline}} \Configure{emph}{\ifvmode\ShowPar\fi\HCode{<em>}}{\HCode{</em>}} \Configure{textbf}{\ifvmode\ShowPar\fi\HCode{<b>}}{\HCode{</b>}} \begin{document} \EndPreamble And here is an example tex file that illustrates my problem: \documentclass{article} \begin{document} \section{Letters} \subsection{Valid Letters} AA Aa aA aa\\ BB Bb bB bb\\ CD Cd cD cd\\ \subsection{Invalid Letters} FF Ff fF ff\\ FI Fi fI fi\\ \section{Strings} a string of text\\ a fine string of text\\ a definition of an efficient and fine string of text\\ finally, the problem is solved!\\ \end{document} And here is output I get after running the the command `htlatex example.tex MyFonts.cfg "xhtml, NoFonts, -css" -utf8 -shell-escape` > 1 Letters > > 1.1 Valid Letters > > AA Aa aA aa > BB Bb bB bb > CD Cd cD cd > > 1.2 Invalid Letters > > FF Ff fF > FI Fi fI > > 2 Strings > > a string of text > a ne string of text > a denition of an ecient and ne string of text > > nally, the problem is solved! If I look in the HTML output, all occurences of 'ff' and 'fi' have been replaced by the NUL character. Does anybody know why? Thanks!
[ -0.00341368792578578, 0.0026554856449365616, -0.008813603781163692, 0.01571064442396164, 0.022383257746696472, 0.007024285849183798, 0.007857202552258968, 0.002082653809338808, -0.017129654064774513, -0.027879413217306137, -0.014872496947646141, -0.0024274750612676144, -0.007114237640053034,...
[ 0.1460205763578415, 0.2857723832130432, 0.7136948108673096, -0.14128535985946655, 0.1572275608778, -0.042825762182474136, 0.21479931473731995, 0.222063809633255, -0.06043962016701698, -0.5616453289985657, -0.0270217452198267, 0.44718071818351746, -0.46206772327423096, 0.07290824502706528, ...
I am trying to cite several authors but using the "cf." as a free text So far I came up with: \usepackage[english]{babel} \usepackage{csquotes}% Recommended \usepackage[backend=biber,style=philosophy-verbose]{biblatex} % ... bla bla\autocites[cf.][376]{PlantingaResponseToAdams}[cf.]{craig1994adams}[and cf.][162-176]{Flint1998}. which results in ![enter image description here](http://i.stack.imgur.com/B2RNw.png) How do I get the "cf." where it should be? Or is it common to place a "cf." only for the first of the multiple sources?
[ 0.01686888560652733, 0.018527880311012268, -0.005469141062349081, 0.029028821736574173, 0.0030335173942148685, 0.0006368379108607769, 0.006975539028644562, -0.008429612964391708, -0.018580656498670578, -0.0017921942053362727, -0.001609473372809589, -0.0019166795536875725, -0.0017849099822342...
[ 0.4381233751773834, 0.4873346984386444, 0.12329800426959991, -0.238328754901886, -0.047125741839408875, -0.047177188098430634, 0.5270599722862244, -0.20021654665470123, -0.12988914549350739, -0.3088100850582123, -0.09498605132102966, 0.30522382259368896, -0.34017282724380493, -0.0856786072...
I have to put an two equations inside one `equation` environment. I could do it with this piece o code: \begin{equation} \begin{array}{ccl} \nabla \cdot F & = & \left(\frac{\partial}{\partial x}i + \frac{\partial}{\partial y}j + \frac{\partial}{\partial z}\right) \cdot (F_{1}i + F_{2}j + F_{3}k) \\ & = & \frac{\partial F_{1}}{\partial x}+ \frac{\partial F_{2}}{\partial y} + \frac{\partial F_{3}}{\partial z} \end{array}! \end{equation} Which gives me this image: ![enter image description here](http://i.stack.imgur.com/Ma6VT.png) The problem is cause when I use the `array`, my fractions get smaller. Here is a single line equation and how I would like to preserve my fraction size in a environment with more than 1 equation. ![enter image description here](http://i.stack.imgur.com/F4YkW.png) Can I achieve this result?
[ -0.003419331042096019, 0.02906414121389389, -0.012737024575471878, 0.000044196262024343014, -0.00340273417532444, -0.0022573107853531837, 0.005954195745289326, 0.0068297190591692924, -0.013807913288474083, -0.015026530250906944, -0.01586715690791607, 0.005235016345977783, -0.0221211574971675...
[ -0.31829413771629333, 0.29058560729026794, 0.366453617811203, -0.00781510304659605, 0.030967021360993385, 0.2061912566423416, 0.21299238502979279, -0.40143337845802307, -0.08836602419614792, -0.6175632476806641, 0.009512966498732567, 0.40842434763908386, -0.26299574971199036, 0.01189847383...
Willing to add phthreads support to PHP, I read this page and began to follow its instructions : https://wiki.archlinux.org/index.php/PHP_pthreads_extension But while the makepkg -s step, compilation stops with the following message : checking whether build with IMAP works... no configure: error: build test failed. Please check the config.log for details. ==> ERROR: A failure occurred in build(). Aborting... Looking at the relevant section from config.log : configure:48953: checking whether build with IMAP works configure:48997: cc -o conftest -I/usr/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fvisibility=hidden -pthread -D_FORTIFY_SO URCE=2 -D_REENTRANT -L/usr/lib -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lcrypto -lssl -lcrypto -lc-client -lcrypt -lpam -lz -lpcre -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl >&5 /usr/lib/libc-client.a(osdep.o): In function `ssl_onceonlyinit': (.text+0xb696): warning: the use of `tmpnam' is dangerous, better use `mkstemp' /usr/lib/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x1b7): undefined reference to `X509_STORE_CTX_get_error' /usr/lib/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x1bf): undefined reference to `X509_verify_cert_error_string' /usr/lib/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x1d1): undefined reference to `X509_STORE_CTX_get_current_cert' /usr/lib/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x1d9): undefined reference to `X509_get_subject_name' /usr/lib/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x1e9): undefined reference to `X509_NAME_oneline' /usr/lib/libc-client.a(osdep.o): In function `ssl_server_input_wait': (.text+0x1982): undefined reference to `SSL_get_fd' /usr/lib/libc-client.a(osdep.o): In function `ssl_server_input_wait': (.text+0x199d): undefined reference to `SSL_pending' /usr/lib/libc-client.a(osdep.o): In function `ssl_server_input_wait': (.text+0x19b6): undefined reference to `SSL_read' /usr/lib/libc-client.a(osdep.o): In function `ssl_abort': (.text+0x53d5): undefined reference to `SSL_shutdown' /usr/lib/libc-client.a(osdep.o): In function `ssl_abort': (.text+0x53de): undefined reference to `SSL_free' /usr/lib/libc-client.a(osdep.o): In function `ssl_abort': (.text+0x53f4): undefined reference to `SSL_CTX_free' /usr/lib/libc-client.a(osdep.o): In function `ssl_sout': (.text+0x54c6): undefined reference to `SSL_write' /usr/lib/libc-client.a(osdep.o): In function `ssl_sout': (.text+0x54e6): undefined reference to `SSL_get_error' /usr/lib/libc-client.a(osdep.o): In function `ssl_start': (.text+0x56de): undefined reference to `TLSv1_client_method' /usr/lib/libc-client.a(osdep.o): In function `ssl_start': (.text+0x56e6): undefined reference to `SSL_CTX_new' /usr/lib/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5704): undefined reference to `SSL_CTX_ctrl' (...) It seems that all these missing references belongs to libcrypt.so, but I don't know how to solve this. Can you help me ?
[ -0.0006038458086550236, 0.016138831153512, 0.009534168988466263, 0.01968592219054699, 0.0128446314483881, 0.012360543943941593, 0.008139405399560928, -0.012393571436405182, -0.017873378470540047, 0.01833348162472248, -0.010524136014282703, 0.007144900970160961, -0.0201740525662899, 0.01320...
[ 0.5703790187835693, 0.3200439512729645, 0.7077310681343079, -0.11954503506422043, -0.09402229636907578, 0.039045657962560654, 0.42570096254348755, -0.5590724349021912, 0.21812111139297485, -0.35002705454826355, 0.2287934571504593, 0.6566384434700012, -0.23497377336025238, 0.006793393753468...
> **Possible Duplicate:** > Two column align environment with one line spanning both columns I am new to the `amsmath` package, and I am using `alignat` to write a long proof, composed of a number of statements/formulas. I have two columns: the first one is for the formula, the second is for a text explanation of the formula. I also have a few very long formulas without explanation. Since these are very long, using the first column leaving the second empty is not an option. What I would like is a way of inserting multi-column formulas, in such a way that the formula uses the space of the two columns.
[ 0.016668662428855896, 0.024638058617711067, -0.016713609918951988, 0.01543833315372467, -0.03915563225746155, 0.007268048822879791, 0.008945509791374207, 0.009364603087306023, -0.01511196605861187, 0.0075329942628741264, -0.024782579392194748, -0.003957261331379414, 0.0008129316847771406, ...
[ 0.24727879464626312, 0.621041476726532, 0.37047484517097473, -0.09287753701210022, -0.05010602995753288, -0.006791696418076754, 0.4673226475715637, -0.5063382387161255, 0.2528325021266937, -0.5523885488510132, 0.1795700043439865, 0.41746988892555237, 0.05516376718878746, 0.0010918244952335...
I have a problem with either getting the correct font type in the bibliography, or (when enforcing the language setting in the bibliographic entry) getting the author first name processed as it should. The preferred solution would be to get the `Author = {\textrussian{Белый}, \textrussian{Андрей}},` processed properly in the bibliography part. Currently the name initials is thrown out and the `\` from the `\bibinitperiod` also disappears. Any suggestions welcome :) ![result](http://i.stack.imgur.com/zd7fo.png) % !TEX TS-program = arara % !TEX encoding = UTF-8 Unicode % arara: xelatex: { shell: true } % arara: biber % arara: xelatex: { shell: true } \documentclass{article} \usepackage{xcolor} \usepackage[no-math]{fontspec} \defaultfontfeatures{Ligatures=TeX} \newfontfamily\greekfont[Script=Greek,Scale=MatchUppercase]{Linux Libertine O} \newfontfamily\cyrillicfont{Linux Libertine O} \usepackage{polyglossia} \setdefaultlanguage[variant=british]{english} \setotherlanguages{latin,greek,russian,polish,german} \usepackage{csquotes} \PassOptionsToPackage{% natbib=true, style=authoryear-comp, hyperref=true, backend=biber, maxbibnames=99, firstinits=true, uniquename=init, maxcitenames=2, parentracker=true, url=false, doi=false, isbn=false, eprint=false, backref=true, }{biblatex} \usepackage{biblatex} \usepackage{filecontents} \begin{filecontents}{\jobname.bib} @article{Attanasio2010, abstract = {This paper provides a critical survey of the large literature on the life cycle model of consumption, both from an empirical and a theoretical point of view. It discusses several approaches that have been taken in the literature to bring the model to the data, their empirical successes and failures. Finally, the paper reviews a number of changes to the standard life cycle model that could help solve the remaining empirical puzzles.}, author = {Kaminsky, Graciela Laura and Schmukler, Sergio L.}, journal = {NBER Working Paper}, month = feb, shorttitle = {Consumption and saving}, title = {{Consumption and saving: models of intertemporal allocation and their implications for public policy}}, url = {http://papers.ssrn.com/sol3/papers.cfm?abstract\_id=1558816 http://www.nber.org/papers/w15756}, volume = {756}, number = {12}, year = {2010} } @article{Galindo2002, author = {Galindo, Arturo and Schiantarelli, Fabio and Weiss, Andrew}, journal = {American Economic Review}, month = apr, shorttitle = {Does Financial Liberalization Improve the Allocati}, title = {{Does Financial Liberalization Improve the Allocation of Investment?: Micro Evidence from Developing Countries}}, url = {http://ideas.repec.org/p/idb/wpaper/4295.html}, volume = {47}, number = {2}, year = {2002} } @book{belyj1919a, Address = {München}, Author = {Bjäly, Andrej}, Publisher = {Georg Müller}, Title = {Petersburg}, Year = {1919}, language = {german}, hyphenation = {german}, } @book{belyj1919b, Address = {\textgerman{München}}, Author = {\textgerman{Bjäly}, \textgerman{Andrej}}, Publisher = {\textgerman{Georg Müller}}, Title = {{\textgerman{Petersburg}}}, Year = {1920}, language = {german}, hyphenation = {german}, } @book{belyj1913a, Address = {\textrussian{Москва}}, Author = {\textrussian{Белый}, \textrussian{Андрей}}, Publisher = {\textrussian{Наука}}, Title = {\textrussian{Петербург}}, Year = {1981}, language = {russian}, hyphenation = {russian}, } @book{belyj1913b, Address = {Москва}, Author = {\textrussian{Белый}, \textrussian{Андрей}}, Publisher = {Наука}, Title = {Петербург}, Year = {1982}, language = {russian}, hyphenation = {russian}, } \end{filecontents} \addbibresource{\jobname.bib} \usepackage{hyperref} \hypersetup{% colorlinks=true, citecolor=blue} \begin{document} \textgerman{\cite{belyj1919a}} \cite{belyj1919b}, \cite{belyj1913b}, \textrussian{\cite{belyj1913a}}, \cite{Attanasio2010} \citep{Galindo2002} (see, for example, \citealp{Attanasio2010}) For \emph{russian} and \emph{german} languages the author first name is not processed as it should\ldots \printbibliography \end{document}
[ 0.011891731061041355, 0.014930577017366886, -0.010554694570600986, 0.012104828841984272, 0.0001927442499436438, 0.007436070591211319, 0.006736483424901962, 0.01951081119477749, -0.011896020732820034, 0.004640166647732258, -0.010755393654108047, 0.002951633185148239, -0.01193392276763916, 0...
[ 0.13829615712165833, 0.3947594165802002, 0.5189131498336792, -0.22700604796409607, -0.057258833199739456, 0.15718378126621246, 0.1510520577430725, -0.01077810488641262, -0.10592122375965118, -0.6017500758171082, -0.14365574717521667, 0.04685935378074646, -0.3032061457633972, 0.407629400491...
I have a Note2 and there is this annoying screen that turns my screen on just to show some purple bubbles, the clock and number of calls and messages. After a feel seconds it turns off again. I understand that it consumes certain battery but I don't use it. I searched everywhere but couldn't find any tip on how to remove it. Anyone could help me? Thanks
[ -0.01423047948628664, -0.012203923426568508, -0.003705908078700304, 0.013574868440628052, -0.03564123436808586, -0.0019195569911971688, 0.005387855693697929, 0.02830464206635952, -0.015142162330448627, 0.023892860859632492, -0.028277331963181496, 0.0026538881938904524, -0.0010851137340068817...
[ 0.15222543478012085, 0.09120506048202515, 0.37836748361587524, 0.06634703278541565, -0.11503788828849792, -0.042737461626529694, 0.6057565212249756, 0.5429492592811584, -0.16472430527210236, -0.5418171882629395, 0.19427932798862457, 0.2789594829082489, -0.19686691462993622, 0.2944814860820...
Looking over the description for the Frozen Asset trophy I see there should be 4 side missions. On my Good playthrough I helped the Ice Soldier and...none of the other missions showed up. I haven't completed the rest of the non-Ice Soldier side missions, but I've completed the game and am on Chapter 40: Aftermath. I've never done an evil side mission in this playthrough, yet I don't see any of the other three Blue side missions for this quest and I haven't gotten the trophy. Do I have to get this achievement before the end of the game or are there some other conditions at work?
[ 0.009834643453359604, 0.01461840607225895, -0.011642789468169212, 0.00946483202278614, 0.011856908909976482, 0.015139024704694748, 0.007993807084858418, 0.006672547198832035, -0.024834806099534035, 0.006258270237594843, -0.02028949186205864, 0.023578017950057983, -0.03217089921236038, 0.00...
[ -0.08985886722803116, 0.008007300086319447, 0.3633944094181061, 0.30957698822021484, -0.19318683445453644, 0.042809467762708664, 0.7236169576644897, 0.09735759347677231, -0.5115281939506531, -0.642584502696991, 0.03299662098288536, 0.21746444702148438, 0.2008601278066635, 0.365857928991317...
Given a wordpress multisite network, with a main blog, and assuming all content has been moved on to that blog, how would one collapse the network back down into a standard wordpress non-network non-multisite install?
[ 0.02220238372683525, 0.027217792347073555, 0.0030954533722251654, 0.02341468445956707, -0.019648278132081032, -0.013657878153026104, 0.014307237230241299, 0.003975003492087126, -0.019924825057387352, -0.032438021153211594, -0.011744044721126556, 0.029820142313838005, 0.026606762781739235, ...
[ 0.10944334417581558, -0.0743328332901001, 0.12368715554475784, 0.1532878279685974, 0.30451780557632446, -0.12538357079029083, 0.33440330624580383, 0.23771344125270844, -0.2752780318260193, -0.323952853679657, -0.35301899909973145, 0.18306252360343933, -0.30430471897125244, 0.19221487641334...
I am trying to plot slope field for $\ddot{a}(t)$ for this differential equation but I don't know how to $\frac{d}{dt}\ddot{a}(t)=2\frac{\dot{a}(t)}{a(t)}\ddot{a}(t)$ I want to show that already accelerating solutions (with $\ddot{a}$ small and positive) are driven to accelerate even more, and already decelerating ones (with $\ddot{a}$ small and negative) are driven to further deceleration. So essentially I want to find out what $\dddot{a}(t)$ would look like with respect to time.
[ -0.01768779754638672, 0.01878773421049118, -0.015571324154734612, 0.0004773212131112814, -0.009557737037539482, -0.01419699564576149, 0.006290450692176819, 0.009668263606727123, -0.0073344591073691845, -0.008355842903256416, -0.000012825941666960716, 0.003192189382389188, -0.0209613163024187...
[ -0.15480706095695496, 0.2324674427509308, 0.47923481464385986, 0.0061058406718075275, -0.005777695216238499, 0.329958975315094, -0.10194435715675354, -0.06712048500776291, -0.08470020443201065, -0.5371590256690979, 0.2763550281524658, 0.5861035585403442, -0.12047415226697922, 0.19077195227...
I don't think I've ever noticed M before. H and S are Hurricane and Tropical Storm. ![alt text](http://i.stack.imgur.com/OiyP5.gif)
[ -0.010739006102085114, -0.0028593665920197964, 0.0024134437553584576, 0.01650250144302845, 0.026895616203546524, 0.0045062825083732605, 0.008240553550422192, 0.00007560425729025155, -0.019274776801466942, -0.023428944870829582, -0.02041453681886196, -0.012654385529458523, -0.0075806612148880...
[ 0.07952338457107544, 0.08731186389923096, 0.36378195881843567, -0.1268071085214615, -0.0674787238240242, 0.17075276374816895, 0.5660650730133057, 0.2852225601673126, -0.6609318256378174, -0.5349736213684082, -0.2787322998046875, -0.031735047698020935, 0.07451024651527405, 0.299847513437271...
I use the default "Play Music" music player app (v4.3.605.398337) for listening to music. Whenever it gets to the end of an album/playlist it automatically replays it. I would like to avoid that behaviour but I can't find where/how to: does anybody know? If relevant, my device is Galaxy Nexus.
[ 0.002474506152793765, -0.010331179015338421, -0.021621650084853172, 0.001160522224381566, -0.016937516629695892, -0.009992854669690132, 0.007252727169543505, 0.009696925058960915, -0.014250093139708042, 0.011840111576020718, -0.01104369480162859, 0.0000020238485376466997, 0.01173676736652851...
[ 0.27431339025497437, 0.3261356055736542, 0.6894551515579224, 0.006957083474844694, 0.16395655274391174, -0.09163559973239899, 0.17422465980052948, 0.3509514033794403, -0.39851006865501404, -0.5206565856933594, -0.007773144170641899, 0.6867835521697998, -0.29939812421798706, 0.1734345406293...
I could not find in the LaTeX3 documentation any function to count the number of elements in a `clist`. So I coded my own, but it is likely to be very suboptimal. Is there any better alternative? To be precise, `\clist_count:NN` stores in its first argument (of type `int`) the length of its second argument (a `clist`) \cs_new:Nn \clist_count:NN { \int_set:Nn \l_tmpa_int {0} \clist_set_eq:NN \l_tmpa_clist #2 \bool_until_do:nn { \clist_if_empty_p:N \l_tmpa_clist }{ \clist_pop:NN \l_tmpa_clist \l_tmpa_tl \int_add:Nn \l_tmpa_int {1} } \int_set_eq:NN #1 \l_tmpa_int } I am also interested in a function that would pick the `n`-th element of a `clist`.
[ 0.01104688085615635, 0.0068460796028375626, -0.011028783395886421, 0.0210604015737772, 0.01177988015115261, 0.00018008006736636162, 0.007469311356544495, -0.021232379600405693, -0.016071250662207603, 0.01417439803481102, 0.005899273790419102, -0.00446954695507884, 0.0023205361794680357, 0....
[ -0.26458460092544556, 0.1784498691558838, 0.23590710759162903, -0.3859666585922241, 0.07351934164762497, 0.2068759948015213, 0.11312142014503479, -0.5569518208503723, -0.4089507460594177, -0.3267371654510498, -0.09017328917980194, 0.29293137788772583, -0.6360276341438293, -0.23062929511070...
I noticed that the demi-official USA national (soccer) team supporter's group has a name for the folks who lead their section of the stands in chants/cheers; a word I'd never seen used for that before: "Capo". I'm curious if this is just something they came up with on their own, or is this an actual common use for this word? The proper English word for this role probably really ought to be "Cheerleader". However, while that's probably what cheerleaders did in the 1920's, these days cheerleaders are essentially glorified dance/gymnastic troupes. So I suppose I can see where a new word for the actual act of leading the fans in cheers would be required. Is this that word, or just American Outlaws' attempt at it?
[ -0.002343007829040289, -0.0015496648848056793, -0.006678061559796333, 0.015437017194926739, -0.010405948385596275, 0.006437680684030056, 0.006576656363904476, -0.01707633025944233, -0.013408256694674492, -0.013097736984491348, 0.004697051364928484, 0.014071137644350529, 0.034456200897693634,...
[ 0.5254312753677368, -0.22560690343379974, 0.2828359305858612, -0.07656846195459366, -0.3901088833808899, -0.4363729655742645, 0.004074158146977425, 0.3671838939189911, -0.5952314734458923, -0.13372103869915009, 0.2173660695552826, 0.3868279457092285, 0.002258382737636566, 0.024628538638353...
I do not know how they are different when they are used as a grading system ? Can I say a pointing system or a marking system?
[ -0.0290164016187191, 0.0066239554435014725, -0.001960497349500656, 0.02494182251393795, 0.0001963298418559134, -0.013954756781458855, 0.016511112451553345, 0.026879608631134033, -0.032327618449926376, -0.0071774134412407875, -0.01912815123796463, 0.0037149162963032722, 0.013330190442502499, ...
[ 0.503948986530304, 0.22301042079925537, -0.14877121150493622, 0.31437912583351135, -0.23219610750675201, 0.1095343679189682, 0.006171045359224081, 0.04874342679977417, -0.32185083627700806, -0.40241098403930664, 0.5974047780036926, 0.1486053466796875, -0.06565520167350769, 0.24392424523830...
I want to reproduce the "x" as in the picture below ![font to reproduce](http://i.stack.imgur.com/Pt9if.png) The closest I can get is `\bm{\mathsf{x}}`, but it's not the same. EDIT: one more example: ![font to reproduce](http://i.stack.imgur.com/xjx4t.png) "x" and "t" are the only characters I have for this font.
[ 0.017662767320871353, -0.0015622498467564583, -0.017182718962430954, 0.01534408051520586, -0.009674279019236565, -0.039500899612903595, 0.0070043993182480335, 0.015970179811120033, -0.020601067692041397, -0.007924485020339489, -0.00774277001619339, -0.009754168801009655, 0.008552935905754566...
[ 0.2887350916862488, 0.3110503554344177, 0.24810020625591278, -0.22308561205863953, -0.013917848467826843, 0.4526452422142029, 0.2668130099773407, 0.34072327613830566, -0.11264503002166748, -0.9500851035118103, 0.18303591012954712, 0.47270694375038147, -0.08835306763648987, 0.18209601938724...
I was trying to find the origin for the word "beneath" to see when it should be used instead of "below" and I found that it originated from be - neothan and was directed to see the definition of "nether": > –adjective > > 1. lying or believed to lie beneath the earth's surface; infernal: the > nether regions. > 2. lower or under: his nether lip. > I concluded that to be beneath, is to be below. With this in mind, does that mean that the word underneath implies a greater level of depth than either beneath or below as it would literally mean "under low" instead of simply "being low"?
[ 0.0026136606466025114, 0.013137348927557468, -0.010137663222849369, 0.007038102485239506, -0.011187002994120121, -0.012545683421194553, 0.007592443376779556, -0.006892192177474499, -0.00589251471683383, 0.022296758368611336, -0.0007798625156283379, 0.0023773100692778826, 0.000811425503343343...
[ 0.3681199848651886, -0.20225010812282562, 0.16088144481182098, 0.23487813770771027, -0.10138312727212906, 0.31939029693603516, 0.5129492878913879, 0.04019452631473541, -0.10802970081567764, -0.5274494290351868, -0.06959947943687439, 0.372788667678833, 0.037594377994537354, 0.15451215207576...
I need the value (without trailing unit) of `\pslinewidth` in `\psunit`. I have done as follows but I am disappointed with the accuracy. \documentclass{article} \parindent=0pt \usepackage{pstricks} \pstFPdiv\Temp {\the\pslinewidth} {\the\psunit} \begin{document} \the\pslinewidth% prints 0.8pt \Temp% prints 0.028116799998875328 \psset{linewidth=\Temp} \the\pslinewidth% prints 0.80014pt \end{document} Is there a built-in macro to get the value (without trailing unit) of `\pslinewidth` in any `\psunit`? The value is very useful to adjust plotting domain such that the cropped curve strokes near the domain edges can be avoided. * * * The real scenario is as follows. Note: `\Temp` is the half of `\pslinewidth` that is not the same as the example above. ![enter image description here](http://i.stack.imgur.com/ckL7D.png) \documentclass{article} \usepackage{pst-func} \def\Left{-1} \def\Bottom{-1} \def\Right{1} \def\Top{1} \psset{unit=2cm,linewidth=20pt} %half of linewidth tickness \pstFPdiv\Temp{\the\pslinewidth}{\the\dimexpr2\psunit\relax} \pstFPsub\LEFT\Left\Temp \pstFPsub\BOTTOM\Bottom\Temp \pstFPadd\RIGHT\Right\Temp \pstFPsub\TOP\Top\Temp \begin{document} \section*{Without extending the plotting domain} \begin{pspicture*}[showgrid](\Left,\Bottom)(\Right,\Top) \psPolynomial[coeff=-1 0 2,linecolor=red]{\Left}{\Right} \end{pspicture*} \section*{With extending the plotting domain} \begin{pspicture*}[showgrid](\LEFT,\BOTTOM)(\RIGHT,\TOP) \psPolynomial[coeff=-1 0 2,linecolor=red]{\Left}{\Right} \end{pspicture*} \end{document} * * * I accepted Herbert's answer that implies that there is no such a built-in macro. I also want to emphasize that * Herbert's method is less accurate than mine. * The length in Herbert's method cannot be passed to functions that only accept values without unit. But the value in mine can be passed to such functions.
[ -0.017709139734506607, 0.003998623229563236, -0.016284488141536713, 0.021352345123887062, 0.02010571025311947, 0.007465360686182976, 0.00864899717271328, 0.0019688024185597897, -0.009900826029479504, -0.011040199548006058, 0.00921926461160183, 0.002624109387397766, -0.008467341773211956, 0...
[ -0.17860843241214752, 0.2556353211402893, 0.7457345128059387, -0.2152813971042633, 0.3492157459259033, 0.08987873047590256, 0.3527575433254242, -0.42081964015960693, 0.024365833029150963, -0.8745063543319702, -0.1051357090473175, 0.5164475440979004, -0.02500455267727375, -0.100182011723518...
I'm configuring LFS linux and I want to select right "getty" for `/etc/inittab` to handle text consoles /dev/tty1 - /dev/tty6 (the text consoles handled by linux kernel, with output on first display). There is `agetty`, is it good for tty1, or it is limited only for modems like ttyS0? If I should use other implementation of getty, what is the package name?
[ -0.007506218273192644, 0.011396098881959915, -0.01275482028722763, 0.0029059320222586393, -0.0017162029398605227, -0.003714081598445773, 0.010991886258125305, 0.007004566956311464, -0.017664866521954536, 0.010924557223916054, -0.021334895864129066, 0.006300783716142178, -0.004639861173927784...
[ 0.11025508493185043, -0.10183650255203247, 0.5284813642501831, -0.08239123970270157, -0.033415649086236954, -0.067620649933815, -0.14476773142814636, 0.028583839535713196, 0.003567265812307596, -0.6054240465164185, -0.06854626536369324, 0.7116091251373291, -0.24377407133579254, -0.07200700...
I have a couple PSP games (Disgaea 2 and Prinny: Can I really Be The Hero?) where I had DLC on my PSP but the DLC is not available on the PSN for Vita. Is there some way I can copy the DLC from the PSP onto the Vita sort of like you can with save files?
[ -0.004963542800396681, -0.0059534600004553795, -0.007078294176608324, 0.034388501197099686, 0.034103624522686005, -0.012977118603885174, 0.01033442746847868, 0.011908051557838917, -0.030491190031170845, 0.024712080135941505, -0.018194276839494705, 0.01619814708828926, -0.020127905532717705, ...
[ 0.09737256169319153, -0.5008342266082764, 0.07177222520112991, 0.5522568225860596, -0.3419707119464874, 0.06523047387599945, 0.050098568201065063, 0.08513589203357697, -0.30654335021972656, -0.1208379864692688, 0.2117210477590561, 0.4800316095352173, -0.05545995756983757, -0.17724540829658...
after trying hard to search for RPM best practices guides and finding virtually none, to my surprise, I resort to the community - I need to ensure that some users and groups exist after the installation, and that the users are members of the groups. Are there a recommended procedure(s) for this? In the existing rpm spec I see that the required users&groups are removed at the beginning of the %pre script prior to adding them with `useradd`. I am told that this is a common practice. Why is this? Is it better then testing for user existence with `id -u`? Some of our clients may want to manage their users themselves, so they would create the users before running our rpm. So to sum up all the above, it seems that the best approach is to test for user existence and to create it if does not exist. Any comments on that? Thanks. **EDIT** : RHEL 5.7
[ 0.019910521805286407, 0.009758783504366875, -0.004639723338186741, 0.011902859434485435, 0.007173657882958651, 0.017171652987599373, 0.006034255027770996, -0.005142491776496172, -0.01632608100771904, 0.015680022537708282, -0.011793171986937523, 0.01643170788884163, 0.00022543780505657196, ...
[ 0.6819894909858704, 0.5388469099998474, 0.1310632973909378, -0.14975552260875702, -0.028656208887696266, -0.3459917902946472, 0.2748579680919647, -0.11269868165254593, -0.03834667056798935, -0.037494949996471405, -0.20302261412143707, 0.9482616186141968, 0.09043646603822708, -0.12376295030...
In online games it says other people are finding guns on the map and other people in chat tell me to pick up guns from dead bodies. From what I've tried though, none of these work and I have played 7 hours of spy so far trying to get a weapon, can I only get weapons of that class I'm currently using, or how can I pick up weapons in Multiplayer?
[ -0.02139928750693798, 0.002959309844300151, -0.0160840954631567, 0.0010043687652796507, -0.0063289739191532135, -0.01614769920706749, 0.007942880503833294, -0.007376106921583414, -0.024554556235671043, -0.006370772607624531, 0.0022502203937619925, 0.032924164086580276, -0.021329430863261223,...
[ 0.3448132574558258, -0.08278399705886841, -0.034085240215063095, 0.5202294588088989, -0.3500175476074219, -0.016304902732372284, 0.08044999092817307, 0.2156723141670227, -0.23834189772605896, -0.4954655170440674, 0.43084195256233215, 0.35271403193473816, -0.03778054565191269, 0.00006275519...
Judging from the answer to this question, imported characters benefit by being able to start at level 30. What about freshly created, non-imported characters? Do they also start at level 30, or do they have to train their way up from level 1?
[ 0.0013932096771895885, 0.04249022156000137, -0.015908293426036835, -0.010038083419203758, 0.015942072495818138, 0.030621767044067383, 0.012245788238942623, -0.0038832828868180513, -0.030222203582525253, -0.03138989210128784, -0.02866528183221817, 0.024470830336213112, 0.025149213150143623, ...
[ 0.08702607452869415, -0.21387174725532532, 0.09803513437509537, 0.21792811155319214, 0.16857247054576874, 0.2941977083683014, 0.06480839103460312, 0.10585995018482208, -0.3509480655193329, -0.5021268725395203, -0.2569320797920227, 0.214154452085495, 0.1836271733045578, -0.11445804685354233...
How do I put the author picture in the picture frame box of a journal paper? I tried using this code but the picture wasn't placed in the box, it is outside the box. Here is the code: \begin{biography}{{\includegraphics[width=25mm,height=32mm,clip,keepaspectratio]{a.eps}}} Katende Allan was born in Rubaga,Wakiso District, on the 6th of August 1989. He is a final year student persuing a Bachelors Degree in Mechanical engineering from Makerere University, Kampala, Uganda. He is currently in piloting a project in Mechatronics on the Design,Simulation\&Control of an articular drilling arm with a major emphasis on Electronics\&Controls. \end{biography} Here is the outcome of the PDF: ![enter image description here](http://i.stack.imgur.com/RTyGT.png)
[ -0.0003559959586709738, 0.0006005190662108362, 0.012092327699065208, 0.01353868842124939, -0.0025197751820087433, -0.007444820366799831, 0.00744416331872344, -0.0018067127093672752, -0.012340810149908066, 0.017672643065452576, -0.010059677064418793, 0.0035127997398376465, -0.0001978559885174...
[ 0.20217463374137878, 0.5605133175849915, 0.7118964195251465, -0.1346939355134964, 0.6629579067230225, 0.0024958690628409386, 0.5811329483985901, -0.33755001425743103, -0.2594939172267914, -0.37709537148475647, 0.3222237825393677, 0.324982225894928, -0.20951485633850098, 0.3729983866214752,...
I finished the New Game + mode on bastion and went to the Score Attack mode, but forgot to get the Turret Opera achievement. It can be done with the Gel Canister secret skill, but it seems the Gel is only awarded on the NG+ mode. Since I wanna make the Score Attack mode my final playthough, does the Gel Canister make an appearance on this mode or should I restart a NG+ to get it?
[ -0.026348426938056946, 0.015881622210144997, -0.003710738616064191, 0.010484800674021244, 0.0009687865967862308, -0.02217821776866913, 0.012036056257784367, -0.047551482915878296, -0.024543244391679764, 0.020041856914758682, -0.013191591016948223, 0.019954917952418327, -0.02733684331178665, ...
[ -0.018315499648451805, -0.015057360753417015, 0.4859863221645355, 0.1719706952571869, -0.1193106546998024, 0.10553315281867981, 0.3619624376296997, -0.3442225754261017, -0.0179261714220047, -0.10400640219449997, 0.19783233106136322, 0.6156108379364014, 0.04792607203125954, -0.2033311873674...
I try to use the MUA alot to work with the nottoomuch-addresses.sh script for autocompletion of addresses within alot like described in: http://alot.readthedocs.org/en/latest/configuration/contacts_completion.html [[[abook]]] type = shellcommand command = nottoomuch-addresses.sh regexp = \"(?P<name>.+)\"\s*<(?P<email>.*.+?@.+?)> ignorecase = True When I try the autocompletition within alot it gives me the error message: `completition error: abook command "nottoomuch-addresses.sh" returned with return code 2` As it is only a script and not a shell command I tried to giv the whole PATH to the script and I treid to move the script into the alot configuration folder but the problem reamins the same. So I wonder what to do
[ 0.016690898686647415, 0.005365894176065922, -0.005559059791266918, 0.0010787160135805607, -0.006660754792392254, -0.0009352795896120369, 0.007237874437123537, -0.002284425310790539, -0.014457780867815018, 0.021835368126630783, -0.01355174370110035, 0.006600227672606707, -0.006538222543895245...
[ 0.052291419357061386, -0.01723569631576538, 0.3721620440483093, -0.2436780035495758, -0.057539500296115875, -0.17751188576221466, 0.42915746569633484, -0.4400879442691803, 0.061326269060373306, -0.7237664461135864, 0.08037859201431274, 0.7634007930755615, -0.13068673014640808, 0.1695879846...
How can I install new version of QGIS (2.0)? When I try with the indication of the official web site of qgis, terminal write me that the last version of qgis (1.7.5 wrowclaw) has several plugins that not permise it. I am a new user of ubuntu 13.10. Thank you very much,
[ -0.00903046503663063, -0.014591488987207413, -0.01853695511817932, 0.025923313573002815, 0.018389016389846802, 0.015095767565071583, 0.011827119626104832, -0.010400829836726189, -0.02994692698121071, -0.021183567121624947, -0.010005933232605457, 0.005541789811104536, -0.011130301281809807, ...
[ 0.48006725311279297, 0.15962077677249908, 0.5879817008972168, -0.030583040788769722, -0.3394850492477417, -0.39017078280448914, 0.5588183403015137, 0.2542247772216797, 0.11703682690858841, -0.808660626411438, 0.021802835166454315, 0.5706720948219299, -0.16149696707725525, 0.027248898521065...
Attempting to install a Java application from a .bin file. When opening the installer from command line, I see these errors: [boxen]# ./ZendStudio-5_2_0.bin Preparing to install... Extracting the JRE from the installer archive... Unpacking the JRE... Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory /bin/ls: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory hostname: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory Launching installer... grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory /tmp/install.dir.7515/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory ... The catch is that every one of these objects exist on the system. # locate libdl.so.2 /usr/lib/libdl.so.2 /usr/lib64/libdl.so.2 # locate libc.so.6 /usr/lib/libc.so.6 /usr/lib/i686/nosegneg/libc.so.6 /usr/lib64/libc.so.6 # locate libnsl.so.1 /usr/lib/libnsl.so.1 /usr/lib64/libnsl.so.1 If I issue this, echo $LD_LIBRARY_PATH I get nothing. So, I add include directories to the path: [boxen]# LD_LIBRARY_PATH=/usr/lib:/usr/lib64/:/usr/local/lib/:/usr/local/lib64/ [boxen]# echo $LD_LIBRARY_PATH /usr/lib:/usr/lib64/:/usr/local/lib/:/usr/local/lib64/ And re-run the installer... [boxen]# ./ZendStudio-5_2_0.bin Preparing to install... Extracting the JRE from the installer archive... Unpacking the JRE... Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory /bin/ls: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory hostname: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory Launching installer... grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory /tmp/install.dir.8055/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory ... Exact same batch of errors. Installed Java version: java version "1.7.0_65" OpenJDK Runtime Environment (rhel-2.5.1.2.el7_0-x86_64 u65-b17) OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode) Installed glib: # rpm -qa | grep glibc glibc-2.17-55.el7.i686 glibc-2.17-55.el7.x86_64 glibc-headers-2.17-55.el7.x86_64 glibc-common-2.17-55.el7.x86_64 glibc-devel-2.17-55.el7.x86_64 What could be causing the installer to not see files that are plainly there and in the environment variable?
[ -0.004064646549522877, -0.006614462472498417, -0.0035023028030991554, 0.012746661901473999, -0.0033898744732141495, 0.01137939840555191, 0.008869417011737823, 0.010441362857818604, -0.017995014786720276, -0.011974041350185871, -0.016391918063163757, 0.009250059723854065, 0.01854775846004486,...
[ 0.3287169933319092, 0.25823792815208435, 0.0474000945687294, -0.26403486728668213, 0.1426083892583847, -0.33305463194847107, 0.9198696613311768, -0.29318684339523315, 0.04219972714781761, -0.7721225023269653, -0.19808124005794525, 0.6554821729660034, -0.4917963445186615, 0.1656732112169265...
When I was learning Xiao-Gang Wen's paper about the edge theory of Fractional Quantum Hall(FQH) state, I had one question. The paper's link is as below:\ http://dao.mit.edu/~wen/pub/edgere.pdf As clearly shown in the paper (eqn 2.7), density operator of edge state $\rho_k$ satisfies $U(1)$ Kac-Moody algebra. Also, the current operator $j_k^+$ also satisfies the same algebra (eqn 2.27). My question is why $\rho_k$ and $j_k^+$ satisfy the same algebra? They must be closely related, is it? As shown in the last sentence below (eqn 2.27), the author said they are the same because of charge conservation. I don't understand this. Why it is related with charge conservation. Thank you in advance.
[ -0.008470868691802025, 0.009772704914212227, -0.006047830916941166, 0.005869139451533556, -0.02120853401720524, -0.01576068252325058, 0.008255995810031891, -0.014254596084356308, -0.014794247224926949, -0.012000178918242455, -0.0064543792977929115, 0.01518462784588337, -0.023555969819426537,...
[ -0.17191128432750702, 0.038138970732688904, 0.34417086839675903, -0.12418654561042786, -0.47350701689720154, 0.019235890358686447, -0.24680174887180328, -0.5277111530303955, -0.19957055151462555, -0.4517905116081238, -0.0031711971387267113, 0.058899663388729095, -0.37598416209220886, 0.490...
i’m using wp-ecommerce (getshopped) and WPML on a website, all pages display correctly when i use the default (/ugly…) permalink structure, but when i try to use the much desired permalink structure /%category%/%postname%/ something weird happens: 1. product categories list page displays the homepage 2. single category and single product pages show the main blog page (list of post) This prevents me from using my desired permalink structure, which is a major issue for me. I tried updating WPEC to the latest beta version (didn’t help) and i tried switching to twenty ten to see if the problem is related to my theme (and it isn’t) Questions: 1. Could this be related to the fact that i use hebrew words in my slugs? 2. Is there any known issues related to WPEC and permalinks that i should be aware of? 3. Can anyone point out the solution? Thanks in advance
[ 0.0025810699444264174, 0.007305865176022053, 0.0016569617437198758, 0.035942770540714264, -0.013872399926185608, -0.010901002213358879, 0.00931461900472641, 0.011416519060730934, -0.01042592991143465, -0.0016863509081304073, -0.020419292151927948, 0.002547940704971552, -0.0018878160044550896...
[ 0.68133544921875, 0.42521002888679504, 0.5184783339500427, -0.12215607613325119, -0.140729621052742, -0.41221654415130615, 0.2133834958076477, -0.07453469932079315, -0.22576750814914703, -0.5265539288520813, -0.03779621049761772, 0.36395204067230225, -0.06222584471106529, 0.431958764791488...
They look very similar. It's hard for me to discern the difference. Is there any difference between the two?
[ -0.08597950637340546, 0.006639935541898012, 0.026597367599606514, 0.07090843468904495, -0.030564380809664726, -0.0066274115815758705, 0.010534300468862057, 0.03151322156190872, -0.038836222141981125, 0.07968117296695709, -0.0534236840903759, 0.023159490898251534, 0.01974228024482727, -0.06...
[ 0.8369971513748169, 0.20081664621829987, -0.27456507086753845, -0.10280230641365051, 0.08199760317802429, 0.06887200474739075, 0.2652299404144287, 0.31870296597480774, -0.48401588201522827, -0.7341190576553345, 0.4633905291557312, 0.05310305953025818, 0.041697632521390915, 0.43236893415451...
I'm switching from an old phone and need to know if I can install Thunderbird on a Samsung S3 or any other similar phone? I have several business emails and like the way Thunderbird works. Being new to this, if I can't put TBird on the Samsung or similar product, then what type of e-mail platform will I be using?
[ 0.011733012273907661, -0.018855705857276917, -0.010642034001648426, 0.007452611345797777, 0.020453792065382004, 0.011085308156907558, 0.01180797629058361, 0.021001964807510376, -0.029219839721918106, -0.04741259664297104, -0.019374407827854156, 0.016274819150567055, 0.0028310210909694433, ...
[ 0.5708290338516235, 0.27910059690475464, 0.25132519006729126, 0.1910693347454071, 0.0930584967136383, 0.008729162625968456, 0.24286243319511414, 0.18737201392650604, -0.14639200270175934, -0.7007037401199341, 0.1194717064499855, 0.7000266313552856, -0.1167910173535347, 0.0935203805565834, ...
Are posts supposed to have parents? If so, what would that mean for a post to have a parent? Also, if there are some constraints to posts having parents, then where is that enforced? Not in the DB as I see it.
[ 0.0005270052934065461, 0.031236711889505386, 0.007361515425145626, 0.049606241285800934, 0.018720028921961784, 0.006509474944323301, 0.009511291049420834, 0.05403480678796768, -0.02083452418446541, 0.011544725857675076, -0.011469271965324879, 0.019973061978816986, 0.006621320731937885, 0.0...
[ 0.6852828860282898, 0.010484207421541214, 0.16053993999958038, 0.3785029947757721, -0.12724027037620544, -0.45946004986763, 0.3974181115627289, 0.4422758221626282, -0.3254433274269104, -0.5487877130508423, 0.01640983298420906, -0.23069795966148376, -0.36566218733787537, 0.4267556071281433,...
I am looking to get meta data about an installed plugin from another plugin. Theoretically, to get the version, I could do: $data = get_plugin_data( 'expected_plugin_folder_name'); $version = $data['version']; But, this wouldn't work if the end user had changed the name of the plugin that I'm looking to get the meta data on was installed in. I think the solution is to search in the array returned from `get_plugins()`. The sticky part is the array keys are named for the path, relative to the plugin directory of the plugin file, which brings me back to the same issue as before--the end-user might have changed the directory name of the plugin. Is there anyway to get the meta data without having to specify the plugin folder? Possibly by specifying slug, uri, name, etc...
[ -0.005418027751147747, 0.0007000535260885954, -0.0030529703944921494, -0.005532574839890003, 0.019722137600183487, 0.006339182145893574, 0.008284518495202065, -0.012773577123880386, -0.016284262761473656, 0.003966761752963066, 0.001252724090591073, 0.006478191819041967, -0.002827212680131197...
[ 0.31375470757484436, 0.25041019916534424, 0.3282177448272705, -0.3038388788700104, -0.13674551248550415, 0.0999191626906395, 0.43970462679862976, -0.12066011875867844, -0.03949318081140518, -0.5204708576202393, 0.1958019882440567, 0.6197067499160767, -0.6071264147758484, 0.2614754438400268...
I have some environmental data I am examining (samples from water of a lake). After next generation sequencing and some computation I get some OTUs (Operational Taxonomic Units) saying which bacteria are in which environmental samples (150 samples). First I filtered for the OTUs which have a high abundance in general and occur at least in five samples. Then I calculated spearman correlation-coefficients between all the OTUs. With the positive coefficients I did then a Markov clustering which gave me some interesting results. The question is now how to use the negative correlations (In combination with the pos. correlations or alone). I want to investigate in the question, which bacteria have a strong "avoidance" (from competition, exclusion by environment, predation, or whatever). What method would you suggest? Classical clustering methods always use the idea of similarity or distance, but this does not make sense here. For every sample I have additional information like temperature, depth, date, oxygen and many more.
[ 0.0039619747549295425, 0.01733602210879326, -0.009867042303085327, 0.02285730093717575, 0.02654455415904522, 0.0002485720906406641, 0.006378981284797192, -0.0040246532298624516, -0.011644288897514343, -0.03195244073867798, 0.0028725494630634785, 0.010065256617963314, -0.005107077304273844, ...
[ 0.45775172114372253, 0.11688455939292908, -0.14159145951271057, -0.1459488719701767, -0.16788418591022491, 0.4269275963306427, -0.0145714171230793, -0.5245547294616699, 0.03424582630395889, -0.43860960006713867, 0.5694616436958313, 0.29250088334083557, -0.23908977210521698, 0.4781322777271...
I was trying to understand MDP's in the context of reinforcement learning, specifically I was trying to understand what the reward function explicitly depends on. I have seen a formulation of the reward function as defined by Andrew Ng in his lecture notes as: $$R: S \times A \mapsto \mathbb{R}$$ Which means that the the reward function depends on the current state and the action take at that state and maps to some real number (the reward). To get a different perspective, I read the interpretation wikipedia had: The process responds at the next time step by randomly moving into a new state s', and giving the decision maker a corresponding reward $R_a(s,s')$. Which seems to be a different interpretation in my opinion since this would make the reward function more of a function of the form: $$R: S \times A \times S\mapsto \mathbb{R}$$ Which in my opinion, seems to be a completely different thing. I was trying to understand if the two formulations were actually the same (and if it was possible to prove their equivalence) in the context of MDP's applied to reinforcement learning.
[ -0.014984777197241783, 0.0179935060441494, -0.010709618218243122, 0.00858606118708849, 0.002998231677338481, -0.019976790994405746, 0.0066482918336987495, -0.013126780278980732, -0.012005079537630081, -0.0015610815025866032, -0.017428411170840263, 0.010776819661259651, -0.012854095548391342,...
[ 0.1784369945526123, -0.06044779717922211, -0.3371935784816742, -0.20302453637123108, -0.16433411836624146, 0.42689064145088196, 0.10342557728290558, -0.197858065366745, -0.40347781777381897, -0.3141464591026306, -0.0938214361667633, 0.3255957067012787, -0.4661307632923126, 0.20539309084415...
I am looking for a `GPS` device or receiver that can transmit its own location to a specified configured server directly. there will be no medium like mobile phone or computer in between GPS and Server which receives the data. a dongle sort of thing which has a sim card in it and with the use of that it can transfer data directly to server
[ -0.02727614715695381, -0.00841618049889803, 0.0037655665073543787, 0.015934590250253677, -0.0004959480138495564, -0.028301166370511055, 0.00933738425374031, 0.028496738523244858, -0.021657710894942284, 0.004879707470536232, -0.005560492165386677, 0.018856728449463844, 0.023111648857593536, ...
[ 0.6110226511955261, 0.20549936592578888, 0.2951718270778656, 0.028866279870271683, 0.333031564950943, 0.12016738951206207, -0.09514689445495605, 0.15248553454875946, 0.06469881534576416, -0.5382229685783386, 0.08375542610883713, 0.21543502807617188, -0.22127191722393036, 0.0752809271216392...
I'm just starting to figure out what 'expandable' means in LaTeX, and why it is useful to have commands that expand as far as possible. In particular: * If you want to `\typeout` some string to the log file, you need to be able to expand all the way to it. * If you want to do any kind of unit-testing (like with `qstest`), you need to be able to expand at least down to the strings you want to compare. I've been reading a lot about this topic. As I understand it, a command is not expandable if it changes the 'state' in some way, i.e., uses `\def`, `\let`, etc. In particular, I've also read the question "Why isn't everything expandable". But my question is less theoretical than that one. I'd like to know why I haven't encountered any 'solutions' yet. The thing is, 'making everything expandable' is conceptually so simple. TeX is perfectly capable of _typesetting_ the result of 'unexpandable' commands, simply by performing the state changes in the execution processor. The point being, TeX does eventually arrive at the final string. _(Edit: Please note that I'm talking about textual characters here. I understand that one cannot capture the notion of, e.g., an image, flexible whitespace or a state-manipulation in a string.)_ It seems inconceivable to me that we can't somehow intercept it and use it. I would have expected someone to have created a command like this: \getresult { <expr> } { <result-macro> } It's not expandable, but we can still get our hands on the fully expanded result in order to log it... compare it... what have you. Questions like this one suggest to me that this has not been accomplished. **Why?** Ok... I'm willing to cheat. What if we spawn an extra TeX process to fully evaluate the expression and (almost) typeset it. Can we get the string that way? Doesn't `\scantokens` use a similar trick to overcome another inherent TeX limitation (that catcodes are fixed once a token is read)? **Can it be done?**
[ 0.012109532952308655, 0.02450762316584587, -0.012296449393033981, -0.006963014602661133, -0.009285172447562218, 0.029446586966514587, 0.007585788145661354, 0.00870833545923233, -0.01207057572901249, -0.004073814023286104, -0.003211202332749963, 0.005029547028243542, 0.004532181657850742, 0...
[ 0.2912534177303314, -0.3566981852054596, 0.12768006324768066, -0.1213952824473381, 0.43590396642684937, -0.12812040746212006, -0.11741232126951218, 0.2342289388179779, -0.4709807336330414, -0.7361375093460083, -0.3200792074203491, 0.5923862457275391, -0.03226809576153755, 0.082390777766704...
I am using the R package relaimpo (Grömping, 2006) to analyze the relative importance of 16 regressors on one dependent variable (N=7000). The results show that regressors vary drastically from each other in explained variance, varying between 18.2% and 0.8%. That is, after controlling for each regressor some regressors explain a lot of variance, others only very little. For the paper, I need to report one overall p value, e.g.: "Overall, regressors varied significantly from each other (p<.001)." The package only provides me with information about significant differences between regressors A and B, regressors A and C, et cetera, not an overall test. Since I only have aggregate data here for 16 regressors (18.2%, 16.5%, ..., 0.8%), I don't know what test to use.
[ 0.006832973565906286, 0.01838950254023075, -0.023577701300382614, 0.014245279133319855, 0.005820058286190033, -0.01817052625119686, 0.007574289105832577, -0.02920054830610752, -0.006561785005033016, -0.018807701766490936, -0.0002929449547082186, 0.011312596499919891, 0.007773478515446186, ...
[ -0.2636796534061432, 0.11526313424110413, 0.25282570719718933, -0.22010689973831177, -0.38490232825279236, 0.4946173429489136, 0.38603323698043823, -0.7853778004646301, -0.44560331106185913, -0.2899527847766876, 0.13405904173851013, 0.33175376057624817, -0.1724207103252411, 0.1760558485984...
In what circumstances would you want to, or not want to scale or standardize a variable prior to model fitting? And what are the advantages / disadvantages of scaling a variable?
[ 0.04022006317973137, 0.050110913813114166, -0.00009887814667308703, 0.030953625217080116, 0.001051835366524756, 0.05100799724459648, 0.01679065264761448, -0.004999564960598946, -0.024624519050121307, -0.015863196924328804, -0.004338610917329788, 0.02458621934056282, -0.052909255027770996, ...
[ 0.12392345070838928, -0.0811636745929718, -0.10487812012434006, 0.3016318678855896, 0.11980929225683212, 0.36037150025367737, -0.09341158717870712, -0.3299158811569214, -0.16639694571495056, -0.21755649149417877, 0.32217472791671753, 0.6135440468788147, -0.07906568795442581, -0.00739518227...
What is the best gps to get as an add on for an android (asus tf300)? This is for a marine application I am writing. 1. I need sub 5 meter accuracy. 2. Would like decent accuracy at moderate speeds. 3. I dont want to spend more than 120 USD. 4. Must be bluetooth since device doesn't have usb Battery life is important since Ill be on a boat for 12+ hours at a time - the gps will be in standby mode some of this time - battery should be able to run at least 6 hours in active mode without charging Im assuming that most of the devices on the market today are waas enabled (this is what I want right?). Ive looked at some globalsat and dual models but not sure what is the best. Please be gentle as Im a noob when it comes to GPS techology. Thanks.
[ -0.0026050498709082603, -0.0033369986340403557, -0.01181798055768013, 0.0029102994594722986, 0.0012075700797140598, -0.015918146818876266, 0.0066714659333229065, 0.006342996843159199, -0.01672232151031494, 0.0012644430389627814, -0.0036975808907300234, 0.011428512632846832, -0.01569325476884...
[ 0.42366665601730347, 0.05789180099964142, 0.5735920667648315, 0.1895596832036972, 0.042214181274175644, -0.18950413167476654, 0.32070133090019226, -0.3294890224933624, -0.03730600327253342, -0.7920073866844177, 0.5514698624610901, 0.9866675138473511, -0.08813813328742981, -0.44051632285118...
I've just upgraded to 3.7 and one of the features in this release is the automatic application of security releases. However once I upgraded it said > "This site is not able to apply these updates automatically. But we’ll email > (my email address) when there is a new security release." What is it about my site that stops these updates being applied automatically?
[ -0.018078625202178955, -0.012506024911999702, -0.007067522034049034, 0.004105049651116133, -0.01697910949587822, 0.010770551860332489, 0.008929389528930187, 0.0010450122645124793, -0.02267303876578808, -0.018698416650295258, -0.025070633739233017, 0.025167735293507576, -0.0058167967945337296...
[ 0.3440958261489868, 0.24977855384349823, 0.8689382076263428, -0.3954002261161804, -0.2641283869743347, -0.24327413737773895, 0.838455855846405, -0.2757855951786041, 0.01246676780283451, -0.6934375166893005, 0.1156415343284607, 0.7924749851226807, -0.18750369548797607, -0.05618155747652054,...
I am trying to fix a problem with a submenu. I have coded (as you can see on jsfiddle: http://jsfiddle.net/8899x/87/ ) my horizontal menu and the submenu. I would like to leave the submenu opened when I am in the selected child page; for example if I click on "Gallery -> Photogallery 1", I'd like that the submenu and the "Photogallery 1" will stay opened and highlighted. Obvious the same if I click on "Photogallery 2" and so on. Any help please? **UPDATED** : Here is the example of my header.php: <!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=device-width, initial-scale=0.1, maximum-scale=1.0"/> <title><?php global $page, $paged; wp_title( '|', true, 'right' ); // Add the blog name. bloginfo( 'name' ); // Add the blog description for the home/front page. $site_description = get_bloginfo( 'description', 'display' ); if ( $site_description && ( is_home() || is_front_page() ) ) echo " | $site_description"; // Add a page number if necessary: if ( $paged >= 2 || $page >= 2 ) echo ' | ' . sprintf( __( 'Page %s', '_s' ), max( $paged, $page ) ); ?></title> <link href='http://fonts.googleapis.com/css?family=Open+Sans:800,400,600,700' rel='stylesheet' type='text/css'> <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.js"></script> <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/favicon.ico" type="image/vnd.microsoft.icon"/> <link rel="icon" href="<?php bloginfo('template_url'); ?>/favicon.ico" type="image/x-ico"/> <!--[if lt IE 9]> <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script> <![endif]--> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="wrapper" class="container"> <ul id="navbar"> <li><a href="<?php bloginfo('url') ?>">Home</a></li> <li><a href="<?php bloginfo('url') ?>/?page_id=258" <?php if ( is_page('258') || is_page('300') || ( !is_home() && in_category('5')) || ( !is_home() && in_category('58')) ) { echo " class=\"selected\""; } ?>>Gallery</a> <ul> <li><a href="<?php bloginfo('url') ?>/?page_id=258">Photogallery 1</a></li> <li><a href="<?php bloginfo('url') ?>/?p=256">Photogallery 2</a></li> <li><a href="<?php bloginfo('url') ?>/?page_id=300">Photogallery 3</a></li> </ul> </li> <li><a href="events.php">Events</a></li> <li><a href="#">Blog</a> <ul class="submenu"> <li><a href="personal.php">Personal</a></li> <li><a href="dev.php">Dev</a></li> </ul> </li> <li><a href="#">About</a> <ul class="submenu"> <li><a href="page1.php">Page 1</a></li> <li><a href="page2.php">Page 2</a></li> </ul> </li> </ul>​ <div class="clear"></div> <div id="main"> And some lines of the singlecustompage.php: <?php get_header(); ?> <div id="full-content">
[ -0.0005250868853181601, 0.002342305611819029, -0.0005650508683174849, 0.009840434417128563, 0.014605578035116196, -0.010583808645606041, 0.006063648499548435, 0.015322708524763584, -0.019121401011943817, 0.01312953606247902, -0.023758362978696823, 0.01197606697678566, -0.013908550143241882, ...
[ -0.0028798587154597044, -0.09694039821624756, 0.32708173990249634, -0.005339955911040306, -0.09021668881177902, 0.3199111223220825, 0.29030677676200867, -0.12488167732954025, -0.20773959159851074, -0.7285863757133484, -0.1887723207473755, 0.045333512127399445, -0.3838610351085663, 0.060396...
When you run the Business Analysis toolbox wizard for creating a Customer Derived Trade area, you have the option of weighting each customer by count or for specifying a field (such as sales or number of visits) to use as a weight. You select this with radio buttons and if you select "count", then you don't have to specify a field. However, when scripting this tool, the CustomerWeightField is a required field. Leaving it blank yields a "This field was not found in the customer layer" type error message. In my case, I just want to use the count as the customers I'm analyzing do not have any other valid fields for weighting the results. Is there a magic value to enter for CustomerWeightField that will force it to use count? The documentation says: > The field used to calculate the trade areas. This is based on either the > number of customers (count) or the calculated weighted value assigned to > each customer. A fallback, I guess, would be to add a weight field and set it to 1, but I don't want to have to rely on modifying the input data.
[ 0.015180492773652077, 0.006276319734752178, -0.009554357267916203, 0.013471072539687157, -0.03125820308923721, 0.01161336712539196, 0.009516862221062183, -0.015796169638633728, -0.01146891713142395, -0.00013552885502576828, -0.01508335955440998, 0.011383280158042908, -0.004049675539135933, ...
[ 0.3429577648639679, 0.09331002086400986, 0.3683773875236511, -0.10959488898515701, 0.02008911967277527, 0.030171599239110947, -0.23389188945293427, -0.3483787477016449, -0.2507571578025818, -0.16439543664455414, 0.1980798989534378, 0.6466019153594971, -0.08367335796356201, -0.1730124801397...
I'm having a bit of trouble detecting the view-ability of post types. I've created a front end plugin which lists posts/pages by the author. Testing if a user can edit a certain post type is easy but I can't figure out how to test if a user (taking their logged-in and role into account) can view another user's posts. Here's what I have: $custom = get_post_types( array('_builtin' => false),'names'); foreach ( $custom as $type ) { $object = get_post_type_object($type); // TODO - is this check enough? if ( user_can($user,$object->cap->edit_posts) && current_user_can($object->cap->read_posts) ) $types[] = array( 'title' => $object->labels->name, 'id' => $type ); } Where `$user` is an author. The `$object->cap->read_posts` is not set so it always fails. This code should add a post type to an array if the author can create posts of that type and the user can read them. There are further privacy checks on a post by post basis later in the code, but that is not the issue here. How can I solve this? Please, no plugin recommendations.
[ 0.007395871914923191, 0.005410062614828348, -0.0022738631814718246, 0.013120067305862904, 0.032149072736501694, 0.004865589551627636, 0.0081875529140234, 0.012535683810710907, -0.01681990548968315, 0.030369263142347336, -0.011199239641427994, 0.006286753341555595, 0.009681702591478825, 0.0...
[ 0.7296442985534668, 0.05915873125195503, 0.6050418019294739, -0.01671331375837326, -0.1888856440782547, 0.12371368706226349, 0.20960047841072083, -0.2993379235267639, -0.2715526223182678, -0.5640931725502014, 0.29110175371170044, 0.6020589470863342, -0.2236737310886383, 0.2520959675312042,...
I have a bibtex entry like this: @inproceedings{key, title={ Title }, author={ Authors }, booktitle={To Appear in the Proceedings of the ACM Long Conference Name}, conference={{Short Conference Name}}, year={2013} } I want to make this appear as follows: <Number> <Short conference name 2013> Publication reference.............. written here................................ order by the year (in decending order). Is there anyway I can do this?
[ 0.01704779639840126, 0.019780375063419342, -0.009514544159173965, 0.02992648258805275, -0.01333535835146904, -0.0004273047379683703, 0.010153795592486858, 0.01713830977678299, -0.011224611662328243, -0.015024213120341301, -0.008078377693891525, 0.004794062115252018, -0.0006985098589211702, ...
[ -0.29978328943252563, 0.31696370244026184, 0.4376734495162964, -0.15774844586849213, -0.21934127807617188, -0.27954381704330444, -0.019040275365114212, 0.42707499861717224, -0.2926199436187744, 0.05740638077259064, 0.08446844667196274, 0.1551474779844284, 0.24407239258289337, 0.55876684188...
I'm starting a gaming project on the side of my normal school/work projects and I'm wondering if I should start planning out the user interface before starting an actual project in code. I see some pros/cons to doing both first and was wondering what advice some seasoned developers could suggest.
[ 0.0029035587795078754, 0.027050882577896118, 0.029333721846342087, -0.0015991289401426911, -0.02093628980219364, 0.01755790039896965, 0.010053521022200584, 0.01673012413084507, -0.029614269733428955, 0.015251362696290016, -0.007869560271501541, 0.02285734936594963, 0.023448722437024117, 0....
[ 0.7419685125350952, 0.28904953598976135, -0.17586475610733032, -0.04036976769566536, 0.10987523198127747, -0.10393107682466507, 0.08357779681682587, 0.6430006623268127, 0.024001849815249443, -0.5783784985542297, 0.3916378915309906, 0.44979986548423767, 0.37903934717178345, -0.0252471752464...
For some reason this code works on my local copy of a wordpress site but the live site is not working. // WP_Query arguments $args = array ( 'post_type' => 'post', 'pagination' => false, 'posts_per_page' => '99', 'category_name' => 'wedding' ); // The Query $query = new WP_Query( $args ); // The Loop if ( $query->have_posts() ) { while ( $query->have_posts() ) { $query->the_post(); $thumb_ID = get_post_thumbnail_id( $post->ID ); $blogimages = get_post_meta( get_the_ID(), 'blogimages', true ); if ( $images = get_children(array( 'post_parent' => $post->ID, 'post_type' => 'attachment', 'post_mime_type' => 'image', 'exclude' => [ $thumb_ID, isset( $blogimages[0]['blog-image-inside'] ) ? $blogimages[0]['blog-image-inside'] : 0, isset( $blogimages[0]['blog-image-front'] ) ? $blogimages[0]['blog-image-front'] : 0, isset( $blogimages[0]['blog-image-main'] ) ? $blogimages[0]['blog-image-main'] : 0 ], ))) : foreach( $images as $image ) : echo '<div>'; echo '<a href="'.wp_get_attachment_url($image->ID).'" rel="nivo" data-lightbox-gallery="wedding">'; echo wp_get_attachment_image($image->ID, array(360,999)); echo '</a>'; echo '</div>'; endforeach; else: // No images //This post has no attached images endif; } } // Restore original Post Data wp_reset_postdata(); I have one post under the wedding category, with 5 images attached and none of the images are being displayed, is there any reason why that code may not be working? Yet it works perfectly on my local version? In checking my php versions my remote server is running 5.4.26 and my local was on 5.5.10, when I changed local to the same as the remote version it stops working, so it seems to be something with that code on 5.4.26? After messing with the code again I have come up with this bit of code here... $args = array( 'category_name' => 'wedding', 'pagination' => false, 'posts_per_page' => -1 ); $the_query = new WP_Query( $args ); // The Loop if ( $the_query->have_posts() ) { while ( $the_query->have_posts() ) { $the_query->the_post(); $blogimages = get_post_meta( get_the_ID(), 'blogimages', true ); $attachments = get_posts(array( 'post_type' => 'attachment', 'posts_per_page' => -1, 'post_parent' => $post->ID, 'exclude' => [ get_post_thumbnail_id(), isset( $blogimages[0]['blog-image-inside'] ) ? $blogimages[0]['blog-image-inside'] : 0, isset( $blogimages[0]['blog-image-front'] ) ? $blogimages[0]['blog-image-front'] : 0, isset( $blogimages[0]['blog-image-main'] ) ? $blogimages[0]['blog-image-main'] : 0 ] )); if($attachments){ foreach($attachments as $attachment){ echo '<div>'; echo '<a href="'.wp_get_attachment_url($attachment->ID).'" rel="nivo" data-lightbox-gallery="wedding">'; echo wp_get_attachment_image($attachment->ID, array(360,999),true); echo '</a>'; echo '</div>'; } } } } else { echo 'No images found for this category'; } /* Restore original Post Data */ wp_reset_postdata(); But I am now noticing that if I remove or add images to posts they are not being reflected, but if I delete the post entirely, even after I've already removed images from it, they finally get removed from the gallery page. Also if I add a new post with images under the specified category, the images are not being added to the gallery. Why is this happening, is there some sort of caching thing going on?
[ 0.003774539101868868, 0.013922100886702538, 0.005381471011787653, 0.015471896156668663, 0.015357058495283127, 0.019684385508298874, 0.007158302236348391, 0.0034823156893253326, -0.009956822730600834, -0.022828377783298492, -0.011332343332469463, 0.011990394443273544, -0.010156378149986267, ...
[ 0.32800567150115967, 0.2247031182050705, 0.45441368222236633, -0.22262148559093475, 0.03782007843255997, 0.11072240024805069, 0.6613118648529053, -0.45194706320762634, -0.0226923618465662, -0.5296874046325684, -0.10674436390399933, 0.11586438864469528, -0.6094948053359985, 0.35832664370536...
While the gases are present in very different abundances, and the atmospheres have very different pressures, Earth, Mars and Venus all have a similar cast of gases: nitrogen, argon, CO2, others in trace amounts. I've asked an earth scientist friend and his short answer was "volcanoes." I'm afraid I don't know enough about solid earth processes or geochemistry to figure out where to find out more...where could I start?
[ 0.0016253632493317127, 0.0032422677613794804, -0.010416943579912186, 0.0083626015111804, 0.006863533053547144, 0.0022570837754756212, 0.008059080690145493, 0.03710150346159935, -0.014175350777804852, 0.000970182241871953, 0.013040518388152122, 0.0010488065890967846, 0.0014294101856648922, ...
[ 0.6670765280723572, 0.6040406227111816, -0.41156521439552307, 0.19519738852977753, -0.15557102859020233, -0.14058566093444824, 0.2053426206111908, 0.39955973625183105, -0.33034244179725647, -0.179988294839859, 0.03245803341269493, 0.2749720811843872, -0.3961145281791687, 0.2971909642219543...
I was reading about thermal and non-thermal radiation and I was wondering if visible light can be emitted from a non-thermal source?
[ 0.023720476776361465, 0.0346979945898056, 0.02132255584001541, -0.004955046810209751, -0.01998736523091793, -0.04995863884687424, 0.015414804220199585, -0.010852796025574207, -0.036258671432733536, -0.031072676181793213, -0.004080295562744141, 0.04430756717920303, 0.019338710233569145, 0.0...
[ 1.0913430452346802, 0.20475134253501892, -0.2585413157939911, -0.01972971297800541, -0.1586504429578781, -0.47207045555114746, 0.01846325397491455, 0.16324537992477417, -0.22100652754306793, -0.4473748803138733, 0.28499752283096313, 0.40142205357551575, 0.08568350970745087, 0.4659853279590...
Are there some simple ways to beef up the security on a WordPress site?
[ 0.048526279628276825, 0.03950202465057373, -0.005625783931463957, 0.03560547158122063, 0.024052854627370834, 0.021326681599020958, 0.019329706206917763, -0.03486838936805725, -0.025622695684432983, -0.019689446315169334, -0.016121085733175278, 0.04000725597143173, -0.015718596056103706, 0....
[ 0.624217689037323, 0.025231294333934784, 0.10322895646095276, 0.4249655604362488, 0.46995702385902405, -0.13414569199085236, 0.08122652024030685, 0.19069218635559082, -0.06613244116306305, -0.21382969617843628, 0.20045316219329834, 0.23351123929023743, -0.05696409195661545, -0.375045746564...
I know that space is a vacuum, has no air and is very, very cold. from what i have seen in movies and TV shows when a space suit is exposed the oxygen will escape will escape like a visible gas and the person would explode. In the movie Event Horizon one of the characters is blow out of an airlock and one of his comrades tells him to expel all the air in his lungs and to curl up, as he does he seems to be bleeding a lot. In The Hitchhikers Guide to the Galaxy movie it says you can hold your breath for a little while before anything happens. Ofcause all these examples are science fiction so they may or may not be accurate. I am wondering what would happen is a human body was exposed in space? would it blow up like so many shows seems to hint it? would the person be frozen to death because of the temperature in space? NOTE: i ask this as in a fan fiction i am writing, in one scene the main character's daughter is suck out through a hall breach of the ship before her friend willing jumps out and hold her as she teleport the 2 through space to the nearest planet, i want to explain how the adverse affects of an exposed human body is negated but i can't do that if i don't know what i am negating
[ -0.014155474491417408, 0.007195159327238798, 0.004235534463077784, 0.01113203540444374, -0.022599605843424797, -0.020286349579691887, 0.008442239835858345, -0.002456292510032654, -0.009686675854027271, -0.011091704480350018, 0.0002564617316238582, 0.028380580246448517, 0.0230058953166008, ...
[ 0.4984589219093323, 0.04624244198203087, 0.11504805833101273, 0.28576695919036865, -0.10201340913772583, -0.2958318889141083, 0.16309162974357605, 0.16094909608364105, -0.171988844871521, -0.2688913345336914, 0.18355190753936768, -0.04114395007491112, -0.030513498932123184, 0.3954250216484...
I'm curious about the physics behind the clumping of wet hair. More specifically, how the amount of water in hair and distance between hairs affect the clumping process. I know intuitively that when the amount of water reaches a level and the hairs are close enough, the liquid bridge formed between hairs can stick hairs together. I wonder is there any quantitative analysis or model of this phenomenon? My background is computer science and I'm trying to simulate wet hair for visual effects.
[ -0.02487442083656788, 0.011482203379273415, -0.006986102554947138, 0.017254548147320747, 0.029320061206817627, -0.04316413775086403, 0.00746232969686389, -0.034416332840919495, -0.014472129754722118, 0.04885910823941231, 0.006917876657098532, 0.02255585789680481, -0.006744988262653351, 0.0...
[ 0.6660842895507812, 0.11576942354440689, 0.3082023859024048, 0.24066273868083954, -0.06366290897130966, 0.17043958604335785, 0.15782570838928223, -0.07179403305053711, -0.5744840502738953, -0.45948293805122375, 0.3138807713985443, 0.2590937912464142, 0.18258941173553467, 0.3149195313453674...
I'm considering using the term "salutary" in a technical document I'm writing to refer to something beneficial. Here's the context: > Salutary side effects of our model are to harness idle computational > resources as opposed to provisioning additional fixed infrastructure and to > scale resource supply commensurate with demand. My question is, is this correct usage of the term, or should salutary be reserved for situations that refer to things which are beneficial to a being's physical health only?
[ 0.010799232870340347, 0.011048837564885616, -0.0019936147145926952, 0.023943070322275162, -0.00018827093299478292, 0.0011562852887436748, 0.011961903423070908, -0.002508459845557809, -0.01062802318483591, -0.004405680578202009, -0.01919967122375965, 0.006079959217458963, -0.01665151491761207...
[ 0.6973974108695984, -0.08261671662330627, 0.002695496892556548, 0.08279615640640259, 0.026353415101766586, 0.016892455518245697, 0.27546176314353943, 0.13635052740573883, -0.12587934732437134, -0.3656196594238281, 0.14464478194713593, 0.4404959976673126, -0.40213409066200256, 0.33097067475...
I defined a macro for writing a partial derivative: \newcommand{\pder}[2]{\frac{\partial#1}{\partial#2}} this works when inserting two parameters. But I want to modify it so that when inserting only a single parameter, it will leave the numerator blank and fill only the denominator with that parameter. i.e., \pder{x} will produce \frac{\partial}{\partial x} How can I achieve that?
[ 0.008110104128718376, 0.029137399047613144, -0.009382907301187515, 0.019400106742978096, -0.008620481006801128, -0.015970973297953606, 0.00911624077707529, -0.009416189044713974, -0.013705477118492126, -0.018134817481040955, -0.015559349209070206, 0.00010265740274917334, 0.001127507654018700...
[ -0.13093627989292145, -0.0871768519282341, 0.398895800113678, -0.3171863555908203, 0.13164520263671875, 0.21563401818275452, -0.2954023778438568, -0.16678740084171295, 0.10187608003616333, -0.498003751039505, 0.14642103016376495, 0.757418155670166, -0.2819593846797943, -0.11531951278448105...
I've never seen this actually happen when using it? AKA Using Dual wield to finish someone off or by Sneaking and getting an instant kill. Namely by using a Power Attack with Dual Wield? Is it even possible? Also is it possible to decapitate when dual wielding? Thanks
[ -0.007978400215506554, 0.024352645501494408, 0.008387686684727669, 0.0006546086515299976, -0.06288544088602066, -0.034870803356170654, 0.00948623102158308, -0.016867658123373985, -0.026445429772138596, -0.011393309570848942, -0.015308046713471413, 0.027723317965865135, 0.0031739536207169294,...
[ 0.7175447344779968, -0.1952124387025833, -0.3530662953853607, 0.3503496050834656, -0.5242586135864258, -0.11421433091163635, 0.6049612164497375, 0.2768733501434326, -0.3216460049152374, -0.22840823233127594, 0.4608512222766876, 0.36088475584983826, 0.08943184465169907, 0.006197269074618816...
I just realized that I can access shared members from instances of classes (probably this is not correct, but compile and run), and also learn/discover that, I can modify shared members, then create a new instance and access the new value of the shared member. My question is, what happens to the shared members, when it comes back to the "default" value (class declaration), how dangerous is it do this ? is it totally bad ? is it valid in some cases ?. If you want to test my point here is the code (console project vb.net) that I used to test shared members, as you can see/compile/run, the shared member "x" of the class "Hello" has default value string "Default", but at runtime it changes it, and after creating a new object of that class, this object has the new value of the shared member. Module Module1 Public Class hello Public Shared x As String = "Default" Public Sub New() End Sub End Class Sub Main() Console.WriteLine("hello.x=" & hello.x) Dim obj As New hello() Console.WriteLine("obj.x=" & obj.x) obj.x = "Default shared memeber, modified in object" Console.WriteLine("obj.x=" & obj.x) hello.x = "Defaul shared member, modified in class" Console.WriteLine("hello.x=" & hello.x) Dim obj2 As New hello() Console.WriteLine("obj2.x=" & obj2.x) Console.ReadLine() End Sub End Module **UPDATE:** First at all, thanks to everyone, each answer give feedback, I suppose, by respect I should choose one as "the answer", I don't want to be offensive to anyone, so please don't take it so bad if I didn't choose you answer.
[ 0.00870723370462656, 0.016364652663469315, -0.0027738495264202356, 0.007295982446521521, 0.0013613784685730934, -0.004473336972296238, 0.005230022128671408, 0.013838211074471474, -0.013868185691535473, 0.01661907695233822, 0.004294287879019976, 0.021742314100265503, 0.014757819473743439, 0...
[ 0.3341591954231262, 0.15558171272277832, -0.30129313468933105, 0.16465680301189423, -0.019526176154613495, -0.22415876388549805, 0.23707418143749237, 0.040712516754865646, -0.26348891854286194, -0.38610708713531494, 0.27168524265289307, 0.6015779376029968, -0.1304813027381897, 0.4587169289...
I am trying to develop a `category.php` page for my new theme and the loop which I’ve developed shows all posts of my blog and really bad too. I'm not an expert in WordPress theme development and getting mad because of this thing. I need to show the most recent posts of the selected category, big and different and others with another style. This is the relevant code: <?php $categories = get_categories( array ('orderby' => 'count', 'order' => 'desc' ) ); ?> <?php foreach ($categories as $category) : ?> <?php query_posts( array ( 'category_name' => $category->slug, 'showposts' => '5') ); ?> <h2><?php single_cat_title(); ?></h2> <?php if ( have_posts() ): ?> <ul class="thumbs"> <?php $i = 0; ?> <?php while ( have_posts() ) : ?> <?php bm_ignorePost($post->ID); ?> <?php the_post(); ?> <li> <a<?php if ( $i == 0 ) : ?> class="first"<?php endif; ?><?php $i++; ?> href="<?php the_permalink(); ?>"> <?php the_post_thumbnail( array(151,151) ); ?> </a> </li> <?php endwhile; ?> </ul> <p class="more"><a href="/category/<?php echo $category->slug; ?>">More &raquo;</a></p> <?php endif; ?> <?php endforeach; ?> My recent question but didn't get a reply on the wordpress.org forum.
[ 0.0038737510330975056, 0.01512891985476017, -0.0090396199375391, 0.013761011883616447, 0.005163207650184631, -0.0012316448846831918, 0.0058187213726341724, -0.0041545238345861435, -0.012885551899671555, 0.009376442059874535, -0.014577934518456459, 0.01070187147706747, -0.005167135037481785, ...
[ 0.3929057717323303, 0.18621760606765747, 0.6248242259025574, -0.04465962573885918, -0.2619108557701111, -0.2766903340816498, 0.23245184123516083, -0.14148280024528503, -0.4005376398563385, -0.6221275329589844, -0.09298082441091537, 0.3695601522922516, -0.2723582983016968, 0.397621840238571...
I know the meaning but does this word actually exist in English? Should I use it in a formal paper?
[ 0.002961408346891403, 0.029472963884472847, 0.00978758279234171, 0.0520220510661602, -0.08759146928787231, -0.007551312446594238, 0.015719475224614143, 0.010497688315808773, -0.03438703715801239, -0.06501806527376175, 0.009740942157804966, 0.013336376287043095, 0.01979668438434601, -0.0092...
[ 0.505353569984436, 0.5052779316902161, 0.201806902885437, -0.009001619182527065, -0.03803873062133789, -0.5537731051445007, 0.5374280214309692, 0.24195623397827148, 0.08308104425668716, -0.09172068536281586, -0.08867375552654266, 0.2532002925872803, 0.024554088711738586, 0.335995078086853,...
I use the amsthm package and dont want lines which start right after the theorem environment to be indented. I consulted the manual of the package and it said to define a new theorem style. I expected the following MWE to accomplish this task. \documentclass[12pt,a4paper]{scrreprt} \usepackage{amsthm} \newtheoremstyle{abcd}% name {}% Space above, empty = `usual value' {}% Space below {\itshape}% Body font {}% Indent amount (empty = no indent, \parindent = para indent) {\bfseries}% Thm head font {.}% Punctuation after thm head {.5em}% Space after thm head: \newline = linebreak {}% Thm head spec \theoremstyle{abcd} \newtheorem{defn}{Definition} \begin{document} \begin{defn} Some defintion \end{defn} This sentence shouldn't be indented. \end{document} However, I end up with this ![non indented next line](http://i.stack.imgur.com/P7HGo.png) That is what I would expect (obtained using a noindent right after the theorem environment ends) ![enter image description here](http://i.stack.imgur.com/8iI1c.png)
[ -0.003999577835202217, 0.02062608115375042, -0.00015103165060281754, 0.02581349015235901, -0.015252364799380302, 0.01344230305403471, 0.00941308680921793, -0.005940236151218414, -0.01810595579445362, 0.010228486731648445, -0.014938905835151672, 0.0033344586845487356, -0.014177635312080383, ...
[ -0.13951323926448822, 0.2801743745803833, 0.5976848602294922, -0.19225093722343445, -0.10243454575538635, -0.1919708549976349, 0.46927160024642944, -0.27960386872291565, -0.0069553907960653305, -0.7144147753715515, -0.1883501559495926, 0.5206682682037354, 0.1002090573310852, -0.11587935686...
I am processing a text, which is the specification for my mathematical package. The typical style for the specification looks as follows: ![](http://i.stack.imgur.com/wXxmo.png) I can align expressions only in a single environment, using `align` or `array` and so. But I want, that all examples from presented image, will be aligned with respect to `\to` symbol _through all document_. Is there any way to do so? The code of the presented image (sorry that it rather complicated): \documentclass[a4paper,titlepage,11pt,oneside]{book} \usepackage{amsmath} \usepackage{amssymb} \usepackage{amsthm} \usepackage{latexsym} \usepackage{array} \usepackage{xargs} \usepackage{xparse} \usepackage{xcolor} \usepackage{empheq} \usepackage{courier} \newcommand{\mkey}[1]{{\mbox{\small\ttfamily #1}}} \newcommand{\mobj}[2]{\mbox{\ttfamily\small #1}\left [\,#2\,\right]} \definecolor{boxcolor}{rgb}{.95, .95, 1} \newsavebox{\mysaveboxM} % M for math \newcommand*\MetaBox[2][Example]{% \sbox{\mysaveboxM}{#2}% \sbox{\mysaveboxM}{% \parbox[b][\ht\mysaveboxM][b]{% \wd\mysaveboxM}{#2}% }% \sbox{\mysaveboxM}{% \fcolorbox{black}{boxcolor}{% \makebox[\linewidth-4em]{\usebox{\mysaveboxM}}% }% }% \usebox{\mysaveboxM}% } \NewDocumentEnvironment{meta}{O{equation*}O{}}{% \setkeys{EmphEqEnv}{#1}% \setkeys{EmphEqOpt}{box=\MetaBox,#2}% \EmphEqMainEnv}% {\endEmphEqMainEnv} \begin{document} \subsection{Product} .... \subsubsection{Indices} \begin{meta} \begin{array}{rcl} \mobj{}{H^{kj}M_jQ_k{}^{\mu}{}_{qa}}\mkey{.indices}&\to& \mobj{UnorderedIndices}{{}^{kj}{}_{jk}{}^{\mu}{}_{qa}} \end{array} \end{meta} The interesting point introduced here is a special type of product indices. We will discuss it in section. The general idea here is that from the mathematical point of view the order of resulting product indices is undefined. \subsubsection{List access operations} \begin{meta} \begin{array}{rcl} \mobj{}{V_{\alpha\beta}M_\sigma Ric^{\kappa\delta}\,\delta^\alpha{}_{\kappa}}\mkey{.size()}&\to&4\\[12pt] \mobj{}{H^{kj}M_jQ_k{}^{\mu}{}_{qa}}\mkey{.elements}&\to& \mobj{List}{H^{kj},\,M_j,\,Q_k{}^{\mu}{}_{qa}} \end{array} \end{meta} One of the important (and really hard) decisions we've made is to consider only commutative theories. So, while processing products, the order of elements is not taken into account! However, there are some tricks to work with non-commutative theories.\newline Indeed, you can take an element by index: \begin{meta} \begin{array}{rcl} \mobj{}{H^{kj}M_jQ_k{}^{\mu}{}_{qa}}\mkey{.get(2)}&\to& \mobj{SimpleTensor}{Q_k{}^\mu{}_{qa}} \end{array} \end{meta} \end{document}
[ 0.000993712106719613, 0.007096701301634312, -0.015457283705472946, 0.011943873018026352, -0.015983998775482178, -0.004163114354014397, 0.005555409938097, 0.006836701184511185, -0.013205597177147865, 0.008122982457280159, -0.005398430395871401, 0.0005049561150372028, -0.004233183339238167, ...
[ -0.014886932447552681, 0.07953895628452301, 0.6487026810646057, -0.1809130609035492, -0.19099484384059906, 0.06436599045991898, 0.1800815314054489, -0.3858860731124878, -0.12488669902086258, -0.4767393469810486, -0.13815288245677948, 0.41144371032714844, -0.24370267987251282, -0.2564769089...
I want to create a macro for times of days, as follows: \newcommand{\pmtime}{a.m.\xspace} The problem is that LaTeX thinks that the last period in a.m. denotes the end of a sentence, hence the space produced by `\xspace` is too large. \newcommand{\amtime}{a.m.\ } The above is not helpful either, since a regular size space is now added, even when the macro does in fact occur at the end of a sentence. I read about `\@ifnextchar` and tried the following: \newcommand{\amtime}{a.m.\@ifnextchar.{}{\ }} This expands to `a.m.ifnextchar.` in the text (in this case the macro is not followed by a period.
[ 0.005494301673024893, 0.021661492064595222, -0.016394175589084625, 0.013151880353689194, 0.025446251034736633, 0.009424257092177868, 0.008798623457551003, -0.010090995579957962, -0.014915927313268185, 0.014884205535054207, -0.02009507268667221, 0.005094300024211407, 0.0007922917138785124, ...
[ 0.1149173229932785, 0.012367862276732922, 0.5170056819915771, -0.28453338146209717, 0.49351999163627625, 0.23017236590385437, -0.19847719371318817, 0.23274490237236023, -0.4538336992263794, -0.6369650959968567, 0.041536103934049606, 0.2819596827030182, -0.3149038255214691, 0.28355950117111...
I have a second order ordinary differential equation and want to solve it numerically. Although I have specified values at the boundary, Mathematica solution does not match with boundary conditions. h = 10.6 F = 0.001 d = 1.0 L = 100*d phi[x_] := Piecewise[{{0.5*(1 - Tanh[x]), x < L*0.5/d}, {0.5*(1 + Tanh[x - L/d]), x > L*0.5/d}}] s = NDSolve[{u''[x] == (h)*phi[x]*phi[x]*u[x] - F*d*d*(1 - phi[x]), u[-2.5] == 0.0, u[L + 2.5] == 0.0}, u, {x, -2.5, L + 2.5}] vL[x_] := u[x]/(1 - phi[x]) Plot[Evaluate[{vL[x]} /. s], {x, L/d + 1.5, L/d + 2.5}, PlotRange -> All] {u[-2.5], u[L + 2.5]} /. s ![Mathematica graphics](http://i.stack.imgur.com/sPymr.png) > > {{9.02944, -1.11442*10^-25}} > What is the correct way to set the boundary conditions?
[ -0.0048498595133423805, 0.016962425783276558, -0.01758500002324581, 0.002191624604165554, -0.034044474363327026, -0.016504012048244476, 0.006470702588558197, 0.013822504319250584, -0.007881258614361286, -0.020772447809576988, -0.00869698915630579, 0.003686149138957262, -0.03290131688117981, ...
[ -0.2802385687828064, -0.018180910497903824, 0.5528448224067688, -0.11780108511447906, -0.15393473207950592, 0.16605545580387115, 0.2814251482486725, -0.657655656337738, 0.20162858068943024, -0.5139226913452148, -0.06943554431200027, 0.42121240496635437, -0.1710052341222763, 0.1966146379709...
Just curious about it, since I remember once met that medic who has the ability to do that implant at an expensive cost. Where can I exactly find him?
[ 0.03535371273756027, 0.0216539204120636, -0.02062634378671646, -0.009755426086485386, -0.015632549300789833, -0.005351624917238951, 0.01172572374343872, 0.01139979436993599, -0.05411829426884651, 0.002613138174638152, 0.002968382090330124, 0.045902691781520844, 0.003431512974202633, 0.0016...
[ 0.6159217953681946, 0.17566803097724915, 0.17696699500083923, 0.46425920724868774, 0.202063649892807, -0.050208672881126404, 0.09094609320163727, 0.4240104854106903, -0.18870823085308075, -0.3810688853263855, -0.05431235954165459, 0.13420164585113525, 0.19803838431835175, 0.100587531924247...
I've made a custom repo to install ruby 2.0 on Ubuntu 12.04 Currently, I have the repo in '/vagrant/files' for testing. root@gitlab:~# tree /vagrant/files/ /vagrant/files/ |-- default |-- ruby2-repo | |-- libruby2.0_2.0.0.299-2_amd64.deb | |-- Packages.gz | |-- rake_10.0.4-1_all.deb | |-- ruby2.0_2.0.0.299-2_amd64.deb | |-- ruby2.0-dev_2.0.0.299-2_amd64.deb | `-- rubygems-integration_1.2_all.deb root@gitlab:~# cat /etc/apt/sources.list.d/ruby2-0.list deb file:///vagrant/files/ruby2-repo / I'm thinking I'll just put the ruby2-0.list directory in home or /opt. Is there a best practice or standard for where to store local repos?
[ 0.008831637911498547, 0.007029068656265736, 0.004004957620054483, 0.015224142000079155, 0.006688025314360857, -0.003963246941566467, 0.008120957762002945, -0.005419889464974403, -0.01720428839325905, -0.0016857045702636242, -0.006860396359115839, 0.0028682458214461803, 0.0023296261206269264,...
[ 0.34021028876304626, 0.026885805651545525, 0.7365195751190186, -0.08422622829675674, -0.14894914627075195, 0.07999791949987411, 0.7688627243041992, -0.41274315118789673, -0.24777564406394958, -0.5342413187026978, -0.3258568048477173, 0.44117245078086853, -0.2648545503616333, 0.254952102899...
I want my customer to be able to create a post by select between a significant number of magazine style layouts (possibly generated by me). Typically, they would have a number of images and pick a layout suitable for that number of images (or more). Perhaps one large image and two smaller with a block of text between them, or a 3x3 grid, or a 2x4 grid etc. **Is there any way to achieve this, or is this a no-no in Wordpress?** I'm a complete Wordpress amateur, just toying around with it right now. But I have good knowledge of MySQL, PHP and CSS, and considered writing everything myself, but thought it would be a time saver to use this framework. But before digging too deep I'd like to know it's even possible.
[ -0.0003968473756685853, 0.006622878834605217, 0.003101280191913247, 0.017824610695242882, 0.004343165084719658, 0.0036194026470184326, 0.007018275558948517, -0.0009217716287821531, -0.009999585337936878, -0.006346961483359337, -0.018795043230056763, -0.001678448636084795, 0.00635996786877512...
[ 0.8971334099769592, 0.2032734751701355, 0.4543536603450775, 0.1038319543004036, -0.04482758790254593, 0.14912930130958557, 0.22537410259246826, 0.3918607831001282, 0.04744040593504906, -0.6352089643478394, 0.04715700075030327, 0.10627078264951706, -0.14162138104438782, -0.02160830795764923...
I recall hearing a statistic that, in a typical block of English text (e.g. a novel) a really suprisingly large proportion (a third? half?) of the distinct words that appear, appear only once. That is, if you counted each occurrence of each distinct word in the text, then you'd find a huge proportion of the distinct words appear only once each. I think I heard this on a radio show but I can't find the source. Can anyone confirm where I might have heard this, and/or indicate whether there's any truth to it? Thanks.
[ 0.013903599232435226, 0.010880681686103344, -0.018453458324074745, 0.023728670552372932, -0.012425600551068783, -0.004629195202142, 0.006972756702452898, -0.005457501858472824, -0.013631774112582207, 0.010873634368181229, 0.000276065431535244, 0.0018881700234487653, 0.03818528726696968, 0....
[ 0.3971115052700043, 0.3829666078090668, -0.12236710637807846, 0.16398610174655914, -0.14853522181510925, 0.09518620371818542, 0.6534273624420166, 0.7330403923988342, -0.41492992639541626, -0.43796050548553467, -0.12989021837711334, 0.07945752143859863, 0.19897229969501495, 0.06629114598035...
Hope this newbie question is the right question for this site: Suppose I would like to compare the composition of ecological communities at two sites A, B. I know all three sites have dogs, cats, cows, and birds, so I sample their abundances at each site (I don't really have an "expected" abundance for each animal at each site). If I count, say, five of each animal at each site, then the A and B are very "similar" (in fact, they're the "same"). But if I find 100 dogs, 5 cats, 2 cows, and 3 birds at site A. 5 dogs, 3 cats, 75 cows, and 2 birds at site B. Then I would say that the sites A and B are "dissimilar", even though they have the exact same species composition. (I read up on the Sorensen's and Bray-Curtis indices, but looks like they only consider absence/presence of the dogs, cats, etc., and not their abundances.) Is there a statistical test to determine this? Thanks.
[ -0.0021295789629220963, 0.022068461403250694, -0.0011725928634405136, 0.01917668804526329, 0.007949520833790302, -0.013514607213437557, 0.0064262328669428825, -0.003707089927047491, -0.013234908692538738, -0.017271071672439575, 0.007774848956614733, 0.005169754382222891, -0.00228108162991702...
[ 0.9912207722663879, 0.32919180393218994, -0.10489432513713837, 0.1692807525396347, 0.651395320892334, 0.41609007120132446, 0.4413224160671234, -0.2934702932834625, -0.11856551468372345, -0.7933531999588013, 0.2693369686603546, 0.2311386615037918, -0.2008156031370163, -0.11776404827833176, ...
So this has been driving me nuts for a good couple of hours, so I thought I'd ask about it here (let me know if there's a better forum for this question). I have a CentOS Virtual Machine on ESXi. I was trying to configure the network interface because it wasn't working, so I changed the file `/etc/sysconfig/network-scripts/ifcfg-eth0` to the right IP address/gateway/netmask/MAC ID etc. After restarting the network this has fixed my connection problem (I can ping the default gateway and other VMs). **However, when I type "ifconfig" I don't get the listing of "eth0" as an interface, but I get "eth2" and "eth3"instead** , even though the files `/etc/sysconfig/network-scripts/ifcfg-eth` and `/etc/sysconfig/network- scripts/ifcfg-eth3` do not exist. This makes me think that "ifconfig" gets its interface list from somewhere else, and I'm not really clear on how it does this. I tried editing `/etc/udev/rules.d/70-persistent-net.rules` to see if deleting the entries for eth2 and eth3 would fix this, but it doesn't. So if anyone knows why I'm getting this behavior for ifconfig, let me know. Thanks!
[ 0.014560670591890812, -0.005088633857667446, -0.012919720262289047, -0.008245805278420448, -0.013673215173184872, 0.005903052631765604, 0.0070367916487157345, -0.003766754874959588, -0.014664890244603157, -0.011687835678458214, -0.011661574244499207, 0.009726089425384998, -0.0182552225887775...
[ -0.1783071756362915, 0.11726445704698563, 0.38354477286338806, 0.290620356798172, 0.2648158669471741, 0.00778542784973979, -0.09083117544651031, 0.441459983587265, -0.29039549827575684, -0.9522313475608826, 0.1513458490371704, 0.4807911813259125, -0.04485328495502472, 0.2879260778427124, ...
I'm going to get a domain name for my personal web page. It will contain my blog, photos and other personal stuff, plus different web apps and tools that I'm working on. I have put quite a lot of work in one of the web apps, and I think it has great potential. It covers a niche in a way that no other page has done before and I can see great possibilities to expand it. Via links to webstores and ads I think it could even make some money, and if I play it right this could be _the_ place to go when you're into the specific niche that it covers (sorry for being so vague). My question is, would it be better for a (potentially great) web app like this to have its own domain name (`nameofmyapp.com`) instead of being a subpage of my personal page (`mypersonaldomain.com/nameofmyapp`)? Is the web app more likely to be found by others, via Google etc, with its own domain name? Could a "subpage" give more attention (visitors) to my personal page? pros and cons?
[ -0.015334350988268852, 0.005195596721023321, 0.011571887880563736, 0.011965891346335411, -0.01713850349187851, 0.007257415913045406, 0.003943781368434429, 0.021745702251791954, -0.011902282014489174, -0.01714201457798481, -0.009675659239292145, 0.00965430773794651, 0.024294037371873856, 0....
[ 0.864311695098877, 0.27765923738479614, 0.3499893546104431, 0.025924602523446083, 0.3339378833770752, -0.1616920828819275, 0.04608676955103874, 0.6029199957847595, -0.25357508659362793, -0.5021352171897888, 0.20339162647724152, -0.019165348261594772, 0.1165381446480751, 0.48611801862716675...
I always carried one Non-elemental gun in Borderlands 1: the Anarchy SMG because of it's insane damage, firing 4 bullets per shot at a high rate of fire, all the while with decent damage per bullet to boot. I haven't seen much like that in Borderlands 2 except early on I got a Blue SMG with red flavor text, The gun of the Bulls. It fired two bullets per shot, fired quickly and laid down a curtain of fire sort of like an Anarchy but less crazy. What gun title/flavor text am I looking at for an Anarchy-like SMG? I know there's at least the gun I found, but I don't know how to recognize it. Are there other SMGs with more than one bullet per shot?
[ -0.021517155691981316, 0.020809929817914963, -0.02009977400302887, -0.0028876636642962694, -0.010513581335544586, -0.03754327818751335, 0.011420772410929203, 0.005093726795166731, -0.017331188544631004, 0.006101526319980621, -0.019527889788150787, 0.010354124009609222, -0.01570684090256691, ...
[ 0.3846290707588196, 0.03252992406487465, -0.4204360246658325, 0.23598195612430573, -0.8101802468299866, 0.10026117414236069, 0.20626847445964813, 0.08472885936498642, -0.2310745120048523, -0.15605862438678741, 0.5817426443099976, 0.48159563541412354, -0.2188044786453247, -0.317379832267761...
My requirement is exactly similar to Tabbed Post. I have Advanced Custom Fields (ACF) plugin to store data. So pulling up the requirement from the wordpress support thread: > Movie Summary | Synopsis | Screens | Trailer | Comments | Add your Review Movie summary is the_content(), Synopsis is the_excerpt(), Screens and Trailers are custom field values. I want to know how I can split the content i.e. Summary, Synopsis, Screens, Trailers into Tabs which will reload the page. I do not want to change the tabs using javascript and specifically want to reload page every time. A working example would be: Example Thanks in advance.
[ 0.0075156548991799355, 0.0065222145058214664, 0.0005202626343816519, 0.021273760125041008, 0.009210354648530483, 0.004923359490931034, 0.008998598903417587, 0.002296057064086199, -0.015586266294121742, 0.00751446932554245, -0.007991557940840721, 0.016874998807907104, -0.0018061951268464327, ...
[ 0.9558709859848022, 0.09418540447950363, 0.866611897945404, 0.23285984992980957, -0.1892630159854889, -0.47523656487464905, -0.2508583664894104, -0.2937443256378174, 0.021536393091082573, -0.2877417206764221, -0.009997011162340641, 0.685825765132904, -0.16845326125621796, 0.223333075642585...
I was hoping to find a way to insert several (many) pages of a pdf but crop off the header (with the date, filename, etc.). I'm using \subsection{Notes} \includepdf[scale=0.8,pages=8-20,pagecommand=\subsection{blub}]{Notes.pdf} but maybe I need to use `pdftk` somehow to do the batch cropping? Thanks for any suggestions!
[ -0.005119967740029097, 0.0021503251045942307, -0.00018319569062441587, 0.03448677808046341, -0.009158026427030563, -0.00807566475123167, 0.009302406571805477, 0.022287582978606224, -0.02736356295645237, 0.0025675592478364706, -0.014825882390141487, 0.005285897292196751, -0.002281665336340666...
[ 0.35655248165130615, -0.05171646550297737, 0.48398157954216003, 0.25574466586112976, -0.09363838285207748, -0.26198938488960266, 0.14902839064598083, 0.14403919875621796, -0.3368452191352844, -0.5803548693656921, -0.08029017597436905, 0.2252420336008072, -0.01795562356710434, -0.0168074239...
I saw that QGIS now works on Android, any chance there will be an iOS version?
[ 0.010717752389609814, -0.037250276654958725, -0.015749409794807434, 0.023430969566106796, 0.037197988480329514, 0.04470997676253319, 0.013452915474772453, 0.11001207679510117, -0.043758660554885864, -0.012160908430814743, -0.011571052484214306, 0.03779101371765137, 0.01873328723013401, -0....
[ 0.3342072069644928, -0.0705641433596611, 0.39940470457077026, 0.07052245736122131, 0.12282665818929672, 0.10426358878612518, 0.3533629775047302, 0.5680739283561707, -0.13101184368133545, -0.41349393129348755, -0.057065948843955994, 0.3725164532661438, -0.299167662858963, -0.343502074480056...
I have a problem with the following setup. I've been reading "Doing Bayesian Data Analysis: A Tutorial with R and BUGS" and it seems like the Bayesian approach is a good one, but I'm not entirely sure how to model it. I've got roughly 20 events that I'd like to analyze. Each event should be similar, and I can apply the same analysis to each. I'll assume that the events are independent (they might not be, but I'm not worried about that). For each event, I have a function of three parameters: threshold, s, and t. Threshold is a continuous variable between 0 and .5, and I'm guessing that the useful values are around .1. s is an integer between 15 and 2, and t is an integer between s and 1. I can run the function over all values of s and t and a sample of values for threshold, probably .05, .06, ..., .2 (or whatever, this is flexible). The function gives me a raw score, where higher is better, and negative values are, well, negative; they represent an actual loss. It will be straightforward enough to normalize the raw score to a value between 1 and -1. What I want to know is what are the best values for the parameters (or, technically the distributions of the parameters) that will lead to the best(ish) score(s), after looking at all the events. What I'm thinking I'll do is the following: Model threshold as a normal-like variable - using either a normal distribution, or beta, or gamma. I'm leaning towards a beta or gamma distribution because it is fairly easy to model my high uncertainty about the prior, and I don't expect the distribution to be perfectly bell-shaped, or even symmetric. Similarly, model s and t as normal-like distributions (again, leaning towards beta or gamma, for the same reasons). Even though the values are integers, it's no big deal at the end of the day if the mean of the posterior distribution is, say 8.6 - I can work with that. If there were distributions that handled discrete values, that would be cool, but, again, not necessary. I realize the binomial distribution is discrete, but it's more about modelling binary outcomes, if my understanding is correct, so I'm going to steer away from it in this particular instance. My question is, how do I utilize the score, either in raw form (guessing not that useful) or the normalized form (hopefully useful)? It seems like the most important piece of information, but I don't know how to incorporate it. I'm not trying to build a regression model; I'm looking more for the optimal results. And I don't want to do a logistic regression; again, it's not a prediction, but also because it's not a simple yes or no - best score or not - I want to weight parameters that give a normalized score of say .98 nearly as high as the ones that produce a 1. If I were doing this without Bayesian analysis, I think what I would do is something like, for each data point, for each parameter, add a value equal to normalized score for that data point. Then, at the end, look at, say, the top 3 or 5 values for each parameter, and try to make a decision based on that. But I'd like to understand how to model this in a Bayesian way. Any advice appreciated, and thanks in advance!
[ 0.01256236806511879, 0.029053444042801857, -0.00946748536080122, 0.005615421570837498, -0.0005660969763994217, 0.006344420835375786, 0.005490175448358059, -0.007214943878352642, -0.01632498763501644, 0.007978998124599457, -0.00955037772655487, 0.012941934168338776, -0.02660227194428444, -0...
[ 0.15882442891597748, -0.16479869186878204, 0.07502481341362, 0.04343349114060402, -0.2806742489337921, 0.3541087210178375, 0.08651436120271683, -0.6283714771270752, -0.10418999940156937, -0.5608533024787903, 0.38124021887779236, 0.3526456356048584, -0.29855066537857056, 0.20513126254081726...
I really have very little Wordpress knowledge and I need help with the following: I have a theme which uses a custom post called 'services'. I needed another custom post created which worked exactly the same as services so I went through all the code and copied and pasted wherever I found references to services and changed it to "signage". This worked ok, however on the WP admin screen, "signage" is called "posts" as is the original "posts", and I cant work out how to change the name to signage. I have been able to change the original "posts" name but not the custom post.
[ 0.004844204988330603, -0.0004265540628693998, 0.003079221583902836, 0.017027556896209717, 0.004664846695959568, 0.012161755934357643, 0.009227730333805084, 0.030549250543117523, -0.012230503372848034, -0.020947635173797607, -0.008458706550300121, 0.009110603481531143, 0.013701703399419785, ...
[ 0.9185247421264648, 0.4593163728713989, 0.6567599773406982, -0.4492240250110626, -0.3273482024669647, -0.011529408395290375, 0.4476383328437805, 0.16090433299541473, -0.1787903755903244, -0.759779155254364, 0.010031159967184067, 0.2252577841281891, -0.09234373271465302, 0.17868070304393768...
Is this somehow a consequence of the second law of thermodynamics?
[ -0.015444613993167877, 0.07310914248228073, -0.010104559361934662, 0.04852595180273056, -0.03746351599693298, -0.03168701380491257, 0.016277054324746132, 0.03776302933692932, -0.025048378854990005, -0.05169850215315819, -0.06933459639549255, 0.04770607128739357, -0.0778641477227211, 0.0323...
[ 0.4564754068851471, 0.22591453790664673, 0.1214391216635704, 0.021838489919900894, 0.36048880219459534, -0.19195391237735748, 0.08690913021564484, -0.12197442352771759, -0.24845105409622192, -0.15118984878063202, 0.007420818787068129, 0.13682612776756287, -0.18431849777698517, 0.5791232585...
I'm at the part where you have to defend the flagship against waves of attacking zeppelins carrying hordes of soldiers. I'm playing on Hard difficulty, so enemies soak up enough damage that I can't quite keep up with them, and they slowly destroy the ship's core. (I don't even want to think about dealing with this on 1999 Mode...) What strategies are effective in this fight? Should I be saving my "air strikes" for the gunships, or should I be using them against the infantry on the decks? How do I deal with the Patriots?
[ -0.006637534126639366, 0.013492473401129246, -0.010623046196997166, 0.005181079264730215, -0.025235561653971672, -0.00520716980099678, 0.005047387443482876, -0.003000926459208131, -0.015686769038438797, -0.015130054205656052, -0.0019365684129297733, 0.016658302396535873, -0.02016761898994445...
[ -0.15385301411151886, 0.010580520145595074, 0.31732115149497986, 0.13052809238433838, -0.01672344282269478, 0.12370257079601288, -0.02695036493241787, -0.16235461831092834, -0.4655548632144928, -0.8817070126533508, 0.09718398004770279, 0.6150670647621155, 0.3328755795955658, -0.20999003946...
From page 53 of Frederick Schauer’s _Thinking Like a Lawyer_ : > If Judge Cardozo had said, “We hold that in all cases involving a > nonbusiness consumer and a manufacturer of goods, the consumer may **recover > against** the manufacturer for defects in manufacture. . . .” Could anyone please explain why it is not _recover from_ here? I’m struggling with the preposition in _recover against_. Since I’m not asking about the definition proper of **recover against** , ‘commonly-available references’ don't answer this question. In general, if X wants to recuperate from or be compensated by Y, then wouldn’t X be recovering money or property **from** Y? Doesn’t _against_ denote X’s opposition to Y, which contradicts the fact that X wants something **from** Y?
[ 0.006537042558193207, 0.009369036182761192, -0.009116927161812782, 0.012784352526068687, -0.012719118036329746, -0.014530692249536514, 0.008131681010127068, -0.002342342399060726, -0.013137290254235268, -0.011860450729727745, -0.007721175439655781, 0.010203834623098373, 0.013878963887691498,...
[ -0.01652643270790577, 0.2187049835920334, -0.04573415592312813, 0.0692131519317627, 0.029163453727960587, 0.2592940330505371, 0.14961031079292297, -0.08200657367706299, -0.3683825731277466, -0.2345462590456009, -0.017504869028925896, 0.6886367201805115, 0.07678093761205673, 0.3853428661823...
I am using ConTeXt with LuaTeX to compile mathml. I would like to change the MathML fonts to a OTF Font. Please advice how this could be done. I have included a sample code below. \usemodule[mathml] \usemodule[newmml] \setupbodyfontenvironment[default][em=italic] \usemodule[simplefonts][size=10pt] \setmainfont[Futura] \setsansfont[Helvetica] \setmonofont[Helvetica] \starttext This is sample text \xmlprocessdata{}{ <math xmlns='http://www.w3.org/1998/Math/MathML'> <mrow> <mi>a</mi><mo>+</mo><mi>b</mi> </mrow> </math> }{} \stoptext
[ 0.014762351289391518, 0.006711403373628855, -0.01103961281478405, -0.004042071755975485, 0.016439149156212807, -0.011199159547686577, 0.008063169196248055, 0.01098288781940937, -0.015502912923693657, -0.012472651898860931, -0.0015523694455623627, -0.006471267901360989, 0.006468822713941336, ...
[ 0.3593613803386688, 0.006016481202095747, 0.6760976314544678, -0.29482290148735046, 0.010157673619687557, 0.23702800273895264, 0.16035959124565125, -0.457293838262558, -0.08568909019231796, -0.7635295987129211, -0.029310479760169983, 0.5991120934486389, -0.5040869116783142, -0.179559275507...
I am maintaining a large Program with a graphical editor. Our Program can export DXF and it can show Background Raster Images of various types (TIFF, JPG, BMP etc.). Is it possible to embed these Raster Images in the DXF export so that they will be displayed when such a file is opened with AutoCad?
[ -0.01904841512441635, 0.01537818182259798, -0.008263684809207916, 0.0172104574739933, 0.0035026385448873043, -0.03168361634016037, 0.010718951933085918, 0.053391002118587494, -0.028569960966706276, -0.04766170680522919, -0.007956982590258121, 0.016110101714730263, 0.006277009844779968, 0.0...
[ 0.44756197929382324, 0.20950889587402344, 0.19428874552249908, -0.06469381600618362, 0.008484946563839912, -0.09235455095767975, -0.20163249969482422, -0.014839490875601768, -0.179019957780838, -0.7705779671669006, -0.1433042585849762, 0.609809398651123, -0.3291736841201782, -0.11869990825...
I have <?php $folioPosts = get_posts(array('category_name' => 'portfolio', 'numberposts' => 3)); if ($folioPosts->have_posts()) : foreach ($folioPosts as $folioPost) : setup_postdata($folioPost); ?> <article class="col3"> <?php if (has_post_thumbnail()) : ?> <p><a href="<?php the_permalink() ?>"><?php the_post_thumbnail() ?></a></p> <?php endif; ?> <p><a href="<?php the_permalink() ?>"><?php the_title() ?></a></p> </article> <?php endforeach; else : ?> <p>No folio posts to display ...</p> <?php endif; ?> I am getting > Fatal error: Call to a member function have_posts() on a non-object ... I think its because my args to get_posts are wrong. Did I do something wrong?
[ 0.0007201700937002897, 0.017300091683864594, 0.011214414611458778, 0.029022689908742905, 0.03397711366415024, -0.007379593327641487, 0.007715238258242607, 0.014581934548914433, -0.009489712305366993, -0.004888551775366068, -0.013846347108483315, 0.007254954893141985, -0.014211178757250309, ...
[ 0.23886671662330627, 0.040456101298332214, 1.2417072057724, -0.17713430523872375, 0.020058007910847664, 0.2612851560115814, 0.1106470376253128, -0.5527246594429016, 0.009218525141477585, -0.60036301612854, -0.07834139466285706, 0.23918791115283966, -0.1307874321937561, 0.15441478788852692,...
I just installed ST3 and installed the LatexTools package using Package control. Everything seems to have gone fine except when I compile using CMD+b nothing seems to happen. On the terminal I get the following error: Unable to find target command: make_pdf I am not being able to understand the error. Can someone please help?
[ -0.0022667348384857178, -0.0002682420308701694, -0.01626286655664444, 0.014517510309815407, 0.01068151369690895, 0.015337341465055943, 0.008869558572769165, -0.010781263001263142, -0.01832164265215397, -0.030961839482188225, -0.005988308694213629, -0.0035948269069194794, -0.01218521408736705...
[ 0.1744062453508377, 0.11688101291656494, 0.3128837049007416, 0.08501985669136047, 0.20243999361991882, -0.2616346776485443, 0.5533182621002197, 0.1621473729610443, -0.053092923015356064, -0.847369909286499, -0.11175576597452164, 0.6729146242141724, -0.42615458369255066, -0.0007344986661337...
When I have Microsoft Outlook running on my computer, exchange emails are self deleting on my Samsung Galaxy S III. I can see the incoming email on my Galaxy S III, but it goes as soon as Outlook downloads the same email. Why is this?
[ -0.019635748118162155, -0.02153031900525093, -0.014242119155824184, 0.01879929192364216, 0.04235326871275902, -0.013172388076782227, 0.013332782313227654, 0.049490150064229965, -0.020808400586247444, -0.03980563208460808, -0.031928304582834244, 0.02180701307952404, -0.006518801208585501, 0...
[ -0.19098348915576935, 0.398720383644104, 0.5785462260246277, -0.20154644548892975, -0.039498165249824524, 0.008051554672420025, 0.27375301718711853, 0.39414647221565247, -0.179708793759346, -0.649083137512207, 0.04498062655329704, 0.20189104974269867, -0.39566299319267273, 0.04987958073616...
I'm fascinated by the fundamental questions raised by the Double Slit Experiment at the quantum level. I found this "Dr Quantum" video clip which seems like a great explanation. But is it scientifically accurate?
[ -0.043324295431375504, -0.0006159069016575813, -0.008498594164848328, -0.01331679243594408, 0.008128734305500984, -0.010404803790152073, 0.011603426188230515, 0.01216005440801382, -0.03857878968119621, -0.07129906862974167, -0.011379655450582504, 0.036742161959409714, -0.03241598606109619, ...
[ 0.8023748397827148, 0.21185684204101562, -0.10718806087970734, 0.13699311017990112, -0.08117987960577011, -0.3595840334892273, 0.35068607330322266, 0.32854074239730835, -0.1993112564086914, -0.04428275674581528, -0.06666859239339828, 0.050265949219465256, 0.13277022540569305, 0.65124356746...
I have read all of the different solutions for fitting long formulas in a page, yet I am still not satisfied with the output I get. The formulas are right aligned which does not look good. Would you please let me know if you have a better solution. This is my code: \begin{equation} \begin{split} (1-\mathbf{B})\begin{bmatrix} y_1\\y_2 \\ y_3 \end{bmatrix} &= \\ (\begin{bmatrix} 1\\1 \\ 1 \end{bmatrix}-\begin{bmatrix} 0.30064^{*} & -0.70171 &-10.27380 \\ 0.00206 & 0.35560^{*} & -0.62373 \\ 0.00013 & 0.00228 & 0.77829^{*} \end{bmatrix}\mathbf{B}-\\ \begin{bmatrix} -0.24890^{*} & 0.53801 & -3.03724 \\ -0.00600 & 0.20570^{*} & -1.04583 \\ -0.00010 & -0.00189 & 0.27768^{*} \end{bmatrix}\mathbf{B}^2-\\ \begin{bmatrix} 0.61824^{*} & 0.33973 & -1.09651 \\ -0.00287 & -0.12782 & 2.79815 \\ -0.00002 & -0.00249 & -0.07773 \end{bmatrix}\mathbf{B}^3) \begin{bmatrix} \varepsilon_{1t} \\ \varepsilon_{2t} \\ \varepsilon_{3t} \end{bmatrix} \end{split} \end{equation}
[ 0.005599426571279764, 0.010908727534115314, -0.002405725419521332, 0.008924730122089386, 0.008095883764326572, 0.022219985723495483, 0.004772748798131943, 0.018692560493946075, -0.012589042074978352, -0.006021363660693169, -0.00676241610199213, 0.010991252958774567, -0.014333321712911129, ...
[ 0.22727948427200317, 0.2061678022146225, 0.35953718423843384, -0.06775546073913574, 0.2731546461582184, 0.00709498580545187, 0.2385922223329544, -0.43367040157318115, -0.008464755490422249, -0.5012850165367126, 0.09539331495761871, 0.43194881081581116, -0.259215384721756, 0.038454435765743...