text stringlengths 23 30.4k | embeddings_A list | embeddings_B list |
|---|---|---|
I downloaded : pidgin 2.10.6 and sipe 1.14.1 from sourceforge. I install pidgin with the following command in the folder of pidgin (2.10.6): ./configure --prefix=/home/tony/soft/pidgin_sipe --disable-screensaver --disable-gtkspell --disable-vv --disable-meanwhile --disable-avahi --disable-nm --disable-tcl make make install it works fine and i can launch pidgin with `/home/tony/soft/pidgin_sipe/bin/pidgin` then i tried to install the plugin sipe but in the folder of sipe (1.14.1) the command: ./configure --prefix=/home/tony/soft/pidgin_sipe returns : checking for PURPLE... no checking for TELEPATHY_GLIB... no configure: error: at least one plugin must be selected If you didn't use a --enable option then please check that you have the headers for the packages "purple" or "telepathy-glib" installed. I add in my environment variable `PATH` the folder `/home/tony/soft/pidgin_sipe/bin` and i export `PURPLE_LIBS="/home/tony/soft/pidgin_sipe/lib"` but the result is the same. And in the folder `/home/tony/soft/pidgin_sipe/include/libpurple` the headers are here : account.h conversation.h debug.h .... upnp.h Am I missing something or how can I tell to sipe where libpurple is. | [
-0.0022197826765477657,
-0.00501509802415967,
-0.006403795443475246,
0.0035110116004943848,
-0.022030698135495186,
-0.0030526467598974705,
0.010954786092042923,
-0.009973933920264244,
-0.018953755497932434,
-0.011259810999035835,
-0.006741398014128208,
-0.0019341869046911597,
-0.010388293303... | [
0.34629833698272705,
0.04195064306259155,
0.6367655396461487,
-0.12317326664924622,
0.24378736317157745,
-0.10561215132474899,
0.6134784817695618,
0.05769171565771103,
-0.10206563025712967,
-0.7724407911300659,
-0.007169118616729975,
0.5566033124923706,
-0.5040359497070312,
-0.148023337125... |
I'd like to know.. How could I change my 3 main categories links, so they call a javascript function? I'm using Snapshot Theme from WooThemes. Here's the current state of the website: http://www.mpn.p.ht/wp_br2/ The categories I'd like to change the links to a javascript function call, are: **_Masculino_** , **_Feminino_** and **_Infantil_**. They are at a container with class `widget`. EDIT: I´ve changed the jquery. I've tried to use jquery in `index.php`: $(document).ready(function() { $(".widget ul li > a").not("ul li ul li>a").attr("href", "javascript:hideMenu();showSubMenu('m-submenu');"); $(".widget ul li+li > a").not("ul li+li ul li>a").attr("href", "javascript:hideMenu();showSubMenu('f-submenu');"); $(".widget ul li+li+li > a").not("ul li+li+li ul li>a").attr("href", "javascript:hideMenu();showSubMenu('i-submenu');"); }); But, it seems that some sub-categories are calling the javascript function. In other words, my .not() it´s not working in some cases. What could I do? Thanks. | [
0.02002519555389881,
0.0035225041210651398,
-0.006696255877614021,
0.01698227785527706,
0.012158436700701714,
-0.01780490018427372,
0.008169710636138916,
0.00848808977752924,
-0.022817488759756088,
-0.017035387456417084,
-0.014773761853575706,
0.0018625850789248943,
-0.00902402400970459,
0... | [
0.20325882732868195,
-0.11865594238042831,
0.6731796264648438,
0.209503635764122,
-0.07919646799564362,
0.09667937457561493,
0.06696414202451706,
-0.017801472917199135,
-0.5755640864372253,
-0.42093753814697266,
0.2990540862083435,
0.530989944934845,
-0.11388029903173447,
0.305980682373046... |
While trying to compile a small state diagram using `TikZ-UML` I'm getting the following error: ! Undefined control sequence. \tikzumlfont ->\small l.10 \umltrans{initial}{state1} Code: \documentclass{minimal} \usepackage{tikz} \usepackage{tikz-uml} \begin{document} \begin{tikzpicture} \umlstateinitial[x=0, y=0, name=initial] \umlbasicstate[x=5, y=0, name=state1]{state1} \umlstatefinal[x=10, y=0, name=final] \umltrans{initial}{state1} \umltrans{state1}{final} \end{tikzpicture} \end{document} It works fine if I remove the transition `\umltrans{state1}{final}`. | [
-0.0027184386271983385,
0.00045008258894085884,
0.0015132601838558912,
0.02722993679344654,
0.006439026910811663,
0.02347150817513466,
0.008195976726710796,
0.004254356026649475,
-0.014870008453726768,
-0.03012149967253208,
-0.025326192378997803,
-0.006797993090003729,
-0.011708522215485573,... | [
-0.4328978657722473,
0.12949544191360474,
0.32903608679771423,
-0.14547421038150787,
0.25178277492523193,
0.09849584102630615,
0.3860930800437927,
-0.27057719230651855,
-0.15738384425640106,
-0.8192579746246338,
-0.02192801795899868,
0.3632604777812958,
-0.3898397386074066,
0.1979681998491... |
I have been trying to make JP2 raster files with FWTools with limited success. FWTools will not allow for the creation of a JP2 file at a specific file size. However, I am able to make a JP2 with the same data within ArcMap. Is there a file size limit with FWTools? Does anyone know of any work arounds? I am looking to make larger sized GeoTiffs (100+ MB) into JP2 files. Thanks... | [
-0.012867125682532787,
0.002145051024854183,
-0.0055315555073320866,
0.020994525402784348,
0.025445394217967987,
0.021899478510022163,
0.010478291660547256,
0.0270081777125597,
-0.026355920359492302,
-0.017636418342590332,
0.0029820564668625593,
0.02076541632413864,
0.0092069236561656,
0.0... | [
0.35849618911743164,
-0.020387886092066765,
0.16360652446746826,
0.0701133981347084,
-0.2925539016723633,
-0.008268729783594608,
-0.06707371771335602,
0.21301878988742828,
-0.3677477538585663,
-0.6897980570793152,
-0.11064839363098145,
0.5315352082252502,
-0.22050786018371582,
0.1664831489... |
There are two heavy particles (of mass $M$) and a light one (of mass $m<<M$). The light particles interact with heavy particle with an attracting dirac delta potential V=$-\delta(q-Q_1)-\delta(q-Q_2)$, where $q$ is the position of the light particle and $Q_1$ and $Q_2$ are the positions of the heavy particles. It's claimed that because the heavy particles exchange light particles, a potential between the heavy particles arises. **Why does this occur? How do I derive this?** I'm told to find it for short and large distances. It's all one-dimensional. | [
0.029679857194423676,
0.012079755775630474,
0.0024043202865868807,
-0.0034914445132017136,
-0.006286643445491791,
-0.028294045478105545,
0.008405832573771477,
-0.025330951437354088,
-0.012590385042130947,
-0.021176647394895554,
-0.00708420155569911,
0.02044152468442917,
-0.017976608127355576... | [
0.2073981761932373,
-0.03212941065430641,
0.7061007022857666,
-0.11809834092855453,
-0.2236378937959671,
0.3790694773197174,
-0.28026673197746277,
-0.4061340093612671,
-0.029289044439792633,
-0.4948682487010956,
-0.1074431762099266,
0.3292061388492584,
-0.7193491458892822,
0.58208954334259... |
Sorry for my poor english. I'm a very recent user of QGIS (QGIS 1.8; ubuntu 12.04). Does anybody knows why the `.tif` or `.jpeg` or `.pdf` files I generate with the QGIS composer have different layers completely shifted? For example, 2 layers: 1 open street map landscape and 1 layer of my GPS points. In the composer window, the points are exactly at the right place, the map is nice and ready to be saved or printed... But when I do `export to pdf` or `.jpeg` or `.tif` the picture that I obtain shows the map very small in a corner and the GPS point in the middle of a white picture. When I try to print, a white sheet of paper is produced. Any ideas? thank you very much | [
-0.008659498766064644,
0.009919339790940285,
0.005668993107974529,
0.021568365395069122,
0.03131796419620514,
0.006524061318486929,
0.00868193432688713,
0.008584221825003624,
-0.018461721017956734,
-0.02472275123000145,
-0.015092946588993073,
0.007763608358800411,
-0.002206337172538042,
-0... | [
-0.22382624447345734,
0.1204385757446289,
0.4354836046695709,
0.028881264850497246,
-0.30821332335472107,
-0.0588313527405262,
0.37432563304901123,
0.3616640567779541,
-0.19866955280303955,
-0.8183622360229492,
-0.11692903190851212,
0.3583824038505554,
-0.23103469610214233,
-0.056262455880... |
The line spacing in blocks of the tikzposter seem to depend on the number of paragraphs or the presence of images included by the use `\includegraphics`. For example in the poster example distributed with the tikzposter package, the line spacing is different in two paragraphs of the right block titled "Columns". How could I define a uniform line spacing in all the poster blocks including the title? | [
-0.006574081722646952,
0.017616059631109238,
-0.009909158572554588,
0.04109950363636017,
0.014742090366780758,
0.006255206186324358,
0.013368193991482258,
0.001419154228642583,
-0.02024436555802822,
-0.04068274050951004,
-0.02606118656694889,
-0.004051540978252888,
0.00729098217561841,
-0.... | [
0.2511313259601593,
0.04254971444606781,
0.24989497661590576,
0.057369038462638855,
-0.34753158688545227,
0.1401137113571167,
-0.07094830274581909,
-0.16127921640872955,
-0.15574459731578827,
-0.671349287033081,
0.14369484782218933,
0.044459618628025055,
-0.1457291841506958,
0.036139957606... |
I am trying to write the kernel image in my ARM, I am using an ARMStone a9 here is the information about this board: http://www.fs- net.de/en/products/armstone/armstonea9/ The problem is that I am trying to write the kernel image, but when I finish it and everything it seems that is ok, I type boot for reboot the board, and I get this error: ERROR: can't get the Kernel image I have been investigating and I find out that could be for the Kernel image format but I get it from the official site web, then I do not think so that this is the problem. Also I read that maybe is problem of my variables enviroment here is my enviroment: bootdelay=3 baudrate=115200 loadaddr=0x10800000 rd_loadaddr=0x11000000 netdev=eth0 ethprime=FEC0 uboot=u-boot.bin kernel=uImage nfsroot=/nfsroot bootargs_nfs=setenv bootargs ${bootargs} fec_mac=${ethaddr} root=/dev/nfs ip=${ipaddr} nfsroot=${serverip}:${nfsroot},v3,tcp bootargs_nand=setenv bootargs ${bootargs} fec_mac=${ethaddr} ${mtdparts} gpmi_debug_init enable_wait_mode=off ubi.mtd=TargetFS root=ubi0:rootfs rootfstype=ubifs rootwait rw bootargs_mmc=setenv bootargs ${bootargs} fec_mac=${ethaddr} root=/dev/mmcblk0p1 rootfstype=ext4 rootwait rw bootcmd_net=run bootargs_nfs;tftpboot ${loadaddr} ${kernel}; bootm bootcmd_net_mmc=run bootargs_mmc;tftpboot ${loadaddr} ${kernel}; bootm bootcmd_mmc= for disk in 0 1 ; do mmc dev ${disk} ;for fs in fat ext2 ; do ${fs}load mmc ${disk}:1 ${loadaddr} /6q_bootscript && source ${loadaddr} ; done ; done bootcmd_nand=run bootargs_nand;nand read ${loadaddr} Kernel 0x600000;bootm bootcmd_nand_mmc=run bootargs_mmc;nand read ${loadaddr} Kernel 0x600000; bootm loadcmd_nfs=nfs ${loadaddr} ${serverip}:/nfsroot/uImage clearenv=sf probe 1 && sf erase 0xc0000 0x2000 && echo restored environment to factory default upgradeu=for disk in 0 1 ; do mmc dev ${disk} ;for fs in fat ext2 ; do ${fs}load mmc ${disk}:1 ${loadaddr} /6q_upgrade && source ${loadaddr} ; done ; done ethact=FEC0 ethaddr=00:05:51:07:B3:B8 mtdids=nand0=gpmi-nand mtdparts=mtdparts=gpmi-nand:512k(NBoot)ro,2m(UBoot)ro,256k(UBootEnv),256k(UserDef),6m(Kernel)ro,-(TargetFS) filesize=5D7C000 fileaddr=10A00000 bootcmd=run bootcmd_nand serverip=192.168.1.44 netmask=255.255.255.0 ipaddr=192.168.1.131 stdin=serial stdout=serial stderr=serial bootargs=console=ttymaxc1,115200 video=mxcfb0:dev=hdmi,1024x768M@60,if=RGB24 fec_mac=00:05:51:07:B3:B8 mtdparts=gpmi- nand:512k(NBoot)ro,2m(UBoot)ro,256k(UBootEnv),256k(UserDef),6m(Kernel)ro,-(TargetFS) gpmi_debug_init enable_wait_mode=off ubi.mtd=TargetFS root=ubi0:rootfs rootfstype=ubifs rootwait rw partition=nand0,0 mtddevnum=0 mtddevname=NBoot So please if someone knows how can I solved this please help me! | [
-0.006466604303568602,
-0.004230968654155731,
-0.019255582243204117,
0.033673472702503204,
-0.04709157347679138,
0.0007265465101227164,
0.00772233959287405,
0.017351016402244568,
-0.0165203046053648,
0.013585943728685379,
-0.010333319194614887,
0.0033452757634222507,
-0.007855107076466084,
... | [
0.14316707849502563,
0.46400272846221924,
0.4456559717655182,
0.05824529379606247,
-0.13080085813999176,
-0.11747194826602936,
0.36876001954078674,
0.1048678606748581,
-0.35500288009643555,
-0.6821087002754211,
0.010063045658171177,
0.6380009651184082,
-0.13841462135314941,
0.0888018384575... |
I have a Ubuntu 8.04 machine which has around 300 GB size `mysql` databases. I have dumped all the databases using the `mysqldump` command as below. mysqldump -u root -p --all-databases > file.sql Now, in the RHEL6 machine, I am trying to restore the `mysql` databases using: mysql -u root -p < file.sql However, the above command seems to take so much time and seems to execute forever. After 3 days when I check the restored database size, it shows just 30 GB as restored. Is there an efficient way to restore the database? | [
0.02830253541469574,
0.009286011569201946,
-0.009300079196691513,
0.003948120400309563,
-0.018504122272133827,
-0.004753687884658575,
0.008539341390132904,
0.010280843824148178,
-0.017398763447999954,
-0.04707646369934082,
-0.0003230079310014844,
0.006719227880239487,
-0.0005459905951283872,... | [
0.013420172035694122,
0.25001904368400574,
0.44542989134788513,
-0.0910712406039238,
-0.12054220587015152,
-0.036121468991041183,
0.43933311104774475,
0.22097136080265045,
-0.2739821672439575,
-0.9637843370437622,
-0.1784413605928421,
0.4646143615245819,
-0.3250386416912079,
0.417666822671... |
I would like to find a way to fill the gaps between the road and its surrounding parcels, like described in picture below: I have different parcels like A and B , i want to fill the gaps by adding the gap area to the adjacent parcel, the gap should be determined by the lines of the parcels which intersects the ROAD. The final parcel B = (old) B + D , A = (old) A + C I would like to find an algorithm to do this process. I thought to make this algo : * Make a convex hull around ROADS and Parcels. * Erase Roads and parcels. * Get lines from the result layer and apply a tool like Extend line, but the constraint is that the lines would not be extended because they are already limited by parcel lines. I'm not keen to follow this algorithm, i'm looking for any suggestions. I'm using Arcpy in Arcgis 10.1, Arcobjects.  | [
-0.019243618473410606,
0.01707233488559723,
-0.017035461962223053,
0.02217363379895687,
-0.006801758427172899,
-0.009886171668767929,
0.008703095838427544,
0.016780883073806763,
-0.015819674357771873,
0.004733555018901825,
0.0008022820111364126,
0.007890268228948116,
-0.008673643693327904,
... | [
0.13668127357959747,
0.10777772217988968,
0.5570655465126038,
0.16095109283924103,
-0.32278215885162354,
0.3783324956893921,
-0.1187298372387886,
-0.12285132706165314,
-0.06722278147935867,
-0.9254686236381531,
0.22550281882286072,
0.17031461000442505,
0.0244811549782753,
0.352838277816772... |
**I was thinking about organizing a "Hack Day" at work** , think google's 20% time but just for 1 whole day (maybe just once per year or quarter). Similar to Atlassian Fedex Days I'd like for all the developers in our group to have a free day to work on any kind of project / technology they like and then show it off. Ideally, developers have fun programming without worrying about their day to day projects or technology restrictions and at the same time we can generate some cool ideas that could turn into future projects or patents etc. **Do you have any tips / suggestions for me?** \- Has anyone organized something similar before? \- Any pitfalls to watchout for or tips for success? \- Any resources I should request to make the day go better? day more productive /enjoyable? \- Should I encourage / enforce groups? Or is it better for people to work on things individually? \- What can I use to persuade management to support this? | [
-0.0045211114920675755,
0.02183866873383522,
-0.004339659586548805,
0.0020799064077436924,
0.020804505795240402,
-0.01732751540839672,
0.006600654684007168,
0.012268918566405773,
-0.015656884759664536,
-0.005501563660800457,
-0.009178601205348969,
0.011061450466513634,
0.01622997224330902,
... | [
1.0026233196258545,
-0.060608550906181335,
0.14306314289569855,
0.5921279788017273,
0.040936339646577835,
-0.2270822376012802,
0.023365458473563194,
0.4427907168865204,
-0.22006969153881073,
-0.5235127210617065,
0.2385004758834839,
0.43169915676116943,
0.29609376192092896,
-0.1724689453840... |
## Background Using LyX to create a document and xetex to leverage a TrueType font. The entire text is within a minipage. Ultimately, I'm trying to produce the following output (no white page background, single image, captured from OpenOffice):  ## Problem - Update #1 Adding `tolerance` and `emergencystretch` produces:  ## Preamble The document preamble: \usepackage{fontspec}% provides font selecting commands \usepackage{xunicode}% provides unicode character macros \usepackage{xltxtra} % provides some fixes/extras \setmainfont{Franklin Gothic Book} \usepackage[parfill]{parskip} \usepackage[none]{hyphenat} \usepackage{microtype} \usepackage[margin=0.2in]{geometry} \setlength{\textwidth}{6cm} \tolerance=1 \emergencystretch=\maxdimen ## Idea - Update #2 The program `pdfcrop` can be used to remove all the extra whitespace in the margins. ## Related Links - Update #3 * http://rene.bz/convert-multi-page-pdf-single-image/ * http://linuxers.org/quick-tips/convert-pdf-file-single-image-using-imagemagick ## Question How can you render a document as a single image (or as one very, very long page), ignoring any pagination, in a justified (newspaper-style) column format? Thank you! | [
0.003087386256083846,
0.0023820807691663504,
-0.007740288972854614,
0.004493257962167263,
-0.01932758465409279,
0.011954285204410553,
0.00735523970797658,
0.024007542058825493,
-0.017103176563978195,
-0.01906031370162964,
-0.01952451840043068,
0.0003987643285654485,
0.012675603851675987,
0... | [
0.12915165722370148,
0.10902886837720871,
0.5545050501823425,
-0.08968980610370636,
-0.03216180205345154,
-0.0000651548762107268,
0.32423627376556396,
-0.18756891787052155,
-0.3100776672363281,
-0.5292646884918213,
-0.4030967354774475,
0.43457862734794617,
-0.45207828283309937,
-0.27815398... |
While on a class my teacher was taking about particle's motion in space. At some point she said the following: Consider that the particle's path is described by a curve in space defined by the parametric equations $x^i=x^i(s)$, where $x^i$ are the coordinates in space and $s$ the length along the curve. The particles velocity is then given by $$\tag{1} v^i=\frac{dx^i}{dt}=\frac{ds}{dt}\frac{dx^i}{ds}=v~e^i,$$ where $v=ds/dt$ is the particle's speed and $e^i=dx^i/ds$ is a unit vector tangent to the curve. Then she wrote that the particle's acceleration would be given by: $$\tag{2} a^i=\frac{dv^i}{dt}=\frac{ds}{dt}\frac{d(v~e^i)}{ds}=v^2 \left(\frac{de^i}{ds}\right)+e^iv\frac{dv}{ds}.$$ Then I started wandering, what is the relation between this formula for the acceleration and then one using the covariant derivative: $$\tag{3} a^i=v^j~\nabla_j~v^i=v^j\left(\partial_j v^i+\Gamma^i_{k j}v^k \right)=\dot{v}^i+\Gamma^i_{k j}~v^k v^j~,$$ where $\Gamma^i_{k j}$ are the Chritoffel symbols of second kind? I know I should have asked her right away but she left pretty quickly from class. Can anyone help me? I can't seem to prove that the formulas are equivalent. | [
-0.0189434252679348,
0.013412544503808022,
-0.0046500395983457565,
0.0033958503045141697,
0.0008660273160785437,
-0.019903061911463737,
0.006129822693765163,
-0.011444741860032082,
-0.007978592067956924,
-0.018512841314077377,
0.00006397208198904991,
0.006549761164933443,
-0.0010777669958770... | [
-0.3135794699192047,
-0.3937530517578125,
0.48922836780548096,
-0.06190911680459976,
-0.14142084121704102,
0.5849497318267822,
0.033106427639722824,
-0.38868001103401184,
-0.29269859194755554,
-0.8300608396530151,
0.2964790165424347,
-0.07754940539598465,
-0.2525310516357422,
0.67078894376... |
One of the loading screen tips says: > The Pope can grant powerful boons to good Catholics. What exactly does that mean? What can the Pope do to help me, if I'm a good Catholic? | [
0.017284778878092766,
0.026520876213908195,
0.002788781188428402,
0.0051738969050347805,
-0.039898358285427094,
-0.006221245974302292,
0.013225887902081013,
0.013200826942920685,
-0.03011172078549862,
0.08066835254430771,
-0.03340637683868408,
0.029803147539496422,
0.013227815739810467,
-0... | [
0.48697420954704285,
0.22421571612358093,
0.4535692632198334,
0.23772160708904266,
0.17659755051136017,
-0.1693229079246521,
0.35367393493652344,
0.45109203457832336,
-0.1539328396320343,
-0.3887481391429901,
0.009889974258840084,
0.8062494397163391,
0.2991926968097687,
0.05681348592042923... |
I got involved in a discussion recently on how to handle refactoring in general (which is an interesting topic in itself). Eventually the following question was brought up: **How does one handle merge conflicts that occured due to that someone did a refactoring of a part of the code, while someone else was working on a feature for the same piece of code?** Basically, I have no idea how to deal with this in an efficient manner. Are there any best practices that one should follow regarding this? Is there any difference on how one should handle this for a system with tons of legacy code? | [
0.01331186480820179,
0.02127956971526146,
0.0004967236891388893,
0.014034289866685867,
0.005296370945870876,
0.001987555529922247,
0.005000988952815533,
0.00487176887691021,
-0.01686037704348564,
0.007661931216716766,
-0.0021539742592722178,
0.02287609875202179,
-0.009476589038968086,
0.00... | [
0.6168815493583679,
0.6016254425048828,
-0.09389035403728485,
-0.10468798130750656,
-0.2455327808856964,
-0.18705329298973083,
0.19334693253040314,
-0.32681363821029663,
-0.3690161406993866,
-0.2667441964149475,
0.38449934124946594,
0.604973316192627,
-0.009135660715401173,
0.3247510492801... |
I'd like to apply a ColorData to this plot: \[ScriptCapitalM] = MixtureDistribution[{0.55, 0.35, 0.1}, {DiscreteUniformDistribution[{0, 0}], NormalDistribution[0.25, .05], DiscreteUniformDistribution[{1, 1}]}]; Plot[{CDF[\[ScriptCapitalM]]@x}, {x, -.001, 1.001}, Filling -> Axis, PlotRange -> All, PlotStyle -> {{Blue, Thick}}, Frame -> {{True, False}, {True, False}}, FrameLabel -> {Style["Costs", Bold, 40], Style["CDF(Costs)", Bold, 40]}, FrameStyle -> Directive[Thick, Black, 30], GridLines -> Automatic, GridLinesStyle -> Directive[Gray, Dashed], ColorFunction -> (ColorData["HTML", "MidnightBlue"])] that starts from green (left) to red (right). I've checked the available schemes but apparently none matches my objective. Any ideas how to this? Thanks! | [
0.0058282227255403996,
0.008303964510560036,
-0.007750239223241806,
0.011269250884652138,
-0.005087376572191715,
-0.019564416259527206,
0.004746741149574518,
-0.0070587219670414925,
-0.00819018017500639,
0.010892393998801708,
-0.008831951767206192,
0.00645226426422596,
-0.0013413443230092525... | [
0.19810166954994202,
-0.44060736894607544,
0.7493113279342651,
0.029989812523126602,
0.3768196403980255,
0.2730293869972229,
-0.44311803579330444,
-0.11823303252458572,
0.2871175706386566,
-0.7911036610603333,
0.03428062051534653,
0.33155983686447144,
-0.12797291576862335,
0.14686033129692... |
I've looked and looked, I've read the codex, and tired several things to change this but nothing has worked. I don't know how to indicate what text to use for the Tag I have a theme that is using some custom code for displaying a single post on the blog page. The theme options allow you to show full content or excerpt. I have excerpt selected. This is the code from the idex.php template file. I've looked for any references of "more" in fuctions.php or any other file for that matter but haven't found any. <div class="post-content"> <?php if($data['content_length'] == 'Excerpt') { $stripped_content = strip_shortcodes( tf_content( $data['excerpt_length_blog'] ) ); echo $stripped_content; } else { the_content(''); } ?> </div> Any help would be much appreciated, thanks in advance. | [
0.004164127632975578,
0.007528943940997124,
-0.003888291073963046,
0.007645010016858578,
0.009361703880131245,
0.0003793007927015424,
0.006428821478039026,
0.012813329696655273,
-0.018593482673168182,
-0.00430276058614254,
-0.011951989494264126,
0.010522549971938133,
0.007080295588821173,
... | [
0.724535346031189,
-0.024869650602340698,
0.4297316074371338,
0.14711228013038635,
-0.14400498569011688,
-0.22414898872375488,
0.23926511406898499,
0.0026255673728883266,
-0.28311142325401306,
-0.657835066318512,
0.1851494163274765,
0.35341978073120117,
0.007013901602476835,
0.406119436025... |
I have a function to get the date. I have input fields and want the date in this fields. But my code is set a wrong date. I set the date in Wordpress settings and on my server. But it is not working. This is my script: function get_agenda_item_day() { global $post; $cp_date = get_post_meta($post->ID, 'cp_date_end', true); $cp_date_arr = explode("-",$cp_date); $day = $cp_date_arr[2]; return $day; } And i use this in my select tag: <?php $day = get_the_time('j'); ?> <select name="ad" id="ad" onChange="getNDay()" class="select select-n"> <option <?php if($day == 1) {echo 'selected="selected"';} ?> value="1">1</option> <option <?php if($day == 2) {echo 'selected="selected"';} ?> value="2">2</option> <option <?php if($day == 3) {echo 'selected="selected"';} ?> value="3">3</option> <option <?php if($day == 4) {echo 'selected="selected"';} ?> value="4">4</option> etc etc etc </select> But, what do i wrong. Always the date is 17 juni in the select box. Because today the date is 5 Juli. Thanks for help | [
0.003987257368862629,
-0.0001185957808047533,
-0.0033942153677344322,
0.016081517562270164,
-0.004300089552998543,
-0.01100149191915989,
0.008147592656314373,
0.009386280551552773,
-0.012778600677847862,
-0.012944052927196026,
-0.002550218952819705,
0.009077339433133602,
0.002556674182415008... | [
0.04411735758185387,
-0.12946976721286774,
0.9215309619903564,
-0.12951956689357758,
0.1481337696313858,
0.07955679297447205,
0.038463566452264786,
-0.048857785761356354,
-0.3147605061531067,
-0.2947111427783966,
-0.07620024681091309,
0.4036712348461151,
-0.3802119791507721,
0.160974740982... |
I would like to know whether I’m using _gush_ and _blast_ correctly in the following sentence: > I felt as if I had accidentally opened a fire hydrant and let a **gush** of > water **blasting** out uncontrollably. Whereas in Spanish, my mother tongue, there’s only one word to describe a powerful flow of water ( _chorro_ ), in English there are many: > jet, squirt, spirt, stream, blast, gush, effluent So, I’m a bit confused. | [
-0.017430536448955536,
0.009717493318021297,
-0.014900976791977882,
0.028998078778386116,
-0.013913470320403576,
-0.020784979686141014,
0.008986145257949829,
0.00519200973212719,
-0.014401832595467567,
0.010093082673847675,
0.00799526832997799,
0.004466991405934095,
0.018372459337115288,
0... | [
0.33241793513298035,
0.6330466270446777,
0.1199151948094368,
0.1588754504919052,
-0.48775604367256165,
-0.18441656231880188,
0.4274635314941406,
-0.1723112016916275,
-0.37806427478790283,
-0.14297276735305786,
0.04380551725625992,
0.3703538775444031,
0.05234349146485329,
0.2920507490634918... |
An average of **n** birds fly through an area, in an hour, following a Poisson process. (I think this means the hours don't matter; there's no influence in the number of birds that fly through, at different parts of the day, hypothetically. Correct me if I'm wrong.) P1 is the probability that exactly **m** birds fly through between 12:00-14:00 (2 continuous hours). P2 is the probability that exactly **m** birds fly through between 15:00-16:00 and 17:00-18:00 (a total of 2 hours still, but not together). Please notice m is the same for both situations. Are the probabilities of P1 and P2 the same or I'm assuming something that's wrong? Thanks! (Please tell me if you need more information, I can make it up) | [
-0.009829980321228504,
0.0243789441883564,
-0.02237616293132305,
0.011643338948488235,
-0.006181279197335243,
-0.053341999650001526,
0.010082715190947056,
-0.00563446618616581,
-0.017151836305856705,
0.013730617240071297,
-0.012765750288963318,
0.014828273095190525,
0.008267812430858612,
0... | [
0.2982437014579773,
-0.23001229763031006,
0.6588795781135559,
0.04981229454278946,
-0.004994306713342667,
0.46144020557403564,
0.38835278153419495,
-0.19344063103199005,
-0.7547203302383423,
-0.6906954646110535,
-0.22928090393543243,
0.02176092192530632,
-0.24513666331768036,
-0.2466751337... |
Lets assume I have an effect, that affects/contaminates every lot (of production, typical 15k) different, something between 0,0% and 6,0%. Now I have changed something and want to test whether this change my contamination or not. I have produced four testlots with 1k and tested them. I found no affected members in those four lots. Now I have to estimate an upper bound for contamination. How could that be done? I need something like "We can be pretty sure (alpha = 5%) that containment is lower then 0.5%". | [
0.017441511154174805,
0.019414164125919342,
-0.014202424325048923,
0.017161158844828606,
-0.0014854243490844965,
0.01107101421803236,
0.008748374879360199,
-0.014285305514931679,
-0.017974957823753357,
0.00700913043692708,
0.002772427396848798,
0.01535851415246725,
-0.01667679473757744,
0.... | [
0.8347650766372681,
0.24420292675495148,
0.06357591599225998,
-0.0857338234782219,
-0.23868072032928467,
0.020602453500032425,
0.44011130928993225,
-0.23988620936870575,
-0.14839085936546326,
-0.5010823011398315,
0.18958136439323425,
-0.0648789331316948,
-0.39086470007896423,
0.66750305891... |
I want to run Windows 8 and Linux Mint 15 in dual boot. After installing Mint I could no longer boot Windows 8. After running boot-repair from a USB device I can't boot either of them anymore. I just get a grub rescue prompt preceded by error: no such device: 44d9d480-e343-437e-9384-03495c5d89de. This is the boot-repair log URL: http://paste2.org/nEhbEbUk Why am I receiving this error? What can I do to fix it? _I originally posted this question here:http://askubuntu.com/questions/307030/grub-rescue-prompt-after-boot- repair but was advised to ask it here_ | [
-0.0023539597168564796,
-0.011189866811037064,
-0.002292618853971362,
0.012795154005289078,
-0.026796702295541763,
-0.0031000394374132156,
0.006337725557386875,
0.019359026104211807,
-0.010324688628315926,
-0.017021821811795235,
-0.00874759815633297,
0.0015504939947277308,
-0.009767625480890... | [
0.4119490385055542,
0.33854764699935913,
-0.09869933128356934,
0.0751134380698204,
0.13131090998649597,
0.37879660725593567,
0.512967586517334,
0.5407834053039551,
-0.06299816817045212,
-0.888792872428894,
0.12782174348831177,
0.612019419670105,
-0.23850838840007782,
0.3402387499809265,
... |
I am wondering how to import the `\vec` font from `fouriernc` (which is much better designed than that in other fonts families, but I don't like other designs in `fouriernc`) without affecting the font family (I am using `mathpple`). I guess something like Import a symbol from the Fourier font family might work, but I have not idea how to find the index of the symbol (130 in that case of `\partialup`). | [
0.012740300968289375,
0.00770417507737875,
-0.012196161784231663,
0.016488824039697647,
-0.007807580288499594,
-0.012517089024186134,
0.009464615024626255,
0.007750902324914932,
-0.02024521678686142,
-0.004732650239020586,
-0.0046558622270822525,
0.005938529968261719,
0.0002777273184619844,
... | [
0.09795147180557251,
0.15644389390945435,
0.19476062059402466,
0.008354578167200089,
-0.025483252480626106,
0.22176888585090637,
0.011849889531731606,
-0.10330780595541,
-0.06976110488176346,
-0.9064430594444275,
0.02486204355955124,
0.7711282968521118,
-0.008830997161567211,
0.00973512511... |
I'm trying to understand what is the faster way to get a strong sentry to the front at the beginning of the round (the **setup time** ). Is it better to build a sentry directly on the front? This has the advantage of it being able to shoot enemies even before it's fully upgraded, but the disadvantage of the engineer having to scavenge metal around the front to build it. Or perhaps it is better to build a sentry near the resupply, then haul it? This has the advantage of metal being readily available near the resupply, but the disadvantage of having to haul it (slower move speed) the whole distance, and also that it will not be there at all until the engineer arrives. Also, the hauling method incurs the overhead of deployment time twice. | [
0.011843664571642876,
0.015849534422159195,
-0.012145673856139183,
0.0033698705956339836,
-0.025654364377260208,
-0.017394132912158966,
0.008197877556085587,
-0.001715638441964984,
-0.016674865037202835,
0.008027542382478714,
-0.011212275363504887,
0.02527712844312191,
-0.014236235991120338,... | [
0.2551184892654419,
0.4068585932254791,
0.3392832577228546,
0.07668189704418182,
-0.2812942862510681,
0.20424066483974457,
0.15618297457695007,
-0.7101665139198303,
-0.39799731969833374,
-0.44838085770606995,
-0.09571599960327148,
0.6030521392822266,
0.08974219113588333,
-0.300267815589904... |
Navigation is yes -- Does Android come with free navigation in non-US contries? And it has voice -- Talking GPS software for Android? But do you need a data plan? | [
-0.043566588312387466,
-0.005575885530561209,
0.012719718739390373,
0.010259936563670635,
0.003592843422666192,
0.05163457617163658,
0.01661706529557705,
0.03636593744158745,
-0.04254531115293503,
-0.033984988927841187,
-0.023131603375077248,
0.03134201839566231,
0.033973705023527145,
0.02... | [
-0.400314599275589,
0.13178294897079468,
0.8726322054862976,
0.4828243851661682,
0.4035399854183197,
0.010182988829910755,
-0.09514927119016647,
0.18411628901958466,
-0.20209838449954987,
-0.5182629227638245,
-0.016850529238581657,
0.5452263355255127,
-0.19842809438705444,
-0.5488528013229... |
I have a generic mouse with back/forward buttons. Those buttons are recognized by the system - I can use `xev` to see that they generate events for buttons number 8 and 9. I am so used to using them for web browsing, that I sometimes end up pressing them when I'm browsing through Mathematica's help system. Is there some way to bind those buttons to the back/forward functions in the help system? I looked around in the settings but haven't found anything. I'm using Mathematica 8.0 in Linux, if this is relevant. Any ideas? | [
0.01437591202557087,
0.006750875618308783,
-0.011031951755285263,
0.003916981164366007,
-0.002487128134816885,
-0.003433855250477791,
0.007738932501524687,
-0.002061486942693591,
-0.018911726772785187,
-0.005424531176686287,
-0.004087436944246292,
0.011778193525969982,
-0.002321048406884074,... | [
0.13303880393505096,
-0.023263102397322655,
0.2275400608778,
0.2082839012145996,
0.1379479318857193,
0.1773252934217453,
0.1207861676812172,
0.3748418390750885,
-0.39122381806373596,
-0.553937554359436,
0.444337397813797,
0.7228525876998901,
-0.21173764765262604,
0.18748830258846283,
0.2... |
I'm trying to create a transparent Polygon in ArcMap; however, it's never transparent. Here's the code I have. // Create polygon IPolygon polygon = new PolygonClass(); // create & add points,...... // Create lineSymbol ISimpleLineSymbol lineSymbol = new SimpleLineSymbolClass(); // set color & style,.... // Create fillSymbol ISimpleFillSymbol fillSymbol = new SimpleFillSymbolClass(); fillSymbol.Outline = lineSymbol; fillSymbol.Color = //set to color red//; fillSymbol.Color.Transparent = 0; fillSymbol.Style = esriSimpleFillStyle.esriSFSSolid; // Draw Shape myMap.DrawShape(polygon, fillSymbol); RESULT ==> A solid red polygon is drawn. The Transparent setting is ignored. Thoughts? | [
0.005362686701118946,
0.011736106127500534,
-0.014073976315557957,
0.008787062019109726,
-0.021547921001911163,
-0.007792593911290169,
0.007460182532668114,
0.027279622852802277,
-0.013182537630200386,
0.00021946895867586136,
0.0027024056762456894,
0.008452549576759338,
-0.012363800778985023... | [
0.12541836500167847,
-0.06273848563432693,
0.582756757736206,
-0.018169546499848366,
-0.32265862822532654,
0.5334780216217041,
0.016839662566781044,
-0.17321303486824036,
-0.1235874742269516,
-0.8932693004608154,
0.1761012077331543,
0.256784588098526,
-0.3397469222545624,
-0.17618493735790... |
For the life of me I can't recall or even Google the proper term to describe the levels of experience for a given trade. For example let's say there are 5 levels of experience to trade x: * Rookie * Journeyman * Veteran * Craftsman * Luminary What hypernym would describe these levels of experience? | [
0.02602226659655571,
0.019906872883439064,
-0.0065839821472764015,
0.00983156356960535,
0.014790925197303295,
-0.00018467874906491488,
0.013971599750220776,
0.007530945353209972,
-0.030075840651988983,
0.014331266283988953,
-0.0069653345271945,
0.01774187572300434,
0.018281200900673866,
0.... | [
0.9045373797416687,
0.27656084299087524,
0.05347282439470291,
0.338643342256546,
-0.005159203428775072,
0.5494031310081482,
0.3146127760410309,
0.3555176854133606,
-0.3530226945877075,
-0.3189745247364044,
0.1962052881717682,
0.5460110902786255,
0.41443538665771484,
0.39039915800094604,
... |
Many web frameworks, such as Flask or Django use SQLite as their default database. SQLite is compelling because it's included in python, and administrative overhead is pretty low. However, most high traffic public production sites wind up using a heavier database: mySQL, Oracle, or postgresql. _The questions_ : Assume: * Site traffic is moderate, and concurrent read/write access to the database will happen * We will use SQLAlchemy with SQLite write locks (although this comment makes me a little nervous) * The database will contain perhaps 60,000 records * Data structures do not require advanced features found in heavier databases Is there ever a compelling case against SQLite concurrency for websites that serve as moderate-traffic internal corporate tools? If so, what conditions will cause SQLite to have concurrency problems? I'm looking for known specific root causes, instead of general fear / unsubstantiated finger pointing. | [
0.010250888764858246,
0.005627334117889404,
-0.004464720841497183,
0.007674370892345905,
-0.028295978903770447,
-0.010730821639299393,
0.009641587734222412,
0.01370494905859232,
-0.011657840572297573,
-0.009187371470034122,
-0.023175641894340515,
0.011870685033500195,
0.0036442952696233988,
... | [
0.3510609269142151,
0.428883820772171,
0.2682507634162903,
0.26670217514038086,
-0.09615056961774826,
-0.367743581533432,
0.1520935297012329,
-0.1838613748550415,
-0.4171332120895386,
-0.44870075583457947,
0.04700597748160362,
0.32550790905952454,
-0.20708106458187103,
0.15758301317691803,... |
Nowadays i'm working with Mapcript / Mapserver. I would like to know how to used WFS (Web Feature Service) with ASP.NET. I think i need to use WCF, right? Is there any tutorial or framework? Thanks! | [
-0.017561769112944603,
-0.0012060453882440925,
0.002947496483102441,
0.03199918940663338,
0.019944433122873306,
-0.000804634066298604,
0.00903191789984703,
0.008403210900723934,
-0.03398019075393677,
-0.011034435592591763,
0.004976324737071991,
0.020066143944859505,
-0.005139469169080257,
... | [
0.5253032445907593,
-0.013376235030591488,
0.4822760820388794,
0.08835244923830032,
-0.21897855401039124,
-0.4017697870731354,
0.15858907997608185,
0.37327098846435547,
-0.5853716731071472,
-0.9577400088310242,
0.2730216681957245,
0.2702101171016693,
0.21868960559368134,
0.2026164531707763... |
It may just be in a few cases, but in the case of a flute, a higher pitch appears to come with a perceived higher volume. Is this simply because you need to put more energy into the flute to get a higher harmonic? Why is that? It seems that one shouldn't need to put in more energy, and get a consequently a higher volume. | [
0.0017147185280919075,
0.0025924041401594877,
-0.004042031709104776,
0.023755153641104698,
-0.027520712465047836,
-0.031191343441605568,
0.007984284311532974,
0.004129433073103428,
-0.0160046499222517,
-0.04432672634720802,
-0.0077697476372122765,
0.02735392190515995,
-0.022036220878362656,
... | [
0.24136273562908173,
0.08799663186073303,
0.17778505384922028,
-0.0344405360519886,
-0.11357676982879639,
0.22708682715892792,
0.07075157016515732,
-0.043328434228897095,
-0.501610279083252,
-0.7067933678627014,
0.39549019932746887,
0.7647092938423157,
0.0791693851351738,
0.348692655563354... |
Given a matrix whose entries consist of only 1's and 0's, I would like to come up with a measure of how "ordered" the matrix is, in some sense. This exact question was posed here: Measuring entropy/ information/ patterns of a 2d binary matrix in which the top-rated answer posted by whuber provided what I'm looking for, except that I didn't understand one key detail. Referring to his answer, he writes: 'Let's measure this randomness with their base-2 entropy. For $a_1$, the sequence of these entropies is $(1.92, 1.5, 1.58, 1.0)$. Let's call this the "profile" of $a_1$.' Unfortunately, I've tried but failed to come up with the same entropy values, so I'd appreciate it if I could get some help on how to arrive at those numbers. | [
0.008830470964312553,
0.020887082442641258,
-0.014639729633927345,
0.009489791467785835,
-0.007909810170531273,
0.011029267683625221,
0.006041835527867079,
-0.013185948133468628,
-0.01283184252679348,
0.002833746373653412,
-0.0052530039101839066,
0.010481264442205429,
-0.008915596641600132,
... | [
0.1795002520084381,
-0.17356711626052856,
-0.11412277817726135,
0.12101880460977554,
-0.23148299753665924,
0.26568445563316345,
-0.10512769222259521,
-0.21407467126846313,
-0.18554066121578217,
-0.362077921628952,
-0.13000792264938354,
-0.01396324671804905,
-0.4581165015697479,
0.351665318... |
I'm looking into possibilities to align track data from a GPX file with known roads, perhaps coming from OSM. So far I'm able to show the tack as such on a map powered by leaflet. Since the app should be as easy to use as anyhow possible I look for web based and if possible fully automated solutions. The GPX files are stored in a standard CouchDB, so is the App itself. I think about an approach in which users can upload their GPX file. Once they do the map goes into an edit mode that shows the track and may already suggest a "road only" version of the track. In a best case scenario all the user has to do is to accept the suggestion. How could something like that be done? Are there any libraries or plugins doing that? | [
-0.014558739960193634,
0.005344992503523827,
-0.0064344946295022964,
0.02089948207139969,
0.003530392423272133,
-0.0021402714774012566,
0.00794306956231594,
0.023521915078163147,
-0.02113163098692894,
-0.0013271425850689411,
-0.00115848402492702,
0.015684541314840317,
0.008929639123380184,
... | [
0.4501400589942932,
0.448411762714386,
0.34494149684906006,
0.038011807948350906,
-0.2738375961780548,
-0.0320931002497673,
0.2282465696334839,
-0.12622307240962982,
-0.1806095987558365,
-0.7766456604003906,
0.1431117057800293,
0.6997601389884949,
-0.014117768034338951,
0.14567478001117706... |
I am using `parcolumns` package for my resume. I have following section in it:  The `LaTeX` code corresponding to this section is as follows: \begin{parcolumns}[nofirstindent, colwidths={1=.15\linewidth}]{2} \colchunk[1]{% \fontsize{8pt}{8pt}\selectfont{}% EDUCATION\\* \\* \\* \\* [.5\baselineskip] } \colchunk[2]{% \textbf{University of California, XYZ}\hfill 2011 - 2013 (Expected)\\* Master of Science, Computer Science, 4.0/4.0\\* [0.5\baselineskip] \textbf{University of California, ABC}\hfill 2007 - 2011\\* Bachelor of Science, Computer Science, 4.0/4.0 } \end{parcolumns} As you can see, I am having trouble aligning heights of two columns, 'EDUCATION' doesn't start from the top of the column. How do I achieve that? | [
0.016731029376387596,
0.004192471504211426,
-0.0075513748452067375,
0.013670515269041061,
0.0018794317729771137,
-0.002402957994490862,
0.0056571392342448235,
-0.005560129880905151,
-0.012538453564047813,
0.004282308742403984,
-0.011835440061986446,
-0.007980475202202797,
0.00733917532488703... | [
-0.10671786963939667,
-0.10546353459358215,
0.9871981143951416,
-0.03838606923818588,
0.41583800315856934,
-0.04732915386557579,
0.11124124377965927,
0.285040020942688,
-0.012981625273823738,
-0.24675051867961884,
-0.11810131371021271,
0.5596835613250732,
0.06971780955791473,
-0.3039348721... |
I would like to have: * two columns (e.g. with multicol) * framed with title * can handle pagebreaks * can handle twoside mode of book-class since mdframed does not support multicol and according to the author he "has no idea how to implement it" (Two columns within mdframed frame), I started to think about how I can get this feature. 1) I could use multicol.str as base and try to add a frame. properly, this could be a good solution, but the implementation would go beyond my skills. 2) so I started to "hack" something with TikZ on the base of this http://www.mrunix.de/forums/showpost.php?p=313183&postcount=11 post. here is my current state: \documentclass[paper=a4,pagesize,twoside,BCOR8mm,DIV16]{scrbook} \usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} \usepackage{multicol} \usepackage{lipsum} \usepackage{tikz} \usetikzlibrary{backgrounds,positioning,shadows,shapes,fit,arrows} \newenvironment{Quote}% {\begin{list}{}% {\setlength\leftmargin{0.5\multicolsep}\setlength\rightmargin{\leftmargin}}% \item[]\ignorespaces}% {\end{list}% } %command for a box without a page break %two arguments: title, content \newcommand\IBox[2]{\noindent% \begin{tikzpicture}[line width=1pt] \pgfmathparse{\textwidth-\pgflinewidth-\multicolsep} \node(N)[preaction={fill,opacity=0.03}]% [draw,text width=\pgfmathresult pt,text justified,inner sep=0.5\multicolsep,outer sep=0pt,inner ysep=\multicolsep]% { \vspace*{1.0\baselineskip} \begin{multicols}{2}#2% \vspace*{-3.5\baselineskip} \end{multicols}% }; \path (N.north west)+(1,0)node[draw,fill=white,anchor=west,rectangle,rounded corners=2mm]{#1}; \end{tikzpicture} } %command for a box with exact one a page break from odd to even page %one optional argument: length correction of the box on the first page %two obligatory arguments: title, content \newcommand\IBoxOE[3][1pt]{\noindent% \begin{tikzpicture}[remember picture, overlay,line width=1pt] \pgfmathsetlengthmacro\x{1in-\hoffset-\oddsidemargin+\textwidth-26\pgflinewidth} \pgfmathsetlengthmacro\y{1in+\voffset+\headsep+\headheight+\topmargin+\textheight+0.5\pgflinewidth+#1} \path(current page.north west)+(\x,-\y)coordinate(B); \coordinate(O)at (0.5\pgflinewidth,-0.5\pgflinewidth); \fill[opacity=0.03](O)rectangle(B); \draw(B-|O)--(O)-|(B)--(B); \path (O)+(1,0)node[draw,fill=white,anchor=west,rectangle,rounded corners=2mm]{#2}; \end{tikzpicture}% \begin{Quote}% \begin{multicols}{2}#3\end{multicols}% \end{Quote}% \vspace*{-2\baselineskip}% \begin{tikzpicture}[remember picture, overlay,line width=1pt] \pgfmathsetlengthmacro\x{1in+\hoffset+\evensidemargin+\textwidth-0.5\pgflinewidth} \pgfmathsetlengthmacro\y{1in+\voffset+\headsep+\headheight+\topmargin-0.5\pgflinewidth} \path(current page.north west)+(\x,-\y)coordinate(B); \coordinate(O)at (0.5\pgflinewidth,0.5\pgflinewidth); \fill[opacity=0.03](O)rectangle(B); \draw(B-|O)--(O)-|(B)--(B); \end{tikzpicture} } %command for a box with exact one a page break from even to odd page %one optional argument: length correction of the box on the first page %two obligatory arguments: title, content \newcommand\IBoxEO[3][1pt]{\noindent% \begin{tikzpicture}[remember picture, overlay,line width=1pt] \pgfmathsetlengthmacro\x{1in-\hoffset-\evensidemargin+\textwidth-0.5\pgflinewidth} \pgfmathsetlengthmacro\y{1in+\voffset+\headsep+\headheight+\topmargin+\textheight+0.5\pgflinewidth+#1} \path(current page.north west)+(\x,-\y)coordinate(B); \coordinate(O)at (0.5\pgflinewidth,-0.5\pgflinewidth); \fill[opacity=0.03](O)rectangle(B); \draw(B-|O)--(O)-|(B)--(B); \path (O)+(1,0)node[draw,fill=white,anchor=west,rectangle,rounded corners=2mm]{#2}; \end{tikzpicture}% \begin{Quote}% \begin{multicols}{2}#3\end{multicols}% \end{Quote}% \vspace*{-2\baselineskip}% \begin{tikzpicture}[remember picture, overlay,line width=1pt] \pgfmathsetlengthmacro\x{1in+\hoffset+\oddsidemargin+\textwidth-0.5\pgflinewidth} \pgfmathsetlengthmacro\y{1in+\voffset+\headsep+\headheight+\topmargin-0.5\pgflinewidth} \path(current page.north west)+(\x,-\y)coordinate(B); \coordinate(O)at (0.5\pgflinewidth,0.5\pgflinewidth); \fill[opacity=0.03](O)rectangle(B); \draw(B-|O)--(O)-|(B)--(B); \end{tikzpicture} } \begin{document} \IBox{no page break}{ \lipsum[1-2] } \IBoxOE{page break: odd even}{ \lipsum[1-6] } \IBoxEO{page break: even odd}{ \lipsum[1-5] } \end{document} unfortunately it hast some drawbacks: * it needs two runs (but I can life with this) * different commands for boxes with and without page break are needed * different commands for page breaks for odd to even and even to odd pages are needed * can not handle more then one page break (would need new commands for it; but I do not plan to uses such large boxes) Are there any other alternatives I have overlooked? BTW, I'm using LuaLaTeX, maybe one can use some possibilities of Lua. I also have tryed boites and framed, but both can does not break pages when multicol is used. example for boites: \documentclass[towpages]{book} \usepackage{boites,boites_exemples} \usepackage{multicol} \usepackage{lipsum} \begin{document} \begin{boiteepaisseavecuntitre}{ Coucou ! } \begin{multicols}{2} \lipsum[1-8] \end{multicols} \end{boiteepaisseavecuntitre} \end{document} | [
0.008130439557135105,
0.021107982844114304,
-0.014827799052000046,
0.0016570077277719975,
0.0047101350501179695,
0.010396949015557766,
0.00748705118894577,
0.02278510481119156,
-0.011751207523047924,
-0.010325707495212555,
-0.00691491924226284,
0.006101799663156271,
-0.006840289104729891,
... | [
0.3521926999092102,
0.13065826892852783,
0.4429813623428345,
-0.23811061680316925,
-0.30402687191963196,
-0.10025076568126678,
0.15119414031505585,
-0.4724036753177643,
-0.1924431473016739,
-0.6736500859260559,
0.11666356772184372,
0.2359732985496521,
-0.4546090364456177,
-0.01592612825334... |
Are there any methods that one could utilize to make Random Forest more interpretable? Random Forest performs much better than CART but it is a lot less interpretable. | [
-0.0211350005120039,
0.01763683557510376,
-0.05605781823396683,
0.02648540586233139,
-0.04542068764567375,
-0.004718719981610775,
0.018416285514831543,
0.015567298978567123,
-0.0391409657895565,
-0.015993542969226837,
-0.061502039432525635,
0.011255770921707153,
0.024631066247820854,
0.031... | [
0.37218067049980164,
-0.19668789207935333,
-0.020824648439884186,
0.6638218760490417,
-0.4709971845149994,
-0.02527887374162674,
0.05885552987456322,
0.28169718384742737,
-0.49847209453582764,
-0.415658175945282,
0.4268806278705597,
0.3892039954662323,
-0.23328758776187897,
0.2238416969776... |
I would like to create a piecewise function which includes fractions. But the solutions I have found so far squish the fractions in to tiny text that is nearly illegible. The `cases` environment results in tiny text and only allows for one alignment character. \begin{align} E(r) &= \begin{cases} \frac{q}{4 \pi \epsilon_0 r^2} & \quad \text{if} \quad r > 0 \\ 0 & \quad \text{otherwise} \end{cases} \end{align} The `array` environment allows for multiple alignment characters but the text is still tiny. \begin{align} E(r) &= \left\{ \begin{array}{ll} \frac{q}{4 \pi \epsilon_0 r^2} & \quad \text{if} \quad r > 0 \\ 0 & \quad \text{otherwise} \end{array} \right. \end{align} The `split` environment should do what I want but I haven't found away around the error `! Extra }, or forgotten \right.`. It has something to do with `\left\{` and `\right.`. \begin{align} E(r) &= \left\{ \begin{split} \frac{q}{4 \pi \epsilon_0 r^2} & \quad \text{if} \quad r > 0 \\ 0 & \quad \text{otherwise} \end{split} \right. \end{align} | [
0.009370053187012672,
0.017047589644789696,
-0.003813002724200487,
0.008364285342395306,
0.00735671678557992,
0.0036343245301395655,
0.005152736324816942,
0.0323101170361042,
-0.016099998727440834,
-0.009258164092898369,
-0.00856052991002798,
0.0037081935442984104,
-0.015439089387655258,
0... | [
-0.1319037675857544,
0.2452053278684616,
0.3367486894130707,
-0.13706286251544952,
0.051077648997306824,
0.34514760971069336,
0.08079046756029129,
-0.685400128364563,
0.20982275903224945,
-0.5513166189193726,
-0.11057385057210922,
0.5606463551521301,
-0.35994642972946167,
-0.12833420932292... |
Hi I am facing an issue while deleting an .iso file from `Linux x86_64 GNU/Linux`. Here are the permissions for the file: # ls -lrt -rwxrwxr-x 1 dev devgrp 2687934464 Apr 12 14:13 FileName.iso* Here is the error I am getting: # rm -f FilsName.iso rm: cannot remove `FileName.iso': Permission denied How to resolve this Permission denied error? I am logged in as `root` user. * * * EDIT $ lsattr lsattr: Inappropriate ioctl for device While reading flags on ./FileName.02.md5 lsattr: Inappropriate ioctl for device While reading flags on ./FileName.02.iso lsattr: Inappropriate ioctl for device While reading flags on ./FileName.03.md5 lsattr: Inappropriate ioctl for device While reading flags on ./FileName.03.iso lsattr: Inappropriate ioctl for device While reading flags on ./FileName.04.iso * * * Strange issuse for me I can delete/move other files except `FileName.04.iso`. | [
0.011550160124897957,
-0.00874798558652401,
-0.01825324073433876,
0.010363062843680382,
-0.011002195067703724,
0.01902112178504467,
0.008087025955319405,
0.02133229747414589,
-0.0190964937210083,
0.014075067825615406,
-0.005125189200043678,
0.006953219883143902,
-0.020098865032196045,
0.01... | [
-0.23791886866092682,
0.15252459049224854,
1.1224523782730103,
-0.27290457487106323,
0.002709316788241267,
0.2026423066854477,
0.25704118609428406,
-0.2475571483373642,
-0.06996138393878937,
-0.462687611579895,
-0.02870783396065235,
0.31210121512413025,
-0.1838233917951584,
0.2401025742292... |
As I was studying Peterson’s _Master TOEFL Writing Skill_ , I saw the sentence: > Teamwork requires that a player **pass** the ball whoever is in the best > position to make the goal. I wonder why _pass_ does not take an _-es_ suffix in the sentence cited above. Is it a mistake? If not, could you please explain under which particular circumstances we don’t add _-es_ suffix to a present tense verb that’s in the third-person singular? | [
0.0023187228944152594,
0.012997477315366268,
-0.016393259167671204,
0.010084891691803932,
0.007728410419076681,
0.013960320502519608,
0.00813661515712738,
-0.006050873082131147,
-0.01227211020886898,
0.015277017839252949,
-0.011686480604112148,
0.013211280107498169,
0.020699748769402504,
0... | [
-0.05786566808819771,
0.2989080250263214,
-0.14267951250076294,
-0.14261703193187714,
-0.44324761629104614,
-0.21266478300094604,
0.3220820724964142,
-0.1644326150417328,
-0.6669062376022339,
-0.7895857095718384,
0.20073945820331573,
0.2251535952091217,
-0.18313539028167725,
-0.10935100167... |
I have been struggling to fit the following problem into a linear state space model for a Kalman Filter (KF). I'm having a hard time seeing what I'm doing wrong. I suspect I'm violating some law of KF state space modeling. Perhaps something is non-gaussian, non-linear, non-kosher? I have data from players who score points in a game each day. The game involves both skill and luck. With a KF in mind I am thinking about skill as the unobserved state and luck as part of the observation noise. Here is some (contrived) data: Points Scored Player Day 1 Day 2 Day 3 1 10 118 50 2 15 100 49 3 20 130 51 I am also assuming players are endowed with a skill level (relative to the other players) which does not change over time. Further, points scored are exogenously and randomly mean shifted/scaled each day. As you can see in the example data above, Player 3 is more skilled because he scores more points than the other players. Also, the distribution of points moves and scales -- that is to say means and variances of points scored change from day to day. I'll index players $i=1,\dots,N$ and time $t=1,\dots,T$. Let $y_{it}$ be the points scored by player $i$ at time $t$. My first approach was to estimate skill using something like a z-score (or a t-stat). For each player at each time step I compute: $z_{it} = \frac{y_{it} - \bar{y_t}}{s_{y_t}}$ Then I average across time to estimate skill: $\widehat{skill_i} = \bar{z_i}$ As far as I can tell, so far so good. Now I want to Kalmanize this thing so I can update estimates of skill as new data arrive. I start to think about the state and its relationship with the observable points scored. But this is where I get stuck. Suppose the true, unobservable skill level for a player $i$ is $\theta_i$ and this comes from a gaussian distribution with mean and variance $(\mu_\theta, \sigma_\theta^2)$. Luck is $\epsilon_{it}$ with mean and variance $(0,\sigma_{\epsilon}^2)$ Further suppose the common daily mean shift and scaling factor are $\alpha_t$ and $\gamma_t$, respectively, where both come from gaussian distributions with means and variances $(\mu_{\alpha}, \sigma_{\alpha}^2)$, and $(\mu_{\gamma}, \sigma_{\gamma}^2)$. I model the observed points scored by player $i$ at time $t$ as: $y_{it} = \alpha_t + \gamma_t (\theta_i + \epsilon_{it})$ The state transition equations are easy: $\theta_{it} = \theta_i$. Each player's skill is assumed to be constant across time. The player's luck is the observation noise. Although it seems like I have everything defined right, I can't quite seem to figure out how to make $\alpha_t$ and $\gamma_t$ fit into a KF model - should they be part of the state? If so, how can I get a linear KF to multiply states? If they aren't part of the state, but are time-varying coefficients, how can I make that work? And of course I should also be asking: Is the Kalman Filter even an appropriate estimation strategy for skill? Help! So many thanks in advance! | [
-0.016625918447971344,
0.02122356928884983,
0.004276130348443985,
0.022733235731720924,
0.00533773098140955,
-0.010437637567520142,
0.010638082399964333,
-0.02269085682928562,
-0.014261731877923012,
0.01617446169257164,
-0.012222213670611382,
0.020863264799118042,
-0.022294022142887115,
0.... | [
0.22161729633808136,
0.2942604124546051,
-0.11360601335763931,
-0.2596973776817322,
-0.1256251335144043,
0.001266788225620985,
-0.10089048743247986,
-0.17442375421524048,
-0.10409145057201385,
-0.7204740643501282,
0.25791239738464355,
0.40830671787261963,
-0.026159536093473434,
0.363379746... |
I looked at the publisher's system requirements for Adobe Air. I compared that list to Huawei's device specs, but Huawei's list doesn't mention if the device has > ARMv7 processor with vector FPU, minimum 550MHz, OpenGL ES 2.0, H.264 and > AAC HW decoders How can I figure out why the store says the device is incompatible, and whether that conclusion is correct? I would prefer an answer that didn't involve installing the SDK, but if it requires reading and comparing device.prop and the APK, please provide a link to suitable directions. | [
-0.03591129183769226,
0.008903276175260544,
-0.001863960176706314,
0.003830249421298504,
-0.019811704754829407,
0.0011419644579291344,
0.008117202669382095,
0.024211211130023003,
-0.011703616008162498,
-0.008785145357251167,
-0.0023996992968022823,
0.011138872243463993,
0.002934584626927972,... | [
0.35379356145858765,
0.12850424647331238,
0.6801676154136658,
0.39868584275245667,
-0.22489622235298157,
0.05156846344470978,
0.059290699660778046,
-0.5118021965026855,
0.1728711724281311,
-0.2794235050678253,
0.020981715992093086,
0.9223933815956116,
-0.1935112327337265,
-0.06329768151044... |
I'm trying to level up leather working, but I'm having a lot of trouble since I require a lot of Jute in order to do so, but it seems to be fairly rare. I'm currently level 30, and my Leather working is only 49, so I think it's under leveled. What mobs and locations are good for quickly farming Jute scraps? | [
0.018434468656778336,
0.014281014911830425,
-0.03274456784129143,
-0.010291850194334984,
-0.012756011448800564,
0.01088915765285492,
0.00914586428552866,
-0.0165387075394392,
-0.03127719461917877,
0.0064409957267344,
0.009630844928324223,
0.018350237980484962,
-0.02652824856340885,
0.00056... | [
0.5110489726066589,
0.308066725730896,
0.35075461864471436,
-0.3313116431236267,
0.2802737355232239,
0.11497768759727478,
0.6633952260017395,
0.053911514580249786,
-0.4081984758377075,
-0.6667504906654358,
0.24240902066230774,
0.9499223828315735,
0.4467747211456299,
0.011340610682964325,
... |
I want to access the keyboard device driver. I usually accesses it by looking at `/dev/input/by-name` but the event provided by it gets changed every time I log in. After searchin on the Net, I found that this problem can be removed if I use `/by-id` but I am unable to find any device there in that folder. | [
-0.011049583554267883,
0.005035256966948509,
-0.00886158924549818,
0.0008039949461817741,
-0.007109786383807659,
0.023663334548473358,
0.009019121527671814,
0.00017947651213034987,
-0.018040873110294342,
0.0023845802061259747,
0.001301028998568654,
0.008840998634696007,
-0.004442363511770964... | [
0.07048652321100235,
0.3422599732875824,
0.3150874078273773,
-0.20509764552116394,
0.25392764806747437,
-0.029458213597536087,
0.16227002441883087,
0.18659116327762604,
-0.06231167912483215,
-0.7687205076217651,
0.02992876060307026,
0.701574444770813,
-0.08556666970252991,
0.38114988803863... |
Suppose that a random variable has a lower and an upper bound [0,1]. How to compute the variance of such a variable? | [
0.025234615430235863,
0.048677846789360046,
0.0026510690804570913,
0.008263029158115387,
-0.0655989795923233,
-0.005951188504695892,
0.013226427137851715,
0.0024862554855644703,
-0.019540822133421898,
0.009069514460861683,
-0.033679671585559845,
0.04616106301546097,
-0.010167915374040604,
... | [
-0.00910379271954298,
-0.23975741863250732,
-0.11117246747016907,
0.2781141996383667,
0.08322831988334656,
0.23474323749542236,
0.005631142295897007,
-0.4579225778579712,
0.22498907148838043,
-0.2913495898246765,
0.10404039174318314,
0.24684447050094604,
-0.24836063385009766,
0.03775566443... |
I'm trying to compute the wavefunction for a Majorana state in an nanowire/superconductor hybrid system, like arXiv: Majorana Fermions and a Topological Phase Transition in Semiconductor-Superconductor Heterostructures. I use the same ansatz for the wavefunction $\Psi\left(x\right) = Ae^{zx}$ and obtain the characteristic polynomial $$ z^{4} + 4\left(\mu + 1\right)z^{2} + 8\lambda\Delta z + 4\left(\mu^{2} + \Delta^{2} - V^{2}\right) = 0\text{,} $$ where $\mu$ the chemical potential, $V$ the Zeeman field, $\Delta$ the superconducting gap and I know that $u_{\sigma} = \lambda v_{\sigma}$ where $u_{\sigma}$ describes electron states and $v_{\sigma}$ describes hole states with $\lambda = \pm 1$.To solve the above equation I use the fundamental theorem of algebra: $$ z^{4} + 4\left(\mu + 1\right)z^{2} + 8\lambda\Delta z + 4\left(\mu^{2} + \Delta^{2} - V^{2}\right) = z^4 - \left(z_1 + z_2 + z_3 + z_4\right)z^3 + \left(z_1 z_2 + z_1 z_3 + z_1 z_4 + 2_2 z_3 + z_2 z_4 + z_3 z_4\right)z^2 - \left(z_1 z_2 z_3 + z_2 z_3 z_4 + z_1 z_3 z_4\right)z + z_1 z_2 z_3 z_4 = 0\text{,} $$ where $z_{i}$ are the roots. We see directly that $$ \sum_{i = 1}^{4} z_i = 0 \text{ and } \prod_{i = 1}^{4} z_i = 4\left(\mu^{2} + \Delta^{2} - V^{2}\right)\text{.} $$ Now we can study different cases: the most interested case is when $z_{1/2}$ are complex and $z_{3/4}$ real. In this case we obtain $$ z_{1/2} = a \pm ib $$ and $$ z_{3/4} = -a \pm \sqrt{a^{2} - \frac{4\left(\mu^{2} + \Delta^{2} - V^{2}\right)}{a^2 + b^2}}\text{.} $$ In the publication they write that they have 4 boundary condition and 1 condition from the normalization.Okay, two from the fact that the wavefunction must localized at ends, so that I can write $$ \Psi\left(0\right) = \Psi\left(L\right) = 0\text{,} $$ and the same fact for the derivative of the wavefunction $$ \Psi^\prime\left(0\right) = \Psi^\prime\left(L\right) = 0\text{.} $$ Edit: In the paper above they study two cases. In the first $\left(\mu^{2} + \Delta^{2} - V^{2}\right) > 0$ they say that they have 4 boundary condition and 1 condition from normalization but only 4 coefficients. I can explain that they neglect the two complex wavefunctions. However, in the opposite case $\left(\mu^{2} + \Delta^{2} - V^{2}\right) < 0$ they write that they have 6 coefficients and 6 Condition to solve the equation. But now I'm completly confused! Why now 6 coefficients and 6 conditions? | [
-0.002604655222967267,
0.008621558547019958,
-0.007594483904540539,
0.00668154563754797,
-0.015439260751008987,
-0.01239635981619358,
0.009546760469675064,
-0.014595653861761093,
-0.015482899732887745,
0.010671881958842278,
-0.00033008563332259655,
0.009006453678011894,
-0.02251504361629486,... | [
-0.07575961202383041,
-0.044164080172777176,
0.302704781293869,
-0.17704537510871887,
-0.02515539526939392,
0.1896226406097412,
-0.11559782922267914,
-0.19998423755168915,
0.11056576669216156,
-0.47236862778663635,
0.0006232609157450497,
0.4274907112121582,
-0.23007015883922577,
0.72837710... |
Dropbox provides LAN Sync for PCs to save time & money. Is there any way to enable it for Android devices? All Dropbox sync apps use only internet for syncing. | [
-0.04702162742614746,
-0.002938958816230297,
0.0031570892315357924,
0.02804890275001526,
0.010141032747924328,
-0.0421878807246685,
0.015185173600912094,
0.03468833491206169,
-0.03782728314399719,
-0.042655982077121735,
-0.013939826749265194,
0.03858697786927223,
-0.0015988793456926942,
0.... | [
0.6068833470344543,
-0.011081291362643242,
0.6351604461669922,
0.29694029688835144,
0.3039325773715973,
-0.020324572920799255,
0.09551669657230377,
0.4515497088432312,
-0.06441891938447952,
-0.5577036738395691,
0.08501231670379639,
0.2494691163301468,
-0.4851050078868866,
-0.33075016736984... |
In real world I have a xsd in a jar file across various releases I am trying to check whether xsd has changed across releases 10.x.y.z to 11.a.b.c I have different release directories which are read only like below in some /m/n/i/10.x.y.z or 11.x.y.z. I want to search for abc.jar which can be buried in my release directory 10.x.y.z or 11.x.y.z in some p/q/r/abc.jar across all those releases and extract xyz.xsd from them and do a diff between them?Also i do not have write permission to the release directories. How can I achieve it in Unix or shell script? I'm new to Unix. Directory structure . |-- 10.1.2.2.0 | `-- GENERIC | `-- RELEASE -- x/y/z/abc.jar |-- 10.1.2.3.0 | `-- GENERIC | `-- RELEASE -- x/y/z/abc.jar |-- 10.1.3.1.0 | `-- GENERIC | `-- RELEASE |-- 10.1.3.3.0 | `-- GENERIC | `-- RELEASE |-- 10.1.3.3.0-HOTPLUG | `-- GENERIC | `-- RELEASE |-- 10.1.3.3.0BPA | `-- GENERIC | `-- RELEASE |-- 10.1.3.3.0WEBSPHERE | `-- GENERIC | `-- RELEASE |-- 10.1.3.3.1 | `-- GENERIC | `-- RELEASE |-- 10.1.3.4.0 | `-- GENERIC | `-- RELEASE |-- 10.1.3.4.0MLR1 | `-- GENERIC | `-- RELEASE |-- 10.1.3.4.0MLR10 | `-- GENERIC | `-- RELEASE |-- 10.1.3.4.0MLR2 | `-- GENERIC | `-- RELEASE |-- 10.1.3.4.0MLR3 | `-- GENERIC | `-- RELEASE |-- 10.1.3.4.0MLR4 | `-- GENERIC | `-- RELEASE |-- 10.1.3.4.0MLR5 | `-- GENERIC | `-- RELEASE |-- 10.1.3.4.0MLR6 | `-- GENERIC | `-- RELEASE |-- 10.1.3.4.0MLR7 | `-- GENERIC | `-- RELEASE |-- 10.1.3.4.0MLR8 | `-- GENERIC | `-- RELEASE |-- 10.1.3.4.0MLR9 | `-- GENERIC | `-- RELEASE |-- 10.1.3.5.0 | `-- GENERIC | `-- RELEASE |-- 10.1.3.5.0.QA.06012009 | `-- GENERIC | `-- RELEASE |-- 10.1.3.5.1 | `-- GENERIC | `-- RELEASE |-- 10.1.3.5.2 | `-- GENERIC | `-- RELEASE |-- 10.1.3.5.3 | `-- GENERIC | `-- RELEASE |-- 10.1.3QAMLR6 | `-- GENERIC | `-- RELEASE |-- 11.1.1.1.0 | `-- GENERIC | `-- RELEASE |-- 11.1.1.1.0.BPA | `-- GENERIC | `-- RELEASE |-- 11.1.1.1.0.CEP | `-- GENERIC | `-- RELEASE |-- 11.1.1.2.0 | `-- GENERIC | `-- RELEASE |-- 11.1.1.3.0 | `-- GENERIC | `-- RELEASE `-- 11.1.1.4.0 `-- GENERIC `-- RELEASE 93 directories, 0 files | [
0.011373423039913177,
0.022026242688298225,
-0.017770063132047653,
0.010331060737371445,
0.015915118157863617,
0.022299982607364655,
0.009009383618831635,
0.00935196503996849,
-0.01993492804467678,
-0.03438567742705345,
-0.003327794838696718,
0.006879422347992659,
-0.010606019757688046,
0.... | [
0.6519297957420349,
0.04136067256331444,
0.1986514776945114,
0.24371638894081116,
0.11115428805351257,
0.2808607518672943,
0.19998686015605927,
0.27362486720085144,
-0.09883300960063934,
-0.5470013618469238,
0.26180246472358704,
0.5991916060447693,
-0.4596502184867859,
-0.32636043429374695... |
Under Mac OSX (Mountain Lion), I have a shell script "a": #!/bin/bash open -a Terminal b which run another shell script "b" using Terminal: echo `pwd` Something interesting is that, no matter where my running scripts are located, the `pwd` command in "b" always returns the home directory. Questions: 1. Why does this happen? 2. How to set the running environment to be the working instead home directory (ie, return the working directory when arriving at `pwd`) | [
-0.014510927721858025,
0.018899859860539436,
-0.009325024671852589,
0.01947472244501114,
-0.01226300373673439,
-0.01314407680183649,
0.008908990770578384,
0.015133924782276154,
-0.015223929658532143,
-0.010547026060521603,
-0.02390354685485363,
0.004505005199462175,
0.006230886094272137,
0... | [
0.13021589815616608,
0.41866448521614075,
0.1349409520626068,
-0.404069721698761,
0.022544486448168755,
-0.0670534297823906,
0.4768839478492737,
-0.22955182194709778,
-0.20452861487865448,
-0.39803415536880493,
-0.04741179943084717,
0.7649236917495728,
-0.30439630150794983,
-0.171154379844... |
I am trying to loop through a shapefile, selecting each feature in turn and copying it to a temporary shapefile to by included in a union analysis. I'm using a cursor to find the ID name for each feature which I'm setting to a varible 'Name'. Whenever I try to use this variable as part of the where clause in arcpy.Select_analysis I get an error: ExecuteError: ERROR 999999: Error executing function. An invalid SQL statement was used. An invalid SQL statement was used. Failed to execute (Select). The code I'm using is: Name = 101 where = "\'\"StudyID\" = \\'"+str(Name)+"\\'\'" arcpy.Select_analysis("C:\\input.shp", "C:\\output.shp", where) If I type it out without using the variables: arcpy.Select_analysis("C:\\input.shp", "C:\\output.shp", '"StudyID" = \'101\'') it works fine What to I need to do to fit the variable into the sql statement? | [
0.006652909331023693,
0.01509201992303133,
-0.01402578316628933,
0.015378673560917377,
-0.010774382390081882,
0.004099083133041859,
0.00860205665230751,
0.020729273557662964,
-0.016422098502516747,
-0.005909810774028301,
-0.009661978110671043,
0.018831375986337662,
-0.015782736241817474,
0... | [
0.5208532214164734,
-0.03209882602095604,
0.05100392550230026,
-0.12376562505960464,
0.03878769651055336,
0.32970917224884033,
0.3389986753463745,
-0.23116622865200043,
-0.05395463854074478,
-0.6273145079612732,
0.12541446089744568,
0.23521068692207336,
-0.543898344039917,
0.25930377840995... |
* * * One of my clients has installed a theme where when a visitor enters their username and email to register as a new user they get shown a link to download a custom report file. This was working fine on my clients test installation, but now they've converted the site to a live site the download link doesn't show and instead the page uses the homepage template... I'm stumped as to why it's happening so any advice would be great. Here's the test page Here's the live page Here's a jsFiddle of the PHP code | [
-0.008508102968335152,
-0.006973570212721825,
0.01221448928117752,
0.011121703311800957,
0.01843789406120777,
-0.019834566861391068,
0.005579784512519836,
-0.008556983433663845,
-0.0177510567009449,
-0.029261544346809387,
-0.005367989186197519,
0.006550030317157507,
0.007788640446960926,
0... | [
0.5042091012001038,
0.40068039298057556,
0.5497357845306396,
-0.0948609858751297,
-0.12329962104558945,
-0.09864512085914612,
0.3837320804595947,
0.2672992944717407,
-0.5146042704582214,
-0.5003242492675781,
0.19624210894107819,
0.34575024247169495,
-0.03088872879743576,
0.2542131841182709... |
I am doing a geocache in Arizona. The Linux code for the coordinates are written as -w-rw---x r---wxrwx any 2 can be substituted for a 9. The false coordinates are N 33 27.000 W 112 20.000 so it should be close to this. Is there an emulator I could use to get this calculated? | [
0.001461727311834693,
0.02138611488044262,
-0.016370875760912895,
-0.0036356484051793814,
-0.03707273676991463,
-0.0008719570469111204,
0.01144200749695301,
-0.005989478435367346,
-0.021804289892315865,
-0.02191559411585331,
0.0006738545489497483,
0.00752611830830574,
-0.018797025084495544,
... | [
0.43984219431877136,
0.4245605170726776,
0.5129896402359009,
-0.01725609041750431,
0.43014389276504517,
0.15833885967731476,
0.5112020373344421,
0.5174339413642883,
-0.14107993245124817,
-0.3294715881347656,
0.32775843143463135,
-0.048841021955013275,
-0.11973048001527786,
-0.0781104788184... |
I would like to get the "This. Is. SKATEBOARDING" achievement in tony hawks pro skater hd (xbox360) but it requires that I win a match online. The problem is that there is literally no one else active on the game anymore. Any help guys? | [
-0.0062162927351891994,
-0.019484013319015503,
-0.012176535092294216,
0.02527022361755371,
0.0173313170671463,
-0.01196488831192255,
0.009238818660378456,
-0.018446438014507294,
-0.019359447062015533,
0.008907599374651909,
-0.009976713918149471,
0.01149718463420868,
-0.023861169815063477,
... | [
0.6562725305557251,
0.06698863208293915,
0.49011480808258057,
0.43724003434181213,
-0.21243232488632202,
-0.6251155734062195,
0.6499200463294983,
0.5261160731315613,
-0.13252967596054077,
-0.7636088728904724,
0.47506654262542725,
0.536928653717041,
0.23175495862960815,
-0.19370579719543457... |
We're about to venture into building a brand new SAAS application that needs to have a great looking and sophisticated front end. The UI is meant to be single-page, built on top of Web API and using Typescript. Backend is in ASP.NET/MVC. UI will be heavy on charts/graphs/reports/dashboards as well as data/entry of parameters. Dashboards need to be "live", but all other data can be refreshed on screens manually, no need to live-push it. Goals for the framework revolve around the following criteria: 1) Ability to acceptance-test UI data layer without Selenium (ie: json only, don't want to maintain tests at the brittle HTML layer) 2) Ability to work with Typescript 3) Great tooling with respect to Visual Studio 4) Easy to work with, understand, and catch issues/errors. 5) Html5 and responsive design are very important Appreciate any advice or follow up questions | [
-0.013888661749660969,
0.0075963521376252174,
0.0073626539669930935,
0.0041435700841248035,
0.022682320326566696,
-0.004823426716029644,
0.006945928558707237,
0.010515311732888222,
-0.012294147163629532,
-0.0219328161329031,
-0.013624370098114014,
0.0018037224654108286,
0.0000575752928853035... | [
0.49968019127845764,
0.06947281956672668,
0.6491385102272034,
0.21036396920681,
0.09686539322137833,
-0.19510826468467712,
0.06375479698181152,
0.02085496485233307,
0.1326751708984375,
-1.1228541135787964,
-0.26951491832733154,
0.3205163776874542,
-0.12796857953071594,
-0.19363753497600555... |
I'm a tech lead for a small team. One of the major tasks on my plate is communicating with the client. One thing I find particularly difficult is dealing with deadlines because they are mandated by the client and I'm frequently not consulted. Usually, the interaction follows the following pattern. The client comes up with a feature they want to add, Feature X. Feature X would look good in the next week's app release that is about 6 business days away. At this point, the feature request needs to go through approval and there are frequently other dependencies that need to be deal with. Eventually, N days later, the feature request trickles down to my team. Even if the original dead line (that was set by a non-developer manager) was achievable it no longer is. My team is blamed, ~~feels discouraged and there's an overall atmosphere of defeat~~ , I feel discouraged and defeated. Clearly the overall process is broken. Unfortunately, there's not much I can do because I'm not in a position of power here. My current approach is to gently remind the client about our start date versus the deadline, the scope of the Feature, etc. This feels a lot like I am making excuses though. Have you guys been in similar situations? What has/hasn't worked for you? | [
0.010393970645964146,
0.007966212928295135,
-0.01615763269364834,
0.002342314925044775,
0.005743198562413454,
0.001440981519408524,
0.006352606229484081,
0.006666750647127628,
-0.007843827828764915,
-0.015006935223937035,
-0.018042735755443573,
0.012039788998663425,
0.0017886500572785735,
... | [
0.6588669419288635,
0.26758134365081787,
0.4262675940990448,
-0.25039851665496826,
0.177621990442276,
0.2917632758617401,
0.2318466603755951,
0.41783714294433594,
-0.25592583417892456,
-0.7005748748779297,
-0.1047786995768547,
0.5531420707702637,
0.17261245846748352,
0.23180927336215973,
... |
I want to design a website that, in addition to the usual parts like blog, contact us, image gallery, etc., has another part for books and articles. The admin must be able to enter book and article details (title, author, reference, publisher, publish date, etc.) to these posts and users must have an advanced search to find the books and articles which they want. Since I use WordPress for the whole site, should I write plugins for the books and articles parts? Or use WordPress for the usual parts and write a separate PHP page for books and articles? If you advise WordPress, how can I create an advanced search? | [
0.00968023482710123,
0.013902760110795498,
0.004432734102010727,
0.021864863112568855,
-0.006784525699913502,
0.01776900887489319,
0.010622873902320862,
-0.0021248660050332546,
-0.015720272436738014,
-0.012157972902059555,
-0.014532060362398624,
0.012027265504002571,
0.005722949281334877,
... | [
0.5719504356384277,
0.30867594480514526,
0.2895059883594513,
0.2205551713705063,
0.055813051760196686,
-0.13022713363170624,
0.19778691232204437,
0.13484247028827667,
0.13385124504566193,
-0.3890552520751953,
-0.09425580501556396,
0.3655794560909271,
0.0160506684333086,
0.21719008684158325... |
I would like to trace a shell script for debugging purposes without having to modify its source code (e.g. change the shebang or insert a `set -x` at the beginning). It is a dpkg postinst script, so not actually called by myself on the shell. In hope of finding an environment variable for this I searched the man page for `dash`, but could not find anything. Is there some way to do this? | [
-0.01099709514528513,
0.019955091178417206,
0.008557628840208054,
0.008214708417654037,
0.015464669093489647,
-0.00025296962121501565,
0.006604795344173908,
-0.00535090547055006,
-0.0170427318662405,
-0.027755042538046837,
-0.01214955560863018,
0.005055493209511042,
-0.0160283911973238,
0.... | [
0.37475305795669556,
0.17494745552539825,
-0.007114083971828222,
0.11318507045507431,
0.07754047960042953,
-0.20327262580394745,
0.5392901301383972,
0.008138095028698444,
-0.1413358747959137,
-0.30448272824287415,
0.2513931393623352,
0.24627822637557983,
-0.13755789399147034,
-0.0241585280... |
I have a server running Centos 5.10 with no internet access that I control remotely on which I'd like to install PHP-Soap. I also have an identical box in the office which is a clone of the remote machine. PHP-Soap is already installed on the local machine. I found that one can use `ldd` to list dependencies of an executable. But to run this you need an executable in the `/bin/` folder So my question is: **_How can I list all dependencies needed to install PHP- Soap?_** | [
0.005477088503539562,
-0.00436228234320879,
-0.014156240038573742,
0.006996565498411655,
-0.027995146811008453,
-0.0015892639057710767,
0.007514105178415775,
-0.0010916232131421566,
-0.016067184507846832,
-0.007188278250396252,
-0.00993514433503151,
-0.00414763018488884,
-0.00916299223899841... | [
0.4627918601036072,
0.29090455174446106,
0.31748536229133606,
0.039092984050512314,
-0.10299300402402878,
0.09022900462150574,
0.14931483566761017,
-0.10745339095592499,
-0.032721247524023056,
-0.8566491603851318,
0.23633646965026855,
0.5408903360366821,
-0.1091250330209732,
0.332577586174... |
I would like to find all occurrences of a full stop "." followed by a capital letter in a string and have these replaced with a "; ". How do I do this in Mathematica? e.g. `string="this is a test.A new sentence here"` -> output "this is a test; A new sentence here" Edit: and also one other pattern matching question - in a string I would like to have every other line occuring before a next line (\n) being deleted - how do I do that one? e.g. string="this line should be deleted\nthis one not\nbut this one should be deleted too\nthis one not" -> output "this one not\nthis one not" | [
0.007773525547236204,
0.006329523865133524,
-0.007705386262387037,
0.005569655913859606,
0.03645208477973938,
0.020907901227474213,
0.006085813976824284,
0.032699622213840485,
-0.017631465569138527,
-0.007030019536614418,
-0.006160723976790905,
-0.0023882780224084854,
-0.0000407462939620018,... | [
0.027660837396979332,
0.11309240758419037,
0.10533184558153152,
-0.05126749351620674,
-0.2584689259529114,
-0.06239699944853783,
0.40906932950019836,
-0.10907848179340363,
-0.1268066018819809,
-0.5712906718254089,
-0.10367307811975479,
0.3777080774307251,
-0.07615691423416138,
-0.266130626... |
I am not a native speaker of the language and I was recently corrected when pronouncing patronizing "paytronizing" when meaning condescending. I was told it is wrong to pronounce it that way; however, after looking it in dictionaries, I found both pronunciations to be accepted and no information on differences in usage. Should I stop pronouncing it paytronizing? Does it have a different connotation/denotation when using one or the other pronunciation? | [
-0.0011084815487265587,
0.01913963258266449,
-0.00760867353528738,
0.027993788942694664,
-0.030963001772761345,
-0.01572207547724247,
0.009972557425498962,
-0.01675998792052269,
-0.015282101929187775,
0.028656134381890297,
-0.0060617695562541485,
0.0036640199832618237,
-0.006447008810937405,... | [
0.5521920323371887,
0.5416797399520874,
0.16277416050434113,
-0.4199678599834442,
-0.1914757490158081,
0.11273559927940369,
0.783272385597229,
0.7469070553779602,
0.14618274569511414,
-0.3836662173271179,
0.26608288288116455,
0.5270426869392395,
-0.2509475648403168,
-0.056136272847652435,
... |
Has anyone used Google's Data Highlighter tool and compared the benefit of using it against adding structured data without using the Highlighter? I've coded in Schema tags within the markup of our site and have not used the Highlighter because we have a modal popup that displays on page load which I'm unable to dismiss in Google's Highlighter tool. Just curious if it's worth disabling our popup to utilize the feature, or if it adds nothing since I've already done it in the markup. | [
-0.014721915125846863,
-0.008389262482523918,
-0.0013460902264341712,
0.016967613250017166,
-0.018973691388964653,
0.0008261047187261283,
0.009799247607588768,
-0.012007157318294048,
-0.017999490723013878,
-0.01315164752304554,
-0.01317898090928793,
0.002148327650502324,
-0.00307175540365278... | [
0.6663819551467896,
0.20491863787174225,
-0.1281648576259613,
0.14353731274604797,
-0.20290744304656982,
-0.12122754752635956,
0.09918151050806046,
0.11064030230045319,
-0.29216325283050537,
-0.3691442906856537,
0.24873211979866028,
0.46658188104629517,
0.041509561240673065,
-0.14123883843... |
I have never seen an example use for the mysterious `Raw` function: > **Raw[ _h_ , _"hexstring"_ ]** > constructs a raw data object with head h, and with contents corresponding > to the binary bit pattern represented by the string hexstring, interpreted > as a hexadecimal number. The documentation also makes clear that it must be used carefully: > * Raw should be used only under very special circumstances. > > * It is possible to crash Mathematica by creating a fundamental > Mathematica data object with Raw, and specifying illegal internal data for > it. If you create an object with head Real, but with internal data > incompatible with Mathematica Real numbers, you may end up crashing your > whole Mathematica session. > > In fact it also states: _As of Version 6.0, Raw is no longer supported._ Pre-v6.0 documentation gives _some_ indication of application, no details, and more admonition: > As an optimization for some special kinds of computations, the raw data in > Mathematica atomic objects can be given explicitly using `Raw[head, > "hexstring"]`. The data is specified as a string of hexadecimal digits, > corresponding to an array of bytes. When no special output form exists, > `InputForm` prints special objects using `Raw`. _The behavior of`Raw` > differs from one implementation of Mathematica to another; its general use > is strongly discouraged._ Nevertheless I regularly find use for other deprecated functions such as `Compose` and `ToHeldExpression`, and I am curious. How can one use this function? | [
0.004747495055198669,
0.012031806632876396,
-0.011694607324898243,
0.008601795881986618,
-0.008603209629654884,
0.010409447364509106,
0.007764475420117378,
0.000006768503226339817,
-0.015610110014677048,
-0.03368265926837921,
-0.005799805745482445,
-0.0021757101640105247,
-0.0003477614372968... | [
0.10927755385637283,
0.10095516592264175,
-0.15672330558300018,
0.24502186477184296,
-0.4241785407066345,
-0.3813844621181488,
0.13327230513095856,
0.049104899168014526,
0.007730565033853054,
-0.45658963918685913,
-0.018900191411376,
0.6035848259925842,
-0.14710870385169983,
0.062609486281... |
I am working on a number of EEG data sets for binary classification. A good example of one is publicly available here. If you look at what Matthias Kaper did to classify that set, one thing that jumps out is that he made sure to train with an equal number of samples from each class. Say you have such a data set, with, say, 300 trials from class 1, and 700 trials from class 2, with class frequencies determined by experiment (not inherent to the process generating the signals). If you sample, say, 70% of the trials for training uniformly, you end up with roughly the same frequencies in the training set. Let's say you still want 70% of the **total trial count** for training, but you also want equal class frequencies. If you want 50% of 70% of 1000 trials for each class, you need 350 trials from each class, but that's more than you have for class 1! Is there a safe way to resample up to this fraction of the available data while keeping class frequencies equal, or should you give up and use something like 70% of the smaller class trials (210 from each)? | [
0.013464648276567459,
0.01856366917490959,
-0.017313972115516663,
0.007728010881692171,
-0.005466318689286709,
0.02227591536939144,
0.009488686919212341,
-0.0036809854209423065,
-0.014870180748403072,
0.014146348461508751,
-0.011861883103847504,
0.016565188765525818,
-0.011536497622728348,
... | [
0.7150622010231018,
0.09441142529249191,
-0.5391336679458618,
0.10686428099870682,
0.004022834822535515,
0.4242135286331177,
0.4198680520057678,
-0.4491610527038574,
-0.1751985251903534,
-0.4117903709411621,
0.14218297600746155,
0.1515679806470871,
-0.25535207986831665,
-0.0222225338220596... |
I’d like to have a page added by default when a new site is created with WP Multisite. So I have my function that creates two pages: function my_default_pages() { $default_pages = array('Impress', 'Contact'); $existing_pages = get_pages(); foreach($existing_pages as $page) { $temp[] = $page->post_title; } $pages_to_create = array_diff($default_pages,$temp); foreach($pages_to_create as $new_page_title) { // Create post object $my_post = array(); $my_post['post_title'] = $new_page_title; $my_post['post_content'] = 'This is my '.$new_page_title.' page.'; $my_post['post_status'] = 'publish'; $my_post['post_type'] = 'page'; // Insert the post into the database $result = wp_insert_post( $my_post ); } } And I found out that I have to hook into the `wpmu_new_blog`[1] action that fires when a new site is created. add_action('wpmu_new_blog', 'my_default_pages'); But I don’t know how make both working together … | [
-0.0009423014707863331,
0.01995096355676651,
0.007125122472643852,
0.00042237306479364634,
-0.009630233980715275,
-0.003629680722951889,
0.006801201030611992,
0.003077130299061537,
-0.010649319738149643,
-0.007866183295845985,
-0.004559430293738842,
0.006157470401376486,
-0.00061058334540575... | [
0.4555625915527344,
-0.17829929292201996,
0.7163916826248169,
-0.3559655249118805,
0.10943925380706787,
0.21417582035064697,
0.08688053488731384,
-0.3665716350078583,
0.02374938130378723,
-0.8858088254928589,
-0.051508259028196335,
0.14954513311386108,
-0.33171945810317993,
0.2252159863710... |
When an enemy is hit with a fire enchanted weapon they catch on fire and take additional damage over time. How long does that last? | [
-0.03967466577887535,
0.065009705722332,
-0.014367073774337769,
-0.011820698156952858,
-0.009632715955376625,
-0.017344627529382706,
0.01741825044155121,
-0.021379416808485985,
-0.02611800655722618,
-0.01137683168053627,
-0.049118772149086,
0.04291041940450668,
-0.005223629996180534,
0.013... | [
0.32195478677749634,
0.34265488386154175,
0.33239200711250305,
0.20187042653560638,
-0.30359435081481934,
-0.34731513261795044,
0.6224976181983948,
-0.4191332161426544,
-0.22852188348770142,
-0.07440613955259323,
-0.12199637293815613,
0.13017281889915466,
0.36508482694625854,
-0.1382308751... |
On my Archives page, I list categories with post counts. I've modified the post count by removing the parentheses, wrapping them in a span that floats them to the right, and putting the word "Entries" after each post count. But I'd like the text after the count to change for categories with only a single post (i.e. "Entry" instead of "Entries"). My current code for this is: <?php $variable = wp_list_categories('title_li=&echo=0&show_count=1'); $variable = str_replace( '(', '<span class="cat-count">', $variable); $variable = str_replace( ')', ' Entries</span>', $variable); echo $variable; ?> How can I modify this so that categories with 1 post say "1 Entry" and those with more than 1 say "X Entries"? You can see my Archives page here | [
0.022776247933506966,
0.006523231975734234,
-0.016399484127759933,
0.023188874125480652,
0.02505773864686489,
0.0034748055040836334,
0.008007441647350788,
-0.006382844410836697,
-0.013199953362345695,
0.018153920769691467,
-0.010185948573052883,
-0.008581378497183323,
-0.011070631444454193,
... | [
0.3175591230392456,
0.20402418076992035,
0.6334280967712402,
-0.19400456547737122,
-0.31314894556999207,
0.007990172132849693,
0.2226155549287796,
-0.48902082443237305,
-0.5687306523323059,
-0.2769770622253418,
0.07412630319595337,
0.11561635136604309,
-0.03284703940153122,
0.6037179231643... |
I recently interviewed for a position at a large Fortune 500 company at the recommendation of a friend. Yesterday, they made me an offer for 55k. I currently work at a small, 35 person company making 50k. I interned there for six months, and was converted officially to a full time employee a year and two months ago (I worked full time as an intern but had no benefits). Pros about the company I'm currently with: * Small, I can talk to the boss directly or pull him aside whenever * Wide array of responsibilities - I can go from doing .Net development to working on a database at any given time. May program one minute and talk to our customer for clarification the next. * Very comfortable. I love the people I work with. We get a lot of awesome small benefits that would come with a small company. Family atmosphere - very close to who I work with. * Excel at the job. I do what I do very well. There's a future in terms of job security. * Passionate. I love what I work on - aeronautics. I find it fascinating. The big company works with trading stocks, and I have no care for that field at all - I fear I'll get bored because of that. * Vacation hours. 24 vs. 12 at new company. Pros of big company: * Work alongside two great friends. They have personally attested to really enjoying the job. * Better pay, better benefits. * Much more accelerated skill set development. Where the small company lets me flex a wide array of skills, this company will ultimately make me a better programmer, as I feel that I'm not quite learning as much as I should - they aren't entirely up to date on some higher level programming concepts. * Recognizable name may get foot in the door later for better jobs elsewhere. The decision has me wrecked. I'm not quite sure what to do. Advice? I don't plan on staying at the small company forever, as I'd like to go somewhere that pushes me harder and allows me to learn a lot, but I'm just not sure if this is the place I want to jump to. Should I, or should I keep looking? | [
0.013290990144014359,
0.001147461705841124,
-0.017590617761015892,
-0.0019222188275307417,
0.0038924599066376686,
0.01720375195145607,
0.006656043231487274,
-0.005365485325455666,
-0.015192237682640553,
0.021406367421150208,
-0.015011372976005077,
0.0028201015666127205,
0.029106032103300095,... | [
0.5954375267028809,
0.24153800308704376,
0.3349543511867523,
-0.16777253150939941,
0.1681966632604599,
0.17049621045589447,
0.059845466166734695,
0.3124554455280304,
-0.46267929673194885,
-0.45971906185150146,
0.1077449768781662,
0.38474801182746887,
0.5055351853370667,
0.26350903511047363... |
I have a strange issue with DNS resolving: Root of the problem is that I get curl errors: "Error executing HTTP request: name lookup timed out". Tried to ping some sites, all resolved fine (and fast). When trying Lynx with the same sites, some resolve really, really slow. Using Debian Wheezy. Now tried `gethostbyname()` in a PHP script, and that worked without problems. Why is the resolve fast with ping/php but extremely slow with Lynx/curl (curl ran from php). I had this issue some months ago but since then it was working, until now. | [
-0.0035488447174429893,
0.002022073371335864,
-0.016222074627876282,
-0.0018468826310709119,
-0.028483804315328598,
0.0008307816460728645,
0.009850068017840385,
0.02615848183631897,
-0.014208993874490261,
-0.0032195160165429115,
-0.010118306614458561,
0.010201445780694485,
-0.029819322749972... | [
-0.09773650020360947,
0.038152799010276794,
0.43038681149482727,
0.1630898267030716,
-0.2698787450790405,
-0.4083571135997772,
0.5429443717002869,
0.1864461600780487,
-0.38228100538253784,
-0.7763235569000244,
0.13521429896354675,
0.42677852511405945,
-0.25345930457115173,
0.11049594730138... |
I have a CV with a vast array of different technologies that I've used at my former jobs. In my experience at those jobs, I employed parts of those technologies depending on what the job required, but never enough to be a master of all the remote parts of the technologies used. But as I've been interviewing for positions, employers see that I have experience in a technology, and ask very specific technical questions that, while I might've known when using them, I can't answer now. To learn everything about each of the technologies on my CV seems to be a gargantuan task that would be overwhelming. How do I prepare for job interviews where each prospective employer focuses on a different subset of my experience in great detail? | [
0.014193743467330933,
0.007218302693217993,
-0.0191871989518404,
-0.0005271635018289089,
-0.0068364376202225685,
0.015285867266356945,
0.006506477948278189,
-0.004922826774418354,
-0.01039175782352686,
-0.011025817133486271,
0.00425488967448473,
0.013758910819888115,
0.009883850812911987,
... | [
0.9085946679115295,
0.4776439666748047,
0.0294922087341547,
0.16279441118240356,
0.5096063017845154,
0.09319673478603363,
0.18584679067134857,
0.2637476325035095,
-0.20172570645809174,
-0.19474266469478607,
0.10987471789121628,
0.7321985960006714,
0.3742365539073944,
0.40321874618530273,
... |
I am studying Variational Methods and decided to code a simple matlab implementation of the famous image denoise example: $E(u) = \displaystyle\frac{1}{2}\sum_{i=1}^N (u_i - f_i)^2 + \displaystyle \frac{\lambda}{2}\sum_{i=1}^N | \nabla u_i|^2$ where the first term (data) measures how close the denoised image $u$ is to my original image $f$ and the second term is the regularization which preserves spatial smoothness. Nevertheless, I believe there is something wrong with the way I calculate the gradient. Basically, by taking the $\frac{dE}{du}$, it should be just the sum of data and regularization terms, isn't it right? options = optimset('GradObj','on','MaxIter',100000); % image image = randi(100,10,10); % initialGuess u = ones(size(image)); % weighting on the regularization lambda = 0.125; % optimization [optTheta] = fminunc(@cost_function, u, options, lambda, image); where my cost_function.m is implemented as follows: function [val,grad] = cost_function(u, lambda, f) data_term = u - f; smooth_term = gradient(u); val = 0.5*norm(data_term) + 0.5*lambda*norm(smooth_term); grad = data_term + lambda*smooth_term; end The problem is in the gradient computation for the optimization algorithm. If I add the parameter _'DerivativeCheck','on'_ in the _options_ , then matlab complains that the gradient is not correct: ____________________________________________________________ DerivativeCheck Information Objective function derivatives: Maximum relative difference between user-supplied and finite-difference derivatives = 0.999536. User-supplied derivative element (58,1): -80.0002 Finite-difference derivative element (58,1): -0.0371037 ____________________________________________________________ Error using validateFirstDerivatives (line 96) DerivativeCheck failed: User-supplied and forward finite-difference derivatives do not match within 1e-06 relative tolerance. | [
0.0005009544547647238,
0.003202571766451001,
-0.009517960250377655,
-0.0005692872800864279,
-0.01226850040256977,
-0.013525133952498436,
0.005854492075741291,
-0.01747892051935196,
-0.009993346408009529,
0.0028281505219638348,
-0.013548726215958595,
0.0012624445371329784,
-0.0144777400419116... | [
-0.07002878934144974,
-0.0660041868686676,
0.7824139595031738,
-0.08668159693479538,
-0.4637831151485443,
0.33144888281822205,
-0.09196585416793823,
-0.3824651837348938,
0.0954870656132698,
-0.7236690521240234,
-0.20775264501571655,
0.29426878690719604,
-0.3203308582305908,
0.3541586995124... |
I made the following table  in `LaTex` with the following code: \documentclass{article} \begin{document} \begin{table}[ph] \protect\caption{Genotype-by-Environment Means} \centering{}% \begin{tabular}{l|cccccc|c} \hline & \multicolumn{6}{c|}{Environment} & \tabularnewline \cline{2-7} Genotype & $1$ & $2$ & $\ldots$ & $j$ & $\ldots$ & $e$ & Mean\tabularnewline \hline $1$ & $\overline{Y}_{11.}$ & $\overline{Y}_{12.}$ & $\ldots$ & $\overline{Y}_{1j.}$ & $\ldots$ & $\overline{Y}_{1e.}$ & $\overline{Y}_{1..}$\tabularnewline $2$ & $\overline{Y}_{21.}$ & $\overline{Y}_{22.}$ & $\ldots$ & $\overline{Y}_{2j.}$ & $\ldots$ & $\overline{Y}_{2e.}$ & $\overline{Y}_{2..}$\tabularnewline $\vdots$ & $\vdots$ & $\vdots$ & $\ddots$ & $\vdots$ & $\ddots$ & $\vdots$ & $\vdots$\tabularnewline $i$ & $\overline{Y}_{i1.}$ & $\overline{Y}_{i2.}$ & $\ldots$ & $\overline{Y}_{ij.}$ & $\ldots$ & $\overline{Y}_{ie.}$ & $\overline{Y}_{i..}$\tabularnewline $\vdots$ & $\vdots$ & $\vdots$ & $\ddots$ & $\vdots$ & $\ddots$ & $\vdots$ & $\vdots$\tabularnewline $g$ & $\overline{Y}_{g1.}$ & $\overline{Y}_{g2.}$ & $\ldots$ & $\overline{Y}_{gj.}$ & $\ldots$ & $\overline{Y}_{ge.}$ & $\overline{Y}_{g..}$\tabularnewline \hline Mean & $\overline{Y}_{.1.}$ & $\overline{Y}_{.2.}$ & $\ldots$ & $\overline{Y}_{.j.}$ & $\ldots$ & $\overline{Y}_{.e.}$ & $\overline{Y}_{...}$\tabularnewline \hline \end{tabular} \end{table} \end{document} Now I want to make some drawing on this table as below:  I used `tikz` for this and the code is: \documentclass{article} % article standalone \usepackage{tikz} \usetikzlibrary{matrix} \tikzset{ table/.style={ matrix of math nodes, row sep=-\pgflinewidth, column sep=-\pgflinewidth, nodes={rectangle,draw=black,text width=3.3em,align=center}, text depth=0.25ex, text height=2ex, nodes in empty cells } } \begin{document} \begin{table} \begin{tikzpicture} \matrix (m) [table] { %& K=3 & K=4 & K=5 & K=6 & K=7 & K=8 & K=9 & K=10 & K=11 & K=12\\ \hline 1 & \overline{Y}_{11.} & \overline{Y}_{12.} & \ldots & \overline{Y}_{1j.} & \ldots & \overline{Y}_{1e.} & \overline{Y}_{1..} \\ 2 & \overline{Y}_{21.} & \overline{Y}_{22.} & \ldots & \overline{Y}_{2j.} & \ldots & \overline{Y}_{2e.} & \overline{Y}_{2..} \\ \vdots & \vdots & \vdots & \ddots & \vdots & \ddots & \vdots & \vdots \\ i & \overline{Y}_{i1.} & \overline{Y}_{i2.} & \ldots & \overline{Y}_{ij.} & \ldots & \overline{Y}_{ie.} & \overline{Y}_{i..} \\ \vdots & \vdots & \vdots & \ddots & \vdots & \ddots & \vdots & \vdots \\ g & \overline{Y}_{g1.} & \overline{Y}_{g2.} & \ldots & \overline{Y}_{gj.} & \ldots & \overline{Y}_{ge.} & \overline{Y}_{g..} \\ \textrm{Mean} & \overline{Y}_{.1.} & \overline{Y}_{.2.} & \ldots & \overline{Y}_{.j.} & \ldots & \overline{Y}_{.e.} & \overline{Y}_{...} \\ }; \begin{scope}[shorten >= 10pt,shorten <= 10pt] \draw[red, thick] (m-4-2.west) -- (m-4-8.east); \end{scope} \end{tikzpicture} \end{table} \end{document}  Any help will be highly appreciated. Thanks * * * **Edited** * * * I want to use this table in `beamer`. On first frame the table without marker (red in hand made figure) and one second frame the table with marker (red in hand made figure). So what is the best approach. Thanks | [
0.01118062436580658,
0.01643083617091179,
0.005717170890420675,
0.022830840200185776,
0.018747413530945778,
0.011152271181344986,
0.007927559316158295,
0.008920824155211449,
-0.014767538756132126,
-0.008081089705228806,
-0.008269688114523888,
0.0002332463627681136,
-0.001815415103919804,
0... | [
0.4319329559803009,
0.25455522537231445,
0.6351537704467773,
-0.0780739039182663,
0.02693166397511959,
0.4056631326675415,
0.4081413149833679,
-0.3017667233943939,
-0.2384425848722458,
-0.3855538070201874,
0.22645923495292664,
0.0299993809312582,
-0.41721174120903015,
0.16506366431713104,
... |
If we ignore the context, what is the meaning of 'phenomenal price?' Positive or negative? | [
-0.00608867546543479,
0.05957607179880142,
-0.001949687022715807,
0.07455097883939743,
-0.032030459493398666,
-0.006183509714901447,
0.01902448758482933,
-0.007498580031096935,
-0.02395813725888729,
0.02925499528646469,
0.0023209869395941496,
0.009208211675286293,
0.005374296102672815,
-0.... | [
0.33666354417800903,
-0.10966845601797104,
0.12532629072666168,
0.4767186641693115,
-0.07961417734622955,
0.05317160487174988,
-0.40606534481048584,
0.11997746676206589,
-0.1526716649532318,
0.05378764867782593,
-0.020624738186597824,
1.009422779083252,
-0.24617718160152435,
0.576106250286... |
I'm submitting a paper and am required to use a provided document class which defines its own theorem environments, so I can't use packages like `amsthm` or `ntheorem`. The class doesn't define a 'Definition' theorem environment, so I defined my own. I'm trying to get the body text not to be in italic, just like `\theoremstyle{definition}` does. Is there a way to do it? | [
-0.01791996881365776,
0.013960571028292179,
-0.0020113452337682247,
0.026881728321313858,
-0.004319333471357822,
0.009609428234398365,
0.008875755593180656,
0.010134456679224968,
-0.018941650167107582,
-0.020863063633441925,
-0.004438224248588085,
0.004048599395900965,
0.0014007767895236611,... | [
0.2706877291202545,
0.25125446915626526,
0.20861701667308807,
0.09000306576490402,
-0.10357785224914551,
-0.2143482267856598,
0.1926204264163971,
0.1408819556236267,
0.09390723705291748,
-0.49784693121910095,
0.04793167859315872,
0.22861787676811218,
-0.21222427487373352,
-0.03985871002078... |
I am trying to do kriging in QGIS. I have loaded the SDA4PP plug in. Almost all of the items in the SDA4PP dropdown menu are not highlighted and are unresponsive when clicked on - including the kriging option. Any ideas? - I am very new to GIS. thanks... | [
-0.0004724622704088688,
-0.01172881480306387,
-0.0008445520070381463,
0.049625106155872345,
-0.014530638232827187,
0.008762956596910954,
0.013594899326562881,
0.03459940105676651,
-0.03628244251012802,
0.02129915915429592,
-0.004719864577054977,
0.017332354560494423,
-0.029337238520383835,
... | [
0.4672901928424835,
0.26307356357574463,
0.20673266053199768,
-0.07094008475542068,
-0.2999386787414551,
-0.23714226484298706,
0.30144697427749634,
0.31170231103897095,
0.12245446443557739,
-0.8624014258384705,
-0.007051815278828144,
0.454612135887146,
-0.02407820336520672,
-0.165679544210... |
I have just delved into the basics of maximum likelihood estimation and expectation maximization. The latter is really difficult to follow and I am having a tough time in figuring how I can apply the EM method for parameter estimation. | [
0.05026976764202118,
0.010165294632315636,
-0.019277838990092278,
0.016767023131251335,
-0.036997370421886444,
0.014066223986446857,
0.010012838058173656,
-0.019945090636610985,
-0.04147105664014816,
-0.05529116466641426,
-0.019328739494085312,
0.01288810558617115,
-0.023387299850583076,
-... | [
0.2786664068698883,
0.34652262926101685,
0.2729528844356537,
-0.12498046457767487,
0.15063507854938507,
-0.19849324226379395,
0.13810153305530548,
0.09730394184589386,
0.037762563675642014,
-0.6253575086593628,
0.25451579689979553,
0.592265248298645,
0.08324866741895676,
0.4170953631401062... |
There are different stat affixes that affect the maximum stat attribute roll for each armor piece. If we look at all the possible affixes for the Strength stat: " **Ruthless** " (max +100 Vit and Str) and " **of War** " (max +200 Str, see affix Str 16 on " _Strength [Amulet, Axe, Belt, Bow, Ceremonial Knife, Dagger, Fist Weapon, FollowerSpecial, Hand Crossbow, Mace, Mighty Weapon, Offhand, Shoulders, Spear, Sword, Wand]_ ") are the best affixes, resulting in a total of _300 Strength_ and _100 Vitality_ on a perfect roll for a rare iLvl 63 shoulder. Therefore it would be optimal to craft the **Archon Spaulders of Vitality** for a Barbarian, than a perfect **Archon Spaulders of Strength** would roll: **330 Strength** and **200 Vitality** , but a perfect **Archon Spaulders of Vitality** would roll for: **300 Strength** and **330 Vitality**. However the maximum possible stat affix for **Dexterity** and **Intelligence** armor is **+200** for their respective stats. For Intelligence, it's " **Illustrious** " (max +100 Int and Vit) and " **of Far Sight** " (max +100 Int). For Dexterity, it's " **Valiant** " (max +100 Dex and Vit) and " **of Pain** " (max +100 Int). So it makes more sense for a Barbarian to craft Vitality shoulders over Strength shoulders, but for other classes sticking with their main stat is better: **330 [Main Stat]** and **200 Vitality** vs. **330 Vitality** and **200 [Main Stat]**. Which plan provides the most optimal stat distribution for each piece of armor (including amulets) for each class? | [
-0.004800981376320124,
0.015172688290476799,
0.00009846012108027935,
0.010481765493750572,
-0.03311712294816971,
0.0023662643507122993,
0.010166067630052567,
-0.016888529062271118,
-0.012184453196823597,
0.037775877863168716,
-0.008924040012061596,
0.013254663906991482,
-0.02152537927031517,... | [
0.14719904959201813,
0.06232696771621704,
0.2601683437824249,
0.02717585675418377,
-0.5559319257736206,
0.5917516946792603,
0.6624623537063599,
-0.5341760516166687,
0.03209652751684189,
-0.4565422534942627,
-0.31987282633781433,
0.6903769373893738,
0.5658895373344421,
-0.3542628884315491,
... |
I saw the word, “ _Please work on your issues_ ” in Time magazine’s article (October 3rd) titled, “Playing favorites,” which introduces several academic studies proving the fact that most parents have definite favoritism toward their children. It gives the following episode: > “A mother of two wrote a candid post on a website under the headline, “I > think I love my son just a little bit more.” The mom went on at length > describing the greater warmth she feels for her baby boy compared with her > toddler girl. She was, predictably, blowtorched, “ _Please work on your > issue lady!”_ said one typical response. “I feel absolutely horrible for > your daughter!” read another. The hard truth is most parents do.” I don’t understand what “ _Please work on your issue_ " means. It must be an expression for condemning the mother who was candid enough to admit her favoritism to one of her two children, and it should be more than “It’s your own business.” How can I interpret and rephrase this phrase? | [
0.00007848162204027176,
0.01058277953416109,
-0.01852456107735634,
0.00796188972890377,
-0.00018929503858089447,
-0.01137196458876133,
0.006062835454940796,
0.012068402022123337,
-0.007279089652001858,
-0.011246180161833763,
-0.0025667394511401653,
0.007266421336680651,
0.01020792219787836,
... | [
0.26197245717048645,
0.11817927658557892,
0.4644043743610382,
0.04462116211652756,
0.3271799683570862,
-0.12476033717393875,
0.016383564099669456,
0.2363804280757904,
-0.43279948830604553,
-0.2704828977584839,
0.22207079827785492,
0.1481010913848877,
0.26736980676651,
0.5256755948066711,
... |
I've a question regarding the Hodge star operator. I'm completely new to the notion of exterior derivatives and wedge products. I had to teach it to myself over the past couple of days, so I hope my question isn't trivial. I've found the following formulas on the internet, which seem to match the definitions of the two books (Carroll and Baez & Muniain) that I own. For a general $p$-form on a $n$-dimensional manifold: \begin{equation} v=\frac{1}{p!} v_{i_1 \ldots i_p} \mathrm{d}x^{i_1} \wedge \cdots \wedge \mathrm{d}x^{i_p} \end{equation} the Hodge operator is defined to act on the basis of the $p$-form as follows: \begin{equation} *\left( \mathrm{d}x^{i_1} \wedge \cdots \wedge \mathrm{d}x^{i_p} \right) = \frac{1}{q!} \tilde{ \varepsilon}_{j_1,\ldots,j_q}^{i_1,\ldots,i_p} \mathrm{d} x^{j_1} \wedge \cdots \wedge \mathrm{d} x^{j_q} \end{equation} where $q=n-p$ and $\tilde{ \varepsilon}$ is the Levi-Civita tensor. Up until here everything is fine, I managed to do some exercises and get the right answers. However, actually trying to calculate the curvature does cause some problems with me. To give a bit of background. I'm working with a curvature in a Yang-Mills theory in spherical coordinates $(r, \theta, \varphi)$. Using gauge transformation, I've gotten rid of time-dependence, $r$ dependence and $\theta$ dependence. Therefore, the curvature is given by: \begin{equation} F = \partial_\theta A_{ \varphi} \; \mathrm{d}\theta \wedge \mathrm{d} \varphi \end{equation} Applying the Hodge operator according to the formula above gives: \begin{equation} * \left(\mathrm{d} \theta \wedge \mathrm{d} \varphi\right) = \frac{1}{(3-2)!} \tilde \varepsilon^{\theta \varphi}_r \mathrm{d}r=\mathrm{d}r \end{equation} such that: \begin{equation} *F = (\partial_\theta A_{ \varphi}) \mathrm{d} r \end{equation} However, three different sources give a different formula. Specifically they give: \begin{equation} *F = (\partial_\theta A_{ \varphi}) \frac{1}{r^2 \sin \theta} \mathrm{d} r \end{equation} It is not clear to me where they get this from. Something is being mentioned about the fact that the natural volume form is $\sqrt{g} \; \mathrm{d} r \wedge \mathrm{d} \varphi \wedge \mathrm{d} \theta$ with $\sqrt{g}=r^2 \sin \theta$, which I agree with. However, I do not understand why that term is incorporated in the Hodge operator. Boaz and Muniain define the Hodge operator as: \begin{equation} \omega \wedge * \mu = \langle \omega , \mu \rangle \mathrm{vol} \end{equation} But I don't see how that formula is applicable to calculating the Hodge operator on the curvature. Could anybody tell me where I am going wrong or provide me a source where they explain this? | [
-0.01689579151570797,
0.004019635263830423,
-0.0077326176688075066,
0.015588593669235706,
-0.027405360713601112,
0.008769468404352665,
0.006245896685868502,
-0.0035580734256654978,
-0.011482974514365196,
-0.014535065740346909,
0.0061133201234042645,
0.005920490249991417,
-0.01157665345817804... | [
-0.20462140440940857,
-0.2412901073694229,
0.40191736817359924,
-0.3339459002017975,
-0.19945268332958221,
0.26347437500953674,
-0.032290585339069366,
-0.2600686252117157,
-0.16439662873744965,
-0.13974618911743164,
-0.31911996006965637,
0.40896475315093994,
-0.4931882619857788,
0.15324844... |
I want to make a poster using the a0poster package. I want to modify the text margins, so the text should be wider. I'm using boxes in a portrait, three column poster, but I have problem trying to get boxes bigger (one white page and after the text). Thanks | [
0.004824863281100988,
0.0032794359140098095,
-0.014436258003115654,
0.02499503828585148,
-0.024491438642144203,
0.0067407116293907166,
0.012726175598800182,
0.025796489790081978,
-0.021029654890298843,
-0.03590942546725273,
-0.005727812647819519,
-0.006841450463980436,
0.0018260919023305178,... | [
0.83017498254776,
0.029341978952288628,
0.300764262676239,
0.13649901747703552,
-0.17815415561199188,
0.3015981912612915,
-0.029482070356607437,
0.16735199093818665,
-0.31987902522087097,
-0.7796547412872314,
0.543367326259613,
-0.017168236896395683,
0.006472220178693533,
0.032472956925630... |
The links that I'm creating with the `hyperref` package (e.g., references to other sections/chapter) are all coming out with a color that I've defined. That's as intended and it's working fine. But I need to suppress the color of a specific reference. One that was created with `\nameref`. I just need the text of the referred section to be included. I don't want it to be colored differently. Any way to achieve this? If, instead, there's a way to turn the named reference into ordinary text (i.e., also remove the link) it would be ok too. | [
0.015353805385529995,
0.008517655543982983,
-0.004980173427611589,
0.019902799278497696,
0.004007813520729542,
-0.004258386790752411,
0.00514011736959219,
0.004873429890722036,
-0.01325257495045662,
-0.01207789033651352,
-0.0006174648879095912,
-0.0031673582270741463,
-0.004396443255245686,
... | [
0.3710295557975769,
0.33724552392959595,
0.5410484075546265,
0.020260963588953018,
0.0732603669166565,
-0.07798755168914795,
0.12868183851242065,
0.3135240375995636,
-0.20378346741199493,
-0.8349897265434265,
-0.13562269508838654,
0.2372533231973648,
-0.6221933364868164,
0.3707920908927917... |
I'm trying to create tar.gz file using the following command: sudo tar -vcfz dvr_rdk_v1.tar.gz dvr_rdk/ It then start to create files (many files in folder), but then I get the following error: tar: dvr_rdk_v1.tar.gz: Cannot stat: No such file or directory tar: Exiting with failure status due to previous errors I don't see any description of this error, what does it mean? | [
-0.00898516271263361,
-0.0010784082114696503,
-0.005473339930176735,
0.01985476166009903,
-0.007067546248435974,
0.008378647267818451,
0.008443215861916542,
0.002417856827378273,
-0.019930098205804825,
-0.000757348258048296,
-0.013361494988203049,
0.003471125615760684,
-0.013952954672276974,... | [
0.3294377326965332,
0.11335586756467819,
0.04392233118414879,
-0.06422001868486404,
-0.2098536640405655,
-0.04886942729353905,
0.4518776535987854,
-0.027169806882739067,
-0.05036094784736633,
-0.6129232048988342,
0.10012481361627579,
0.7025265097618103,
-0.250236451625824,
0.59148579835891... |
I need to change the fontsize to `8pt`, however I want to change only the regular text - chapter titles, table of contents and bibliography fonts must stay the same. Is it possible to change it the way I want to? I tried changing the fontsize in the `documentclass` using \documentclass[a4paper,8pt]{<class>} but it seems that it affected the entire document. Here is my preamble \documentclass[a4paper,12pt]{mwrep} \usepackage[MeX]{polski} \usepackage[cp1250]{inputenc} \usepackage[left=3.0cm,right=3cm,top=3.0cm,bottom=3.0cm]{geometry} \usepackage{amsmath,amssymb} \usepackage{graphicx} \usepackage{setspace} \usepackage{algorithmic} \usepackage{colortbl} \usepackage{dcolumn} \usepackage{float} \usepackage{tabularx} \usepackage{longtable} \usepackage[centerlast]{caption} \usepackage{multirow} \usepackage[section] {placeins} \usepackage{booktabs} \usepackage{xcolor} \usepackage{changepage} %\usepackage{lipsum} \linespread{1.3} \makeatletter \def\hlinewd#1{% \noalign{\ifnum0=`}\fi\hrule \@height #1 % \futurelet\reserved@a\@xhline} \makeatother \newcommand{\mytoprule}{\specialrule{2pt}{0em}{0em}} \newcommand{\mybottomrule}{\specialrule{2pt}{0em}{0em}} \renewcommand{\labelitemii}{$\bullet$} \setlength{\belowcaptionskip}{-10pt} \newcommand{\eightptsize}{% \fontsize{8}{9.5}\selectfont} | [
0.003764612367376685,
0.00584980146959424,
-0.010061061009764671,
0.02214999869465828,
0.01955575868487358,
-0.004161602817475796,
0.008049966767430305,
0.018395913764834404,
-0.015016957186162472,
-0.021376274526119232,
-0.016284432262182236,
0.004581105895340443,
-0.005409352481365204,
0... | [
0.3302180767059326,
0.24744760990142822,
0.915796160697937,
-0.20448514819145203,
0.06838268786668777,
0.19064342975616455,
0.12725882232189178,
-0.14027316868305206,
-0.17700891196727753,
-0.6474425196647644,
-0.2725771367549896,
0.482887327671051,
-0.3989620804786682,
-0.0386227108538150... |
I am now working on a classification problem. The generated feature set can be separated into two group. I did a comparison study: use all of the features; use the features of group 1 only; and use the features of group 2 only. It turns out that the performance of using all of the features are the worst. How to understand this kind of observation? | [
0.011601225472986698,
0.02503788098692894,
-0.020723268389701843,
0.0207778699696064,
-0.029602402821183205,
0.00481838034465909,
0.009368447586894035,
0.022683382034301758,
-0.018949639052152634,
0.018932489678263664,
-0.026986178010702133,
0.014213559217751026,
0.0011581331491470337,
0.0... | [
0.2405468374490738,
0.17407426238059998,
-0.19476616382598877,
0.02723585069179535,
-0.23942942917346954,
0.4095785617828369,
0.43834951519966125,
-0.1651449054479599,
-0.13894839584827423,
-0.8509656190872192,
-0.012524126097559929,
0.37911927700042725,
-0.09955404698848724,
0.24903179705... |
I am developing a linux kernel and I am trying to to debug it in QEMU. I want to be able to run it in QEMU but it stops because I do not have a virtual hard drive to boot it(using the -hda command). I read in another question that a virtual hard drive could be created with qemu-img but I could not download it by doing `sudo apt-get install qemu-img` or `sudo apt-get qemu-img` I also read that qemu-img could be accessed from qemu-utils but i was unable to download that also. How can I download qemu-img on my ubuntu laptop? | [
-0.000497765839099884,
-0.00160985067486763,
0.001026183133944869,
0.005263166502118111,
-0.0038271520752459764,
0.007870770059525967,
0.008290673606097698,
0.02162756212055683,
-0.017962010577321053,
-0.002485292963683605,
-0.008402560837566853,
0.007056443952023983,
0.002604351844638586,
... | [
0.28066372871398926,
0.13059166073799133,
0.01019026804715395,
-0.027318734675645828,
-0.02993268147110939,
-0.08926025032997131,
0.23514290153980255,
-0.016184726729989052,
0.2803487777709961,
-0.9495349526405334,
0.0483517162501812,
0.7142771482467651,
-0.3176887333393097,
0.404033184051... |
> **Possible Duplicate:** > How to influence the name of the pdf file created with pdfLaTeX (from > within the source code)? I have a template as follows. % template.tex \documentclass{article} \usepackage{pstricks} \SpecialCoor \usepackage[active,tightpage]{preview} \setlength\PreviewBorder{0pt} \PreviewEnvironment{pspicture} \begin{document} \InputIfFileExists{\InputFileName}{% % if it is compiled with latex.exe, it will produce DVI output with \InputFileName as its name. % if it is compiled with pdflatex.exe or xelatex.exe, it will produce PDF output with \InputFileName as its name. }{% % notify error! } \end{document} If I execute either `TeXDviPsPdf.bat subfile` or `TeXPdf.bat subfile` in the DOS prompt, rem TeXDviPsPdf.bat takes a file name without extension latex "\def\InputFileName{%1}\input{template}" dvips %1.dvi ps2pdf %1.ps acrord32 %1.pdf rem TeXPdf.bat takes a file name without extension xelatex "\def\InputFileName{%1}\input{template}" acrord32 %1.pdf where the `subfile.tex` contains code as follows % subfile.tex \input{pstricks} \begin{pspicture}(1,1) \psframe(1,1) \end{pspicture} I will obtain `subfile.pdf` rather than `template.pdf`. Is it possible to produce a DVI or PDF output with a name specified in the TeX input file? Note: I can actually rename it in the batch files, but I want to know whether it is possible to be done internally. | [
0.00473383255302906,
0.006916096433997154,
0.0069445460103452206,
0.017002200707793236,
0.0023246537894010544,
0.01608150824904442,
0.0069138891994953156,
-0.006580125540494919,
-0.01865202933549881,
-0.021165769547224045,
-0.010494771413505077,
0.003982115536928177,
0.010683581233024597,
... | [
0.16666091978549957,
0.0962568148970604,
0.5486336350440979,
0.02014365792274475,
-0.042102716863155365,
0.0034492136910557747,
0.2681662142276764,
-0.2994597852230072,
0.06382331997156143,
-0.97172611951828,
0.15736572444438934,
0.438793808221817,
-0.3044975996017456,
-0.03106562793254852... |
I would like to centralize the support of my many sites. I'm looking for a open source trouble ticket system which: 1) I can host it myself or it can be hosted by a third party (think Wordpress) 2) It has email aliases, so the real email addresses will not be disclosed to the support person Which system would you suggest me? | [
0.01946975104510784,
0.01071452908217907,
0.004624859895557165,
0.017694614827632904,
-0.010209981352090836,
0.0013547686394304037,
0.010984962806105614,
0.017435042187571526,
-0.029562169685959816,
-0.019063960760831833,
-0.02202836610376835,
0.014644687995314598,
0.009575024247169495,
0.... | [
0.300430029630661,
-0.06292474269866943,
0.3265083432197571,
0.2809324562549591,
0.1503724455833435,
-0.17900003492832184,
0.3167182207107544,
0.3176855742931366,
-0.2377636432647705,
-0.335157185792923,
0.1372470259666443,
0.16923893988132477,
-0.3193539083003998,
0.10401856899261475,
0... |
**Background** I have a debian system on which I have something like the following in the fstab file. /dev/sda1 / ext3 defaults,noatime,errors=panic 0 0 The option I wish to focus on is the **errors=panic**. According to the man page, it states the following. > Define the behaviour when an error is encountered. (Either ignore errors and > just mark the file system erroneous and continue, or remount the file system > read‐only, or panic and halt the system.) The default is set in the > filesystem superblock, and can be changed using tune2fs(8). Based on my understanding, an error when mounting would cause a kernel panic, which is fine. What I want to know is what happens when the kernel encounters an error when using the filesystem? Does it cause a kernel panic as specified by the mount option or does it use the option specified in the superblock as shown by tune2fs (or is that option overridden by the mount command) or does it do something else? If it does something else, what does it do and what can I look for for extra reading? | [
-0.010045846924185753,
0.02084130421280861,
-0.02086920663714409,
0.009884268045425415,
-0.004521562717854977,
-0.0016134134493768215,
0.008324658498167992,
0.006402953527867794,
-0.012531866319477558,
0.0033724657259881496,
-0.010380121879279613,
0.0053253015503287315,
-0.001869167666882276... | [
0.10171971470117569,
-0.2497890293598175,
0.07731039822101593,
-0.21106816828250885,
0.15554778277873993,
0.08496883511543274,
0.5744454860687256,
0.046010009944438934,
-0.370638906955719,
-0.6871848106384277,
-0.07552969455718994,
0.829537570476532,
-0.342274010181427,
-0.1265625953674316... |
In Starcraft 2 some units are used more often than others. Of course it depends on many things, including tier, regular/spell-caster, the race of the opponent, etc. Are there any statistics of unit usage in Starcraft 2? For example; saying on average how many units of a certain type are produced in a match, or in how many games at least one is produced? | [
0.015016866847872734,
0.02247818373143673,
-0.013193418271839619,
0.014400340616703033,
0.029597530141472816,
-0.005021193530410528,
0.01069693174213171,
-0.02122422866523266,
-0.025095755234360695,
-0.020932873710989952,
0.010173332877457142,
0.019903559237718582,
0.0056446329690515995,
0... | [
-0.21929843723773956,
-0.11945929378271103,
0.1493125706911087,
0.17966313660144806,
-0.2436952441930771,
-0.24520094692707062,
-0.30065983533859253,
-0.2714405059814453,
-0.14568112790584564,
-0.4660412073135376,
-0.002940179081633687,
0.361130952835083,
-0.27385222911834717,
-0.378590077... |
What is the difference between _aware_ and _know_? | [
-0.02121434174478054,
0.010782386176288128,
-0.00763437757268548,
0.027566129341721535,
-0.04122316837310791,
0.036631032824516296,
0.02813391201198101,
-0.008241500705480576,
0.0027976054698228836,
0.10376924276351929,
-0.011939501389861107,
-0.0021194652654230595,
0.0022743099834769964,
... | [
0.37047725915908813,
0.13929490745067596,
0.0026070871390402317,
0.011835762299597263,
0.14875762164592743,
0.009115638211369514,
0.2716737985610962,
-0.12163560837507248,
-0.3475703001022339,
-0.34241998195648193,
0.2717640995979309,
0.46200188994407654,
0.08814884722232819,
-0.0334336571... |
What is the correct punctuation for a final "final exam" that has been taken? Should the sentence read: 'That my was my final, final exam!' or 'That was my final final exam!' | [
0.0029874793253839016,
0.017135662958025932,
-0.023456240072846413,
0.010210745967924595,
-0.009082573466002941,
0.018976392224431038,
0.018607109785079956,
0.04212681204080582,
-0.017540408298373222,
-0.01874137856066227,
-0.0158801581710577,
0.010717804543673992,
0.011542998254299164,
-0... | [
0.341570109128952,
0.32101956009864807,
0.2784205377101898,
-0.50151127576828,
-0.2724835276603699,
-0.027846043929457664,
0.4525254964828491,
0.6869780421257019,
-0.30573949217796326,
0.05913256108760834,
-0.2960408627986908,
0.1752762645483017,
0.3843883275985718,
-0.03644249215722084,
... |
I created a custom post type and 3 metaboxes for it in the admin section. It looks great and the admin panel for that custom post has, indeed, the 3 boxes. These boxes have all the same code (with a simple change of indentation in the functions names in order to avoid any conflict) and they each are supposed to allow the user to upload a picture. My problem is that, the first metabox always freezes on the upload while the two others work just fine. When I try to upload a picture through the fist metabox, the media-uploader popup shows up, the drag n' drop and preview features are ok (the picture is loaded) but when I try to validate the upload, the tb_close() event never happens. Basically, it freezes... First I thought that my first metabox was badly coded which is weird as it is a clone of the two others but after some tests, I realized that if I swap the order of the metaboxes in the admin panel, the first metabox is always failing while the two others are working just fine. This means that any of the three metaboxes will work or not, depending on its position in the admin panel. This is strange as it tends to prove that it is not related to the code of the metaboxes themselves so I'm stuck as I don't know where to look to debug the issue. Any help would be appreciated. PS: I don't plan to use a plugin for the metaboxes as this website is 90% done and already uses about 25 hand-made custom metaboxes that work very well. FYI: the metaboxes here above are already used in other custom post types with success. The only difference is that this is the first custom post type with more than 2 uploaders at once whithin the same admin panel. | [
0.006282367277890444,
0.005663949530571699,
-0.0013380851596593857,
0.02163168415427208,
0.016515281051397324,
-0.0026954710483551025,
0.006733258720487356,
0.011999267153441906,
-0.016263216733932495,
0.008226854726672173,
-0.01910821534693241,
0.006464078091084957,
0.013165656477212906,
... | [
0.457177072763443,
0.22560997307300568,
0.41361919045448303,
0.12844522297382355,
-0.35817405581474304,
0.1459694653749466,
0.27551066875457764,
-0.19875513017177582,
-0.33855703473091125,
-0.43981125950813293,
0.28346046805381775,
0.239365354180336,
-0.4719211459159851,
-0.001092405291274... |
I try this answer, and i changed the function start_el(&$output, $item, $depth = 0, $args = array() ) { but it did not work. The problem is, I have this theme, link here. and I'm getting this error: Strict Standards: Declaration of description_walker::start_el() should be compatible with Walker_Nav_Menu::start_el(&$output, $item, $depth = 0, $args = Array, $id = 0) in C:\xampp\htdocs\wordpress\wp- content\themes\bismuth\functions.php on line 278 about the part of functions.php function register_menus() { register_nav_menus( array( 'top-menu' => 'Top primary menu') ); } add_action('init', 'register_menus'); class description_walker extends Walker_Nav_Menu { function start_el(&$output, $item, $depth, $args) { global $wp_query; $indent = ( $depth ) ? str_repeat( "\t", $depth ) : ''; $class_names = $value = ''; $classes = empty( $item->classes ) ? array() : (array) $item->classes; $class_names = join( ' ', apply_filters( 'nav_menu_css_class', array_filter( $classes ), $item ) ); $class_names = ' class="'. esc_attr( $class_names ) . '"'; $output .= $indent . '<li id="menu-item-'. $item->ID . '"' . $value . $class_names .'>'; $attributes = ! empty( $item->attr_title ) ? ' title="' . esc_attr( $item->attr_title ) .'"' : ''; $attributes .= ! empty( $item->target ) ? ' target="' . esc_attr( $item->target ) .'"' : ''; $attributes .= ! empty( $item->xfn ) ? ' rel="' . esc_attr( $item->xfn ) .'"' : ''; if($item->object == 'page') { $varpost = get_post($item->object_id); $attributes .= ' href="' . get_site_url() . '#' . $varpost->post_name . '"'; } else $attributes .= ! empty( $item->url ) ? ' href="' . esc_attr( $item->url ) .'"' : ''; $item_output = $args->before; $item_output .= '<a'. $attributes .'>'; $item_output .= $args->link_before . apply_filters( 'the_title', $item->title, $item->ID ); $item_output .= $args->link_after; $item_output .= '</a>'; $item_output .= $args->after; $output .= apply_filters( 'walker_nav_menu_start_el', $item_output, $item, $depth, $args ); } } Someone please know how to solve this? Thanks a lot! | [
-0.001145494170486927,
0.015405873768031597,
-0.01189848966896534,
0.007453568279743195,
-0.0371154323220253,
0.020657610148191452,
0.007909765467047691,
0.007761076092720032,
-0.013463961891829967,
-0.016734028235077858,
-0.021198581904172897,
0.01729230210185051,
-0.012054933235049248,
0... | [
-0.2708352506160736,
0.20959065854549408,
0.4309346079826355,
-0.31876179575920105,
0.27829426527023315,
0.27925196290016174,
0.10168109834194183,
-0.49781689047813416,
-0.08738279342651367,
-0.5152007341384888,
0.06621576100587845,
0.5440981984138489,
-0.5283491611480713,
-0.0793413817882... |
As a follow-up to this solution on defining the default text for a node, how can it be done with the use of a fill color? Note below that specification of a fill color abolishes the node text.  \documentclass{article} \usepackage{tikz} \usetikzlibrary{calc} \tikzstyle{stuff_nofill}=[rectangle,draw,font={A}] \tikzstyle{stuff_fill}=[rectangle,draw,fill=black!20,font={A}] \begin{document} \begin{tikzpicture}[node distance=0.5cm,auto] \node at (0,1) [stuff_nofill] {}; \node at (0,0) [stuff_fill] {}; \end{tikzpicture} \end{document} | [
0.00963938981294632,
-0.000855355232488364,
-0.00422269431874156,
0.011783848516643047,
-0.0302386824041605,
-0.01165640726685524,
0.005752318538725376,
0.003754088655114174,
-0.016880344599485397,
0.01520041935145855,
-0.010970711708068848,
-0.0040800124406814575,
0.004620485007762909,
0.... | [
-0.13326749205589294,
-0.06169294938445091,
0.4267936646938324,
0.0329689159989357,
0.45937612652778625,
-0.10839296132326126,
0.24402610957622528,
0.08012764900922775,
-0.2833273112773895,
-0.6901905536651611,
-0.3576049506664276,
0.27265429496765137,
-0.33478909730911255,
-0.219697430729... |
I have several raw fish and have been trying to tame an ocelot. However, every time I get it to approach and feed it a fish, it simply wants to breed. I am playing on SMP, and have tried logging in/out to see if maybe the texture just didn't change, but it appears the ocelot is simply un-tamed. The wiki confirms that this should tame the ocelot. Is this a bug or a change? How can I tame this lascivious ocelot? * * * Here is a screenshot of my second attempt. This time, unlike last, clicking with the fish caused the ocelot to also flee. I am not sure if this is the same ocelot or not.  | [
0.009707048535346985,
0.014905530959367752,
-0.002505489159375429,
0.003699289169162512,
-0.019846048206090927,
-0.0000028600916266441345,
0.00797786470502615,
-0.006585376802831888,
-0.02412586286664009,
-0.010663645341992378,
-0.012814772315323353,
0.01671849563717842,
0.006284939125180244... | [
0.5097517967224121,
-0.23223969340324402,
-0.04286176711320877,
0.10530725866556168,
-0.02128991298377514,
0.18618685007095337,
0.37520280480384827,
0.23912182450294495,
-0.554724931716919,
-0.8099642395973206,
0.3013532757759094,
0.4618704915046692,
0.1062658280134201,
0.2299419790506363,... |
Would it be possible with the "mostly magnetic wave" to have it behave in such a way that it would be undetectable by radio triangulation? I read about the monument at the CIA headquarters that was designed by an artist. Supposedly it's cryptography is very difficult to decipher, but some of it has been deciphered. One of the lines reads "It was transmitted magnetically undergrund". That's the actual spelling of the translation by the way - "Undergrund". I've also read that waves that are mostly magnetic penetrate the ground far more deeply than a simple radio wave. So my question is multi-faceted. Could waves that are mostly magnetic carry a signal of any kind better than a radio frequency generator, and if they're mostly magnetic would it follow that they'd be mostly undetectable to people trying to find the source of a radio transmission? | [
0.019612152129411697,
0.005442742723971605,
-0.005418349988758564,
0.010390665382146835,
0.005890905857086182,
-0.030760202556848526,
0.006894051097333431,
-0.01641317829489708,
-0.016729693859815598,
0.00125785730779171,
-0.0025276285596191883,
0.01661727949976921,
-0.015228237956762314,
... | [
0.29542243480682373,
-0.0594182126224041,
0.03907135874032974,
0.48020491003990173,
0.09861209243535995,
-0.30363374948501587,
0.26416483521461487,
0.23298083245754242,
-0.4064798951148987,
0.12716107070446014,
-0.2007964551448822,
0.0628417581319809,
-0.1169469878077507,
0.271921455860137... |
How to install git in linux and how to work with git? | [
-0.027404647320508957,
0.004583747126162052,
-0.009823187254369259,
-0.011291750706732273,
0.02019588090479374,
-0.02211456000804901,
0.019477074965834618,
-0.10525708645582199,
-0.017949093133211136,
-0.007295161485671997,
-0.013609267771244049,
0.006736197508871555,
-0.003730438183993101,
... | [
0.42366576194763184,
0.015621867962181568,
0.20025354623794556,
0.14173731207847595,
-0.11127205193042755,
-0.31649482250213623,
0.007109181955456734,
-0.01283338014036417,
0.13991715013980865,
-0.4124356508255005,
-0.048890065401792526,
0.4668212831020355,
-0.22284787893295288,
-0.4087975... |
How can I set the default sans serif font to the default in this example in XeLaTeX? I can only get Helvetica with \documentclass{article} \usepackage[a4paper,margin=5pt]{geometry} \usepackage{fontenc} \usepackage{times,multicol,graphicx} \usepackage[usenames,dvipsnames]{color} \pagestyle{empty} \begin{document} and I get an error if I use `\setsansfont{CMU Sans Serif}` in the preamble. | [
0.008427533321082592,
-0.0011303341016173363,
0.0022551727015525103,
0.022083621472120285,
0.0022552672307938337,
0.004141633398830891,
0.009003132581710815,
-0.006192730739712715,
-0.013631356880068779,
-0.0020151655189692974,
-0.014006955549120903,
-0.00530792772769928,
-0.0013381340540945... | [
0.12970155477523804,
0.23501832783222198,
0.650734543800354,
-0.06662701070308685,
-0.17439815402030945,
0.21611544489860535,
0.19816114008426666,
-0.3081222176551819,
-0.26143118739128113,
-0.8259324431419373,
0.11111406981945038,
0.46135833859443665,
-0.4857933521270752,
-0.0841048583388... |
What is the best practice to apply an individual script to a particular page? When I try to apply the script of the whole page it has problems with other plug-ins. Is there a rule of thumb? <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script> (function() { $('html').addClass('js'); var contactForm = { container: $('#contact'), config: { effect: 'slideToggle', speed: 500 }, init: function(config) { $.extend(this.config, config); $('<button></button>', { text: 'Contact Me' }) .insertAfter( 'article:first' ) .on( 'click', this.show ); }, show: function() { var cf = contactForm, container = cf.container, config = cf.config; if ( container.is(':hidden') ) { contactForm.close.call(container); container[config.effect](config.speed); } }, close: function() { var $this = $(this), // #contact config = contactForm.config; if ( $this.find('span.close').length ) return; $('<span class=close>X</span>') .prependTo(this) .on('click', function() { // this = span $this[config.effect](config.speed); }) } }; contactForm.init({ // effect: 'fadeToggle', speed: 300 }); })(); </script> | [
-0.011412104591727257,
0.009990724734961987,
-0.0037759654223918915,
0.008327829651534557,
-0.002418210729956627,
-0.006077798083424568,
0.004976784810423851,
0.014415438286960125,
-0.024697281420230865,
-0.008835827000439167,
-0.010089903138577938,
0.013541431166231632,
-0.00068636471405625... | [
0.11196844279766083,
-0.021900184452533722,
0.8568779230117798,
-0.17765869200229645,
-0.019463157281279564,
-0.11810658872127533,
0.18538735806941986,
-0.21762986481189728,
-0.18101570010185242,
-0.7473215460777283,
-0.03882576897740364,
0.5065432190895081,
-0.2963119447231293,
-0.2267947... |
Just curious as to where "for the win" (commonly abbreviated FTW) originated? | [
-0.06480080634355545,
0.025827310979366302,
-0.024825243279337883,
0.010647796094417572,
0.0009846758330240846,
0.047221098095178604,
0.01454365998506546,
0.04522097483277321,
-0.018337314948439598,
0.040731996297836304,
-0.024883916601538658,
0.03755856677889824,
-0.02087293565273285,
0.0... | [
0.4727095365524292,
-0.2878221273422241,
0.27585798501968384,
0.10840769857168198,
0.21673642098903656,
-0.0976080521941185,
-0.25148481130599976,
0.39769089221954346,
-0.10148029774427414,
-0.0028787432238459587,
0.271025687456131,
0.51413494348526,
0.17086021602153778,
0.1010222285985946... |
As far as I know, device driver is a part of SW that is able to communicate with a particular type of device that is attached to a computer. In case of a USB webcam, the responsible driver is UVC that supports any UVC compliant device. This means that enables OS or other computer program to access hardware functions without needing to know precise details of the hardware being used. For this reason, I installed UVC Linux device driver by running: opkg install kernel-module-uvcvideo Webcam has been recognised by Linux kernel: `dev/video0`. However, I still wasn't able to perform video streaming with FFmpeg, as I was missing V4L2 API. I installed V4L2, by configuring kernel. **My queries are:** * How UVC driver and V4L2 are linked together? * What is the purpose of V4L2 API? * If I haven't installed UVC first, it would be installed with V4L2? LinuxTV refers: _The uvcvideo driver implementation is adherent only to the V4L2 API_. This means that UVC is part of V4L2 API? | [
-0.026139970868825912,
-0.001059114933013916,
-0.007157979533076286,
0.009045243263244629,
-0.010322224348783493,
-0.009508779272437096,
0.007237343583256006,
-0.005189361982047558,
-0.009731952100992203,
-0.03705451264977455,
-0.004218979272991419,
0.005062849260866642,
0.022388335317373276... | [
0.30995291471481323,
0.2338574230670929,
0.8978046178817749,
-0.07339084148406982,
-0.2584490180015564,
-0.39793530106544495,
-0.04518614709377289,
0.13365331292152405,
-0.13014081120491028,
-0.6841488480567932,
-0.27848103642463684,
0.6115148067474365,
-0.228875070810318,
0.30739569664001... |
I forgot my lock screen password and have tried resetting it with Google device manager since my phone is connected to home WiFi .But when I try to give lock screen password it always says "Your new password is not strong".I have tried every possible combination of characters and numbers to make the password strong.But still its showing the same error.My device is not rooted and usb debugging is disable unfortunately.I have also tried resetting the password via myxperia.I am able to make my phone alarm using ADM and myxperia,but not able to reset the password.Please suggest some method so that I can reset the lock screen password without losing the data in my phone or **please tell me what is the issue with ADM.** | [
0.0039753965102136135,
0.009423176757991314,
-0.010960829444229603,
0.012883076444268227,
-0.029280036687850952,
0.0044818539172410965,
0.008579982444643974,
0.0029218890704214573,
-0.007468527648597956,
-0.000835588201880455,
-0.014854907989501953,
0.015507913194596767,
-0.00431928317993879... | [
0.02847718633711338,
0.270437628030777,
0.3218615651130676,
-0.010247779078781605,
-0.010897413827478886,
-0.15694214403629303,
0.9738026857376099,
-0.22429180145263672,
-0.21775506436824799,
-0.7093951106071472,
0.12374179065227509,
0.9042056202888489,
-0.1360265165567398,
0.3376223444938... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.