text
stringlengths
23
30.4k
embeddings_A
list
embeddings_B
list
I've noticed that the hacking drone sometimes provide additional benefits while hacking a system in addition to removing it from play for a while. For example, hacking an medbay will cause the room to damage instead of heal. Hacking a battery will drain power rather than provide power. What are the effects of hacking on each system/subsystem?
[ -0.005177472718060017, 0.01398556400090456, -0.009259297512471676, 0.0129923727363348, -0.03776443377137184, -0.04418211430311203, 0.009321151301264763, 0.006888182833790779, -0.01598888821899891, 0.007691428065299988, -0.01951647736132145, 0.02886391058564186, -0.008797609247267246, 0.021...
[ 0.9760915637016296, 0.18447428941726685, 0.32041215896606445, 0.2723090648651123, -0.07261358201503754, -0.18982885777950287, 0.06296084076166153, -0.031205955892801285, -0.12757137417793274, -0.556977391242981, 0.10900670289993286, 0.5092118382453918, -0.18568329513072968, 0.1954736113548...
I was reading Stephen Hawking's 'The theory of everything' when I came across a very interesting type of universe, the 'zero energy universe' since then, I've read some websites but all they used to prove the hypothesis's authenticity were observations(which was found to be very close to zero, and there would anyways be an unexplained curvature if the energies were not close to zero) What I am interested in knowing is that in the book, Stephen hawking said, and I am paraphrasing that we can add as much mass as we want to the universe because subsequent negative gravitational potential energy will get added. Now the boldness with which the line was written, I am convinced that there must be some mathematical proof of this relation between the mass and negative energy being exactly equal to each other, at least in a universe without complications like quantum effects. However, I was not able to find any such proof. Can the universe cook books?
[ 0.012752478942275047, 0.013314134441316128, 0.004519903566688299, 0.00814440194517374, 0.022128157317638397, 0.0010147725697606802, 0.007066790945827961, -0.010570789687335491, -0.012208475731313229, -0.027403496205806732, 0.002076678443700075, 0.020943816751241684, -0.004939709790050983, ...
[ 0.6134705543518066, 0.21818989515304565, -0.2939426302909851, 0.11566109210252762, -0.28725665807724, -0.1801799088716507, -0.12947042286396027, 0.519366979598999, -0.4703589975833893, -0.07960899919271469, -0.041580915451049805, -0.07771950960159302, -0.34208959341049194, 0.62903302907943...
I want to have it so that when I take a picture it automatically syncs to a private folder in picasa, is there a native way to do this? or maybe a third party way?
[ 0.0024630771949887276, -0.01486110407859087, 0.004416036885231733, 0.0482545904815197, 0.012715493328869343, -0.025138014927506447, 0.012429664842784405, 0.005348241422325373, -0.03494295850396156, 0.03211970254778862, -0.014731437899172306, 0.007121300790458918, 0.0020750409457832575, 0.0...
[ 0.7264031171798706, -0.017819339409470558, 0.3576602637767792, 0.2930954098701477, 0.3016730546951294, -0.005992730613797903, -0.24685285985469818, 0.26991093158721924, -0.34533965587615967, -0.3397543728351593, 0.28364327549934387, 0.13915517926216125, -0.16214816272258759, 0.073909461498...
What's the meaning of the last line of this extract from Shakespeare's _Two Gentlemen of Verona_? > _Valentine._ This is the gentleman I told your ladyship > Had come along with me, but that his mistress > Did hold his eyes lock'd in her crystal looks. > > _Silvia._ Belike that now she hath enfranchised them > Upon some other pawn for fealty. > > _Valentine._ Nay, sure, I think she holds them prisoners still. > > _Silvia._ Nay, then he should be blind; and, being blind > How could he see his way to seek out you? > > _Valentine._ Why, lady, Love hath twenty pair of eyes. > > _Thurio._ They say that Love hath not an eye at all. > > _Valentine._ To see such lovers, Thurio, as yourself: > **_Upon a homely object Love can wink_**.
[ -0.002410230925306678, 0.021815231069922447, 0.002360021462664008, 0.005861072801053524, 0.010035649873316288, -0.019834185019135475, 0.008517400361597538, 0.017399732023477554, -0.018479444086551666, 0.009362466633319855, -0.014656350947916508, 0.007631369400769472, -0.007239931263029575, ...
[ 0.03834167495369911, 0.10410615056753159, 0.22364568710327148, 0.05404553934931755, 0.055860549211502075, 0.44474780559539795, 0.43782272934913635, -0.025476941838860512, -0.4759066104888916, -0.3564165234565735, -0.17823342978954315, 0.48526304960250854, -0.2867570221424103, 0.25930982828...
I started noticing some time ago in Xfce4 that when I sent some file to the Trash, tumbler (the Xfce4 thumbnailer) would cause very high I/O load for quite some time. Upon investigating the issue, I found that it was scanning the ~/.thumbnails directory, which was very large in size. So I decided to write a cron script that will periodically clean the ~/.thumbnails directory, but there is a certain directory of large video files that tumbler takes a bit of time, and sometimes even fails, to create thumbnails for. The idea is removing all thumbnails, except the ones for these videos. But in order to keep these thumbnails, I have to find what their names are. The problem is that thumbnails are stored named with a md5sum of the URI, plus the PNG extension. Upon looking at the tumbler source, I found the name for the thumbnail is generated in the following line: md5_hash = g_compute_checksum_for_string (G_CHECKSUM_MD5, uri, -1); The documentation for g-compute-checksum-for-string says: g_compute_checksum_for_string(GChecksumType checksum_type, const gchar *str, gssize length); checksum_type: a GChecksumType str: the string to compute the checksum of length: the length of the string, or -1 if the string is null-terminated. To put it short, the thumbnail for a file named `/home/teresaejunior/File 01.png` will be stored in the .thumbnails/ directory as `a8502be3273541e618b840204479a7f9.png` According to the ThumbnailerSpec, URI is `file://filename`. I did some research on the "null character", and thought `\0` would do the trick. In order to achieve the result `a8502be3273541e618b840204479a7f9`, I believed the following should work: printf "file:///home/teresaejunior/File 01.png\0" | md5sum but that returns `f507285c45d293fa66bc0b813d17b6e6` instead. Can someone give me some advice? I believe my `printf` line is flawed. What is my command doing different from `g_compute_checksum_for_string`?
[ -0.0056855930015444756, 0.0053432658314704895, -0.00808462779968977, 0.014748264104127884, -0.010468432679772377, -0.019636837765574455, 0.008573871105909348, 0.020591549575328827, -0.014845039695501328, 0.006624385714530945, -0.018765272572636604, 0.01065581850707531, -0.0037981767673045397...
[ 0.27366170287132263, 0.29498374462127686, 0.2661401927471161, -0.031047478318214417, 0.11144475638866425, -0.24952924251556396, 0.03839704766869545, 0.3202953636646271, -0.3228629529476166, -0.3637852966785431, 0.039114270359277725, 0.5040252208709717, -0.1601085364818573, 0.50696212053298...
Is it true that when there's no significant difference between groups then there will be correlations between groups? * * * My situation is as follows: I have a sample that was measured using two instruments $A$ and $B$. $A$ and $B$ are both questionnaires for measuring usability. 1. I compared data from $A$ with data from $B$ using a t-test to show that there's no significant difference between the means, because $A$ and $B$ are measuring the same thing. 2. I then used Pearson's correlation to see the correlation and found that they are correlated. Can I do that? Can I say that there is no significant difference between $A$ and $B$, and interpret that to mean there is a correlation between $A$ and $B$? * * * One more question, how can I use a statistical test to justify that questionnaire $A$ is better than questionnaire $B$? The difference between them is that $A$ has constructs that weren't measured by $B$ and yet they have the same usability score for a software. Any ideas?
[ -0.01399126648902893, 0.009324195794761181, -0.0056885299272835255, 0.019379403442144394, 0.008958697319030762, 0.003071120008826256, 0.008842876181006432, -0.015777643769979477, -0.014979096129536629, -0.01698014885187149, -0.017639335244894028, 0.009824601002037525, -0.008039883337914944, ...
[ 0.49500757455825806, 0.09716212004423141, -0.10222259908914566, 0.06219840794801712, -0.23002521693706512, 0.3372567594051361, -0.09087198227643967, -0.4114287495613098, -0.049602434039115906, -0.4977685809135437, 0.5579028725624084, 0.2559908628463745, 0.034196801483631134, 0.080518580973...
According to Introduction to SELinux, section 14.4.2, > SELinux support is built into the standard kernels provided by Debian. The > core Unix tools support SELinux without any modifications. I have installed the `selinux-basics` and `selinux-policy-default` packages on my **Debian Wheezy** ( _stable_ ) system, and I saw it loading some policies during the installation, so I'm pretty sure the installation itself went well. I edited /etc/default/grub to say: GRUB_CMDLINE_LINUX="selinux=1 audit=1 enforcing=0" (that variable used to be empty) and ran update-grub. /boot/grub/grub.cfg does include the SELinux-related kernel parameters. I created a file `/.autorelabel` based on the /usr/sbin/selinux-activate script's "enable" branch. I have rebooted the system after making the above changes. Nothing out of the ordinary happened during that reboot. `dmesg | head` outputs, among else: Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 root=UUID=c050d662-f94a-447a-9342-0fc69f65a513 ro selinux=1 audit=1 enforcing=0 quiet pci=nomsi As far as I can tell, everything is in place. Yet, **it does not seem to be working.** `id -Z` returns: $ id -Z id: --context (-Z) works only on an SELinux-enabled kernel $ sestatus gives: # sestatus SELinux status: disabled # check-selinux-installation gives: # check-selinux-installation getfilecon: getfilecon(/proc/1) failed SELinux is not enabled. Could not read the domain of PID 1. /etc/pam.d/login is not SELinux enabled Postfix init script is syncing the chroots. Postfix has chrooted service in master.cf FSCKFIX is not enabled - not serious, but could prevent system from booting... # **What's missing for SELinux to be enabled on my system?**
[ 0.0008809951832517982, 0.0007975378539413214, -0.006907429546117783, 0.002869707765057683, -0.02135954611003399, -0.008102256804704666, 0.007561499252915382, -0.0006256205961108208, -0.013919421471655369, -0.007888182997703552, -0.0032231637742370367, 0.00789558794349432, -0.0048260008916258...
[ 0.14835521578788757, 0.2017490714788437, 0.4199666380882263, -0.4353470802307129, 0.1019551083445549, -0.5566444396972656, 0.18956997990608215, 0.02400766871869564, 0.22369931638240814, -0.9332125186920166, -0.494655966758728, 0.7517267465591431, -0.3039745092391968, -0.44894421100616455, ...
Here's what I have so far as my notification, but I can't find any information around how to input the user's name, role and site name within those sections. You can see where they are supposed to go. Any help would be much appreciated as I've been stumped for a few days now... function my_network_notice(){ global $pagenow; if ( $pagenow == 'index.php') { echo '<div id="secondaryBox"> <div id="author"> <img src="/wp-content/themes/dewslyWeb/img/btn-articles-admin.png" width="40px" height="40px" /> <h5>[DISPLAYNAMEHERE]</h5> <h6>[USERROLEHERE], [SITENAMEHERE]</h6> </div> </div> } } add_action('admin_notices', 'my_network_notice');
[ -0.01957145519554615, 0.009161477908492088, 0.007554673124104738, 0.017119864001870155, -0.029098786413669586, 0.016312170773744583, 0.007206197828054428, -0.00046772079076617956, -0.01947953924536705, 0.018577411770820618, -0.013459807261824608, 0.0051935468800365925, -0.008826743811368942,...
[ 0.15935668349266052, 0.01786421239376068, 0.5626674294471741, -0.18127377331256866, 0.1046314463019371, -0.006123727187514305, 0.5890846848487854, 0.23648536205291748, -0.43859437108039856, -0.5536304116249084, 0.1341855674982071, 0.2112990766763687, -0.2370537370443344, 0.2429232299327850...
After using GDAL with Python for a year or so now, I'm getting back into Java and trying to figure out how to use GDAL with it. I am wondering if anyone has had experience with reading data from a raster band with GDAL and Java. I can read the dataset and band in as follows: Dataset theDataset = gdal.Open("k:/dem.asc", gdalconst.GA_ReadOnly); Band theBand = theDataset.GetRasterBand(1); ...but I am not sure how to read data from `theBand`. From the API documentation it seems that I have to set up an array first, which means I have to know how many elements are in the block of data that I want to extract from the band. Like this: double[] arr = new double[3]; theBand.ReadRaster(0, 0, 3, 1, arr); I guess it works fine if you only want to extract one row of data, as above, because you end up with a one-dimensional array. Referencing elements is pretty easy. But if I want to extract a multi-row block of data, it has to be forced into a one-dimensional array. Something like this: double[] arr = new double[9]; theBand.ReadRaster(0, 0, 3, 3, arr); Then if I want to reference an individual raster cell in the array I just extracted (for example, if I want to process the block cell-by-cell), I need to convert my two-dimensional grid coordinate (proxy of easting and northing) into a one-dimensional integer array index. I guess it's not too difficult to write a little method to convert from a grid reference to essentially a vector reference, but it just seems kind of convoluted, especially after being used to using grid references directly in Python-numpy-GDAL. So is this the only way to extract data from a band in Java/GDAL? From what I can tell, it is, but I am hoping there is a more intuitive way of processing large blocks of data.
[ -0.008979336358606815, 0.007304718717932701, -0.013002008199691772, 0.0028805560432374477, 0.022267092019319534, 0.00576006481423974, 0.010030370205640793, -0.002768898382782936, -0.014069785363972187, -0.0067414469085633755, 0.009050452150404453, 0.015225689858198166, -0.005179117899388075,...
[ 0.060917459428310394, -0.0848727747797966, 0.39498642086982727, -0.2898189127445221, -0.4746662974357605, -0.31628715991973877, 0.2623610198497772, -0.3958483636379242, -0.13968509435653687, -0.7054377198219299, -0.020054830238223076, 0.6576138138771057, -0.37552282214164734, -0.3535871207...
I am familiar with terms like precision rate and recall rate from the machine learning literature, but recently I was reviewing a thesis which used the terms correctness and completeness. A quick Google search showed that these are used in some fields, such as image processing of remote sensing data. I'm interested to know which set of terms are more widely used, or is this just something that varies by application area?
[ 0.0030647737439721823, -0.004089653957635164, -0.014091704972088337, 0.00707763247191906, -0.022001830860972404, 0.00337402755394578, 0.010954937897622585, -0.015199882909655571, -0.01954243704676628, -0.016191594302654266, 0.009021332487463951, 0.013898213393986225, -0.010624155402183533, ...
[ 0.3377743065357208, 0.06814106553792953, 0.015280375257134438, 0.36163651943206787, -0.33328819274902344, -0.1284770369529724, 0.047345638275146484, -0.09868340939283371, -0.2845064699649811, -0.37890908122062683, -0.013613603077828884, 0.48224520683288574, 0.37898892164230347, 0.238148644...
I recently got a 3DS, and immediately set it up, including my Mii, the Streetpass Plaza, and Streetpass. I found one Mii, but after that, nothing. For example, I went to my brother's house and his 3DS found my Mii, but I couldn't get his. I also ran into a friend at dinner. Her's found me, but yet again I couldn't get her. I know it's not their systems being wonky as I have seen others pick up their Miis with no issues. My system and plaza and such have all been updated and I double checked to make sure that no parental controls are getting in the way. I'm not sure what's wrong with my system. Has anyone come across this?.
[ 0.018438830971717834, -0.0026496299542486668, -0.014201518148183823, 0.018669139593839645, 0.01239317562431097, 0.004882939159870148, 0.006999358534812927, 0.007613223511725664, -0.0210636705160141, -0.0223664753139019, 0.0017041298560798168, 0.02681029587984085, 0.0035949067678302526, -0....
[ 0.33147135376930237, -0.11675778776407242, 0.6223592758178711, 0.27075567841529846, 0.2681639790534973, 0.22722290456295013, 0.10299500077962875, 0.05314657837152481, -0.14958646893501282, -0.8331018090248108, -0.10579798370599747, 0.17922218143939972, -0.0604657307267189, 0.01209155935794...
I've pulled together a series of maps in R based on Nathan Yau's excellent Great Circles tutorial and a nice zipcode package The maps show how many people from many zip codes descended on a single zip code. Here's one example: ![sample map](http://i.stack.imgur.com/0s1aJ.png) I'd like to reproduce the maps in CartoDB (which uses PostGIS, I believe), but I'm not sure where to start. My read of what I was doing in R was generating a matrix called "inter" that was full of lat/long points, drawing the line connecting those points and then starting over. So one solution that occurs to me is to have R store each line as a map line and take that series of lines to CartoDB. But I'm wondering if there's a reasonable way to just generate the maps in CartoDB directly, given an end point and a series of starting points.
[ 0.0005062822019681334, 0.015939069911837578, -0.000590566371101886, 0.015836361795663834, -0.009959103539586067, -0.0037234341725707054, 0.006503008771687746, -0.0018976004794239998, -0.01752031408250332, -0.03178875893354416, 0.002822111127898097, 0.004486937075853348, 0.0015515326522290707...
[ 0.5058606863021851, -0.03245328366756439, 0.1422555297613144, 0.0057531013153493404, -0.2984762191772461, 0.06159008666872978, 0.06659410148859024, -0.31774672865867615, -0.04949405416846275, -0.6910967230796814, -0.0777447447180748, -0.10205528140068054, -0.1170206069946289, 0.20330487191...
I'm looking for the verb that best fits this situation. > You promise yourself not to eat chocolate for 7 days. However, on the fifth > day, you eat it. You could say you _interrupted_ the streak. Is there a more elegant and appropriate word to replace _interrupted_ in the sentence above?
[ 0.021029869094491005, 0.025453975424170494, -0.024245085194706917, 0.0183248333632946, 0.003625071607530117, -0.02282976731657982, 0.012008162215352058, -0.008435641415417194, -0.020303277298808098, 0.004578228108584881, -0.016543522477149963, 0.013793735764920712, 0.0025894101709127426, 0...
[ 0.43371254205703735, 0.020199405029416084, 0.36091354489326477, 0.15509033203125, -0.15406179428100586, 0.07316159456968307, 0.45384880900382996, 0.6134363412857056, -0.6342072486877441, 0.018756194040179253, 0.14758914709091187, 0.4494178593158722, -0.16211900115013123, 0.1626452654600143...
In this post let $U$ be the universe considered as a manifold. From what I gather we don't really have any firm evidence whether the universe is closed or open. The evidence seems to point towards it being open but closedness is within the error range of present data. However, this seems to be an awfully crude distinction, basically of whether $H_1(U)$ is trivial or not. For argument's sake, let's consider the latter case. Do present physical theories place any restrictions on $H_1(U)$? For example, is $H_1(U)=\mathbb{Z}_2$ allowed, or $H_1(U)=\mathbb{Z}\times \mathbb{Z}$? What about $H_1(U)=A_4$, the alternating group of order 12? I am especially interested in higher (co)homology/homotopy groups. For example, the topological censorship theorem states that the universe is simply connected, so $H_1(U)=0$. However, there are spacetimes where space is a 3-sphere. More generally, we can postulate what would happen if $U$ was a homology sphere of a certain dimension.
[ -0.007848168723285198, 0.018003657460212708, 0.0046698590740561485, 0.010294469073414803, 0.0047218878753483295, -0.01651804894208908, 0.006874579004943371, 0.011318002827465534, -0.006495856214314699, -0.00823950581252575, -0.016202405095100403, 0.0034248342271894217, 0.001950130332261324, ...
[ 0.2849990725517273, 0.2594318985939026, 0.2776812016963959, 0.21092066168785095, -0.5285772085189819, -0.2558457851409912, -0.08391881734132767, 0.30557236075401306, -0.292196124792099, -0.251319020986557, -0.26724299788475037, 0.18040774762630463, -0.4000025987625122, 0.8116352558135986, ...
Most British people probably best recognise the colloquial meaning of shy from the traditional fairground throwing game called the coconut shy but it is also occasionally used in everyday English. According to the Online Etymological Dictionary the _throw_ meaning is the more recent (1787) and a connection between the two is uncertain. If there is no connection, how did this meaning of shy originate?
[ -0.015502232126891613, 0.010102699510753155, -0.016175126656889915, 0.0295622069388628, -0.030720626935362816, -0.03757701441645622, 0.011807010509073734, -0.012715861201286316, -0.02176639251410961, -0.03669581562280655, -0.009571096859872341, 0.014501189813017845, 0.005738515406847, 0.01...
[ -0.13434290885925293, -0.06769711524248123, -0.3927668035030365, -0.41033756732940674, -0.8438513875007629, -0.01510648149996996, 0.37960201501846313, 0.5736250877380371, -0.37652578949928284, 0.223244309425354, -0.1331634670495987, 0.13284625113010406, 0.34917575120925903, 0.1251685917377...
I am new in building rpm package.For Creating RPM for my binary I have following dependancies: [tejas@target]$ ldd exe linux-vdso.so.1 => (0x00007fff85bff000) libQtWebKit.so.4 => /opt/QtSDK/Desktop/Qt/4.8.0/gcc/lib/libQtWebKit.so.4 (0x00007f868c4e8000) libphonon.so.4 => /opt/QtSDK/Desktop/Qt/4.8.0/gcc/lib/libphonon.so.4 (0x00007f868c288000) libQtScript.so.4 => /opt/QtSDK/Desktop/Qt/4.8.0/gcc/lib/libQtScript.so.4 (0x00007f868bdd3000) libQt3Support.so.4 => /opt/QtSDK/Desktop/Qt/4.8.0/gcc/lib/libQt3Support.so.4 (0x00007f868b8b5000) libQtSql.so.4 => /opt/QtSDK/Desktop/Qt/4.8.0/gcc/lib/libQtSql.so.4 (0x00007f868b66f000) libQtXml.so.4 => /opt/QtSDK/Desktop/Qt/4.8.0/gcc/lib/libQtXml.so.4 (0x00007f868b426000) libQtGui.so.4 => /opt/QtSDK/Desktop/Qt/4.8.0/gcc/lib/libQtGui.so.4 (0x00007f868a6c7000) libQtNetwork.so.4 => /opt/QtSDK/Desktop/Qt/4.8.0/gcc/lib/libQtNetwork.so.4 (0x00007f868a369000) libQtCore.so.4 => /opt/QtSDK/Desktop/Qt/4.8.0/gcc/lib/libQtCore.so.4 (0x00007f8689e72000) libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003cd2200000) libqwt.so.6 => /usr/lib64/libqwt.so.6 (0x00007f8689b4e000) libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x0000003cd8200000) libm.so.6 => /lib64/libm.so.6 (0x0000003cd1a00000) libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x0000003cd7e00000) libc.so.6 => /lib64/libc.so.6 (0x0000003cd1600000) libdl.so.2 => /lib64/libdl.so.2 (0x0000003cd1e00000) libXrender.so.1 => /usr/lib64/libXrender.so.1 (0x000000373ba00000) libgio-2.0.so.0 => /lib64/libgio-2.0.so.0 (0x00000030aa000000) libgstapp-0.10.so.0 => /usr/lib64/libgstapp-0.10.so.0 (0x00000034f2e00000) libgstinterfaces-0.10.so.0 => /usr/lib64/libgstinterfaces-0.10.so.0 (0x00000034f0e00000) libgstpbutils-0.10.so.0 => /usr/lib64/libgstpbutils-0.10.so.0 (0x00000034f1a00000) libgstvideo-0.10.so.0 => /usr/lib64/libgstvideo-0.10.so.0 (0x00000034f2200000) libgstbase-0.10.so.0 => /usr/lib64/libgstbase-0.10.so.0 (0x00000034f1e00000) libgstreamer-0.10.so.0 => /usr/lib64/libgstreamer-0.10.so.0 (0x00000034f1600000) libgobject-2.0.so.0 => /lib64/libgobject-2.0.so.0 (0x00000030b1200000) libgmodule-2.0.so.0 => /lib64/libgmodule-2.0.so.0 (0x00000030a9800000) libxml2.so.2 => /usr/lib64/libxml2.so.2 (0x0000003cdba00000) libgthread-2.0.so.0 => /lib64/libgthread-2.0.so.0 (0x00000030b4400000) librt.so.1 => /lib64/librt.so.1 (0x0000003cd2a00000) libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 (0x00000030b0e00000) libfontconfig.so.1 => /usr/lib64/libfontconfig.so.1 (0x0000003cd5e00000) libfreetype.so.6 => /usr/lib64/libfreetype.so.6 (0x0000003cd5a00000) libXext.so.6 => /usr/lib64/libXext.so.6 (0x000000373b600000) libX11.so.6 => /usr/lib64/libX11.so.6 (0x0000003e83600000) libQtDBus.so.4 => /opt/QtSDK/Desktop/Qt/4.8.0/gcc/lib/libQtDBus.so.4 (0x00007f86898c1000) libpng12.so.0 => /usr/lib64/libpng12.so.0 (0x0000003cd5600000) libz.so.1 => /lib64/libz.so.1 (0x0000003cd2600000) libSM.so.6 => /usr/lib64/libSM.so.6 (0x000000373d200000) libICE.so.6 => /usr/lib64/libICE.so.6 (0x0000003cdb200000) /lib64/ld-linux-x86-64.so.2 (0x0000003cd1200000) libQtSvg.so.4 => /opt/QtSDK/Desktop/Qt/4.8.0/gcc/lib/libQtSvg.so.4 (0x00007f8689662000) libresolv.so.2 => /lib64/libresolv.so.2 (0x0000003cd3600000) libselinux.so.1 => /lib64/libselinux.so.1 (0x0000003cd2e00000) libexpat.so.1 => /lib64/libexpat.so.1 (0x0000003cd5200000) libxcb.so.1 => /usr/lib64/libxcb.so.1 (0x0000003e82600000) libuuid.so.1 => /lib64/libuuid.so.1 (0x0000003e83200000) libXau.so.6 => /usr/lib64/libXau.so.6 (0x0000003e81e00000) So I have checked from which rpm I can get those libraries by `rpm -qf <library path>` command. eg: [tejas@target]$ rpm -qf /lib64/libpthread.so.0 glibc-2.12-1.80.el6_3.5.x86_64 I have also checked which minimum version should be available for that library. So, accordingly I made spec file including all those packges. My .spec file is: [tejas@target]$ cat /home/tejas/rpmbuild/SPECS/ModCMS-gdm.spec Name: ModCMS-gdm Version:1.0 Release:1 Summary:gdm Group: ModCMS License:WESEE URL: http://wesee.org Source0:ModCMS-gdm-1.0.tar.gz Requires:dbus-libs >= 1.2.24 Requires:expat >= 2.0.1 Requires:fontconfig >= 2.8.0 Requires:freetype >= 2.3.11 Requires:glib2 >= 2.22.5 Requires:glibc >= 2.12 Requires:keyutils-libs >= 1.4 Requires:krb5-libs >= 1.8.2 Requires:libasyncns >= 0.8 Requires:libcom_err >= 1.41.12 Requires:libgcc >= 4.4.4 Requires:libICE >= 1.0.6 Requires:libpng >= 1.2.44 Requires:libqwt6 = 6.0.1 Requires:libselinux >= 2.0.94 Requires:libSM >= 1.1.0 Requires:libsndfile >= 1.0.20 Requires:libstdc++ >= 4.4.4 Requires:libuuid >= 2.17.2 Requires:libXau >= 1.0.5 Requires:libxcb >= 1.5 Requires:libXcursor >= 1.1.10 Requires:libXext >= 1.1 Requires:libXfixes >= 4.0.4 Requires:libXi >= 1.3 Requires:libXinerama >= 1.1 Requires:libXrandr >= 1.3.0 Requires:libXrender >= 0.9.5 Requires:libXtst >= 1.0.99.2 Requires:openssl >= 1.0.1e Requires:pulseaudio-libs >= 0.9.21 Requires:qt48 >= 4.8.5 Requires:qt48-x11 >= 4.8.5 Requires:qtwebkit >= 2.0 Requires:sqlite >= 3.6.20 Requires:tcp_wrappers-libs >= 7.6 Requires:zlib >= 1.2.3 %description This is Just to test various files allocation through rpm build %prep %setup -q %install mkdir -p "$RPM_BUILD_ROOT/root/ModCMS" cp -r GDM.tar.gz "$RPM_BUILD_ROOT/root/ModCMS/" %files /root/ModCMS/GDM.tar.gz %clean rm -rf $RPM_BUILD_ROOT %post cd /root/ModCMS/ tar xzf GDM.tar.gz Now my questions are : * How do I mansion dependency libraries directly instead of rpm? * Is it necessary to include all those dependencies in Required field? * How do I minimize them? I have searched, but couldn't find specific solution.
[ 0.006467290222644806, 0.0012853032676503062, -0.002999591175466776, 0.006838852073997259, 0.000605445820838213, 0.01699128933250904, 0.008356163278222084, 0.0046048639342188835, -0.013980764895677567, -0.02130921557545662, -0.006379855331033468, 0.007675066590309143, -0.004815161228179932, ...
[ 0.5279691815376282, 0.08353647589683533, 0.15463697910308838, -0.02736341767013073, -0.40783923864364624, 0.04438868165016174, 0.10502193123102188, -0.17326870560646057, -0.00017724561621434987, -0.5558611154556274, 0.3304627239704132, 1.0456041097640991, -0.058668941259384155, 0.237608700...
I'm looking at finding out what plugins others install most of the time on a fresh WordPress install; the plugins that add value to pretty much any website that is running WordPress. My list of commonly installed plugins on a fresh WP install, in no particular order: * Contact Form 7 - Use whenever I need a contact form on the site * Page.ly MultiEdit - Use whenever I need multiple editable regions * Login LockDown - Always use on public facing website. Helps prevent account brute forcing. * Register Plus Redux Use whenever the site allows member signup. * WP-PageNavi Use whenever the site will be displaying pages upon pages of posts. Please answer with your commonly used installed plugins on a fresh WP install.
[ 0.001453375443816185, -0.003991292789578438, -0.0102905398234725, 0.019195402041077614, 0.002311872784048319, -0.005696746986359358, 0.007500782608985901, -0.010665065608918667, -0.012683103792369366, -0.011561635881662369, -0.003403747221454978, 0.00889693945646286, 0.008474080823361874, ...
[ 0.5813984274864197, -0.07182079553604126, 0.35524243116378784, -0.04061833396553993, -0.05023636296391487, -0.19985556602478027, 0.6203875541687012, -0.07177384942770004, -0.4562123119831085, -0.9516060948371887, -0.3530440628528595, 0.5617600679397583, -0.17951321601867676, 0.183270141482...
I have two figures that I am trying to align side by side. The difficulty is trying to get the two plots on a same horizontal line. In the _bad example_ picture shown below![enter image description here](http://i.stack.imgur.com/XV2fP.jpg) the problem is that the picture to the right is put rather up. What I would like to do is to have the horizontal axes of both graphs at the same level so that for example the figure to the right is lowered down such that its horizontal axis is at the same level as that of the left figure. I am putting my code here and all files are available on this link: http://petitlien.fr/latexfiles (Just click on the green guest file storage/guest access) In my code I am keeping the size of the page as I need in my final document. Here is the code: \documentclass[fleqn,a4paper,openany,twoside,11pt]{book} \usepackage[top=5.5cm,left=45mm,right=45mm,bottom=5.5cm]{geometry} \usepackage[latin1]{inputenx} \usepackage[OT1]{fontenc} \usepackage{graphicx} \usepackage{amssymb} \usepackage{amsmath} \usepackage[below]{placeins} \usepackage{subfig} \captionsetup[subfloat]{captionskip=15pt} \usepackage{xcolor} \usepackage{psfrag} \newcommand{\figtext}{\small} \begin{document} \begin{figure}[htp] \psfrag{A}{$\text{A}$} \psfrag{B}{$\text{B}$} \psfrag{C}{$\text{C}$} \psfrag{D}{$\text{D}$} \psfrag{E}{$\text{E}$} \psfrag{F}{$\text{F}$} \psfrag{G}{$\text{Alphabet letters}$} \centering{\figtext \subfloat[Money histories]{ \input{moneypredicted.tex} \includegraphics[width=0.45\textwidth]{moneypredicted.eps}} \hfill \subfloat[Health indicator]{ \includegraphics[width=0.45\textwidth]{alphabet.eps}} \caption{Hi there}} \end{figure} \end{document} Thanks for any suggestions.
[ -0.003908326383680105, 0.0036744987592101097, -0.01340212021023035, 0.018422845751047134, -0.014157526195049286, -0.00714500667527318, 0.006593621335923672, 0.01351865567266941, -0.015831265598535538, 0.0025357878766953945, -0.013765285722911358, 0.001663529546931386, -0.014086524024605751, ...
[ 0.5307838320732117, 0.02519059367477894, 0.10719365626573563, -0.022944604977965355, -0.3157883584499359, 0.08947785198688507, -0.03183256834745407, -0.011054250411689281, -0.4855659306049347, -0.8424731492996216, 0.3975997865200043, 0.3627212345600128, -0.2356768101453781, 0.1579530537128...
I'm tryng to compile my academic thesis in html. I've compiled it with success in pdf, it is about 130 pages full of images and formulas. I want compile it in html to put on my website, i get `xhlatex thesis.tex` and after 70 mins is still compiling. It is normal???
[ -0.021028529852628708, 0.014618500135838985, -0.020732764154672623, 0.027012895792722702, -0.020810045301914215, 0.00024070746439974755, 0.011974181979894638, -0.012762299738824368, -0.02568831853568554, -0.05475808307528496, -0.008196864277124405, -0.0020675272680819035, 0.01350923068821430...
[ 0.461914598941803, 0.38946253061294556, 0.6345192790031433, 0.06470795720815659, -0.13560418784618378, -0.19042812287807465, 0.3019077479839325, 0.24009105563163757, 0.2871643900871277, -0.6046541929244995, -0.01859782449901104, 0.3031727969646454, 0.2193603664636612, -0.1946173906326294, ...
I have written the following code inside my _robots.txt_ file: User-Agent: Googlebot Disallow: User-agent: Mediapartners-Google Disallow: Sitemap: http://example.com/sitemap.xml Is my _robots.txt_ is correct? I only want two user agent to follow my site (i.e., Googlebot & Mediapartners-Google).
[ -0.0039600501768291, 0.008255794644355774, -0.008761504665017128, 0.019541824236512184, -0.009472807869315147, 0.039159148931503296, 0.011365765705704689, 0.008731052279472351, -0.02208353951573372, -0.014651888981461525, -0.02066458947956562, 0.012502585537731647, -0.012975091114640236, 0...
[ 0.3498952388763428, 0.29186415672302246, 0.8153048753738403, -0.19417345523834229, -0.07293722778558731, 0.16081883013248444, 0.2953878939151764, -0.21492832899093628, -0.1132119819521904, -0.5518922209739685, 0.08051547408103943, 0.5804014205932617, -0.32713863253593445, 0.152527764439582...
I have multiple custom post types and they share some custom taxonomies. I want to a (hierarchy format) drop down of only the terms used by a specific custom post type - the drop down will be the filter for the archive-post- type.php page. CPTs: Winery, Wines, plus others (but not relevant) Taxonomies: Regions, Wine Types, plus others (but not relevant) Wineries will not exist in all regions that wines do - but when listing the terms it shows all of them. I need to hide any terms that are not being used by the Winery custom post type. The output would be a url in the format `http://example.com/winery- profiles/?regions=victoria` (which works) just need to get the list of terms ONLY used by the winery CPT Here is where I'm at: function get_terms_by_cpt($taxonomy, $post_types=array() ){ global $wpdb; $post_types=(array) $post_types; $key = 'wpse_terms'.md5($taxonomy.serialize($post_types)); $results = wp_cache_get($key); if ( false === $results ) { $where =" WHERE 1=1"; if( !empty($post_types) ){ $post_types_str = implode(',',$post_types); $where.= $wpdb->prepare(" AND p.post_type IN(%s)", $post_types_str); } $where .= $wpdb->prepare(" AND tt.taxonomy = %s",$taxonomy); $query = " SELECT t.* FROM $wpdb->terms AS t INNER JOIN $wpdb->term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN $wpdb->term_relationships AS r ON r.term_taxonomy_id = tt.term_taxonomy_id INNER JOIN $wpdb->posts AS p ON p.ID = r.object_id $where GROUP BY t.term_id"; $results = $wpdb->get_results( $query ); wp_cache_set( $key, $results ); } return $results; } But I can't get it to output the terms in their hierarchy (which I need for the select list). I've tried grouping by `tt.parent_id` but then it only returns one of the terms (and its children) and I know I have selected more.
[ 0.013977336697280407, 0.008384035900235176, 0.003980335779488087, 0.02573595754802227, 0.0004673807416111231, -0.008711415342986584, 0.008517135865986347, 0.02566426247358322, -0.018275082111358643, 0.014750023372471333, -0.013678014278411865, 0.010248521342873573, -0.0009258496575057507, ...
[ 0.8743867874145508, 0.6334395408630371, 0.3655216097831726, 0.05824989825487137, -0.0935385450720787, 0.06691247224807739, 0.06710010766983032, 0.13744759559631348, -0.3732137382030487, -0.5231453776359558, 0.24584244191646576, 0.17800138890743256, 0.22875137627124786, 0.7446566224098206, ...
I'm wanting to find all directories with a specific string so I can do another find on the files contained within. So I don't want to waste time on `./my-search-term/dir/my-search-term` etc. How can I stop recursing when I've found the first my-search-term directory?
[ 0.00729577848687768, 0.008971285074949265, -0.01176500041037798, 0.003992542624473572, 0.0021138007286936045, 0.01249655056744814, 0.006262233480811119, 0.02687178924679756, -0.023771101608872414, -0.00657420651987195, 0.003400585614144802, 0.008736392483115196, 0.007049047388136387, 0.013...
[ 0.09032521396875381, 0.0775652602314949, 0.46555373072624207, 0.008004781790077686, -0.006369404029101133, -0.28093796968460083, 0.3641816973686218, 0.3245502710342407, -0.39409855008125305, -0.38962042331695557, -0.39915165305137634, 0.21434400975704193, -0.26977047324180603, 0.6428590416...
I've created buffers around home origins and am looking to calculate the sum of shapefiles (in this case crime) within each buffer. How would I go about doing this? I want to know how many crimes are within each buffer. Thanks!
[ -0.005517448764294386, 0.025128217414021492, 0.017500534653663635, 0.025301972404122353, -0.000517179723829031, 0.005852997303009033, 0.012171111069619656, -0.013901911675930023, -0.04212664067745209, 0.002469498896971345, 0.03257961571216583, 0.0198555625975132, -0.0011328235268592834, -0...
[ 0.4780675172805786, -0.005653332453221083, 0.41803011298179626, 0.11644642800092697, 0.09509538859128952, 0.33371809124946594, 0.19559794664382935, -0.19644764065742493, -0.10352473706007004, -0.9785217046737671, 0.3875763714313507, 0.06500516086816788, -0.01583019457757473, 0.098027609288...
I was reading a proposal for value types in Java, and I came across this sentence: "Object identity serves only to support mutability, where an object’s state can be mutated but remains the same intrinsic object." From what I understand about object identity (though I'm likely wrong, in which case please correct me), it's the idea of your variable acting as a pointer or reference to an object located elsewhere in memory (usually on the heap, a la Java and C#). So what would this have to do with object mutability? Does this imply that for example, instantiated objects on the stack in C++ are immutable? I'm having trouble seeing the link here.
[ 0.0010046737734228373, 0.009897522628307343, 0.0010126670822501183, 0.002671030582860112, 0.006984710227698088, 0.0014449949376285076, 0.006313137244433165, 0.031837575137615204, -0.015649182721972466, -0.0057944441214203835, -0.00432263920083642, 0.01823042333126068, -0.006206338759511709, ...
[ -0.11752315610647202, -0.18330079317092896, -0.18421432375907898, 0.07326566427946091, -0.1280718743801117, -0.019626230001449585, 0.1587608903646469, 0.11960898339748383, -0.25963395833969116, -0.30750393867492676, -0.17561884224414825, 0.43442416191101074, -0.4459366798400879, 0.30292269...
We have lots of user-generated images on our site. When users upload their images, we only store the original. However, depending on the page, we show different sizes of those images (small, medium, large, original). Is it necessary to store all sizes of these images or is there a better way? Currently, we are resizing them with CSS but this is really slow.
[ 0.002825796604156494, 0.008648896589875221, -0.0019232322229072452, 0.030339689925312996, 0.007097425404936075, 0.006777341011911631, 0.008282747119665146, 0.011657645925879478, -0.022463830187916756, -0.009771971963346004, 0.00227216980420053, 0.008988950401544571, 0.007176904007792473, 0...
[ 0.7733543515205383, 0.18464422225952148, 0.15899057686328888, 0.41926613450050354, -0.03205501288175583, -0.11362391710281372, -0.018575968220829964, 0.14537262916564941, -0.19812354445457458, -0.6473750472068787, 0.17416661977767944, 0.25742870569229126, -0.270004540681839, 0.118036314845...
I am working on this project, which will soon contain loads of packages, projects etc. (Java). So, from the start I need to keep track of the high level package and class structure, monitor which class is being called where, so that I don't make it over complicated after 6 months. What is the right way to go about it? Any tools for this?
[ -0.007904531434178352, 0.020022211596369743, -0.004411932080984116, 0.001719835214316845, 0.035268235951662064, 0.05042465776205063, 0.007279366720467806, 0.014060260728001595, -0.01951928436756134, -0.009275096468627453, 0.006259386893361807, 0.012435603886842728, -0.00374894798733294, -0...
[ 0.5506435036659241, 0.30183398723602295, -0.08018676936626434, -0.09984412789344788, 0.08558289706707001, -0.2630603015422821, 0.24881349503993988, 0.16213048994541168, -0.13780128955841064, -0.6874085664749146, 0.19760596752166748, 0.31483685970306396, 0.13447237014770508, 0.0095720253884...
From what I have read, K&R seems to be a good place to start learning programming in general, and C programming specifically. However, I've just started the first chapter and I have a few questions. They may be extremely simple, and I apologize if that's the case (I am new, after all) -- but your helping me answer them would be very appreciated. 1) I understand the book is written to describe C languages in general. Does this mean the examples they give are just rough outlines, and that for me to attempt them myself I have to "translate" the general outline given into C++ or C# or whatever? For example, the textbook gives this program: #include <stdio.h> main() { printf("hello, world\n"); } But I've found a program to print "Hello, world" in C#, for example is: // A Hello World! program in C#. using System; namespace HelloWorld { class Hello { static void Main() { Console.WriteLine("Hello World!"); // Keep the console window open in debug mode. Console.WriteLine("Press any key to exit."); Console.ReadKey(); } } } And the program in C++ looks different from both the above... So my question is: does the book expect me to be able to translate the first program (or outline, whatever it is) to a C# or C++ program -- I am using Visual Studio -- to be able to practice myself? 2) If the book does expect me to do this, do you all have any tips on how I can go about translating general C code to C# or C++. 3) This may be opinion, but which should I base my learning on (and practice coding in) -- C# or C++?
[ -0.003334564156830311, 0.01778039149940014, -0.002394475508481264, 0.00550214946269989, -0.011285079643130302, 0.004037402104586363, 0.005828274413943291, -0.006053841672837734, -0.018758554011583328, -0.00915808416903019, -0.010071379132568836, 0.0115157850086689, 0.014606605283915997, -0...
[ 0.3184729516506195, 0.36433008313179016, -0.16322194039821625, 0.0802769660949707, 0.05020713061094284, -0.15776874125003815, 0.2849971354007721, -0.07118428498506546, -0.0470203161239624, -0.2987835109233856, -0.07512474805116653, 0.43439269065856934, -0.04345490038394928, -0.133381173014...
I'm building a city portal/ social business directory with buddypress and wordpress. All business listings are stored as a custom post type called 'business'. I'm using the following code to show the activity related to business listings in the activity stream function bbg_record_my_custom_post_type_comments( $post_types ) { $post_types[] = 'business'; return $post_types; } add_filter( 'bp_blogs_record_comment_post_types', 'bbg_record_my_custom_post_type_comments' ); this is the result http://i.stack.imgur.com/Poaay.png Right now it says > user commented on the post 'postname' While I need it to say > user wrote a review on 'postname' for the business post type, and > user commented on 'postname' for other post types. Any help is greatly appreciated.
[ 0.012463878840208054, 0.0172142144292593, 0.014875231310725212, 0.015858162194490433, 0.03802725672721863, 0.017901133745908737, 0.008297773078083992, 0.053404949605464935, -0.010955706238746643, -0.002825197298079729, -0.014478934928774834, 0.011588729918003082, 0.013797195628285408, 0.02...
[ 0.7678853273391724, 0.09938160330057144, 0.8856080174446106, -0.27802515029907227, 0.07994485646486282, 0.15522801876068115, 0.017617054283618927, -0.19674371182918549, -0.3498643636703491, -0.7903258204460144, 0.02612769976258278, 0.26415613293647766, -0.2567640244960785, 0.17303450405597...
I'm flying, turning in a stable orbit, i.e. at constant level with a constant angle of bank, at constant airspeed, with a constant radius of turn, as in the picture here (sorry it's my first post, cannot upload pictures). I am flying along the black curved line. The lift is directed as the blue axis (orthogonal to the wings). The vertical component of the lift compensate exactly the gravity, and the horizontal component of the lift is responsible for the turn (forget the component in the direction of movement). Now consider the inclinometer (aka the ball aka balance indicator aka slip indicator). The position of the ball is supposed to tell me whether my turn is "coordinated" or not. If the ball is centered the turn is coordinated, otherwise the normal practice is to use rudders ("step on the ball") in order to center the ball and obtain a "coordinated turn". Since the orbit is stable, the ball is stationary with respect to me, so the ball must be subject to the same exact acceleration I feel. Consider the frame of reference attached to the airplane, as in the picture. In this non-inertial frame of reference the forces I experience are the gravity, the lift, and the (apparent) centrifugal force. Since neither me nor the ball are moving with respect to the reference frame, all these forces must be balanced. In my case the lift is exercised on me by the seat and in the case of the ball by the wall of the cage/vial in which it is contained. In both cases the force exercised on the bodies to compensate gravity and centrifugal force must be in the same exact direction and strength of the lift. This can only happen for the ball when the ball is at the bottom of the curved vial, because only then the wall of the vial is normal to the vertical direction (blue axis). So my question is: how can the ball ever be "out of the cage"? And how can the use of rudder impact on the ball position if the airplane yaws by rotating around the blue axis (i.e. around the direction of the lift)?
[ -0.028262343257665634, 0.013149917125701904, -0.014600715599954128, 0.006439697928726673, -0.017244378104805946, -0.024329230189323425, 0.0084201879799366, 0.002376900753006339, -0.015301626175642014, -0.019328974187374115, -0.02268395572900772, 0.017550449818372726, -0.011468576267361641, ...
[ 0.526941180229187, -0.1777423769235611, 0.7930619120597839, 0.27642887830734253, -0.2309054732322693, 0.14709945023059845, -0.17976321280002594, 0.09988166391849518, -0.20814354717731476, -0.5092577338218689, 0.22256922721862793, 0.22767065465450287, -0.1349254995584488, 0.0313719697296619...
I'm playing the Minecraft Feed the Beast modpack. During a lengthy mining session, I made a dumb mistake and fell into lava (not for the first time). I rage-quit the game before I died, and now I would like to know if there is any way of rescuing my inventory. I know about the `/gamerule` command, but I won't have enough time to enter it before I die. I also do not have a bucket of water with me. Is there a way to disable item drop on death without being ingame? I would prefer if I do not have to use external tools.
[ -0.0009906813502311707, 0.014243765734136105, 0.0073145534843206406, 0.0017487151781097054, -0.0016775932163000107, 0.004016656894236803, 0.0056561133824288845, -0.009443909861147404, -0.018767494708299637, 0.03651787340641022, -0.017391527071595192, 0.014744977466762066, 0.00322236120700836...
[ 0.3426332175731659, 0.18813544511795044, 0.31024596095085144, 0.1099756732583046, 0.10354940593242645, -0.01910862885415554, 0.3831337094306946, -0.05583791807293892, -0.2305644452571869, -0.588618278503418, 0.2692599594593048, 0.649724006652832, -0.015237611718475819, 0.24037770926952362,...
Making use of a nonequilibrium functional renormalization group (Berges and Mesterhazy, 2012) are able to investigate a whole hierarchy of fixed points that explain the successive evolution of a system from a nonequilibrium state to equilibrium. Can such an appoach be applied to investigate the transition between two inertial subranges in atmospheric turbulence too? I am asking about this, since the illustration of a dual cascade in fugure 1 of the paper ![enter image description here](http://i.stack.imgur.com/i8AAT.png) Looks quite similar to the TKE spectra one observes in atmospheric turbulence. ![enter image description here](http://i.stack.imgur.com/w5g44.jpg) In both cases, the different regimes are associated with with a stationary transport of conserved quanitities. So, is this similarity I percieve only superficial and misguided, or should it in principle be possible for example to describe the kinks in the Nastrom-Gage spectra by such dual cascades too? And if so, has there already some work on this be done or is under way?
[ 0.008807310834527016, 0.02225937321782112, -0.0007846214575693011, 0.008307588286697865, -0.015014421194791794, -0.02420409955084324, 0.00791820976883173, -0.0113613810390234, -0.013674854300916195, -0.019198965281248093, -0.007712682243436575, 0.022815914824604988, -0.01613018289208412, 0...
[ -0.19993466138839722, 0.09175141155719757, 0.12179986387491226, 0.043019380420446396, -0.34200960397720337, 0.16320908069610596, 0.14453023672103882, -0.6486449837684631, -0.3096894919872284, -0.10199633240699768, -0.16334182024002075, 0.3034490644931793, -0.21148481965065002, 0.2792184054...
How can I search things about some functions in LaTeX on Linux in the command- line? Tried `texdoc`, but `texdoc cite`, for example, don't works. I would like a tool to search about LaTeX functions in terminal like `pydoc if` to search about if statement of python.
[ 0.0407244898378849, -0.005805713124573231, -0.010779393836855888, 0.022921333089470863, 0.018619896844029427, -0.016135849058628082, 0.012451661750674248, 0.012113548815250397, -0.04134068638086319, 0.005017910152673721, 0.006990212481468916, 0.004209934268146753, -0.0015046675689518452, 0...
[ -0.015069974586367607, -0.08092985302209854, 0.04334896057844162, 0.14425645768642426, 0.010408091358840466, -0.343214213848114, -0.0029252106323838234, 0.44377169013023376, -0.15307994186878204, -0.6704181432723999, 0.13925015926361084, 0.7566457986831665, -0.40544986724853516, 0.11596207...
I loaded OSM data into PostgeSQL with Osmosis&Osm2PgSQL, and see many tags are missing. I need to make it import `lanes` tag. How can I make it save this tag too? **edit:** my solution was to copy /usr/share/osm2pgsql/default.style into a new file, edit it adding a line: way lanes int4 linear then call osm2pgsql with parameter: osm2pgsql ... --style my.style
[ 0.0023290347307920456, 0.014490745030343533, -0.00827580876648426, 0.017192920669913292, -0.00765067245811224, 0.005100064445286989, 0.010819241404533386, 0.006712178699672222, -0.018478553742170334, -0.00907957274466753, 0.001978761749342084, 0.01448220293968916, 0.0021883295848965645, 0....
[ -0.043519727885723114, 0.3539544641971588, 0.5817905068397522, 0.017449304461479187, 0.03918119892477989, -0.001587950042448938, 0.1869850605726242, 0.028591323643922806, -0.0717397928237915, -0.6712647676467896, 0.03114975430071354, 0.6021455526351929, -0.429900199174881, 0.30689489841461...
Sabin's special technique is "Blitz"; which does a high amount of damage if fighting-game style commands are executed correctly. The Bum Rush - Sabin's most damaging Blitz - requires a full 360° trip around the control pad. Is there any way to make this Blitz easier to execute?
[ -0.03032037429511547, 0.014638854190707207, -0.020784789696335793, -0.006934679113328457, 0.02403174713253975, -0.02867174707353115, 0.013258371502161026, -0.0012744273990392685, -0.022398145869374275, 0.011767414398491383, -0.018870985135436058, 0.014214116148650646, -0.012356187216937542, ...
[ -0.3498363196849823, -0.12736967206001282, -0.16612637042999268, 0.028179507702589035, -0.32969701290130615, -0.5897590517997742, 0.5242699980735779, -0.20676462352275848, -0.25879502296447754, -0.05965122953057289, -0.17939235270023346, -0.46065276861190796, -0.3624739646911621, 0.1259919...
I am looking for a simple way (perhaps using openssl) to generate SCRAM-SHA-1 hash of a password for use for Prosody Jabber Server. The passwords on the server are stored in the following form: ["iteration_count"] = 4096; ["stored_key"] = "f76e63cb5bb7f78e99b07196646c39a0f9422ef7"; ["salt"] = "5317fe92-be09-4e0c-8501-55e5fb325543"; ["server_key"] = "eb701c012450813185104934f88a9d07a7f211d9"; Can anybody suggest something ?
[ 0.008714091964066029, 0.0016474616713821888, -0.0020803934894502163, 0.013244634494185448, -0.024379579350352287, 0.02549048885703087, 0.0062769390642642975, 0.0007916167378425598, -0.012181309051811695, 0.0013217672239989042, 0.0011637501884251833, 0.00817565992474556, 0.008685602806508541,...
[ -0.049153365194797516, 0.4728517234325409, 0.32534539699554443, -0.27295902371406555, 0.10871073603630066, 0.1616099774837494, 0.37178656458854675, -0.09519990533590317, 0.22940421104431152, -0.5355246067047119, 0.1961655616760254, 0.319282591342926, -0.2969219386577606, 0.3294290602207184...
I'm trying to figure out if it would be better to throw a poison grenade into a group of enemies vs. a regular grenade. What's the max possible damage a poison grenade can inflict (over the duration of time until the poison dissipates)?
[ 0.0038553213234990835, 0.01632007211446762, -0.020058441907167435, 0.0005766357062384486, -0.02314559742808342, -0.008232531137764454, 0.009430685080587864, 0.004816004075109959, -0.03269602730870247, -0.003829237772151828, -0.001217840937897563, 0.019037406891584396, 0.011111162602901459, ...
[ 0.5426586270332336, 0.39905989170074463, -0.014738433063030243, 0.17804855108261108, -0.016184557229280472, 0.13165080547332764, 0.43029144406318665, -0.3013817071914673, -0.12403266876935959, -0.2529957890510559, 0.42010587453842163, 0.1429561823606491, 0.21805794537067413, 0.099895708262...
On creating a custom theme i faced one problem http://templategraphy.com/wp- demo/landro/ lookwise its not look so good because it not supported style.css By default it shows all its css properties from bootstrap.min.css. I want theme look good like this html http://templategraphy.com/demo/landro/ what should i do so that theme take all its css properties from style.css. Thanks in advance
[ 0.007291355635970831, 0.01725253276526928, 0.0034508947283029556, 0.019260533154010773, -0.031648579984903336, -0.0011310927802696824, 0.010438255965709686, 0.009104941040277481, -0.022280078381299973, -0.00430408725515008, -0.016002414748072624, 0.009786291979253292, 0.000992198009043932, ...
[ 0.5881476402282715, -0.23952671885490417, 0.49792465567588806, 0.1939266175031662, -0.04197666049003601, 0.015705615282058716, 0.007946454919874668, -0.2439253330230713, -0.4032038450241089, -0.3172405958175659, 0.295329213142395, 0.37990856170654297, -0.20003145933151245, 0.37682071328163...
## Situation I was browsing The Comprehensive LATEX Symbol List looking for a simple analog clock in which I could use in a pamphlet. At some moment, I found an interesting entry (page 91): ![Clock entry](http://i.stack.imgur.com/pqyVe.png) I tried to use the `\showclock` macro in my document, but unfortunately a `pdflatex` run showed me the following error: ! Undefined control sequence. l.10 \showclock{4}{50} In my Linux box with TL2011, the very same attempt to call `\showclock{4}{50}` gets even worse, with no `ifsym` package available. ## Documentation I tried to read the documentation, but `texdoc ifsym` lists only a German document, of which I only understand a few words - sadly. (Ich spreche kein Deutsch.) `:(` Anyway, the icon table in the end of the documentation gives me the idea of a possible font problem, like a missing indexing or reference. ## MWE \documentclass{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{ifsym} \begin{document} \showclock{4}{50} \end{document} ## Question Is there any package with a similar command, say `\clock{<hours>}{<minutes>}`?
[ 0.002478164853528142, -0.004490216262638569, -0.006702250801026821, 0.023892246186733246, -0.0035517318174242973, -0.0021935717668384314, 0.0062587386928498745, 0.0037385872565209866, -0.015689237043261528, -0.01030183956027031, -0.007136295549571514, -0.00997881032526493, -0.008663115091621...
[ -0.27929770946502686, 0.08443104475736618, 0.6554763913154602, -0.06924275308847427, 0.18545304238796234, 0.07933317869901657, 0.24526293575763702, -0.17936861515045166, -0.28986769914627075, -0.4255639314651489, 0.03395749256014824, 0.6904903054237366, -0.4596620798110962, -0.018021883442...
I am working on an indoor positioning project which need to transform CAD drawings to GIS shape files. I have transformed the file from CAD to ArcMap 10.1 already. My current problem is that how could I transform the doors in CAD to a set of polyline to as an independent layer. Currently, a door is consisted of a arc and a line but the connected line (door sill) is actually what I want. I want to know is there any simple geo-spatial method to do that. Hopefully it will not use programming because of limited deadline. I am sorry I cannot upload the picture at this stage.
[ -0.015367802232503891, 0.008941933512687683, -0.020669294521212578, 0.017289932817220688, -0.005623248405754566, -0.025647785514593124, 0.009975286200642586, 0.016901720315217972, -0.015805069357156754, -0.026204168796539307, -0.008063443005084991, -0.0008259049500338733, -0.0014551524072885...
[ 0.7142398953437805, 0.12149599939584732, 0.2640635371208191, -0.11762996017932892, -0.3005281686782837, 0.13981561362743378, 0.12617164850234985, -0.44507500529289246, -0.20853263139724731, -0.8315153121948242, 0.05191689729690552, 0.21140311658382416, -0.09500865638256073, 0.3945587873458...
In editors like `vim` and `emacs`, one can use hotkeys like `C-p` (vim) or `M-/` (emacs) to perform auto-completion on the current word using other words in the same buffer. Is it possible to achieve the same functionality within a shell? If I see some word in output from a previous command and I'd like to quickly auto-complete it when typing out another command. Just to be clear, an example: $ ls Desktop/ Mail/ music/ osx@ something_with_a_pretty_long_name $ someth From here, I'd like to be able to hit a hotkey and have it automatically complete what I'm typing to `something_with_a_pretty_long_name`. EDIT: Shoot. Using a filename was a poor example for what I'm after. Consider the following, second example: $ cat /var/log/something.log [19:30] Service started [19:35] Something else happened $ happ Where I could auto-complete 'happ' to 'happened' merely because it appeared in my terminal buffer. I hope this clarifies what I'm after.
[ 0.006267936900258064, 0.005173926241695881, -0.014906948432326317, 0.01731925643980503, -0.02029390074312687, 0.007532220799475908, 0.00820150040090084, -0.015291516669094563, -0.01491156592965126, 0.0222245454788208, -0.015835396945476532, 0.0031855758279561996, 0.008221698924899101, 0.02...
[ -0.1576978713274002, -0.03173423558473587, 0.24595783650875092, -0.1679752916097641, 0.15099085867404938, -0.02453666739165783, 0.046391624957323074, 0.2727592885494232, -0.2697843313217163, -0.7080829739570618, -0.2572184205055237, 0.6243441700935364, -0.3126206398010254, -0.0668609663844...
I understand that computers are basically a complex system of electrical signatures that can calculate based on logic boards, and some sort of gate mechanism, but how do computers process something like if the number produced by the keyboard is less than 10, or if a mouse is clicked two times in a certain amount of time it equals a double click?
[ -0.014804534614086151, 0.0013040435733273625, -0.00470364186912775, -0.01158406212925911, -0.019989358261227608, -0.016288690268993378, 0.009752395562827587, -0.021622752770781517, -0.016376864165067673, 0.011440410278737545, -0.010646223090589046, 0.0028307863976806402, 0.02508125640451908,...
[ 0.5160608887672424, 0.23774407804012299, 0.17272473871707916, 0.24820566177368164, 0.240800142288208, -0.05798964947462082, -0.06338128447532654, 0.06983628123998642, -0.39495357871055603, -0.1695028692483902, 0.42730289697647095, 0.2781105041503906, 0.11806666105985641, 0.0347675420343875...
I recently bought a Nook Color. My intentions from day 1 was to install CyanogenMod7 on the device to get a full Android experience. That process worked just fine, and the device is now running CM7. I am running CM7 installed directly on the device, not from an sdcard. I access my devices a lot via command line using `adb`, but with the nook color, I am unable to get `adb` to see the device. I have Windows 7 64-bit, I used the USB drivers, and "fix script" from here and USB Debugging is enabled. If I mount the device to windows I am able to access the sdcard on the device. But no matter what I do, I cannot get `adb` to see the device.
[ -0.02072708122432232, -0.006187433376908302, -0.022758807986974716, 0.023006455972790718, -0.04162509739398956, -0.007087151054292917, 0.008449618704617023, 0.003283877857029438, -0.010600147768855095, -0.010187618434429169, -0.01064032781869173, 0.008523323573172092, -0.00445560272783041, ...
[ 0.27614468336105347, 0.45940345525741577, 0.6910509467124939, -0.2432893067598343, 0.5320873260498047, 0.14360234141349792, 0.07266634702682495, 0.45536354184150696, 0.00789168756455183, -0.6954815983772278, -0.049856606870889664, 0.5213096141815186, -0.2973909378051758, 0.1748980879783630...
Running Mac OS 10.7.2 and trying to run libfaketime and nothing happen. I installed and ran exactly as directed only the time and date stay exactly as are set in the system? Is anyone else able to successfully run this on OSX? $ date Mon Jan 30 21:05:09 CST 2012 $ LD_PRELOAD=./libfaketime.so.1 FAKETIME="-15d" date Mon Jan 30 21:05:32 CST 2012
[ 0.019272539764642715, -0.011224808171391487, -0.011678097769618034, -0.00173699832521379, 0.028836850076913834, -0.015452444553375244, 0.009099478833377361, 0.0019002283224835992, -0.021558020263910294, 0.008210274390876293, -0.021287772804498672, 0.0005427313153631985, 0.003759301034733653,...
[ 0.13302433490753174, 0.282480388879776, 0.5907018780708313, 0.03969046473503113, 0.190604567527771, -0.16815268993377686, 1.1155778169631958, -0.08668148517608643, -0.25902143120765686, -0.4036673307418823, -0.06446751952171326, 0.7747008204460144, -0.419738233089447, -0.1877022534608841, ...
Since the great `-install-global-extension` option was removed in Gecko 1.9.2 (for no obvious reason, as usual), copying the extension (as `root`) to `/usr/lib/iceweasel/extensions/<appid>` is now the only way out to avoid the cumbersome Windows-ish "File-Open..." procedure (which requires that `Firefox`/ `Iceweasel` is running, too) But I want to install my extension(s) without launching the browser first. So this is the steps I did (or better, I was forced to do) * have `myapp.xpi` ready on my storage media * extract `install.rdf` with `unzip` and `cat` it to retrieve app ID Lastly, I do a sudo unzip /media/wherever/myapp.xpi -d /usr/lib/iceweasel/extensions/<appid> The `-d` option will specify the directory where to extract to (if it does not exist yet, the directory will be created). OK, **that method actually works**. But I thought this is a bit stone-age, perhaps? I _actually_ expected to only copy the `*.xpi` to the `extensions` directory and let `Firefox`/`Iceweasel` unpack it by itself. However, this does not work. I tried all of the following four variants to no avail: * copy `myapp.xpi` to `/usr/lib/iceweasel/extensions` as-is * copy `myapp.xpi` to `/usr/lib/iceweasel/extensions/<appid>/` as-is * copy `myapp.xpi` to `/usr/lib/iceweasel/extensions` and rename it to `{appid}.xpi` * copy `myapp.xpi` to `/usr/lib/iceweasel/extensions/<appid>/` and rename it to `{appid}.xpi` However, neither of said methods made the extension show up in Add-On Manager. Maybe the unpacking is mandatory under Linux? I also consulted the official "documentation", which, TBH, is abysmal. It only gives an example for Mac OS X, but not for Linux. Plus,the wording is fairly incomprehensible. Check yourself: https://developer.mozilla.org/en-US/docs/Installing_extensions So how am I supposed to perform this installation under Linux (Debian here) _without_ unpacking the extension by hand?
[ -0.006344910711050034, 0.0016064770752564073, -0.007062130607664585, 0.005668349098414183, 0.02912435308098793, 0.029388774186372757, 0.008391078561544418, 0.004227852448821068, -0.015706149861216545, -0.012995527125895023, 0.000619757454842329, 0.008787427097558975, -0.004315025173127651, ...
[ -0.0015515370760113, 0.1883389949798584, 0.5330607891082764, -0.3035803735256195, -0.017566179856657982, -0.18383096158504486, 0.5345585346221924, 0.4253440797328949, -0.38369864225387573, -0.5583314299583435, -0.3047412931919098, 0.39783042669296265, -0.5310441255569458, 0.300481140613555...
Let's say I have some $n \times n$ square matrices $A_1, A_2, \ldots, A_m$ with exact numbers for entries, and I want to find the subspaces of $V = \mathbb{C}^n$ invariant under these matrices. Is there a clean way to do this? The way I'm doing it seems to require writing ridiculous amounts of code from scratch to do things like calculate intersections, get all the invariant subspaces belonging to a particular generalized eigenspace, etc.
[ -0.0041177524253726006, 0.007231994532048702, -0.007574947085231543, 0.01164266373962164, 0.007794950157403946, 0.013103961944580078, 0.005546868778765202, 0.013449795544147491, -0.016276082023978233, 0.0018772853072732687, -0.005207340233027935, 0.01589592732489109, -0.021449413150548935, ...
[ 0.33946093916893005, 0.3032444715499878, 0.30008819699287415, 0.037994854152202606, -0.1320553570985794, 0.3043586015701294, 0.10322755575180054, -0.38419848680496216, -0.1787431687116623, -0.5854868292808533, 0.05166905000805855, 0.3406924307346344, -0.384418785572052, 0.39716750383377075...
I have a friend who is looking for SharePoint hosting (free is nice) for a not-for-profit orgranization. She is considering http://myhosting.com and http://sharepointhosting.com. I know very little about SharePoint, so I'm looking for advice on what features to look for in a host. Also, comments on the two being considered are welcome, as well as recommendations for any others. Thank you.
[ -0.009283490478992462, -0.0029056137427687645, 0.0060466863214969635, 0.028485693037509918, -0.010211548767983913, 0.02537507377564907, 0.01095621008425951, 0.04321293905377388, -0.01923459582030773, 0.010463853366672993, 0.0009540757164359093, 0.0036313198506832123, 0.009811355732381344, ...
[ 0.7260956168174744, 0.1405830979347229, -0.17799675464630127, 0.21006470918655396, -0.008225945755839348, -0.3156636953353882, 0.09389576315879822, 0.6297803521156311, -0.35650914907455444, -0.6489920616149902, 0.4172723889350891, 0.1320190280675888, 0.4335494339466095, 0.3559431731700897,...
My woes with Mathematica animations exported in SWF-format continue. The goal is to Export an animation in SWF-format, and also make it scalable, so that when I embed it into a slide set (produced by LaTeX) in PDF-format, the animation will resize when I zoom in/out. I have asked a related question on TeX.SE, where a solution via converting the animation into an MP4-file was suggested. That solution works, but lossy compression (or something) makes the end result look passable but not nearly as good as the same animation in a Mathematica notebook. Following the further discussion in TeX.SE I looked at the header of the generated SWF-file with a text editor (NotePad). Indeed, there reads `scaleMode - noScale`. So time to study Mathematica's help files. Promising sounding options are listed in `ref/format/SWF`. Most notably _Scalable_ and _ControlAppearance_ (kind of pointless to have those unclickable control buttons in the end product). So let's try... roll[u_] := Show[ {ParametricPlot[{Cos[t] + u, Sin[t] + 1}, {t, 0, 2 Pi}, AspectRatio -> Automatic, AxesOrigin -> {0, 0}, Ticks -> {{0, 2 Pi, 4 Pi, 6 Pi}, {}}], ParametricPlot[{u, 1} - t {Sin[u], Cos[u]}, {t, 0, 1}], ParametricPlot[{t - Sin[t], 1 - Cos[t]}, {t, -0.6, u}], Graphics[{PointSize[0.02], Point[{u - Sin[u], 1 - Cos[u]}]}]}, PlotRange -> {{-1.2, 20}, {-0.2, 4.2}}, Axes -> True] sykloidi = Animate[roll[u], {u, 0, 20}] Export["Analyysi I/2013/kalvot12-13/sykloidi.swf", sykloidi, AnimationDuration -> 6, FrameRate -> 8, Scalable -> True, ControlAppearance -> None] Nope. No change. The .swf still does not scale. In the header of the SWF-file it still reads `scaleMode - noScale`, and the control buttons didn't disappear either. > Did I use wrong syntax for `Export` in the above snippet? What's the right > way of doing this?
[ -0.01981290429830551, 0.00597127340734005, -0.0013572563184425235, 0.021685250103473663, -0.013747228309512138, -0.00007203454151749611, 0.00834017526358366, 0.02576584368944168, -0.01708175055682659, -0.032490573823451996, -0.01023072749376297, 0.01043623872101307, -0.008498186245560646, ...
[ -0.05900223180651665, 0.38852459192276, 0.44664090871810913, 0.18874208629131317, 0.03401708975434303, 0.1937251091003418, 0.10602720826864243, 0.16142681241035461, -0.1413646638393402, -0.505720853805542, -0.031968023627996445, 0.6882320046424866, 0.01027700211852789, 0.2157624363899231, ...
I stumbled across the following egrep expression: egrep '^([^aieou]*[aieou]){5,7}[^aieou]*$' /usr/share/dict/words on this page: http://matt.might.net/articles/sculpting-text The expression is supposed to find the words that contain between 5 and 7 vowels. I understand the first ^ meaning from the beginning of the line and the second ^ to negate any of the aieou followed by any number of characters and one of the aeiou between 5 and 7 times. But I did not get how the first and last expressions: `[^aieou]` help here?
[ -0.008289957419037819, 0.009322474710643291, -0.020699573680758476, 0.017538264393806458, -0.025395089760422707, 0.023515820503234863, 0.009845695458352566, -0.011276477947831154, -0.015729451552033424, 0.010011960752308369, -0.007321595214307308, 0.003250816371291876, -0.006752692628651857,...
[ -0.019448429346084595, 0.15884219110012054, 0.25162220001220703, -0.19282039999961853, -0.2028416097164154, 0.7776574492454529, 0.780013382434845, 0.1317232996225357, 0.19545842707157135, -0.6186252236366272, -0.09722839295864105, 0.3220517635345459, 0.01621089316904545, -0.301005840301513...
We are developing a mobile app that needs to pick up device contacts, display them and indicate if the contact has already registered with this app. We have our DB in the server and the app fetches data using web services. What will be the best approach to implement the above scenario taking performance into consideration. **Option 1:** Every time user opens the app,fetch the contacts and send the list of email addresses to the server, check with the registered email ids and return the list of registered users in the contact list. In this approach whenever user opens the particular page, he needs to wait for few seconds to load data, but the contacts will be the latest from the device. **Option 2:** First time when the user opens the app, fetch contacts ,send the entire list of contacts and save it in the DB, retrieve list of registered users in the contacts then save this to local DB. From now on, data will be fetched from local DB and displayed. When a new user registers in the app, again check with records in central DB and send list of new users who are in your contacts that have registered to your app. This list will be added to local DB. and the process continues. In this case the new contacts added by user will not be updated in the app but retrieval and display of records would be quick. What would be the correct approach? In case there is a better way of doing this, please let me know.
[ 0.0005458022933453321, 0.006604192778468132, -0.005940685048699379, -0.006163709331303835, -0.00021237507462501526, -0.01204302255064249, 0.008549136109650135, 0.013951866887509823, -0.011788829229772091, -0.04322314262390137, -0.013798793777823448, 0.02151389978826046, -0.000053186551667749...
[ 0.4580688774585724, 0.16228888928890228, 0.5464149117469788, -0.0169468205422163, 0.1767716109752655, 0.08305054903030396, 0.06994122266769409, -0.24216614663600922, -0.09244155138731003, -0.6786655187606812, -0.08350345492362976, 0.452701598405838, 0.017556728795170784, -0.088679485023021...
Is it possible for the `smartctl -t long /dev/sda` to complete without error and still the drive fail? How detrimental to the disk's life expectancy is running the test daily/weekly? Thanks!
[ 0.007936103269457817, 0.0121771777048707, -0.036205850541591644, 0.0195517148822546, 0.014119267463684082, 0.03179222717881203, 0.013010358437895775, 0.03675100952386856, -0.02804841287434101, -0.04817616194486618, -0.009010326117277145, 0.007186476141214371, -0.00910057220607996, 0.012165...
[ 0.4099261462688446, -0.0044097681529819965, 0.12477143108844757, 0.48604071140289307, 0.1519317775964737, -0.2659689784049988, 0.5351895093917847, 0.2072792500257492, 0.01572822406888008, -0.2180526703596115, 0.1172754094004631, 0.8170616030693054, 0.3016147017478943, -0.20229679346084595,...
I find that very easily my views become cluttered with logic, e.g. null checks, email validation, and retrieving values from the post object. How would you separate this out in Wordpress? Is there any sort of MVC framework you have experience with? EDIT: It seems like everything in Wordpress is global. I don't have to much experience with PHP.
[ -0.01781083457171917, 0.02460171841084957, 0.01021698396652937, 0.020935306325554848, 0.026269705966114998, 0.027202511206269264, 0.008362947031855583, 0.026320191100239754, -0.026169834658503532, 0.008269253186881542, -0.01782967709004879, 0.022066639736294746, -0.008735548704862595, 0.01...
[ 0.02124066837131977, 0.1272716373205185, 0.03381494805216789, 0.2081107795238495, -0.3188527822494507, -0.23010054230690002, 0.2174108922481537, 0.7361589670181274, -0.4037914574146271, -0.5677008032798767, 0.22713182866573334, 0.31663209199905396, -0.38382506370544434, 0.23880413174629211...
I have created a common custom dashboard for my users located at "http://website.com/login/dashboard/" I'm trying to redirect users to that custom dashboard only if they are NOT admins & if the page IS http://www.website.com/login/wp-admin/ The redirection function I have is: add_action( 'admin_init', 'redirect_so_15396771' ); function redirect_so_15396771() { if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) return; if ( current_page('is_admin()') & !current_user_can('delete_users') ) { wp_redirect( site_url( '/login/dashboard/' ) ); exit(); } }
[ -0.002571995835751295, -0.000730681698769331, -0.00115525524597615, 0.021667316555976868, -0.0038635844830423594, -0.0199374221265316, 0.007667747791856527, -0.007561990991234779, -0.012846874073147774, 0.0023133796639740467, -0.0001782826439011842, 0.0033343725372105837, 0.00539158843457698...
[ -0.18780630826950073, -0.011998619884252548, 0.8139345049858093, -0.41235828399658203, 0.11652456223964691, 0.38107621669769287, 0.12261536717414856, -0.3415047526359558, -0.3324865400791168, -0.5932312607765198, -0.10043593496084213, 0.5975132584571838, -0.4983825087547302, -0.26841604709...
My custom lettrine and section causes some of my pagebreaks to ruin my layout. Please see the example of the output for the attached code run through XeLaTeX. ![Bad pagebreak!](http://i.stack.imgur.com/xz6ak.png) Verse 2 on the next page should actually be written next to the bottom part of the 117 lettrine. Or else the whole chapter starting at the 117 lettrine should be moved to the next page. But forcing `\nopagebreak` before my sections breaks the page before the 118 lettrine as well, which is wrong since chapter 117 is very short and can't be on it's own page for obvious aesthetic reasons. I have tried using `\nopagebreak[n]` but that just did not give expected results. Is it possible to customise the priority more specific for when TeX decides to do a page break? \documentclass[paper=a5,pagesize=pdftex]{scrbook} \usepackage[top=2cm,bottom=1.5cm, left=1.5cm, right=1.5cm]{geometry} \usepackage[pagestyles]{titlesec} \usepackage{lettrine} \usepackage{xltxtra} \usepackage{etoolbox} \usepackage{setspace} \renewcommand{\thesection}{\arabic{section}} \renewcommand{\thesubsection}{\arabic{subsection}} \defaultfontfeatures{Mapping=tex-text} \setmainfont{Cardo} % definition of the page style with required headers \newpagestyle{Biblestyle}{ \setheadrule{.02pt} \sethead[\thepage][\chaptertitle][\firsttitlemarks\thesection:\ifthesubsection{\firsttitlemarks\thesubsection}{1}---\bottitlemarks\thesection:\bottitlemarks\thesubsection]{\firsttitlemarks\thesection:\ifthesubsection{\firsttitlemarks\thesubsection}{1}---\bottitlemarks\thesection:\bottitlemarks\thesubsection}{\chaptertitle}{\thepage} } % sets the marks to be used (section and subsection) \setmarks{section}{subsection} \newlength\howwide \newcommand\defhowwide{ \ifnumless{\value{section}}{99}{\ifnumgreater{\value{section}}{8}{\setlength{\howwide}{2.5em}}{\setlength{\howwide}{1em}}}{\ifnumgreater{\value{section}}{98}{\setlength{\howwide}{3.5em}}{\setlength{\howwide}{2.5em}}} } % sections and subsections formatting \titleformat{\section}{}{\lettrine{\thesection}}{0em}{}[\vskip-1\baselineskip] \titleformat{\subsection}[runin]{\small\bfseries}{\thesubsection}{1em}{} \titlespacing{\section}{\howwide}{-1pt}{0pt} \titlespacing{\subsection}{0pt}{0pt}{1em} \setlength{\parindent}{0pt} \newlength\NumLen \newlength\LinLen % indents one line of text. Indentation= width of section number + 1em \newcommand\IndOne{% \setlength\NumLen{\howwide} \addtolength\NumLen{0.5em} \setlength\LinLen{\dimexpr\textwidth-\NumLen}%\the\NumLen\the\LinLen \parshape 2 \NumLen \LinLen 0pt \textwidth} % indents two lines of text. Indentation= width of section number + 1em \newcommand\IndTwo{% \setlength\NumLen{\howwide} \addtolength\NumLen{0.5em} \setlength\LinLen{\dimexpr\textwidth-\NumLen}%\the\NumLen\the\LinLen \parshape 3 \NumLen \LinLen \NumLen \LinLen 0pt \textwidth} \usepackage[none]{hyphenat} \sloppy \begin{document} \frontmatter \mainmatter \pagestyle{Biblestyle} \newlength{\myIndent} \begin{center} THE BOOK OF\\ \vspace{0.15cm}\textbf{\Huge{PSALMS}}\vspace{0.00cm}\\ \end{center} \renewcommand{\chaptertitle}{Psalms} \setcounter{section}{115} %\pdfbookmark[1]{116}{19O116} \defhowwide \section{} \settowidth{\myIndent} {\IndOne I love the \textsc{Lord}, because he hath heard my voice and my supplications.} \ifdimless{\the\myIndent} {\textwidth-\howwide} {\IndOne I love the \textsc{Lord}, because he hath heard my voice and my supplications. \stepcounter{subsection} \subsection{} \IndOne Because he hath inclined his ear unto me, therefore will I call upon him as long as I live.} {\IndTwo I love the \textsc{Lord}, because he hath heard my voice and my supplications. \stepcounter{subsection} \subsection{} Because he hath inclined his ear unto me, therefore will I call upon him as long as I live.} \subsection{} The sorrows of death compassed me, and the pains of hell gat hold upon me: I found trouble and sorrow. \subsection{} Then called I upon the name of the \textsc{Lord}; O \textsc{Lord}, I beseech thee, deliver my soul. \subsection{} Gracious is the \textsc{Lord}, and righteous; yea, our God is merciful. \subsection{} The \textsc{Lord} preserveth the simple: I was brought low, and he helped me. \subsection{} Return unto thy rest, O my soul; for the \textsc{Lord} hath dealt bountifully with thee. \subsection{} For thou hast delivered my soul from death, mine eyes from tears, and my feet from falling. \subsection{} I will walk before the \textsc{Lord} in the land of the living. \subsection{} I believed, therefore have I spoken: I was greatly afflicted: \subsection{} I said in my haste, All men are liars. \subsection{} What shall I render unto the \textsc{Lord} for all his benefits toward me? \subsection{} I will take the cup of salvation, and call upon the name of the \textsc{Lord}. \subsection{} I will pay my vows unto the \textsc{Lord} now in the presence of all his people. \subsection{} Precious in the sight of the \textsc{Lord} is the death of his saints. \subsection{} O \textsc{Lord}, truly I am thy servant; I am thy servant, and the son of thine handmaid: thou hast loosed my bonds. \subsection{} I will offer to thee the sacrifice of thanksgiving, and will call upon the name of the \textsc{Lord}. \subsection{} I will pay my vows unto the \textsc{Lord} now in the presence of all his people, \subsection{} In the courts of the \textsc{Lord}'s house, in the midst of thee, O Jerusalem. Praise ye the \textsc{Lord}. %\pdfbookmark[1]{117}{19O117} \defhowwide \section{} \settowidth{\myIndent} {\IndOne O praise the \textsc{Lord}, all ye nations: praise him, all ye people.} \ifdimless{\the\myIndent} {\textwidth-\howwide} {\IndOne O praise the \textsc{Lord}, all ye nations: praise him, all ye people. \stepcounter{subsection} \subsection{} \IndOne For his merciful kindness is great toward us: and the truth of the \textsc{Lord} endureth for ever. Praise ye the \textsc{Lord}.} {\IndTwo O praise the \textsc{Lord}, all ye nations: praise him, all ye people. \stepcounter{subsection} \subsection{} For his merciful kindness is great toward us: and the truth of the \textsc{Lord} endureth for ever. Praise ye the \textsc{Lord}.} %\pdfbookmark[1]{118}{19O118} \defhowwide \section{} \settowidth{\myIndent} {\IndOne O give thanks unto the \textsc{Lord}; for he is good: because his mercy endureth for ever.} \ifdimless{\the\myIndent} {\textwidth-\howwide} {\IndOne O give thanks unto the \textsc{Lord}; for he is good: because his mercy endureth for ever. \stepcounter{subsection} \subsection{} \IndOne Let Israel now say, that his mercy endureth for ever.} {\IndTwo O give thanks unto the \textsc{Lord}; for he is good: because his mercy endureth for ever. \stepcounter{subsection} \subsection{} Let Israel now say, that his mercy endureth for ever.} \end{document}
[ 0.013708463869988918, 0.01859046146273613, -0.01789126545190811, 0.019022122025489807, 0.02184780314564705, 0.036358803510665894, 0.010689831338822842, 0.006020318251103163, -0.02221551164984703, 0.0007090065628290176, -0.020384227856993675, 0.007624623365700245, -0.03288619965314865, 0.01...
[ 0.4249793291091919, 0.3695897161960602, 0.45910969376564026, -0.10226253420114517, -0.17229661345481873, -0.01616811566054821, 0.6618934273719788, -0.13831207156181335, -0.2090342789888382, -0.5228617191314697, -0.08484166115522385, 0.4292283356189728, -0.3802126944065094, -0.0606670081615...
My design doesn't allow me to mock the data so I am using sqlite as test database that has minimum data to run the unit tests. Below is the pseudo code //Method to be tested public IList<Funds> GetFunds() { List<Funds> objFundsList = //gets two records from sqlite db; return objFundsList; } //Test Method public void Check_If_Get_Funds_Returns_List_of_Funds() { FundsService obj = new FundsService(); var lstFunds = obj.GetFunds(); Assert.AreEqual(2,lstFunds.Count()); //Do I need to get first item here to check if bindings for fund is successful var fund = obj.GetFunds().First(); Assert.AreEqual("test",fund.Name); } Since I am not using in-memory mock objects, I can't do sequenceequal. In this scenario, which other tests I can include.
[ 0.023334549739956856, 0.013424109667539597, -0.007075554691255093, 0.0016407077200710773, -0.003288290463387966, 0.0077385748736560345, 0.010241358540952206, 0.014241768047213554, -0.01576193794608116, 0.009711064398288727, -0.011231938377022743, 0.02120264619588852, 0.0038213394582271576, ...
[ 0.48239609599113464, 0.17857778072357178, 0.38290438055992126, 0.011364682577550411, -0.02509693242609501, 0.29851827025413513, 0.12368962168693542, -0.5268492698669434, -0.03626153618097305, -0.7335277795791626, 0.3654743731021881, 0.3511885404586792, -0.20227941870689392, 0.2497326284646...
I am doing a group plot of related curves. Since they are related by a parameter, I want to color them according to (a function of) that parameter. For that purpose, I used the mesh option, and then use point meta to indicate what color it should have. However, the legend is then a mesh grid, and I want it to be a colored line. What's the cleanest way to do this? I found the related post Legend with Markers for Mesh Plot but I couldn't adapt it to my case. \begin{tikzpicture} \begin{groupplot}[group style={group size={2 by 1}, xlabels at=edge bottom, xticklabels at=edge bottom}, axis lines=left, domain=-5:5, xlabel=$x$, width=0.5\textwidth,colormap/hot, legend columns=-1, legend entries={ $\beta=0.1$, $\beta=0.5$, $\beta=0.8$, $\beta=1.0$, $\beta=2.0$, $\beta=5.0$}, legend to name={fig:mm_temp_legend}] ] \nextgroupplot[ylabel={$p(x)$}] \pgfplotsforeachungrouped \be/\zedd in { 0.1/12.4595, 0.5/18.3263, 0.8/29.6888, 1.0/43.0372, 2.0/403.539, 5.0/1.07923e6 } { \addplot+[line legend,samples=200,no marks,solid,mesh,point meta={ln(\be)}] gnuplot {exp(\be*(0.4*(x-0.3)**2-0.02*x**4))/\zedd}; } % \nextgroupplot[ylabel={$-\log p(x)$},ymin=0] \pgfplotsforeachungrouped \be/\zedd in { 0.1/12.4595, 0.5/18.3263, 0.8/29.6888, 1.0/43.0372, 2.0/403.539, 5.0/1.07923e6 } { \addplot+[samples=200,no marks,solid,mesh,point meta={ln(\be)}] gnuplot {\be*(-0.4*(x-0.3)**2+0.02*x**4)+log(\zedd)}; } \end{groupplot} \end{tikzpicture} ![here's how it looks like](http://i.stack.imgur.com/Bxua0.png)
[ 0.0031250319443643093, 0.004411367233842611, -0.010701203718781471, 0.008143570274114609, -0.0011823642998933792, -0.0036413883790373802, 0.007516463287174702, -0.0014563461299985647, -0.014569034799933434, -0.013754979707300663, 0.00761400954797864, 0.006232952233403921, 0.00734776211902499...
[ 0.12468715012073517, -0.2600709795951843, 0.2846117913722992, -0.02677609771490097, 0.11406359076499939, 0.14132392406463623, 0.07835430651903152, -0.2488233894109726, -0.0328034870326519, -0.7195321321487427, 0.21735155582427979, 0.128556489944458, -0.1752578467130661, 0.2426181435585022,...
How to calculate the absorption coefficient (for radiation) from HITEMP or HITRAN databases? Or where can I find some tables or plots for the absorption coefficient?
[ 0.06087876483798027, 0.009352343156933784, -0.001238140626810491, 0.03214740753173828, -0.05950290337204933, -0.0010176850482821465, 0.019847674295306206, -0.013506446965038776, -0.04320153966546059, 0.012836672365665436, 0.020897939801216125, 0.025610551238059998, -0.04413159564137459, -0...
[ 0.5502331256866455, 0.14911532402038574, 0.21280527114868164, 0.43203452229499817, -0.2916233241558075, -0.48457691073417664, -0.04644819721579552, -0.34217214584350586, 0.10597188025712967, -0.41414499282836914, 0.11065184324979782, 0.5499401688575745, 0.00921066477894783, 0.1498599350452...
Actualy the question says it all. I integrated a media upload box to my admin page and a button with the text 'Insert into post' makes no sense. I rather like to change it to something like 'Use this image'. Anyone got a clue on how you are able to do so?
[ -0.023148011416196823, 0.003309084801003337, -0.012227339670062065, 0.02887696400284767, -0.005736055783927441, -0.0031011917162686586, 0.00804899726063013, 0.013446132652461529, -0.020221250131726265, -0.019225003197789192, -0.016108710318803787, 0.00721384584903717, 0.011105107143521309, ...
[ 0.9943548440933228, -0.06012771651148796, 0.3031960129737854, 0.06845506280660629, -0.27079638838768005, 0.20153185725212097, 0.3238673508167267, 0.21938152611255646, 0.10780242085456848, -0.5479827523231506, 0.2733301520347595, 0.30231642723083496, 0.02816218137741089, -0.0353997945785522...
While roaming around the overworld, I found myself into the Corel Desert, an area that loops in all directions. How can I get out?
[ -0.01744992658495903, 0.05551380664110184, -0.013464006595313549, -0.008680114522576332, -0.04571981728076935, 0.0186050646007061, 0.011495731770992279, -0.020903537049889565, -0.031393006443977356, -0.0003519392339512706, -0.023437395691871643, 0.04110350459814072, 0.006714816205203533, 0...
[ 0.6385446786880493, 0.10276384651660919, 0.004588017240166664, 0.14454030990600586, 0.25334349274635315, -0.3385673761367798, 0.5907731652259827, -0.01373348105698824, -0.4318855106830597, -0.4842257499694824, -0.16360650956630707, -0.5804469585418701, -0.19166874885559082, 0.6009126305580...
So I was asked a question on which central measures L1 (i.e., lasso) and L2 (i.e., ridge regression) estimated. The answer is L1=median and L2=mean. Is there any type of intuitive reasoning to this? Or does it have to be determined algebraically? If so, how do I go about doing that?
[ 0.027294903993606567, 0.025943001732230186, -0.028978930786252022, -0.008741873316466808, -0.01999116688966751, -0.004168136045336723, 0.011373445391654968, -0.011705410666763783, -0.008506987243890762, -0.009559527970850468, 0.003702210495248437, 0.00455594714730978, -0.00669696182012558, ...
[ -0.047674380242824554, -0.415889173746109, 0.1573253720998764, 0.00825854018330574, -0.03203504905104637, 0.24476318061351776, 0.03371567651629448, -0.08253604918718338, -0.050300419330596924, -0.370355486869812, 0.27808791399002075, 0.15063081681728363, 0.121498242020607, 0.21766602993011...
I have a big dataset (100Mbs/day) and a bunch of console a TCL/TK tools to view it - I want to turn it into a web app that I can build, and others can maintain. * * * In long: my group runs simulations yielding 100s of Mbs of data daily, in multiple (mostly but not only) text forms. We have a bunch of scripts and tools, mostly old school 1990's style stuff requiring a 5-button mouse, as well as lots of ad-hoc scripts that engineers build out of frustration every month or so. These produces UIs, graphs, spreadsheets (various sizes), logs, event histories etc. I want to replace (or at least supplement) the xwindows / console style UI with a web-based one, so I need the following properties: * pleasant to program * can wrap existing command-line tools in separate views (I don't need to scrape GUIs or anything) * as I port logic from the existing scripts I can create a modularised and pleasant codebase to replace it * I can attach a web-ui to navigate between views - each view is likely to contain keys which might make sense to view in another I am new to building systems that have logic on the back-end and front-end of a web-server. from that point of view, they do this: * backend wraps old-school executables, constructs calls into them and them takes the output and wraps it up, niceifies it and delivers it to the web client. For instance the tool might generate a number of indexed images (per invocation) which I might deliver all at once or on-demand. May (probably) need to to heavy stats on some sources. * frontend provides navigation connecting multiple views, performs requests from one view for data from another (or self to self), etc. Probably will have some views with a lot of interactivity. Can people please point me towards viable solutions for this? I know it's a bit of an open question so as answers come in I hope to refine the spec until we have a good match. I guess I expect to see answers like "RoR!" "beans!" "Scala!" but please give an indication of why those are a good fit; I know nothing! I'm not asking for _which is best, Scala or RoR*, but rather which have been a good fit for people doing what I'm trying to do? * * * I got bumped off SO for asking an open-ended question, so sorry if its OT here too (let me know). I take the policy that I use the best/closest matched language for a project but most of my team are extremely low level (ie pipeline stages and CDyn) so I don't have the peer group to know where to start.
[ 0.003523879451677203, -0.00001319532748311758, -0.014033983461558819, -0.007127752993255854, -0.010650201700627804, -0.004896114114671946, 0.006918954662978649, 0.021651029586791992, -0.01391330361366272, -0.014793489128351212, -0.00360579090192914, 0.008874981664121151, 0.008503926917910576...
[ 0.39803844690322876, 0.3117644488811493, 0.2619801461696625, 0.10584524273872375, 0.22319172322750092, 0.05477539822459221, 0.2334398776292801, 0.040705010294914246, -0.2743512690067291, -0.7587777376174927, 0.0831846371293068, 0.395901620388031, 0.272128164768219, -0.06761238723993301, ...
I have a function, `explicit` that takes dot product of two symbols, and replaces it with repeated dummy indices generated by `Unique[]`. explicit[expr_] := expr //. {Dot[a_, b_] :> (Subscript[a, #] Subscript[b, #]) &[ Unique[]]}; So that if my input is `v.w`, then the output is $v_{$3}w_{$3}$ which is good. The problem is that if there is a single term multiplying two pairs of dot products, I don't know how to get `Unique[]` to generate a new symbol for each pair. That is, if I input `c.d e.f` the output is $c_{$3}d_{$3}e_{$3}f_{$3}$, which is bad. I want $c_{$3}d_{$3}e_{$4}f_{$4}$, with new repeated subscripts. How do I modify my code?
[ 0.0015310398302972317, 0.002317786682397127, -0.012113669887185097, 0.02336183562874794, -0.008468428626656532, 0.0027151117101311684, 0.00684462022036314, 0.020309746265411377, -0.014661077409982681, -0.004480245988816023, -0.009582504630088806, 0.004211219493299723, 0.002363300882279873, ...
[ 0.11638063192367554, 0.30114731192588806, 0.513367235660553, -0.3646993935108185, -0.21241317689418793, 0.39362525939941406, 0.221187025308609, -0.6535112261772156, 0.15023761987686157, -0.5171518325805664, 0.2159779667854309, 0.513373076915741, -0.33025017380714417, 0.020771078765392303, ...
i used next code to load a symbol with specific style.. now i need to do the opposite operation.. i mean, i have one symbol and i want to know it's style. ## is it possible? private ISymbol LoadStyleSymbol() { try { IStyleGallery styleGallery = new ServerStyleGalleryClass(); IStyleGalleryStorage styleStorage = styleGallery as IStyleGalleryStorage; styleStorage.TargetFile = @"C:\Program Files\ArcGIS\Engine10.0\Styles\3D Billboards.ServerStyle"; styleStorage.AddFile(@"C:\Program Files\ArcGIS\Engine10.0\Styles\3D Billboards.ServerStyle"); IEnumStyleGalleryItem enumStyleGalleryItem = styleGallery.Items["Marker Symbols", @"C:\Program Files\ArcGIS\Engine10.0\Styles\3D Billboards.ServerStyle", ""]; enumStyleGalleryItem.Reset(); IStyleGalleryItem styleItem = enumStyleGalleryItem.Next(); while (styleItem != null) { if (styleItem.Name == "Red Pushpin 4") break; styleItem = enumStyleGalleryItem.Next(); } ISymbol pSymbol = styleItem.Item as ISymbol; return pSymbol; } catch (Exception ex) { MessageBox.Show("error 8, " + ex.Message); return null; } }
[ 0.026277724653482437, 0.014138524420559406, -0.0014778828481212258, 0.013131285086274147, 0.002214212901890278, 0.0006502505857497454, 0.008248146623373032, 0.015109831467270851, -0.014579631388187408, 0.024751219898462296, -0.005406057462096214, 0.00654043722897768, 0.0007369276136159897, ...
[ 0.5587670207023621, -0.08608391880989075, 0.9826561808586121, -0.016631437465548515, 0.16367022693157196, -0.03816258907318115, 0.21183696389198303, -0.5457311868667603, -0.19057528674602509, -0.559140145778656, 0.20268012583255768, 0.42947861552238464, -0.2666192948818207, -0.013912299647...
I have a client that wants to charge different shipping rates based on a size variant (small, medium, large). She does not have the weights or size in inches of each item, she only wants to assign the shipping for each item based on whether the shopper chooses small, medium, large or extra large for the size of the item. Is there a way to assign a shipping price in WP e-commerce using a variant and still have it show as the shipping cost?
[ 0.017226697877049446, 0.020114261656999588, -0.005793876014649868, 0.033437155187129974, -0.005300731863826513, 0.010398751124739647, 0.011747991666197777, 0.0003930351813323796, -0.014224449172616005, 0.007502761669456959, -0.00963127613067627, 0.01070343516767025, -0.0019441426265984774, ...
[ 0.6563786864280701, -0.14958710968494415, 0.11960149556398392, 0.20259244740009308, -0.09323783963918686, 0.5696673393249512, -0.35753098130226135, 0.15212146937847137, -0.5678117871284485, -0.47421231865882874, 0.4983222484588623, 0.29286208748817444, 0.02607143297791481, 0.46450203657150...
> Studies indicated that drinking water supplied by some old lead-lined city > piping systems contain harmful levels of lead. It appears that the > distribution of lead content readings for individual water specimens has > mean .033 mg/L and SD .10 mg/L. > > Explain why is it obvious that content readings are **not** normally > distributed. I cannot see the answer instantly. Why can't we perceive this distribution as normal with very high variance?
[ -0.01649998500943184, -0.00211699353531003, -0.018368631601333618, 0.019900646060705185, 0.013637729920446873, -0.020070523023605347, 0.011196277104318142, 0.004269097000360489, -0.014893265441060066, -0.035542357712984085, 0.006805866956710815, 0.009384567849338055, 0.01054605096578598, 0...
[ 0.4591882526874542, 0.22222445905208588, 0.15033261477947235, 0.3207780122756958, -0.10890906304121017, -0.12457424402236938, 0.7230417728424072, -0.1372876614332199, -0.01656249351799488, -0.48629525303840637, 0.22752004861831665, 0.02850961498916149, -0.2325693666934967, 0.25582951307296...
I was wondering, are there any movement speed differences if you hold specific objects in your hand? I'm interested even in a small movement speed difference, like, in decimals.
[ -0.021109342575073242, 0.022619063034653664, -0.024919334799051285, -0.00863120798021555, -0.016498977318406105, -0.0025627121794968843, 0.011445220559835434, -0.010336321778595448, -0.05348747968673706, -0.03536399453878403, 0.019496310502290726, 0.022918542847037315, -0.002917742822319269,...
[ 0.40074631571769714, 0.018657617270946503, -0.010816666297614574, 0.23574420809745789, -0.14962740242481232, 0.18501591682434082, -0.5312791466712952, 0.27010059356689453, -0.7404990792274475, -0.21307255327701569, 0.6212065815925598, -0.10639762878417969, 0.15734846889972687, -0.032485023...
How can I disable plugin and all its hooks on specific template? I even took out the wp_footer and get_footer out of my template, but somehow still nextgen manages to add it's crap _always_ before body tag.
[ 0.018442686647176743, 0.016740145161747932, -0.008316832594573498, 0.03782227262854576, -0.009736418724060059, 0.035726744681596756, 0.011419650167226791, 0.019500646740198135, -0.03731098398566246, -0.011439565569162369, -0.02105536498129368, 0.021915670484304428, -0.01644681952893734, 0....
[ 0.7781885862350464, -0.05632271245121956, 0.15152904391288757, 0.32062968611717224, 0.03388160839676857, -0.1711254119873047, 0.23005937039852142, -0.24912045896053314, -0.10862494260072708, -0.605897068977356, 0.09719759225845337, 0.5089664459228516, -0.291411817073822, 0.2511726617813110...
I am rereading Refactoring by Martin Fowler. In Chapter 4, Building Tests, I came across the following passage. > In fact, one of the most usefull times to write tests is before you start > programming. When you need to add a feature, begin by writing the test. This > isn't as backward as it sounds. By writing the test you are asking yourself > what needs to be done to add the function. Writing the test also > concentrates on the interface rather than the implementation (always a good > thing). It also means you have a clear point at which you are done coding-- > when the test works. While I am an advocate of test-driven development now, I did not remember having been introduced to the concept when I originally read this book nearly 5 years ago. According to Amazon.com, this book was originally published on July 8, 1999. Is this the first published reference to test-first programming or is there something even earlier?
[ 0.013174700550734997, 0.01914196088910103, -0.016661740839481354, -0.007984492927789688, -0.01105762179940939, 0.020626217126846313, 0.007536166813224554, 0.023727567866444588, -0.012635736726224422, -0.005966224707663059, -0.01182966586202383, 0.005757637321949005, -0.0056082867085933685, ...
[ 0.46337080001831055, 0.6751337051391602, 0.03532798960804939, -0.36284080147743225, -0.32526102662086487, 0.14660796523094177, 0.5921047925949097, -0.6453635096549988, 0.11529919505119324, -0.6158656477928162, 0.18957902491092682, 0.5986363887786865, -0.48429250717163086, -0.12442780286073...
I use MikTeX 2.8. I want to install the greek fonts "GFS neohellenic". I open the MikTeX package manager, I type GFS neohellenic but nothing similar is found. I downloaded the fonts from http://www.greekfontsociety.gr/pages/en_typefaces20th.html I searched through the net for similar issues but nothing seem to be the proper one. How can I get them to work on windows? P.S.:I use TeXNiC CenteR
[ 0.029309459030628204, -0.003963562659919262, -0.00007102207746356726, 0.025915898382663727, 0.023251960054039955, -0.01173405535519123, 0.00980785209685564, -0.021316133439540863, -0.02116035670042038, 0.006941915489733219, -0.011922752484679222, 0.0017159809358417988, 0.0012145229848101735,...
[ 0.4195995330810547, 0.51640784740448, 0.4929332733154297, 0.05302557721734047, 0.1776774376630783, 0.042466938495635986, 0.4276626408100128, 0.12187772244215012, 0.2737230658531189, -0.9130412340164185, -0.11091948300600052, 0.7228416204452515, -0.29126349091529846, 0.32969680428504944, ...
I have a strange problem with natbib. This code @misc{CornellUniversity., author = {{Cornell University}}, title = {Benedict R. O'G. Anderson}, url = {\url{http://www.cornell.edu/search/index.cfm?tab=people&netid=bra2&q=benedict%20anderson}}, urldate = {2012-03-18} } creates the following output: Cornell University. Benedict R. O’G. Anderson. URL http://www.cornell.edu/search/index.cfm?tab=people&netid=bra2&q=benedict%20anderson. where: 1) The text "URL" is placed in front of the actual url 2) the url is not formated as a hyperlink (the url package is included) 3) the "urldate" property doesn't show up at all How do I best solve those issues?
[ 0.003950343932956457, 0.006106983404606581, -0.00984705425798893, 0.024098044261336327, -0.014883715659379959, -0.015060923993587494, 0.009434235282242298, 0.003334196750074625, -0.013620229437947273, 0.008768593892455101, -0.0026119090616703033, 0.0032983676064759493, 0.0077570839785039425,...
[ -0.13820062577724457, 0.45546653866767883, 0.24675478041172028, 0.10459252446889877, -0.2694333791732788, -0.15071581304073334, 0.4056745171546936, -0.017511168494820595, -0.010226428508758545, -0.19113659858703613, -0.2951602041721344, -0.047195225954055786, -0.5733444094657898, 0.8805636...
I want to use a globbing pattern to match only printable (including space) ASCII characters `0x20` through to `0x7e`. This is being used inside a `super` `super.tab` database. I've arrived at the pattern: `[[ -~]]` This appears to work and does indeed restrict non-printing characters from being passed as arguments. Have I over looked anything, or is this the correct way to specify this range of characters? **Edit:** Based on _mikeserv_ 's suggestion to use `[[:print:]]`, I tried and it doesn't seem to work. Here's what the entry in my `super.tab` looks like: dosuperthing /system/dosuperthing.pl $Users uid=0 arg1="[[:print:]]" If I try `[[:print:]]`, `[:print:]` or `:print:` as globbing patterns for `arg1` it results in (respectively) the following being logged by `super` where I pass `abcdef` as my first argument: > `super: (admin) Your argument #1 <abcdef> must match pattern <[[:print:]]>` > > `super: (admin) Your argument #1 <abcdef> must match pattern <[:print:]>` > > `super: (admin) Your argument #1 <abcdef> must match pattern <:print:>` This is old legacy production code and I'm not able to tinker with it beyond tuning the acceptable `arg1-99` patterns inside `super.tab`.
[ -0.0020360159687697887, 0.012170611880719662, -0.00945061445236206, 0.016004102304577827, -0.01475677639245987, 0.027713265269994736, 0.006678624078631401, 0.0036093187518417835, -0.017503056675195694, -0.02095438353717327, -0.012384933419525623, 0.007317039184272289, 0.009657997637987137, ...
[ 0.21912558376789093, 0.24208468198776245, 0.5594961047172546, -0.3298218250274658, 0.0788608118891716, 0.2803027331829071, -0.06551290303468704, 0.07559142261743546, -0.13330326974391937, -0.5185913443565369, -0.15335619449615479, 0.395871639251709, -0.4944505989551544, 0.10151294618844986...
I have seen demo of esri editor and then run in my flash builder as well.It is working well. Now I have a question that Is it possible to create my own editor? OR If I want to place my own/desired icons/symbols instead of given by API editor? If yes then Please Guid a bit about this
[ 0.014500793069601059, 0.01359316986054182, -0.005240233149379492, 0.009993897750973701, -0.04882967472076416, -0.021402180194854736, 0.006758273579180241, 0.047778982669115067, -0.03189566731452942, 0.009421761147677898, -0.0018305325647816062, 0.027461109682917595, 0.004452955909073353, 0...
[ 0.33982816338539124, 0.10154503583908081, 0.30849209427833557, 0.20065559446811676, -0.21849529445171356, 0.10302469879388809, 0.05024052411317825, 0.13262519240379333, -0.04427112638950348, -0.9145841598510742, 0.2814508080482483, 0.7528082132339478, -0.00564983207732439, -0.2195260524749...
When I try to burn a CD-ROM using K3B, the burner slows down from 10x to 0.12x after writing exactly 71MB. Consequently, burning a 142MB live CD takes more than a hour. Why is this happening? The CD-ROM burner is a OPTIARC DVD RW AD-5690H (firmware revision 4AH5) and the CD-ROM burning tool that K3B uses, is cdrecord 3.0. **Update: Here is a log from the last burning operation** Devices ----------------------- OPTIARC DVD RW AD-5690H 4AH5 (/dev/sr0, Cd-r, CD-RW, Cd-rom, Dvd-rom, DVD-R, DVD-RW, DVD-R DL, DVD+R, DVD+RW, DVD+R DL) [Dvd-rom, DVD-R sekventiel, DVD-R dobbeltlag, sekvensielt, DVD-R dobbeltlag og hop-mulighed, DVD-RW begrænset overbrænding, DVD-RW sekventiel, DVD+RW, DVD+R, DVD+R dobbeltlag, Cd-rom, Cd-r, CD-RW] [SAO, TAO, RAW, SAO/R96R, RAW/R16, RAW/R96P, RAW/R96R, Begrænset overbrænding, Lag-hop] [%7] System ----------------------- K3b Version: 2.0.2 KDE Version: 4.8.4 (4.8.4) QT Version: 4.8.2 Kernel: 3.13.6 Used versions ----------------------- cdrecord: 3.0 cdrecord ----------------------- scsidev: '/dev/sr0' devname: '/dev/sr0' scsibus: -2 target: -2 lun: -2 Warning: Open by 'devname' is unintentional and not supported. Linux sg driver version: 3.5.27 SCSI buffer size: 64512 /opt/schily/bin/cdrecord: Warning: Cannot read drive buffer. /opt/schily/bin/cdrecord: Warning: The DMA speed test has been skipped. Cdrecord-ProDVD-ProBD-Clone 3.00 (x86_64-unknown-linux-gnu) Copyright (C) 1995-2010 J�rg Schilling TOC Type: 1 = CD-ROM Using libscg version 'schily-0.9'. Driveropts: 'burnfree' atapi: 1 Device type : Removable CD-ROM Version : 5 Response Format: 2 Capabilities : Vendor_info : 'OPTIARC ' Identifikation : 'DVD RW AD-5690H ' Revision : '4AH5' Device seems to be: Generic mmc2 DVD-R/DVD-RW/DVD-RAM. Current: CD-R Profile: DVD+R/DL Profile: DVD+R Profile: DVD+RW Profile: DVD-R/DL layer jump recording Profile: DVD-R/DL sequential recording Profile: DVD-RW sequential recording Profile: DVD-RW restricted overwrite Profile: DVD-R sequential recording Profile: DVD-ROM Profile: CD-RW Profile: CD-R (current) Profile: CD-ROM (current) Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr). Driver flags : MMC-3 SWABAUDIO BURNFREE Supported modes: TAO PACKET SAO SAO/R96R RAW/R16 RAW/R96P RAW/R96R Drive buf size : 1273856 = 1244 KB FIFO size : 4194304 = 4096 KB Track 01: data 142 MB Total size: 163 MB (16:09.38) = 72704 sectors Lout start: 163 MB (16:11/29) = 72704 sectors Current Secsize: 2048 ATIP info from disk: Indicated writing power: 6 Disk Is not unrestricted Disk Is not erasable Disk sub type: Medium Type C, low Beta category (C-) (6) ATIP start of lead in: -11231 (97:32/19) ATIP start of lead out: 359846 (79:59/71) Disk type: Short strategy type (Phthalocyanine or similar) Manuf. index: 27 Manufacturer: Prodisc Technology Inc. Capacity Blklen/Sparesz. Format-type Type 0 2048 0x00 No Media Present or Unknown Capacity Blocks total: 359846 Blocks current: 359846 Blocks remaining: 287142 Starting to write CD/DVD/BD at speed 24 in real SAO mode for single session. Last chance to quit, starting real write in 3 seconds. 2 seconds. 1 seconds. 0 seconds. Operation starts. Waiting for reader process to fill input buffer ... input buffer ready. BURN-Free is OFF. Turning BURN-Free on Performing OPC... Sending CUE sheet... /opt/schily/bin/cdrecord: WARNING: Drive returns wrong startsec (0) using -150 Writing pregap for track 1 at -150 Starting new track at sector: 0 Track 01: 0 of 142 MB written. Track 01: 1 of 142 MB written (fifo 100%) 0.5x. Track 01: 2 of 142 MB written (fifo 100%) [buf 100%] 1.6x. Track 01: 3 of 142 MB written (fifo 100%) [buf 100%] 11.9x. Track 01: 4 of 142 MB written (fifo 100%) [buf 100%] 11.6x. Track 01: 5 of 142 MB written (fifo 100%) [buf 100%] 12.0x. Track 01: 6 of 142 MB written (fifo 100%) [buf 100%] 11.6x. Track 01: 7 of 142 MB written (fifo 100%) [buf 100%] 12.0x. Track 01: 8 of 142 MB written (fifo 100%) [buf 100%] 11.7x. Track 01: 9 of 142 MB written (fifo 100%) [buf 100%] 12.1x. Track 01: 10 of 142 MB written (fifo 100%) [buf 100%] 11.7x. Track 01: 11 of 142 MB written (fifo 100%) [buf 100%] 12.1x. Track 01: 12 of 142 MB written (fifo 100%) [buf 100%] 11.8x. Track 01: 13 of 142 MB written (fifo 100%) [buf 100%] 12.2x. Track 01: 14 of 142 MB written (fifo 100%) [buf 100%] 11.8x. Track 01: 15 of 142 MB written (fifo 100%) [buf 100%] 12.2x. Track 01: 16 of 142 MB written (fifo 100%) [buf 100%] 11.9x. Track 01: 17 of 142 MB written (fifo 100%) [buf 100%] 12.3x. Track 01: 18 of 142 MB written (fifo 100%) [buf 100%] 11.9x. Track 01: 19 of 142 MB written (fifo 100%) [buf 100%] 12.3x. Track 01: 20 of 142 MB written (fifo 100%) [buf 100%] 12.0x. Track 01: 21 of 142 MB written (fifo 100%) [buf 100%] 12.4x. Track 01: 22 of 142 MB written (fifo 100%) [buf 100%] 12.0x. Track 01: 23 of 142 MB written (fifo 100%) [buf 100%] 12.4x. Track 01: 24 of 142 MB written (fifo 100%) [buf 100%] 12.0x. Track 01: 25 of 142 MB written (fifo 100%) [buf 100%] 12.5x. Track 01: 26 of 142 MB written (fifo 100%) [buf 100%] 12.1x. Track 01: 27 of 142 MB written (fifo 100%) [buf 100%] 12.5x. Track 01: 28 of 142 MB written (fifo 100%) [buf 100%] 12.1x. Track 01: 29 of 142 MB written (fifo 100%) [buf 100%] 12.5x. Track 01: 30 of 142 MB written (fifo 100%) [buf 100%] 12.2x. Track 01: 31 of 142 MB written (fifo 100%) [buf 100%] 12.6x. Track 01: 32 of 142 MB written (fifo 100%) [buf 100%] 12.2x. Track 01: 33 of 142 MB written (fifo 100%) [buf 100%] 12.6x. Track 01: 34 of 142 MB written (fifo 100%) [buf 100%] 13.0x. Track 01: 35 of 142 MB written (fifo 100%) [buf 100%] 12.6x. Track 01: 36 of 142 MB written (fifo 100%) [buf 100%] 13.1x. Track 01: 37 of 142 MB written (fifo 100%) [buf 100%] 12.7x. Track 01: 38 of 142 MB written (fifo 100%) [buf 100%] 13.1x. Track 01: 39 of 142 MB written (fifo 100%) [buf 100%] 12.7x. Track 01: 40 of 142 MB written (fifo 100%) [buf 100%] 13.2x. Track 01: 41 of 142 MB written (fifo 100%) [buf 100%] 12.8x. Track 01: 42 of 142 MB written (fifo 100%) [buf 100%] 13.2x. Track 01: 43 of 142 MB written (fifo 100%) [buf 100%] 12.8x. Track 01: 44 of 142 MB written (fifo 100%) [buf 100%] 13.2x. Track 01: 45 of 142 MB written (fifo 100%) [buf 100%] 12.8x. Track 01: 46 of 142 MB written (fifo 100%) [buf 100%] 13.3x. Track 01: 47 of 142 MB written (fifo 100%) [buf 100%] 12.9x. Track 01: 48 of 142 MB written (fifo 100%) [buf 100%] 13.3x. Track 01: 49 of 142 MB written (fifo 100%) [buf 100%] 12.9x. Track 01: 50 of 142 MB written (fifo 100%) [buf 100%] 13.4x. Track 01: 51 of 142 MB written (fifo 100%) [buf 100%] 13.0x. Track 01: 52 of 142 MB written (fifo 100%) [buf 100%] 13.4x. Track 01: 53 of 142 MB written (fifo 100%) [buf 100%] 13.0x. Track 01: 54 of 142 MB written (fifo 100%) [buf 100%] 13.4x. Track 01: 55 of 142 MB written (fifo 100%) [buf 100%] 13.0x. Track 01: 56 of 142 MB written (fifo 100%) [buf 100%] 13.5x. Track 01: 57 of 142 MB written (fifo 100%) [buf 100%] 13.1x. Track 01: 58 of 142 MB written (fifo 100%) [buf 100%] 13.5x. Track 01: 59 of 142 MB written (fifo 100%) [buf 100%] 13.1x. Track 01: 60 of 142 MB written (fifo 100%) [buf 100%] 13.5x. Track 01: 61 of 142 MB written (fifo 100%) [buf 100%] 13.2x. Track 01: 62 of 142 MB written (fifo 100%) [buf 100%] 13.6x. Track 01: 63 of 142 MB written (fifo 100%) [buf 100%] 13.2x. Track 01: 64 of 142 MB written (fifo 100%) [buf 100%] 13.6x. Track 01: 65 of 142 MB written (fifo 100%) [buf 100%] 14.0x. Track 01: 66 of 142 MB written (fifo 100%) [buf 100%] 13.6x. Track 01: 67 of 142 MB written (fifo 100%) [buf 100%] 14.1x. Track 01: 68 of 142 MB written (fifo 100%) [buf 100%] 13.7x. Track 01: 69 of 142 MB written (fifo 100%) [buf 100%] 14.1x. Track 01: 70 of 142 MB written (fifo 100%) [buf 100%] 13.7x. Track 01: 71 of 142 MB written (fifo 100%) [buf 100%] 14.2x. Track 01: 72 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 73 of 142 MB written (fifo 100%) [buf 100%] 0.1x. Track 01: 74 of 142 MB written (fifo 100%) [buf 100%] 0.1x. Track 01: 75 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 76 of 142 MB written (fifo 100%) [buf 100%] 0.1x. Track 01: 77 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 78 of 142 MB written (fifo 100%) [buf 100%] 0.1x. Track 01: 79 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 80 of 142 MB written (fifo 100%) [buf 100%] 0.1x. Track 01: 81 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 82 of 142 MB written (fifo 100%) [buf 100%] 0.1x. Track 01: 83 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 84 of 142 MB written (fifo 100%) [buf 100%] 0.1x. Track 01: 85 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 86 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 87 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 88 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 89 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 90 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 91 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 92 of 142 MB written (fifo 100%) [buf 100%] 0.1x. Track 01: 93 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 94 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 95 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 96 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 97 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 98 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 99 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 100 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 101 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 102 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 103 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 104 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 105 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 106 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 107 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 108 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 109 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 110 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 111 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 112 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 113 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 114 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 115 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 116 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 117 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 118 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 119 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 120 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 121 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 122 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 123 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 124 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 125 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 126 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 127 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 128 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 129 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 130 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 131 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 132 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 133 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 134 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 135 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 136 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 137 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 138 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 139 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 140 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 141 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: 142 of 142 MB written (fifo 100%) [buf 100%] 0.2x. Track 01: Total bytes read/written: 148897792/148897792 (72704 sectors). Writing time: 3133.095s Average write speed 0.3x. Min drive buffer fill was 100% Fixating... Fixating time: 17.058s /opt/schily/bin/cdrecord: fifo had 2346 puts and 2346 gets. /opt/schily/bin/cdrecord: fifo was 0 times empty and 2267 times full, min fill was 84%. BURN-Free was never needed. cdrecord command: ----------------------- /opt/schily/bin/cdrecord -v gracetime=2 dev=/dev/sr0 speed=24 -sao driveropts=burnfree -data -tsize=72704s -
[ -0.0038497201167047024, -0.0055048479698598385, -0.03193873167037964, 0.021101152524352074, -0.03358136862516403, -0.004689326044172049, 0.009410090744495392, -0.007665563840419054, -0.012503896839916706, 0.0027785436250269413, -0.007849735207855701, 0.00009237701306119561, 0.033104926347732...
[ 0.4409572184085846, 0.3611536920070648, 0.2831547260284424, -0.048685621470212936, -0.19863146543502808, -0.27853354811668396, 0.6862950325012207, -0.19934819638729095, -0.07120384275913239, -0.5234733819961548, -0.04649059846997261, 0.48299235105514526, -0.013140466995537281, 0.1145217046...
I am writing a script that I want to run without privileges. I want the errors that the script encounters to be logged to some log file. I do not not have privileges to write one to `/var/log`. And I do not want to have one in my home directory. Is there a location where userspace scripts may log runtime information? What is the best practice to have my script log information to `/var/log` without creating any potential security issues? I am hesitant to set uid / gid on the script.
[ 0.00988087709993124, 0.010831281542778015, 0.00670971442013979, 0.0029509924352169037, -0.028512289747595787, 0.006142378784716129, 0.012005122378468513, 0.019661614671349525, -0.013821279630064964, 0.0033968945499509573, -0.016403432935476303, 0.010158528573811054, 0.0017556273378431797, ...
[ 0.6047497987747192, 0.4395737946033478, 0.019683342427015305, -0.17699424922466278, -0.09161217510700226, -0.16933253407478333, 0.346031129360199, 0.09461662173271179, -0.10608991235494614, -0.7771288752555847, 0.18316423892974854, 0.2935246527194977, -0.0405169278383255, 0.274649679660797...
I am making a simplistic in-browser IDE for some very domain-specific coding. Because I like Bret Victor's thoughts on Learnable Programming so much I thought I'd throw in some draggable numbers ala Tangle.js (click here to see what I'm talking about). My implementation is a much simpler slider input control but the idea is the same. One issue comes up however. The dragging slider needs values for min, max, and step. Since the values are user-entered I cannot hard code them. Currently I do `{min: currentValue/10, max: currentValue*5}` but this is so simplistic that it fails to make sense in a large class of cases. What I would like is an algorithm (which I imagine would be just a simple calculation) that given a value for a number would make good guesses on min, max, and step values. (Or any 2 of those since getting the third would be trivial). eg. fn(15) -> {min: 0, max: 35, step: 1} fn(1.478) -> {min: -2, max: 5, step: .2} fn(-7034) -> {min: -35000, max: -500, step: 100} Obviously it need not and cannot be perfect but I'm wondering if anyone has an idea for an algorithm or something mathy that makes sense here.
[ -0.0027061556465923786, 0.015851397067308426, -0.006981930695474148, -0.0025580143555998802, -0.017334602773189545, 0.006218345370143652, 0.005125349387526512, -0.0027464174199849367, -0.014979593455791473, -0.007735053077340126, -0.004449331667274237, 0.008513364940881729, -0.00092893303371...
[ 0.04919787868857384, 0.019307130947709084, 0.3789690136909485, -0.032131798565387726, 0.1034930944442749, 0.10250914096832275, 0.22817502915859222, 0.009981155395507812, -0.20655259490013123, -0.6728736758232117, 0.19480906426906586, 0.5355077981948853, -0.15528924763202667, 0.240563645958...
I have been looking at trebuchet designs lately, and I have noticed that most, if not all, have a sling attached to them. Without such a sling, the machine would be a catapult. In terms of the speed and energy of a launched projectile, what is the general difference between a catapult and trebuchet? Would trebuchet projectiles have extra centripetal acceleration due to the sling?
[ 0.0005501457490026951, 0.015689214691519737, -0.0022224513813853264, 0.00857356283813715, -0.021565480157732964, -0.02705441229045391, 0.010912991128861904, -0.004901902284473181, -0.014034701511263847, -0.04622139781713486, -0.008630751632153988, 0.0054002865217626095, -0.013019722886383533...
[ 0.3310382068157196, 0.023007208481431007, -0.12051113694906235, 0.4149057865142822, -0.3706137537956238, 0.5853339433670044, 0.05045393854379654, -0.4151580035686493, -0.6779810786247253, -0.440417617559433, -0.0960530936717987, 0.5805113911628723, 0.18133117258548737, -0.07664841413497925...
On the screenshot below is an icon squared in red. Clicking it will launch Mozilla Firefox 3.0.18. I want to upgrade Firefox to version 5.0 so that clicking the same icon should launch the new version. I do not want to simply install Mozilla Firefox on a different location but overwrite the existing setup so that only one version of Mozilla exists (I do know that I can have different versions by extracting the tar.bz file to a different location). Finally, all this should be done via terminal. How can this be done? ![enter image description here](http://i.stack.imgur.com/jfTf5.jpg)
[ 0.005668613128364086, 0.013486199080944061, -0.0010386386420577765, 0.0019758939743041992, -0.005092568229883909, -0.010195400565862656, 0.007726439740508795, -0.0005619486328214407, -0.020771928131580353, -0.001000985037535429, -0.020799968391656876, 0.00566211948171258, 0.00031829648651182...
[ 0.48515307903289795, 0.2748759686946869, 0.7880994081497192, -0.1487628072500229, -0.012120797298848629, -0.20690077543258667, 0.26728832721710205, 0.022882554680109024, -0.15319634974002838, -0.7067877054214478, 0.11967409402132034, 1.048055648803711, -0.3353278934955597, 0.19608502089977...
The line `\sbox{\mybox}{\parbox{2cm}{\lipsum[1]}}` causes some of the above messages (59): \documentclass{article} \usepackage{lipsum} \newsavebox{\mybox} \begin{document} \sbox{\mybox}{\parbox{2cm}{\lipsum[1]}} \end{document} Do I need to fix them? If not: is it possible disable these messages for that line?
[ 0.01511575747281313, -0.0015210636192932725, -0.002075276104733348, 0.040092483162879944, 0.007709398400038481, 0.003754931502044201, 0.008733523078262806, 0.031166354194283485, -0.008100521750748158, -0.003737684339284897, -0.018771406263113022, -0.0026087851729243994, -0.006711803842335939...
[ -0.19588354229927063, 0.1288272738456726, 0.5854927897453308, 0.02772582694888115, 0.25677967071533203, 0.18292482197284698, 0.6352810859680176, 0.13693514466285706, -0.25948575139045715, -0.4996130168437958, -0.24767659604549408, 0.3656593859195709, -0.6300028562545776, 0.2754609286785126...
I have a 3-by-3 matrix. I want to label the columns as R, E, and D for instance. How can I achieve this in LaTeX? I am using `$$ ... $$` environment for writing this matrix.
[ 0.008091043680906296, 0.017581207677721977, -0.040420643985271454, 0.025565065443515778, -0.007259551435709, 0.030478518456220627, 0.011721177957952023, 0.0016095415921881795, -0.034545596688985825, -0.03204174339771271, -0.003949160221964121, -0.007567094638943672, -0.022416194900870323, ...
[ 0.1751316487789154, 0.42246729135513306, 0.3857540786266327, -0.464851438999176, -0.1943451464176178, 0.3264712393283844, 0.15394465625286102, -0.34510231018066406, -0.032532308250665665, -0.6283472180366516, -0.02825998328626156, 0.35473349690437317, -0.3585536479949951, 0.051748890429735...
Heteronyms are words with identical spelling and unique definition and pronunciations. For example, read (I have read that book; I will read that book), close (The door is close; I will close the door), attribute (I will attribute that to Jim; One of Jim's attributes is stalwartness), etcetera. Are they unique to the English language? Why do we have heteronyms in our language?
[ 0.021251585334539413, 0.023091033101081848, -0.011668139137327671, 0.0349198654294014, -0.01332048885524273, -0.0037861824966967106, 0.012024737894535065, -0.005052730441093445, -0.014778625220060349, 0.012521475553512573, -0.008502036333084106, 0.0005252982373349369, 0.0452718622982502, 0...
[ 0.2474043220281601, 0.42977532744407654, -0.022980185225605965, -0.1454266607761383, -0.25859516859054565, 0.09457601606845856, 0.5814767479896545, 0.23202751576900482, 0.15697206556797028, -0.41316863894462585, -0.28002670407295227, 0.004666171036660671, -0.2225440889596939, 0.40295535326...
What is the problem with this code? I am working on Mac OS X. \documentclass[a4paper,16pts,notitlepage]{report} \usepackage{amsfonts} \usepackage{amsfonts} \usepackage{graphicx} \usepackage[utf8]{inputenc} \usepackage{amssymb} \usepackage[applemac]{inputenc} % pour les accents \title{Rapport d'avancement} \author{XYZ} \begin{document} \maketitle \begin{center} blalalal \end{center} \thispagestyle{empty} \newpage \section{État de l'art} \section{Description du système} \section{Algorithme} \section{Résultats} \section{Analyses et discussions} \section{Conclusions et perspectives} \end{document}
[ 0.0066839549690485, -0.0008925334550440311, -0.007029499392956495, 0.025676067918539047, -0.008499586954712868, -0.012451663613319397, 0.00759004894644022, 0.014558378607034683, -0.016491804271936417, -0.0025460505858063698, -0.018058104440569878, -0.004616233054548502, 0.008437937125563622,...
[ -0.05410454049706459, 0.42608121037483215, 0.41453033685684204, -0.1493108719587326, 0.3635387122631073, 0.26378950476646423, 0.4086870849132538, 0.016582323238253593, 0.20155608654022217, -0.8624533414840698, -0.11150869727134705, 0.8088783621788025, -0.10385843366384506, -0.3020877242088...
I'm wondering if I have a URL like: www.watermintstudios.com and I want to know if anyone else has made use of a bit.ly, goo.gl or other such URL shortening service to point to that URL is there a way to find out?
[ 0.004228205885738134, -0.005710373632609844, 0.01471116952598095, 0.010060090571641922, 0.018243741244077682, 0.039157893508672714, 0.010702448897063732, 0.01436484046280384, -0.02675735577940941, 0.004329183604568243, 0.0017850951990112662, 0.011705761775374413, 0.025837814435362816, 0.01...
[ 1.0053999423980713, 0.07766299694776535, 0.3225536048412323, 0.04601768031716347, 0.0835680365562439, 0.03093663603067398, 0.3004814088344574, 0.7997146248817444, -0.4584507346153259, -0.2214263379573822, 0.3808537721633911, 0.2134743481874466, 0.1751931756734848, 0.5315775871276855, -0....
Is it possible to use only numbers on front of every item? Something like this: 1. ABC 2. DEF * abc * def * xyz But only with numbers.
[ 0.00007660388655494899, 0.024193694815039635, -0.052616097033023834, 0.00767516577616334, -0.006092806346714497, -0.0004727233317680657, 0.01970905438065529, -0.003065394936129451, -0.03638340160250664, -0.021352212876081467, -0.030501659959554672, -0.012931686826050282, -0.02941670641303062...
[ 0.6908140778541565, 0.03262289613485336, -0.1354425698518753, 0.13436125218868256, -0.2543703615665436, -0.0765470340847969, 0.4130248725414276, -0.05417719483375549, -0.3710617125034332, -0.5060120820999146, -0.1951679289340973, 0.3294021785259247, -0.3723788857460022, -0.2292730808258056...
I've been playing Demon's souls again recently and I'm at Shrine of Storms (4th pillar clockwise). It seems that `Soul Remains` has a high drop rate amongst the Skeleton enemies. Looking at the description `Attracts those who are hungry for Souls`, chucked a few here and there but can't really seem to ascertain what they do. Are they useful for anything?
[ -0.003786755260080099, 0.00630534254014492, -0.013111325912177563, 0.007248410023748875, -0.0007850272231735289, -0.0029073734767735004, 0.00580238364636898, -0.015675995498895645, -0.013961315155029297, -0.0025718784891068935, -0.0033729374408721924, 0.011722305789589882, -0.018020143732428...
[ 0.36561283469200134, -0.04133644700050354, 0.8029170036315918, -0.007802859414368868, -0.5144492387771606, -0.25620102882385254, 0.6068729758262634, 0.2293786108493805, -0.5515526533126831, -0.7913656830787659, 0.2044280767440796, 0.22828121483325958, 0.28517985343933105, 0.197525978088378...
In recent publications there is a frequent mentioning of the so-called "Higgs transition" in connection with magnetic monoples. Can anybody please describe the phenomenon in simple terms? For example, it seems that here it is claimed that found a material that exhibits magnetic monople superconductivity and can sustain magnetic current. Does in mean that a cable of such material will have circular electric field around it?
[ -0.0019921883940696716, 0.0035558168310672045, 0.001851516542956233, 0.024121368303894997, -0.012479961849749088, -0.013866064138710499, 0.009674726985394955, -0.010564056225121021, -0.02109849825501442, -0.008670512586832047, 0.006203606724739075, 0.018103040754795074, 0.014173874631524086,...
[ 0.7241595983505249, 0.04211321473121643, 0.18037615716457367, -0.020204173400998116, -0.30053630471229553, -0.6286807656288147, 0.24519796669483185, 0.05170220509171486, -0.7763164043426514, -0.027560265734791756, -0.30540037155151367, -0.24555090069770813, -0.5205094814300537, 1.106552004...
I'm facing a strange issue, first time in my life :) After publishing a post/page/custom post type, it's tell that published 10 hours ago. It's happening always, for all posts. As I've deployed a VPS for hosting my websit
[ -0.007361195515841246, 0.007555337157100439, -0.002848435426130891, 0.051320187747478485, 0.03936103731393814, 0.016439104452729225, 0.010433340445160866, 0.03258669376373291, -0.02434339001774788, -0.008197593502700329, 0.0007796580903232098, 0.021471641957759857, 0.020527835935354233, 0....
[ 0.20745140314102173, 0.1887972056865692, 1.0827856063842773, -0.03309207037091255, -0.19795440137386322, -0.16350311040878296, 0.19724413752555847, 0.2861054241657257, -0.1507023423910141, -0.49226102232933044, 0.3209328055381775, 0.25760072469711304, -0.04298140108585358, 0.29169753193855...
There are a few Riddler challenges that involve hitting a question mark with your batarang while you're standing on a pressure plate (the question mark is unlit until you step on it). The problem is, there are a few that block off access to the question mark with a chain link fence once the pressure plate is activated. I've tried throwing a remote control batarang away, and then aiming it at the question mark and letting it fly on it's own, and then stepping on the pressure plate when it passes the fence, but most of these challenges involve more than one question mark. How do I solve these types of challenges?
[ 0.017133712768554688, -0.0013588484143838286, -0.01598924770951271, -0.0018033671658486128, -0.022045474499464035, 0.001042765099555254, 0.007815580815076828, 0.0024333607871085405, -0.011965299025177956, -0.007513442076742649, -0.00939046312123537, 0.0035992080811411142, -0.0032106898725032...
[ 0.06674204021692276, -0.21474704146385193, -0.1668960005044937, 0.4514188766479492, -0.5374442338943481, -0.34957602620124817, 0.38151299953460693, -0.3911675214767456, -0.18883903324604034, -0.18776510655879974, 0.22735871374607086, 0.28560584783554077, -0.03638237342238426, -0.4641337692...
Is it possible to make such table in LaTeX? And is so - what user packages I have to use? The problem I have faced is center alignment of vertical text in colums 1 and 2 ![sample](http://i.stack.imgur.com/EQZN5.jpg) \documentclass[a3paper,12pt]{article} \usepackage{array,tabularx,tabulary,booktabs,multirow,graphicx} \usepackage{geometry} % Простой способ задавать поля \geometry{top=10mm} \geometry{bottom=10mm} \geometry{left=10mm} \geometry{right=10mm} \begin{document} %{\rotatebox[origin=c]{90}{Oil-Water \& Gas-Water}} %{\rotatebox[origin=c]{90}{Gas-Oil}} \begin{tabular}{|c|c|m{3cm}|b{3cm}|p{12cm}|p{2cm}|} %\begin{tabulary}{\textwidth}{|J|J|J|J|J|J|} \hline {\rotatebox[origin=c]{90}{\textbf{ Well type }}} & {\rotatebox[origin=c]{90}{\textbf{System}}} & \textbf{Calculated parametr} & \textbf{Author} & \textbf{Limitations} & \textbf{Equation type} \\ \hline \multirow{10}{*} & \multirow{8}{*} & \multirow{5}{*}{Critical Rate} & Chaperon & For vertical wells, the perforated interval, hp, is very small and the well is perforated at the top of the reservoir for water coning situations. Analytical equations are based on the equilibrium conditions of viscous forces and gravity forces. & Analitical \\ \cline{4-6} & & & Hoyland et al & Equations are based on correlation of computer simulation runs. & \\ \cline{4-6} & & & Meyer et al & Equations are based on simplified radial flow of oil under it's own gravity head. They are generally less accurate than more rigorous methods. For gas coning, it is assumed that the gas-oil contact is depressed around the wellbore because of radial flow. For simultaneous gas and water coning, the maximum possible oil production rate is calculated assuming an optimum placement of the perforated interval. & \\ \cline{4-6} & {\rotatebox[origin=c]{90}{Oil-Water \& Gas-Water}} & & Schols & Equations are based on correlation of laboratory experiments. For oil mostly. & \\ \cline{4-6} & & & Chirechi & Based on the potentiometric theory of Muskat and Wyckoff using and electrical analog model. & \\ \cline{3-6} & & Post-water breakhrough & Kuo \& DesBrisay & This correlation was developed by investigating the sensitivity of water coning performance to various reservoir parameters using numerical simulation. & \\ \cline{3-6} {\rotatebox[origin=c]{90}{Vertical}} & & \multirow{2}{*}{Breakthrough Time} & Bournazel \& Jeansen & Evaluation and modification of the plot developed by Sobocinski and Cornelius resulted in a simple analytical expression to fit the plot. & \\ \cline{4-6} & & & Saboncinski \& Kornelius & This correlation is based on experimental data and computer simulation runs. A dimensionless plot that traces the rise of the cone apex from initial build-up to breakthrough was developed. & \\ \cline{2-6} & {\rotatebox[origin=c]{90}{Gas-Oil}} & Critical Rate & Mayer et al & Equations are based on simplified radial flow of oil under it's own gravity head. They are generally less accurate than more rigorous methods. For gas coning, it is assumed that the gas-oil contact is depressed around the wellbore because of radial flow. For ultaneous gas and water coning, the maximum possible oil production rate is calculated assuming an optimum placement of the perforated interval. Analytical equations are based on the equilibrium conditions of viscous forces and gravity forces. & \\ \cline{2-6} & {\rotatebox[origin=c]{90}{Gas-Oil-Water}} & Critical Rate & Mayer et al & Equations are based on simplified radial flow of oil under it's own gravity head. They are generally less accurate than more rigorous methods. For gas coning, it is assumed that the gas-oil contact is depressed around the wellbore because of radial flow. For ultaneous gas and water coning, the maximum possible oil production rate is calculated assuming an optimum placement of the perforated interval. Analytical equations are based on the equilibrium conditions of viscous forces and gravity forces. & \\ \hline \hline \multirow{9}{*}{\rotatebox[origin=c]{90}{Horizontal}} & \multirow{7}{*}{\rotatebox[origin=c]{90}{Oil-Water \& Gas-Water}} & \multirow{2}{*}{Critical Rate} & Chaperon & For horizontal wells, the method assumes that the well is drilled near the top of the reservoir for water coning situations. & \\ \cline{4-6} & & & Efros & Based on the equilibrium conditions of viscous forces and gravity forces. & \\ \cline{3-6} & & \multirow{2}{*}{Post-water breakhroug} & Mutalic \& Joshi & This correlation was developed by investigating the sensitivity of water coning performance to various reservoir parameters using numerical simulation. & \\ \cline{4-6} & & & Suoza et al & Assumes the horizontal well traverses the entire drainage area, so flow beyond the ends of the well is neglected. & \\ \cline{3-6} & & \multirow{3}{*}{Breakthrough Time} & Papatzakos et al & This solution applies only to infinite acting reservoirs. The solution is derived by a moving boundary method with constant pressure or gravity equilibrium assumed at the moving boundary. & \\ \cline{4-6} & & & Ozkan \& Raghavan & Developed using numerical simulation. This solution applies only to infinite acting reservoirs. & \\ \cline{4-6} & & & Suoza et al & Developed using numerical simulation, by correlating the results from many simulation runs. Assumes the horizontal well traverses the entire drainage area, so flow beyond the ends of the well is neglected & \\ \cline{2-6} & \multirow{2}{*}{\rotatebox[origin=c]{90}{Gas-Oil}} & \multirow{2}{*}{Critical Rate} & Chaperon & For horizontal wells, the method assumes that the well is drilled near the top of the reservoir for water coning situations. & \\ \cline{4-6} & & & Joshi & The Equations are for short horizontal wells. They are modifications of the Meyer, Gardner, Pirson method for vertical wells. & \\ \hline \end{tabular} \end{document}
[ 0.005536619573831558, 0.001985866343602538, -0.0072407652623951435, 0.018322311341762543, -0.006140193436294794, -0.00010593514889478683, 0.006052913144230843, 0.015146883204579353, -0.01562170684337616, -0.015671255066990852, -0.016898715868592262, 0.004494996275752783, 0.000295701203867793...
[ -0.28653278946876526, 0.09639006853103638, 0.6252604126930237, -0.006028919946402311, 0.1177683100104332, 0.4071226119995117, -0.06417743116617203, -0.23499660193920135, -0.3150703012943268, -0.6082155704498291, -0.04393851384520531, 0.1443442851305008, -0.1645803302526474, -0.034232821315...
I'm trying to convince the Spotify Linux client to run from my home directory on a RHEL 6 machine (I don't have root privs, and running the Windows client through Wine results in audio stutter since the only audio driver available is the PulseAudio driver). I've extracted the data from the deb file and put them in my custom software prefix `~/sw/`. The binary finds all the necessary libraries but doesn't start cleanly. When I invoke the binary, an error dialog saying "Failed loading skin" pops up, and the following is written to the terminal: 14:27:25.770 I [breakpad.cpp:36] Registered Breakpad for product: spotify 14:27:25.925 I [translate.cpp:117] Reloading all languages 14:27:25.925 E [core-utilities:862] Loading of skin file(core.splang) failed ''(basepath: ) 14:27:25.925 E [core-utilities:862] Loading of skin file(desktop.splang) failed ''(basepath: ) 14:27:25.925 E [core-utilities:862] Loading of skin file(spider.splang) failed ''(basepath: ) 14:27:25.926 I [breakpad.cpp:94] Searching for crashdumps: /ltg/arnskj/.cache/spotify/*.dmp 14:27:25.951 E [core-utilities:862] Loading of skin file(skin.xml) failed ''(basepath: ) All three splang files and skin.xml are present in `~/sw/share/spotify/theme/default` but it obviously doesn't find them (the Debian package installs them to `/usr/share/spotify/...`). Is there some way I can convince Qt to check additional directories when doing this? Or, as a last resort, does anyone know which Qt function is doing this, so that I can try to fudge it with a shim in $LD_PRELOAD (nasty, I know, but it might work).
[ -0.00886799767613411, -0.004201024770736694, -0.007862675935029984, 0.007789794355630875, -0.004937814082950354, 0.01192198321223259, 0.007584213279187679, 0.011765006929636002, -0.009679320268332958, 0.004095492884516716, -0.006660935934633017, 0.006614265497773886, -0.014797106385231018, ...
[ 0.6995152235031128, 0.40130484104156494, 0.051093317568302155, -0.45847639441490173, 0.3034123480319977, 0.09354507178068161, 0.7280585169792175, -0.3052214980125427, 0.21454018354415894, -0.5671694278717041, 0.05750800296664238, 1.0212745666503906, -0.02005208469927311, -0.045827202498912...
I am using WordPress 3.5.1 / Twenty Twelve Theme. I would like to display a custom field in my Category Archives. I have the following custom field working in my single.php , it displays a custom url / title <a href="http://<?php echo get_post_meta($post->ID, "user_submit_url", true); ?>" target="_blank"> <h1 class="entry-title"><?php the_title(); ?> </a> I would like to put the following code underneath the "entry-title" in Category Archives. I am confused of were to put the following php code, either in category.php or archive.php? Since I need to put this code inside the loop, I want the code to register on every post just like it registers in the single.php in the example I provided above. Something like the following, I presume? get_post_meta($post->ID, "user_submit_url", true); Let me know if I need to clarify anything.
[ 0.012534968554973602, 0.0032305880449712276, 0.003098451066762209, 0.011484801769256592, 0.007496381178498268, 0.002576866652816534, 0.005981591530144215, 0.007291045971214771, -0.010464677587151527, 0.009026236832141876, -0.012613322585821152, 0.002436425071209669, 0.010801076889038086, 0...
[ 0.4527914524078369, 0.27702873945236206, 0.5414606332778931, -0.1618109941482544, -0.04315454512834549, -0.07088122516870499, 0.21309326589107513, -0.24018487334251404, -0.15746761858463287, -0.521981954574585, -0.07766599208116531, 0.2708427608013153, 0.08944332599639893, 0.40809518098831...
Is there a critical size that an hydrogen bomb detonation needs to have in order to produce neutron-degenerated matter? Does anyone knows if matter in this state would be stable at ambient temperature or pressures? is there any way we can obtain stable "nuggets" of nuclear matter?
[ -0.012019630521535873, 0.009654788300395012, 0.012896327301859856, 0.0013024298241361976, -0.03098757565021515, 0.023592328652739525, 0.012829913757741451, 0.014676851220428944, -0.03415679186582565, -0.03819374367594719, 0.007189180236309767, 0.026874443516135216, 0.008434413000941277, 0....
[ 0.39918118715286255, 0.2151174396276474, -0.1901821345090866, 0.39474746584892273, 0.25751349329948425, -0.06577040255069733, -0.06844622641801834, 0.010394476354122162, -0.22979143261909485, -0.027020951732993126, -0.128269225358963, 0.20036140084266663, -0.18974709510803223, 0.4346551001...
The original version of the Amazon Appstore was v1.07002, and it appears to still be working fine, so the upgrade to the new version (v1.07003) is apparently not mandatory (unsuprising, given the tiny version increment). What is the difference between these two versions? Is there a release log anywhere? **Edit:** I believe it's at v1.11 now, feel free to generalize this question.
[ -0.011570862494409084, 0.004595800302922726, -0.0074398098513484, 0.003757764818146825, 0.001967791235074401, 0.013571348041296005, 0.00648987153545022, 0.009775045327842236, -0.01880262792110443, 0.0007985369302332401, -0.017983615398406982, 0.004059395287185907, 0.015689346939325333, -0....
[ 0.3616415560245514, -0.065269835293293, 0.699859082698822, 0.20258551836013794, 0.148176372051239, -0.2063385397195816, 0.5194112062454224, 0.2372337132692337, -0.3750888407230377, -0.3477209508419037, -0.054325833916664124, 0.7600008249282837, -0.31050586700439453, -0.14438162744045258, ...
I am looking for an example of a transitive verb with an ambiguous meaning that is determined by its subject. To explain what I mean, here is an example of a transitive verb whose meaning is modified by the object to which it is applied: to bend. You can bend a bow or you can bend the truth. Arguably, these give two different meanings of the same verb. Now, can you think of a similar effect induced by the subject that performs the action of a verb? I am looking for a similar case where the change of meaning comes from the subject. I hope this is clear. Thanks! (For those interested in why I need this, I am researching a specific model in computational linguistics and want to test it on such a verb, if it exists.)
[ 0.008947030641138554, 0.012968506664037704, -0.009585962630808353, 0.01588645949959755, -0.010951398871839046, -0.025493456050753593, 0.008296675980091095, 0.010935937985777855, -0.01683366298675537, 0.011250301264226437, -0.007788316812366247, 0.007324201054871082, 0.014198117889463902, -...
[ 0.18422183394432068, 0.11942654848098755, 0.30476611852645874, -0.05146770551800728, -0.4928954541683197, 0.38719454407691956, 0.579545259475708, -0.1460629254579544, -0.5536463260650635, -0.572359025478363, 0.09902728348970413, 0.4577726423740387, 0.24671880900859833, -0.03061683848500251...
This is a follow-up question to my previous one, _Can you suggest some well- written introductory texts about coordinate system projections?_ * * * Let's assume I'm working with the CH1903 map projection, which for all I know is conformal, but not equidistant. Meaning, angles (shape) have been preserved, but not areas, distances, or scale. (At least these have not been preserved _exactly_ ). So far so good. I'm wondering what kind of calculation ArcGIS performs when I now want to calculate the distance between two points. In ArcObjects, I could use the `IProximityOperator` interface as follows: IPoint a = ..., b = ...; double distance = ((IProximityOperator)a).ReturnDistance(b); **Question:** When I'm working with a reference system that does not accurately preserve distances, what would ArcGIS do when I query it for the distance between two points (as shown above)? * Does it simply do some Pythagorean maths (a2 + b2 = c2) to get the distance, meaning the returned distance will only be as accurate as the projection allows? * Or will it do something more complicated, like some form of re-projection, to get a more accurate distance? ( **The same question, but more generally:** Once that geometries have been projected, does ArcGIS perform all calculations simply in Euclidean space, or does the used map projection still influence calculations of distances, angles, areas, etc.?)
[ 0.0006097623845562339, 0.0170135535299778, -0.005878880620002747, 0.030522525310516357, -0.009442256763577461, -0.015517694875597954, 0.00730218505486846, 0.005882359575480223, -0.017464373260736465, -0.032357700169086456, 0.008042771369218826, 0.015623203478753567, -0.005596065893769264, ...
[ 0.10951205343008041, -0.09548623114824295, 0.43321529030799866, 0.3044436275959015, -0.0456240214407444, -0.10655805468559265, -0.18030205368995667, 0.1518910527229309, -0.4777759313583374, -0.915242612361908, 0.09048706293106079, 0.24446092545986176, 0.2828483283519745, 0.0848804712295532...
I think I've bricked my device (Huawei G330, U8225-1). I was adb pushing while I received a "push failed: no space left on device". The phone boots in recovery, I've root but the bootloader is locked. If I try to push an update to SDCARD/dload it says "no such file or directory", if I try to adb shell it says "exec '/system/bin/sh' failed: Permission denied (13) -" What can I do?
[ -0.032402656972408295, 0.0037612970918416977, 0.000974296941421926, 0.028653906658291817, -0.04263927415013313, 0.004191755782812834, 0.007803690154105425, 0.00028221122920513153, -0.011541835963726044, 0.028150442987680435, -0.01826907880604267, 0.003183637745678425, 0.006570803467184305, ...
[ 0.19309864938259125, 0.2757614850997925, 0.4195338785648346, -0.18952220678329468, 0.15400327742099762, 0.030745316296815872, 0.6034940481185913, -0.34589269757270813, 0.08280327171087265, -0.6646807789802551, -0.08458738774061203, 0.45026659965515137, -0.14154057204723358, 0.1955717355012...
In the situation that you have an old website registered under wordpress (for example aaa.wordpress.com). It became quite successful and you decided to purchase "aaa.com". On aaa.com, you continued talking about the same topic same from "aaa.wordpress.com", and we put links from "aaa.wordpress.com" to "aaa.com". but because "aaa.wordpress.com" was so successful before, that your keyword ranking for "aaa.com" is always behind. How can we increase the keyword ranking for "aaa.com"?
[ -0.008899632841348648, 0.008132610470056534, -0.004782325588166714, 0.031860921531915665, -0.0018047660123556852, 0.011131714098155499, 0.008580053225159645, -0.0009315414354205132, -0.013941500335931778, 0.000004731584340333939, -0.00937329139560461, 0.013632476329803467, -0.017707379534840...
[ 0.4015824794769287, 0.025233915075659752, 0.4792550206184387, 0.06803444027900696, -0.34489506483078003, -0.20031870901584625, 0.019945558160543442, 0.10608069598674774, -0.4487749934196472, -0.39224979281425476, 0.23553325235843658, 0.6253801584243774, -0.0008730280678719282, 0.5158823132...
How can I create an inline oval symbol? I tried to use `\Ellipse` from the bbding package but I get an error saying `Command \Asterisk already defined`. Probably due to the mathabx package that I am also using.
[ 0.028050621971488, 0.0031380762811750174, -0.02121083065867424, 0.037699535489082336, -0.030869802460074425, 0.040805570781230927, 0.01588493026793003, -0.010733181610703468, -0.033984579145908356, -0.03178125619888306, -0.002052054740488529, 0.006853833794593811, -0.037544459104537964, 0....
[ 0.17181551456451416, 0.2107885479927063, 0.541267454624176, 0.2693980932235718, -0.3052152395248413, 0.2121289223432541, -0.1061246395111084, 0.09034016728401184, -0.05670275166630745, -0.6226553320884705, 0.5158624649047852, 0.29167869687080383, -0.3731953203678131, 0.18853291869163513, ...
I have a polyline feature class and a polygon feature class. What I want to do is add a field to the lines that lists all polygons that touch the line. This is effectively performing a select-by-location finding the polygons that touch each individual line then add the names of each of these to an attribute. Does anyone know how I can do this in ArcGIS Desktop or FME? My Python is not great but I can give it a go if that's the only way.
[ -0.0026370526757091284, 0.0037983895745128393, -0.009835036471486092, 0.008903326466679573, -0.003477697027847171, -0.023599492385983467, 0.006889497861266136, 0.028120340779423714, -0.01634587161242962, 0.02375059761106968, 0.007044400088489056, 0.009185594506561756, 0.006314979400485754, ...
[ 0.14441904425621033, -0.12203644961118698, -0.022848032414913177, -0.032143451273441315, -0.2166101336479187, 0.026797885075211525, 0.031177351251244545, 0.22554288804531097, -0.12074374407529831, -0.6393109560012817, 0.1516137719154358, 0.6068800687789917, -0.22549408674240112, -0.2233250...
I am using openfiler as SAN. Then I create a disk in SAN using ISCSI. I have 2 CentOS client machines connect to SAN disk. When I create data in client1 machine, It doesn't update to client2 machine. Am I doing something wrong?
[ 0.006182963959872723, 0.02881620079278946, -0.016425877809524536, 0.022649196907877922, -0.03051679953932762, 0.005044110119342804, 0.015622254461050034, 0.017976686358451843, -0.027645202353596687, -0.04238075017929077, -0.01290228683501482, 0.028516428545117378, -0.006666579283773899, 0....
[ 0.21342894434928894, 0.014839752577245235, 0.16883151233196259, -0.02534528262913227, -0.4126031696796417, -0.13208132982254028, 0.233089879155159, -0.08313777297735214, -0.21207937598228455, -0.9325602650642395, -0.09280368685722351, 0.4513225555419922, -0.18524743616580963, 0.25220042467...
This is more of a technical question than a gameplay question... So here goes: **How do I increase the duration of which the Last-Hit Challenge Tutorial lasts for in DoTA 2?** By default, it is set to 10 minutes from the moment you click the "Start [Lane you chose]" button. Is there any way to make that 10 minutes into something longer like 20 minutes? (Or endless, although setting it to a very high number would achieve the same thing)
[ 0.010001611895859241, 0.014660198241472244, -0.018336286768317223, 0.00047689510392956436, 0.005535673350095749, -0.01349750254303217, 0.007644629571586847, -0.002484974218532443, -0.013814691454172134, 0.030341770499944687, -0.02529483661055565, 0.004393148701637983, 0.015499846078455448, ...
[ -0.055344223976135254, -0.5528655052185059, 0.6528158783912659, 0.13910135626792908, -0.17916691303253174, -0.10159079730510712, 0.12847690284252167, 0.06095476076006889, -0.26330262422561646, -0.2124754637479782, 0.11344625055789948, 0.40943872928619385, 0.3707769513130188, -0.31919264793...
I have 5 rasters that cover a large area. I want to combine all 5 into 1 raster. Each raster has data for portions of the total area that none of the other rasters cover. Raster C overlaps A,B and D. While E overlaps D. No other rasters overlap each other. On the portions that are overlapping, only certain Rasters contain the data that is needed to be displayed. The following shows which Raster are needed to be displayed. Raster C > A Raster C > B Raster C > D Raster E > D I've tried `Mosaic to New Raster`, `Mosaic Dataset` and `Mosaic (Data Management)`, all unsuccessful. The result is only the first Raster. The Blank area has a Value of 0, which I believe is overlapping the other rasters value when I combine them. How do I display the Values > 0 when I combine the Rasters giving priority to the values of Raster C when combined with A,B and D and Raster E when combined with D? The edges of Raster D that overlap C and E have missing data as seen below. ![enter image description here](http://i.stack.imgur.com/IlaVG.png) ArcGIS 10.1, advanced arcinfo license. Edit: I've tried all the suggestions below and here are results: ![](http://i.stack.imgur.com/7bYtS.jpg) Above: This is Radouxju's suggestion using raster calculator with IsNULL, the resulting image is Raster C and I tried to overlap only D, D's area is not present. It is an exact image of Raster C. I also tried Raster to New Mosaic with FIRST and LAST, the resulting image was the same as above, but with colour. ![enter image description here](http://i.stack.imgur.com/Ot9GH.jpg) Above: This is Cody's suggestion using Mosaic Dataset and setting priorities, as you can seen the 0 Values overlap the other Rasters depending on their priority. This image is an example/ test to visualize what happens, the priorities here are B > CE > AD.
[ -0.002662538317963481, 0.015190457925200462, -0.02147483639419079, 0.013255434110760689, 0.012129908427596092, -0.00006805546581745148, 0.00796189159154892, -0.012000187300145626, -0.01361379586160183, -0.005073386710137129, 0.0021615461446344852, 0.011919652111828327, -0.006030119024217129,...
[ 0.44591593742370605, 0.2693158984184265, 0.25602400302886963, -0.25833943486213684, -0.05756857991218567, 0.399895042181015, 0.1566937118768692, -0.14329281449317932, -0.26391443610191345, -1.2416090965270996, -0.24584674835205078, 0.4374537467956543, -0.52297043800354, -0.1693181395530700...