text
stringlengths
23
30.4k
embeddings_A
list
embeddings_B
list
Quite often I go out in the morning and I'm in Milton Keynes, so I would expect the moon to rise in the east and set in the west. Sometimes at about 2, 3, 4 o’clock in the morning the moon is low in the east. I was just wondering how that worked out?
[ 0.016588442027568817, 0.046374183148145676, -0.014547707512974739, 0.009622544050216675, -0.005141821689903736, 0.016109049320220947, 0.01313296053558588, -0.02146226540207863, -0.026004953309893608, -0.0477747768163681, -0.01829085499048233, 0.010030985809862614, -0.01099392119795084, 0.0...
[ 0.44281038641929626, 0.27296409010887146, 0.7583582997322083, -0.663507878780365, 0.17516961693763733, 0.24558201432228088, -0.06888489425182343, 0.7949382662773132, -0.8069379925727844, -0.3774499297142029, 0.11657093465328217, 0.06598732620477676, 0.5811790227890015, 0.28524914383888245,...
Should I be concerned with security when installing Node packages globally? Why or why not?
[ -0.04686694219708443, 0.02911093644797802, 0.0005397263448685408, 0.060230642557144165, 0.021078797057271004, 0.008925574831664562, 0.02091074362397194, -0.052279647439718246, -0.015961576253175735, -0.05382753536105156, -0.006494002882391214, 0.046204760670661926, -0.0395384319126606, 0.0...
[ 0.282338410615921, 0.17410965263843536, -0.21730640530586243, -0.056998852640390396, 0.09099619090557098, -0.2991492450237274, 0.24238958954811096, 0.08774378895759583, -0.22659704089164734, -0.1667938530445099, -0.2330118864774704, 0.25764089822769165, 0.10838597267866135, 0.0826326608657...
How could I use GARCH model to detect if the volatility is constant during all the series(time series)? I can't do a visual check, I need to detect if the volatility is **constant** using R and GARCH function of `tseries` package
[ 0.020147284492850304, 0.02690030448138714, -0.023978326469659805, 0.026072949171066284, 0.044263482093811035, -0.009539634920656681, 0.015313848853111267, -0.023479264229536057, -0.028376558795571327, -0.0015632968861609697, -0.011109711602330208, 0.02642955631017685, -0.028006751090288162, ...
[ -0.07532425969839096, -0.16530078649520874, 0.255273699760437, 0.06681371480226517, -0.08962880074977875, 0.04085615649819374, 0.010308876633644104, -0.2591925859451294, -0.20716097950935364, -0.3147387206554413, 0.027059949934482574, 0.8111491799354553, -0.08676089346408844, 0.60890734195...
I am trying to show a gradient field behind a plot, and then its density in a separate plot below. I understand (as in this question) that this must normally be done using the ImagePadding directive. However, that does not quite align the plots in this case: padding = {{20, 30}, {20, 30}}; GraphicsColumn[ { Show[ DensityPlot[PDF[NormalDistribution[0, 1], Log[x/40]] , {x, 15, 60}, {y, 0, 30}, ColorFunction -> "SunsetColors"], Graphics[{Dashed, Gray, Line[{{40, 0}, {40, 30}}]}], Plot[If[x < 20, 10, If[x < 25, 2 x - 30, 20]], {x, 15, 60}, PlotRange -> {0, 30} , PlotStyle -> {RGBColor[0.5, .7, 0.2], Thickness[0.01]}], ImagePadding -> padding, PlotRangePadding -> None ], Plot[PDF[NormalDistribution[0, 1], 5 Log[x/40]] , {x, 15, 60}, PlotStyle -> {RGBColor[1, 0.4, 0], Thickness[0.01]}, ImagePadding -> padding] } ] ![Align me](http://i.stack.imgur.com/Nzm0g.png) Is there a way to get the abscissa ranges to match?
[ -0.007622945588082075, 0.006811012513935566, -0.011448226869106293, 0.00428459607064724, -0.014672499150037766, -0.020533835515379906, 0.004980720579624176, -0.015150998719036579, -0.008504420518875122, -0.0041521089151501656, 0.0004552209284156561, 0.010484124533832073, -0.00485642813146114...
[ 0.0008697932935319841, -0.29986390471458435, 1.002824068069458, -0.019580591470003128, -0.0771583691239357, 0.1353226900100708, -0.47552061080932617, -0.3691542148590088, 0.11592280119657516, -0.7137335538864136, 0.20844697952270508, 0.673214852809906, -0.13549813628196716, -0.201106339693...
Imagine that two electrons interact by exchanging a virtual photon. I know that the total energy and linear momentum of the two electrons is conserved by the interaction. Is the total (orbital) angular momentum of the electrons conserved as well? If the photon transfers energy and momentum between the electrons does it also transfer angular momentum between them?
[ 0.05336551368236542, 0.018926408141851425, 0.01004776731133461, 0.014186379499733448, -0.00764408940449357, -0.04910019040107727, 0.015674959868192673, -0.038841716945171356, -0.023118050768971443, -0.06039769947528839, -0.006515468005090952, 0.03790820762515068, -0.021661266684532166, 0.0...
[ 0.18216006457805634, 0.03616829589009285, 0.008436047472059727, 0.06843584030866623, 0.36173033714294434, 0.2770821750164032, -0.4221254885196686, -0.15846560895442963, -0.16200503706932068, -0.7022945880889893, 0.12989264726638794, 0.5456523895263672, -0.29916515946388245, 0.2720904052257...
I want to use the USA American Community Survey Data for spatial analysis, but I'm having difficulty understanding how the survey tables are constructed so that I can relate them to block-group shapefiles. I've successfully made a shapefile that contains all the US blockgroups, but I can't figure out how the census data is related to it using the STFID code. I have a few thousand text files (named `e20095ak0001000.txt` for example). When I read them into `R` they appeared with the following headers: [1] "ACSSF" "X2009e5" "ak" "X000" "X0011" "X0000001" [7] "X4269" "X2211" "X224" "X157" "X189" "X142" [13] "X77" "X269" "X247" "X169" "X389" "X146" ... up to 200 or so (I'm assuming the blockgroup code does not match the filename, as I have 12,465 files and 212,083 blockgroups) I realize I need to figure out what the the ID code is, to link these to the block groups, but I can't find documentation that explains this information (even after reading the technical documentation). Where are these column headers explained? I am using the 5 year ACS survey.
[ -0.0035633998923003674, 0.0031827809289097786, -0.016427475959062576, 0.020971672609448433, 0.005721237510442734, 0.012587381526827812, 0.007894525304436684, 0.011330966837704182, -0.015836352482438087, 0.008211120031774044, 0.0019435695139691234, 0.0024361161049455404, -0.009424258023500443...
[ 0.5768960118293762, 0.2735101580619812, 0.26015597581863403, -0.02806296944618225, 0.09121820330619812, 0.2277071475982666, 0.05221988633275032, -0.30785995721817017, -0.18845461308956146, -0.5873357057571411, -0.05078510195016861, 0.08302322775125504, -0.1085062325000763, 0.18046846985816...
Having the IP, under Linux how can I access shared smb files? When I type in for example: smb://192.168.0.50 I get an error message.
[ 0.01798623986542225, -0.018071411177515984, -0.031080426648259163, 0.009497079066932201, 0.00026871750014834106, 0.0870661810040474, 0.014468763954937458, 0.049093905836343765, -0.040784142911434174, -0.028617454692721367, -0.01540476642549038, 0.013219830580055714, -0.019635813310742378, ...
[ 0.21335777640342712, 0.08782760798931122, 0.2953703999519348, -0.025471124798059464, 0.014342233538627625, -0.4088728427886963, 0.0770067349076271, 0.26086291670799255, -0.47451239824295044, -0.6851376295089722, 0.22423462569713593, 0.3795376420021057, -0.1603291928768158, 0.40025505423545...
I would like to have a hanging indent within the paragraph of an enumerate item. I have the following: \begin{document} \begin{enumerate} \item Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus id diam id ante ullamcorper vestibulum eu non nisl. Curabitur interdum laoreet massa, eu eleifend risus placerat nec. Suspendisse potenti. Mauris nunc risus, congue id sollicitudin id, sagittis quis elit. Proin blandit, orci vitae vehicula faucibus, est leo facilisis ante, quis venenatis mi dolor ut tellus. \item Integer aliquam mollis lacus, in fermentum tellus pharetra eget. Donec suscipit condimentum tincidunt. Mauris odio felis, ultricies non lobortis non, suscipit in magna. Nam venenatis dolor turpis. Mauris fermentum, est ac dapibus accumsan, lorem orci vulputate nunc, quis laoreet augue elit pulvinar dui. Curabitur eu enim quis dolor interdum vehicula eget vitae ipsum. \end{enumerate} \end{document} This outputs: ![](http://i.stack.imgur.com/bESVw.png) I would like for it to output: ![](http://i.stack.imgur.com/lLIJX.png) However, `\hangindent` does not seem to work within the `\item` of an `enumerate` environment because `\item` uses `\parshape`, which overrides `\hangindent`. How can I achieve this?
[ 0.02008160576224327, 0.0037988005205988884, -0.01588764414191246, 0.015861069783568382, 0.014440136961638927, 0.013589797541499138, 0.006191296502947807, 0.012576756998896599, -0.012350725010037422, 0.010906295850872993, -0.01182082574814558, -0.007776623126119375, -0.012694153934717178, -...
[ 0.4920722246170044, 0.14596745371818542, 0.5867184400558472, -0.08971169590950012, 0.03712151199579239, 0.29250508546829224, -0.106562040746212, 0.040241923183202744, -0.10087855905294418, -0.07947909086942673, 0.14033859968185425, 0.011319205164909363, -0.2713397741317749, -0.260483354330...
I have an alias `pwd` How can I create another alias that is a synonym for it? For example I have alias cd1='cd ~/dir1' I want a second alias `cd01` that points to the same place but I don't want to also have: `alias cd01='cd ~/dir1'` in case `/dir1` changes
[ 0.00275932508520782, 0.021806787699460983, -0.03096080757677555, 0.01255978923290968, -0.026540664955973625, -0.002091204049065709, 0.008165024220943451, 0.013605114072561264, -0.016183599829673767, 0.0034406797494739294, -0.006425705272704363, -0.0020800677593797445, 0.0013974927132949233, ...
[ 0.42527735233306885, 0.0006467910134233534, 0.165194571018219, 0.05033563822507858, -0.041548289358615875, -0.220549538731575, 0.17953115701675415, -0.013689763844013214, 0.1443522721529007, -0.5053682327270508, 0.07533632963895798, 0.5203619599342346, -0.21005180478096008, 0.1069184914231...
I try to transfer files from remote computer using `ssh` to my computer : scp My_file.txt user_id@server:/Home This should put My_file.txt in the home folder on my own computer, right? I get > scp/Home: permission denied Also when I try: `...@server:/Desktop`, in order to copy the files from the remote computer to my desktop. What am I doing wrong?
[ -0.014615921303629875, -0.010059970431029797, 0.0033473558723926544, 0.018949206918478012, -0.014364850707352161, -0.01694451831281185, 0.010455073788762093, -0.018250497058033943, -0.02306048944592476, -0.029140548780560493, -0.01908889040350914, 0.0007136360509321094, -0.013329838402569294...
[ 0.24677473306655884, 0.33335739374160767, 0.4255197048187256, -0.105589359998703, 0.11828668415546417, -0.04370138421654701, 0.31499290466308594, 0.17897824943065643, -0.37225770950317383, -0.7179939150810242, 0.014971423894166946, 0.3938506245613098, -0.16199155151844025, 0.57199239730834...
I have found that setting `\widowpenalty=10000\clubpenalty=10000` in the main document has not prevented widows and clubs from appearing occasionally in footnotes in a long and complex document I am working on. I eliminated those widows and clubs by adding the same commands to a new command for creating footnotes: \newcommand\footy[1] {\footnotemark{}% \footnotetext{\widowpenalty=10000\clubpenalty=10000\relax#1}% } but it seems to me that this is rather wasteful since it calls the two penalty commands over and over again. Is there, instead, a pair of commands that specify widow and club penalties for footnotes, and that only need to be called once?
[ 0.00940071139484644, 0.022554337978363037, -0.015044824220240116, 0.03618154674768448, -0.0002890387549996376, 0.0008893373887985945, 0.009934153407812119, 0.022122252732515335, -0.013663256540894508, -0.003291969420388341, -0.006288385950028896, 0.014660952612757683, -0.02263953536748886, ...
[ 0.059703174978494644, 0.15976683795452118, 0.5472901463508606, 0.08033967018127441, 0.17386627197265625, 0.06646667420864105, 0.06515980511903763, -0.029313314706087112, -0.6804806590080261, -0.389421284198761, 0.17153890430927277, 0.08546087890863419, -0.13797736167907715, 0.2335657030344...
The hydrostatic paradox, states that the > height of the water in any container is independent of the shape of the > container. This does make sense since it is only the height of the fluid relative to ground which determines the pressure, and it is the pressure equilibrium that decides the shape of the fluid. But then consider the (B) container in the figure below. ![enter image description here](http://i.stack.imgur.com/DoLKb.png) The pressure at a particular depth say, $h$ is same as in the case of the cylindrical container. But in the cylindrical case (A), any element of fluid is in equilibrium because the difference in pressure of the fluid element above it and that below it exactly balances the weight of the element. Extending this argument to (B), for any element at the edge, the pressure of the fluid above is the same as in the case of the cylindrical container, but below it is the surface of the container. This container, is in equilibrium with the atmospheric pressure outside, and therefore, would be exerting pressure equal to the atmospheric pressure onto the fluid within, which would not be enough to maintain the equilibrium of the fluid element. **How then can the equilibrium of the fluid element at the edge be explained?**
[ -0.01796686463057995, 0.007667261175811291, -0.0013548608403652906, 0.021426836028695107, -0.012042737565934658, -0.012814687564969063, 0.007471226621419191, -0.004679039120674133, -0.010392522439360619, -0.007856713607907295, -0.008485515601933002, 0.004697609227150679, -0.01623525284230709...
[ -0.13507157564163208, -0.003059644252061844, 0.37369611859321594, 0.3590080738067627, -0.031900327652692795, 0.1948651522397995, 0.09419579058885574, -0.3850652277469635, -0.2966260612010956, -0.33852648735046387, -0.047835368663072586, 0.6270755529403687, -0.2951793670654297, 0.6237781047...
I used some of this code from this page on Stack Overflow: Using wp_query is it possible to orderby taxonomy? It's about the function to be able to sort a query by a taxonomy value. Although it works perfectly, I would want to go one step further. The value I retrieve from the taxonomy term is a number. If I sort by that number, however, it gives this order: 1 10 11 2 21 22 and so on. I want it to be sorted 'normally', 1 2 3 5 9 11 15 21 22 etc. According to google I should add 0 to the value to make it a numeric value, but I don't know where to put it in this code. Somewhere, it should say value + 0. Any idea where I should put it? It's about this code: function orderby_tax_clauses( $clauses, $wp_query ) { global $wpdb; $taxonomies = get_taxonomies(); foreach ($taxonomies as $taxonomy) { if ( isset( $wp_query->query['orderby'] ) && $taxonomy == $wp_query->query['orderby'] ) { $clauses['join'] .=<<<SQL LEFT OUTER JOIN {$wpdb->term_relationships} ON {$wpdb->posts}.ID={$wpdb->term_relationships}.object_id LEFT OUTER JOIN {$wpdb->term_taxonomy} USING (term_taxonomy_id) LEFT OUTER JOIN {$wpdb->terms} USING (term_id) SQL; $clauses['where'] .= " AND (taxonomy = '{$taxonomy}' OR taxonomy IS NULL)"; $clauses['groupby'] = "object_id"; $clauses['orderby'] = "GROUP_CONCAT({$wpdb->terms}.name ORDER BY name ASC) "; $clauses['orderby'] .= ( 'DESC' == strtoupper( $wp_query->get('order') ) ) ? 'ASC' : 'DESC'; } } return $clauses; } add_filter('posts_clauses', 'orderby_tax_clauses', 10, 2 );
[ 0.014263946563005447, 0.024713128805160522, -0.010965452529489994, 0.010831022635102272, -0.0028028865344822407, 0.0028141699731349945, 0.007883550599217415, 0.018709857016801834, -0.015058120712637901, -0.006957352161407471, -0.016795167699456215, 0.0019204148557037115, -0.02688886225223541...
[ -0.005586470942944288, 0.07412105053663254, 0.5009010434150696, 0.029944241046905518, -0.09328484535217285, 0.09650518000125885, 0.006044322624802589, -0.3802115023136139, -0.6615579128265381, -0.5058628916740417, 0.0847637727856636, 0.08358831703662872, -0.16576546430587769, 0.26570859551...
Is there a difference between: > * She regrets telling him (that) she didn't like his mother. > * She regrets having told him (that) she didn't like his mother. > To me, the first phrase sounds more practical as I've heard it a lot, but when it comes to comparing the meanings, I don't really know the difference. Can someone clarify it please?
[ 0.0030551559757441282, 0.02102711610496044, 0.0006621520733460784, 0.020756876096129417, 0.027307510375976562, -0.011578098870813847, 0.010017476975917816, -0.010165932588279247, -0.009975953958928585, 0.025999348610639572, -0.00849732756614685, 0.0032170875929296017, 0.03025365062057972, ...
[ 0.13411584496498108, 0.21188849210739136, -0.051101960241794586, -0.1351166069507599, -0.1797986924648285, 0.6643835306167603, 0.07810211926698685, 0.054467398673295975, -0.2670261859893799, -0.38591820001602173, 0.30313795804977417, 0.28895828127861023, 0.023192744702100754, 0.35364562273...
I tend to follow this HTML structure while creating new site on my main page: <div class="header"> <img alt="keyword" title="keyword logo" src="keyword.png" /> <div> <h1>keyword</h1> <p><b>keyword + hierarchy keywords</b></p> </div> </div> As you can see I'm using `<p><b></b></p>` to put short description of the site in it but I was wondering If maybe `h2` would be better to use here?
[ -0.01566360890865326, 0.010509446263313293, -0.004479425493627787, 0.014978401362895966, -0.020182017236948013, 0.0059552621096372604, 0.00947607308626175, 0.004110838286578655, -0.016909459605813026, 0.009818775579333305, -0.011489232070744038, -0.007502659223973751, 0.003555192146450281, ...
[ 0.36549848318099976, 0.34158119559288025, 0.5293471813201904, -0.33878251910209656, -0.33933255076408386, -0.26972612738609314, 0.45638352632522583, 0.04787362366914749, -0.05337783694267273, -0.9335272908210754, -0.07769708335399628, 0.35548922419548035, -0.17225989699363708, 0.3862788081...
I recently bought a small tablet - a Samsung Galaxy Player. I've been using Google Voice to text all my friends for free. However, I would like to start being able to call my friends as well, and have them be able to call me. I see on the Play Store that there is an app called GrooVe IP that allows me to do such a thing, but I would prefer not to pay $5 for this app. My goal, then, is to find a free alternative that works just as well. I've checked out SipDroid \- but I can't figure out how to use the dialer. I'm not entirely sure there is one. You see, there are billions of tutorials on the internet to help set up SipDroid on a "real" phone, but I only have a tablet with no calling capabilities, so I can't use the built in dialer because there isn't one. One thing I could do here is to find a third party dialer that works with SipDroid. I have also looked at 3CX for Android, but I can't figure that out either. It assumes you have a VoIP Provider, which I don't, unless I can use the Google, which would be very nice. So, in this case I have three questions: 1. Is there a free alternative to GrooVe IP that works just as well? 2. Is there a third party dialer that works with SipDroid? 3. How do you set up 3CX with Google Voice, if possible? I only need one of these three questions answered, not all three.
[ -0.007850299589335918, -0.015335534699261189, -0.0036003643181174994, -0.0030423440039157867, 0.006479243747889996, 0.010276938788592815, 0.006266410928219557, 0.02182369865477085, -0.012548934668302536, -0.007929917424917221, -0.009846670553088188, 0.0038760495372116566, 0.01321124192327261...
[ 0.46276915073394775, 0.08818471431732178, 0.3109056055545807, 0.20399001240730286, 0.21426372230052948, -0.049563873559236526, 0.28298741579055786, 0.36923786997795105, -0.19622735679149628, -0.710069477558136, 0.2970176637172699, 0.5056105852127075, 0.03984663635492325, 0.0632442012429237...
I was not sure about how to put this, but anyway, if I set `\geometry{paperwidth=140mm, paperheight=105mm}` instead of the default size for my beamer presentation, what could possibly happen when the presentation is projected? Will two presentations with the same content but different geometries look the same or will the audience notice any difference? Since the frame size is bigger, will the content look smaller? I know this is more than one question but it seems to me that they are all related.
[ -0.01399832684546709, 0.016688263043761253, 0.009709817357361317, 0.032292623072862625, -0.009769421070814133, -0.004716465249657631, 0.010539988987147808, -0.003301725722849369, -0.007437220308929682, -0.031792592257261276, -0.006156920455396175, 0.012983057647943497, 0.020047515630722046, ...
[ 0.4532015919685364, -0.1689509004354477, 0.6093115210533142, 0.023369137197732925, -0.46942785382270813, 0.195972740650177, -0.23938404023647308, -0.2499561309814453, -0.36121925711631775, -0.5860435962677002, 0.3292310833930969, 0.14881238341331482, 0.016550010070204735, 0.481087923049926...
I made custom profile fields for birthday data. function my_user_field( $user ) { $birthday_day = esc_attr( get_the_author_meta( 'birthday_day', $user->ID ) ); $birthday_month = esc_attr( get_the_author_meta( 'birthday_month', $user->ID ) ); $birthday_year = esc_attr( get_the_author_meta( 'birthday_year', $user->ID ) ); ?> <h3><?php _e('More About You'); ?></h3> <table class="form-table"> <tr> <th> <label for="birthday"><?php _e('Birthday'); ?> </label></th> <td> <span class="description"><?php _e('When is your birthday?'); ?></span><br> <form action=""> <select name="birthday_day" id="birthday_day"> <?php for ($i=1; $i<=31; $i++) { echo '<option value="'; echo $i; echo '"'; if ($birthday_day == $i ) { echo 'selected'; } echo' >'; echo $i; echo'</option>'; }; ?> </select> <select name="birthday_month" id="birthday_month" onchange="updateDays();"> <option value="1" <?php if ($birthday_month == '1') { ?>selected<?php }?> >January</option> <option value="2" <?php if ($birthday_month == '2' ) { ?>selected<?php }?> >February</option> <option value="3" <?php if ($birthday_month == '3' ) { ?>selected<?php }?> >March</option> <option value="4" <?php if ($birthday_month == '4' ) { ?>selected<?php }?> >April</option> <option value="5" <?php if ($birthday_month == '5' ) { ?>selected<?php }?> >May</option> <option value="6" <?php if ($birthday_month == '6' ) { ?>selected<?php }?> >June</option> <option value="7" <?php if ($birthday_month == '7' ) { ?>selected<?php }?> >July</option> <option value="8" <?php if ($birthday_month == '8' ) { ?>selected<?php }?> >August</option> <option value="9" <?php if ($birthday_month == '9' ) { ?>selected<?php }?> >September</option> <option value="10" <?php if ($birthday_month == '10' ) { ?>selected<?php }?> >October</option> <option value="11" <?php if ($birthday_month == '11' ) { ?>selected<?php }?> >November</option> <option value="12" <?php if ($birthday_month == '12' ) { ?>selected<?php }?>>December</option> </select> <select name="birthday_year" id="birthday_year" onchange="updateDays();"> <?php for ($i=2010; $i>1930; $i--) { echo '<option value="'; echo $i; echo '"'; if ($birthday_year == $i ) { echo 'selected'; } echo' >'; echo $i; echo'</option>'; }; ?> </select> </form> </td> </tr> </table> <?php } function my_save_custom_user_profile_fields( $user_id ) { if ( !current_user_can( 'edit_user', $user_id ) ) return FALSE; update_usermeta( $user_id, 'birthday_day', $_POST['birthday_day'] ); update_usermeta( $user_id, 'birthday_month', $_POST['birthday_month'] ); update_usermeta( $user_id, 'birthday_year', $_POST['birthday_year'] ); } add_action( 'show_user_profile', 'my_user_field' ); add_action( 'edit_user_profile', 'my_user_field' ); add_action( 'personal_options_update', 'my_save_custom_user_profile_fields' ); add_action( 'edit_user_profile_update', 'my_save_custom_user_profile_fields' ); And it normaly saves to db, but there is a fail. I can choose for example "31 of February" and this is bad. How can I make any verification for these? I want if user selected "31 of February" and submited form, then his date would be saved as "28 of February", but if selected year is leap year, then "29 of February". I know that is posible to make more flexible form using javascript, but how to make this using PHP?
[ 0.018626675009727478, 0.012473163194954395, -0.0020268065854907036, 0.00611546915024519, 0.011047827079892159, -0.0030377523507922888, 0.006720378063619137, -0.014338472858071327, -0.008995335549116135, 0.00015760096721351147, -0.002329727401956916, 0.0060867974534630775, 0.00558904185891151...
[ 0.007692072074860334, 0.3221707344055176, 0.6953041553497314, -0.11156909167766571, -0.19837148487567902, 0.414596289396286, 0.3382379412651062, -0.19963108003139496, -0.01160374190658331, -0.5780131816864014, 0.072699636220932, 0.2575992941856384, 0.09987019747495651, 0.19884881377220154,...
how does one remove bookmarks from a LaTeX generated pdf file? I wrote the `article` in LaTeX. When submiting the `.pdf` to IEEE eXpress for checking, I get the error: > file contains bookmarks. Any ideas how to solve it? I already tried: \hypersetup{bookmarks={false}}
[ 0.012638787738978863, 0.0036513188388198614, -0.005387864075601101, 0.030634896829724312, 0.02442265674471855, 0.035974014550447464, 0.009298688732087612, -0.007389849051833153, -0.0379946194589138, -0.0058832718059420586, -0.0025115457829087973, 0.013537195511162281, -0.007319254335016012, ...
[ 0.23863115906715393, 0.14819899201393127, 0.3106636703014374, 0.07350662350654602, 0.14656440913677216, -0.2762889564037323, 0.35353147983551025, -0.12295659631490707, 0.0015465477481484413, -0.36660102009773254, -0.0398050993680954, 0.3700825870037079, -0.27212974429130554, 0.033286940306...
> **Possible Duplicate:** > Where can I find stock or custom ROMs for my Android device? I want to update My Galaxy S with an ICS Android Version But I Can't find a stable One, I tried some ROMs on the net but they are broken with missing functionality and they slow down my phone. So I have turned back to Gingerbread. If someone has an already tried, tested ROM for Galaxy S could they please provide a link?
[ 0.02619708701968193, -0.0036783881951123476, -0.0028267742600291967, 0.00961215514689684, 0.004805015865713358, -0.00017912713519763201, 0.004606622736901045, 0.023722639307379723, -0.02344759926199913, -0.003969637211412191, -0.003296514507383108, 0.012719584628939629, 0.0015911109512671828...
[ 0.45041435956954956, 0.2194305658340454, 0.26038897037506104, 0.24392083287239075, -0.03993789479136467, 0.3653208911418915, 0.13614438474178314, 0.43968871235847473, -0.43765246868133545, -0.6841650605201721, 0.23350413143634796, 0.2297435700893402, -0.08385147154331207, 0.539311885833740...
I have 25km by 25km squares of the world in a relational database. Each square has coordinates for the top left and lower right corner as latitudes and longitudes. Each square also has an index ilat and ilong value starting at the lower left corner with (0,0) to (maxlong, maxlat) for the top right corner. Each square also has measurements (X, Y, Z). I would like to transform this data into the ASCII Grid Format: link for each measurement. Here is some example data taken from the Internet: ncols 419 nrows 407 xllcorner 823678.99884033 yllcorner 1151760.4752197 cellsize 14.314150820378 NODATA_value -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 I understand what ncol and nrows is but I am not too sure about xllcorner, yllcorner, cellsize. Could someone please advise me what these values would be in my situation? Do you reckon I can transform my data from my tile/square format into the ASCII Grid Format. * * * Actually my grid is as follows: Latitude is in the range [-90 ... 90] and longitude [-180 ... 180]. A square’s cell’s size is 2.5 degrees I have been told that corresponds to 25 square kilometres.
[ 0.015572262927889824, 0.02020326629281044, -0.007143501192331314, 0.007365637458860874, -0.00820225290954113, 0.04196009039878845, 0.010067051276564598, 0.010972091928124428, -0.017433971166610718, -0.018650030717253685, -0.0035210461355745792, 0.0032472689636051655, -0.011153332889080048, ...
[ 0.2783442735671997, 0.4096185564994812, 0.5118847489356995, -0.09704224765300751, -0.3917851448059082, 0.3415156900882721, 0.09402249753475189, -0.36397093534469604, -0.17332421243190765, -0.5600236058235168, -0.028185918927192688, -0.17329977452754974, 0.012504169717431068, 0.494743973016...
It is just a naive idea, and I want some discussions to help me think deeper. I don't know the reason of indispensability of charge, maybe some physical laws guarantee that the charge must be exist. If it is ture, could you tell me the detail about it? My interest is what will happen if the charge do not exist in our world or universe. Without charge, the electromagnetic field still exist, such as electromagnetic wave. But we cannot observe or measure it directly, because it will not interact with neutral matter. But, in fact, the electromagnetic field still has some properties such that we can know it exist, for example, by gravity. The special relativity and the general relativity still correct without charge, even though the electromagnetic field will alway be a free field without electromagnetic interaction with matter. The electromagnetic field will have gravitational effect by the general relativity, but have not other effects at all. Now, the electromagnetic field just like dark matter. It is just a inappropriate analogy. Maybe the dark matter or dark energy are just a free field but its charge do not exist in our universe, or its charge is too big or heavy to be created by natural process. Perhaps, someone has came up a similar idea and published. It is just a naive idea, and I just want some discussions or comments.
[ 0.013050414621829987, 0.019341398030519485, -0.0015816590748727322, 0.00707568135112524, -0.01982496865093708, -0.021863512694835663, 0.007913553155958652, -0.006526048295199871, -0.012215574271976948, -0.005560181103646755, -0.0066609978675842285, 0.015469151549041271, -0.001117391511797905...
[ 0.7383358478546143, 0.3598363697528839, -0.036975208669900894, 0.45026397705078125, 0.2911577820777893, -0.08861655741930008, -0.1931038349866867, -0.16554321348667145, -0.4494926333427429, -0.024045169353485107, -0.20267777144908905, 0.16061371564865112, -0.2949680685997009, 0.79625082015...
I don't normally like to lock my phone as I find it annoying. Is it possible to enable the lock or some kind of encryption on the phone in an emergency, for example by holding down a number of the hardware buttons?
[ 0.004324812442064285, 0.030989322811365128, -0.015834277495741844, 0.008911298587918282, -0.07519994676113129, 0.014269309118390083, 0.010499891825020313, -0.011621423065662384, -0.030733024701476097, -0.032999396324157715, -0.019158340990543365, 0.0021750908344984055, -0.013347931206226349,...
[ 0.3597892224788666, 0.22428157925605774, 0.2803155779838562, 0.09526162594556808, 0.3615739643573761, -0.23023205995559692, 0.6224273443222046, -0.3556726574897766, -0.34126466512680054, 0.037476904690265656, -0.12432801723480225, 0.5044698715209961, -0.16829270124435425, -0.06489759683609...
In reference to my earlier post: Is there a log of past threads that are now closed? I gave the process a `kill -STOP` signal and started examining the details. I can't seem to figure out why it is acting up. The problem lies with IcedTea, which is (from what I understand) something to do with Java applets on the web. Below is the contents of `/proc/13784/cmdline`: /usr/lib64/jvm/jre//bin/java -Xbootclasspath/a:/usr/share/icedtea-web/netx.jar:/usr/share/icedtea-web/plugin.jar:/usr/share/java/js.jar -classpath /usr/lib64/jvm/jre//lib/rt.jar sun.applet.PluginMain /tmp/icedteaplugin-max/13636-icedteanp-plugin-to-appletviewer /tmp/icedteaplugin-max/13636-icedteanp-appletviewer-to-plugin I've never poked around the `/proc` directories. Which file would be the most telling of my issue here? This process uses 90%+ of my processor speed and brings my core temperature to 75C (sometimes causing a shutdown). **EDIT** This process uses 170%+ of my CPU according to `htop`
[ 0.0005699954926967621, 0.006891457363963127, 0.0002804149407893419, 0.0014478759840130806, -0.007980030961334705, 0.020941805094480515, 0.004749091807752848, 0.025432530790567398, -0.012417194433510303, 0.010367050766944885, -0.018227431923151016, 0.01153111644089222, -0.0017965270671993494,...
[ 0.18859636783599854, 0.10568387061357498, 0.20425362884998322, -0.005283914972096682, 0.17589779198169708, -0.14779894053936005, 0.2977643311023712, 0.36582836508750916, -0.5864889621734619, -0.38051849603652954, -0.001431870274245739, -0.07962189614772797, -0.40937119722366333, 0.28178206...
I want to play together with a friend of mine. However, we don't have the content packs. Can we play on the new DLC maps and missions if only one of us buys the packs? (i.e. the host) Or we both have to buy all the 4 packs?
[ -0.031106876209378242, -0.0020354175940155983, -0.0013381732860580087, 0.008596103638410568, 0.0314520038664341, 0.007085546851158142, 0.010243073105812073, -0.04057876765727997, -0.020445480942726135, -0.03369472548365593, -0.0038336901925504208, 0.02820003405213356, -0.010333939455449581, ...
[ 0.5948524475097656, -0.11221196502447128, 0.263354629278183, 0.42340192198753357, 0.023410281166434288, -0.46536704897880554, 0.08378788828849792, 0.03972978889942169, -0.24430061876773834, -0.301710844039917, 0.2815043032169342, 0.300678551197052, -0.014447798952460289, 0.2492979764938354...
I'm using Lenovo G580 under intel i5 third generation with 4GB RAM. I'm trying to install Oracle 11g standard edition After completing all pre installation and post installation procedures, when I started sqlplus I got an error, something like this: sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory I've searched many websites, but I didn't get clear way to rectify this. What do I need to do to get rid of this error?
[ -0.006736137438565493, -0.007887402549386024, 0.00953095406293869, 0.029666753485798836, 0.011781791225075722, 0.0005184237379580736, 0.008008942939341068, 0.03411282226443291, -0.017518868669867516, -0.0036016383673995733, -0.008385419845581055, 0.018095258623361588, 0.012070760130882263, ...
[ 0.3497903347015381, 0.3612813353538513, 0.12760281562805176, 0.07716786861419678, -0.03836832568049431, 0.08853919804096222, 0.11238837987184525, 0.12904982268810272, -0.13715451955795288, -0.531101405620575, 0.10748596489429474, 0.5945991277694702, -0.22109730541706085, 0.1092552766203880...
I am trying to create a publications list (sorted by patents, journal papers, & book chapters) for my CV and seems that bibunits is useful for this. However, I can't get it work. Below is the latex code I am using in eclipse editor & viewing the pdf file. Help me please with simple explanation (I am new to LaTeX & don't know much about computer languages). \documentclass{article} \usepackage{bibunits} \begin{document} \begin{bibunit}[plain] some text \cite{p1} more text more citations ! \putbib[texlit] \end{bibunit} \end{document}
[ 0.006677363999187946, 0.007625137455761433, -0.0008975821547210217, 0.01483240444213152, 0.01859787106513977, 0.013683829456567764, 0.008294717408716679, 0.020881693810224533, -0.01625295728445053, -0.008527767844498158, -0.002285927766934037, 0.00516421627253294, -0.0014133350923657417, -...
[ 0.4377473294734955, 0.3406277298927307, 0.41526976227760315, -0.11027494072914124, -0.07997670769691467, -0.34634917974472046, 0.1340678632259369, -0.23977608978748322, -0.02935214154422283, -0.6411727070808411, -0.027389364317059517, 0.8053719401359558, -0.30494093894958496, -0.1441881209...
Other than **Pokemon: Black Version** , I am curious to know what other Pokemon games can be used to trade Pokemon with my version.
[ 0.041657283902168274, 0.002650832524523139, -0.004545906558632851, 0.05356059595942497, 0.007094952277839184, 0.04078323021531105, 0.009493171237409115, -0.009634110145270824, -0.051943425089120865, -0.01204820815473795, -0.005577201023697853, 0.0571652315557003, 0.01732051558792591, 0.054...
[ 0.7921679019927979, -0.257138729095459, -0.18172578513622284, 0.43004143238067627, -0.19535766541957855, -0.23373264074325562, 0.042429015040397644, 0.6965076327323914, -0.1556987315416336, -0.4545034170150757, 0.20369508862495422, 0.1277385801076889, -0.07479442656040192, 0.45898059010505...
Is there a reliable way to move files from the web to my phone? I am with Orange/T-Mobile (Everything Everywhere) and my 3g coverage is really patchy. When we had wifi in the office I used to use Astro to browse a share on my work computer and copy files that way. We have no wifi now. I've also tried using Dropbox, but when I hold and download, the image doesn't seem to be anywhere on my phone. I thought it copied them into my gallery, but I can't seem to see them any more. I've also tried emailing images to myself and then trying to download them on the phone. All of these seem to fail for me, can this just be an issue with my diabolical mobile carrier? Or is there a better way to copy stuff onto the phone without cable or wifi? Maybe I'll have to buy a cheap cable from ebay? Any suggests for solutions? Ta
[ -0.0008941654814407229, -0.004369926638901234, 0.00012378953397274017, 0.004730372689664364, 0.004180334508419037, -0.014098577201366425, 0.005852192640304565, 0.0054869563318789005, -0.012967543676495552, -0.01759573444724083, -0.009760892018675804, 0.008957287296652794, 0.00300808367319405...
[ 0.532329261302948, 0.23600050806999207, 0.480882853269577, 0.1102435514330864, 0.31219667196273804, 0.07842446863651276, 0.12103943526744843, 0.369367778301239, -0.5706165432929993, -0.5671733617782593, 0.24033072590827942, 0.4903656542301178, -0.17517510056495667, -0.29060283303260803, ...
Most place prepositions have an instance for each of the informal preposition categories - I'll refer to them as _active_ and _passive_ , since I'm not familiar with the actual terms. I'm using _active_ here to refer to prepositions which signify movement, and _passive_ to refer to those which signify a state of staying. For example: the active _into_ and the passive _in_ , the active _up_ and the passive _above/upon_. Sentences: > I am _going_ **into** the house. > > He _is_ **in** the house. It is obvious from these examples that the two forms of the "in" preposition have different meanings - one active and one passive. You can do the same for every place preposition, though some, like _between_ , are the same word when either active or passive. So there is a _between_ meaning something _is_ between, and a _between_ meaning something _is going_ between. Sentences: > I am _going_ **between** the two big trees. > > He _is_ **between** the house and the stable. It is obvious that in both cases the preposition remains the same, though one is active and one passive. Basically, to find the two forms, you pick a place preposition (say _into_ ), determine whether it refers to _going_ or just to _being_ ("He is **going** into the house" - sounds right; "He **is** into the house" - sounds terrible; so "into" is _active_ ), then search for the form you didn't pick ( _passive_ , so what sounds right with "He **is** [prep] the house"? - _in_ \- "He is _in_ the house" sounds right, so _in_ is the passive form of into), and there you have your two forms ( _into_ \- active; _in_ \- passive). What I'm trying to figure out is where _along_ fits in. Is it active, and if so, what is a passive counterpart?
[ 0.005530787631869316, 0.009597618132829666, 0.0008307311218231916, 0.020481174811720848, 0.010124183259904385, -0.001074675819836557, 0.009546175599098206, -0.020414229482412338, -0.017080772668123245, 0.042566366493701935, -0.012153934687376022, 0.013263260945677757, 0.01665005460381508, ...
[ 0.01759754866361618, 0.27750375866889954, 0.3091888129711151, -0.5020168423652649, 0.180444598197937, 0.3763259947299957, 0.530080258846283, -0.2641695439815521, -0.5275920033454895, -0.46995580196380615, -0.5729928016662598, 0.029619112610816956, -0.0309528186917305, -0.2899319529533386, ...
Can you explain which one is true and why? > 1) Founded in 1636, Harvard is one of the most famous universities in the > United States > > 2) Being founded in 1636, Harvard is one of the most famous universities in > the United States
[ -0.0017170869978144765, 0.005280284211039543, -0.03385081887245178, -0.007760771084576845, 0.0010301845613867044, 0.0019467930542305112, 0.01543750986456871, -0.03795410692691803, -0.026525042951107025, 0.011079509742558002, -0.04044020548462868, -0.007974551059305668, 0.0026933480985462666,...
[ 0.3093489110469818, 0.07777503877878189, 0.01755567267537117, 0.24610504508018494, 0.18443115055561066, -0.13829001784324646, 0.7960332632064819, 0.8068225383758545, -0.30616122484207153, -0.4595627784729004, 0.06546241044998169, -0.04275303706526756, -0.2703501582145691, 0.925279617309570...
I have a WD MyBook World NAS on my home network. I currently use this for Time Machine backups for my Mac but I'd also like to use it as a backup location for my linux box which is running Ubuntu Server. How can I mount this drive on the linux server so that my cron backups can use it as a backup destination? I have configured the WD drive with a static IP address which I assume would be important in the solution.
[ 0.011061999946832657, 0.000487764657009393, -0.009626191109418869, 0.007681992370635271, 0.010641833767294884, 0.011948244646191597, 0.010234394110739231, 0.013930908404290676, -0.017748111858963966, -0.006097998004406691, -0.008890087716281414, 0.014260477386415005, -0.005121350754052401, ...
[ 0.3272271156311035, 0.09220845997333527, 0.35368812084198, 0.08345342427492142, 0.12113967537879944, -0.08826231956481934, 0.12751534581184387, 0.459856778383255, -0.13211524486541748, -0.8791763186454773, 0.0285530723631382, 0.32345089316368103, 0.034311916679143906, 0.5144046545028687, ...
I'm looking for a way to clearly diagram how multiple applications communicate via a service bus. The best I've come up with so far is a sequence diagram, but I really don't like that. Sequence diagrams necessarily relate some sort of sequence, and that's really not what I want. Furthermore, since every service communicates with the service bus and sequence diagrams place each service on a separate column, as the number of services increases, you end up with a lot of overlapping arrows. For example, given 4 services `FOO`, `BAR`, `BAZ`, and `QUX`: * `FOO` publishes messages of type _publish_ and _regen_. * `BAR` publishes messages of type _requeue_. * `BAZ` subscribes to messages of type _publish_ , _regen_ , and _requeue_ , and publishes messages of type _transmit_. * `QUX` subscribes to messages of type _transmit_. * Any service can publish any message type at any time (there is no implied sequence). What kind of diagram should I use to clearly and unambiguously represent this information? Here's the best I've come up with so far: ![Sequence diagram](http://i.stack.imgur.com/Dhhqg.png)
[ 0.0042026834562420845, 0.010383685119450092, -0.00785152893513441, 0.024871550500392914, 0.01474685873836279, -0.013163436204195023, 0.00682747270911932, 0.026563385501503944, -0.01607651077210903, -0.002885393099859357, -0.010423991829156876, 0.006603629793971777, 0.008261342532932758, 0....
[ 0.3759354054927826, 0.340804785490036, 0.29348641633987427, -0.2681877315044403, 0.02159385196864605, 0.6330908536911011, 0.12370596081018448, 0.03772938251495361, -0.4029651880264282, -0.7835495471954346, 0.0672333762049675, 0.19124290347099304, -0.7901020050048828, 0.512683629989624, 0...
I've got three nib files in my project, each of which is driven by its own class (.h and .m files). Each nib has a stylized design with a full screen background image and a few overlay images acting as buttons. Each button has its own button-click sound, and most of the buttons on each nib file will play a different video per button. To play the videos, each of my three .m files have a couple of methods similar to this: -(IBAction) videoButtonClicked: (id)sender{ if([sender tag] == 1) { AudioServicesPlaySystemSound (buttonClick1); [self loadMoviePlayer:[[NSBundle mainBundle] pathForResource:@"Video 1" ofType:@"mov"]]; } else if ([sender tag] == 2) { AudioServicesPlaySystemSound (buttonClick2); [self loadMoviePlayer:[[NSBundle mainBundle] pathForResource:@"Video 2" ofType:@"mov"]]; } else if ([sender tag] == 3) { AudioServicesPlaySystemSound (buttonClick3); [self loadMoviePlayer:[[NSBundle mainBundle] pathForResource:@"Video 3" ofType:@"mov"]]; } else if ([sender tag] == 4) { AudioServicesPlaySystemSound (buttonClick4); [self loadMoviePlayer:[[NSBundle mainBundle] pathForResource:@"Video 4" ofType:@"mov"]]; } } - (void)loadMoviePlayer:(NSString*) movieURL { // Play movie from the bundle NSURL *url = [NSURL fileURLWithPath:movieURL]; player = [[MPMoviePlayerViewController alloc] initWithContentURL:url]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(movieFinishedCallback:) name:MPMoviePlayerPlaybackDidFinishNotification object:player]; [self presentMoviePlayerViewControllerAnimated:player]; [player release]; } My code works now because the videos are embedded in my resources folder. However, together, the videos are too big to be bundled with the app and downloaded from the App Store. I'll therefore have the app download them from a server, so I want to create one video-management class to keep track of which videos have been downloaded. I think I should have one instance of the object, but then how can my three controllers talk to the one instance? I am pretty sure if I have one class that loads the correct .nib file, I can have that one instance talk to my one video-management instance. But would I be unnecessarily wasting memory by loading all three nibs at once?
[ -0.01010732352733612, -0.00023030268494039774, -0.014257123693823814, 0.010923253372311592, -0.008149120025336742, -0.017773151397705078, 0.007796581368893385, 0.03356587886810303, -0.016634803265333176, -0.012045147828757763, -0.01448596827685833, 0.006399689242243767, 0.03708042949438095, ...
[ 0.5054280757904053, -0.07941534370183945, 0.31523647904396057, 0.00637823948636651, 0.0842973068356514, 0.3232277035713196, -0.05025500804185867, -0.18913887441158295, -0.020335789769887924, -0.5486596822738647, 0.14142422378063202, 0.3455973267555237, -0.08855321258306503, 0.3534512221813...
A werebeast infected one of my dwarves before they killed it, and I want my remaining dwarves to kill the infected dwarf, who is causing more damage than the original werebeast did. But it seems that my dwarves are just being interrupted by and then killed by, but otherwise ignoring the were-dwarf-beast. How can I make them kill him (it)? Note that I am not asking for how can _I_ kill a dwarf. There are plenty of ways like water and magma. I want my dwarves to take the issue in their hands, with a military solution, or a sheriff, or whatever _they_ can do.
[ -0.00958456750959158, 0.013934075832366943, -0.021795975044369698, 0.010635081678628922, -0.018522247672080994, 0.01568455621600151, 0.006338160019367933, 0.02183687500655651, -0.02309383451938629, 0.021038275212049484, 0.0021434857044368982, 0.025578897446393967, -0.01270859781652689, 0.0...
[ 0.6298857927322388, 0.4836440086364746, 0.1562003791332245, -0.05304017663002014, -0.35007861256599426, -0.09809248149394989, 0.7092634439468384, -0.03309057652950287, 0.03998798131942749, -0.4371044635772705, 0.13365565240383148, 0.3427172005176544, -0.7777499556541443, 0.3076730966567993...
For the same post, I have suddenly a weird behaviour of `single.php` file between normal user and administrator. In the beginning of the loop, I perform: echo '<pre dir="ltr">'; print_r($GLOBALS['wp_query']); echo '</pre>'; And the result is different. **In the case of administrator:** [queried_object_id] => 603 [request] => SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.post_name = 'test' AND wp_posts.post_type = 'aya-bi-aya' ORDER BY wp_posts.post_date DESC **In the case of non-administrator:** [queried_object_id] => 0 [request] => SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.post_type = 'aya-bi-aya' AND (wp_posts.post_status = 'publish') ORDER BY wp_posts.post_date DESC LIMIT 0, 10 I spent one day and a half trying to figure out what can be the reason behind this dysfunctionning, but in vain. Your time is really invaluable.
[ 0.00324096716940403, 0.007369008846580982, 0.00010383175686001778, 0.016376055777072906, -0.026168212294578552, 0.014723217114806175, 0.007982300594449043, 0.022299060598015785, -0.011109288781881332, -0.004261891357600689, -0.006315809674561024, 0.010077467188239098, 0.0041749682277441025, ...
[ 0.05394481495022774, 0.035978399217128754, 0.2885040044784546, -0.1620120257139206, -0.18986503779888153, -0.04616372659802437, 0.5372399687767029, -0.3672405481338501, -0.28883838653564453, -0.6165326833724976, -0.0055460250005126, 0.05608651041984558, -0.5088974833488464, 0.4342234432697...
If I have a post or submit a date-field, I would like the counter to say 'this is in 3 days time'. i.e - on my site at the moment, (see here: http://www.universitycompare.com) I have dates for the latest open days. Instead of displaying the date, It would be better to say, 'in 3 days time'. Is there a way to do this and if so how?
[ -0.004091818816959858, 0.009079267270863056, -0.02561553381383419, 0.018270239233970642, -0.002191745676100254, 0.008543049916625023, 0.008716525509953499, -0.0043877470307052135, -0.009791027754545212, -0.0012997956946492195, -0.010987664572894573, -0.002924258355051279, 0.01877167820930481...
[ 0.45575347542762756, -0.09993991255760193, 0.8042200803756714, -0.04551036283373833, 0.17546173930168152, -0.306831419467926, 0.31374379992485046, 0.6696626543998718, -0.23848788440227509, -0.8127890229225159, -0.18070194125175476, 0.09750259667634964, 0.5190718770027161, 0.391901135444641...
how i can modify comments form, my theme just call: <?php comment_form(); ?>
[ 0.018656905740499496, 0.03613303601741791, -0.0229040514677763, 0.034537721425294876, -0.02163819596171379, 0.014081327244639397, 0.01640542410314083, -0.029376033693552017, -0.03300383314490318, -0.030881740152835846, -0.015652550384402275, 0.009101391769945621, 0.02823387272655964, 0.053...
[ 0.3527902364730835, -0.03196613863110542, 0.6869428753852844, 0.0886438712477684, -0.013402157463133335, -0.03883075341582298, 0.12406724691390991, -0.14726488292217255, -0.07327146828174591, -0.5240586996078491, 0.03870896250009537, 0.435534805059433, 0.028210842981934547, 0.0593546554446...
I am editing a LaTeX paper with Emacs. Sometimes, just for myself, I want to make a block of texts less obvious (or less important to see). Instead of totally hide them, I still want them to be there. So I am wondering if there is an easy way to embed them in something so that it changes color (to grey for instance) and looks less important. Could anyone help? By the way, besides changing color, do you have other suggestions for this kind of need (making easily a block of texts look less important)?
[ 0.024070892482995987, 0.005424657370895147, -0.020581800490617752, 0.01142819318920374, -0.011004561558365822, -0.010763691738247871, 0.00582908233627677, -0.003203032538294792, -0.012813798151910305, -0.00003968130477005616, -0.010650357231497765, -0.0006677238852716982, 0.00038995427894406...
[ 0.48985517024993896, 0.25266486406326294, 0.1346505880355835, 0.2582300901412964, 0.08042126148939133, 0.09843771904706955, -0.10757385939359665, 0.5162466764450073, -0.2525472640991211, -0.5886654853820801, 0.1132277175784111, 0.02647014707326889, 0.07972695678472519, 0.18097849190235138,...
I would like to change the naming of some references and perhaps gain an understanding on how bibtex orders references. These are my references @article{nitaj06a, author = {Abderrahmane Nitaj}, title = {Cryptanalysis of {RSA} with constrained keys}, journal = {IACR Cryptology ePrint Archive}, volume = {2006}, year = {2006}, pages = {92}, ee = {http://eprint.iacr.org/2006/092}, bibsource = {DBLP, http://dblp.uni-trier.de} } @article{nitaj06b, author = {Abderrahmane Nitaj}, title = {Application of {ECM} to a {C}lass of {RSA} keys}, journal = {IACR Cryptology ePrint Archive}, volume = {2006}, year = {2006}, pages = {235}, ee = {http://eprint.iacr.org/2006/235}, bibsource = {DBLP, http://dblp.uni-trier.de} } @article{nitaj06c, author = {Abderrahmane Nitaj}, title = {{RSA} and a higher degree {D}iophantine {E}quation}, journal = {IACR Cryptology ePrint Archive}, volume = {2006}, year = {2006}, pages = {93}, ee = {http://eprint.iacr.org/2006/093}, bibsource = {DBLP, http://dblp.uni-trier.de} } In the document produced by latex, nitaj06a, nitaj06b, nitaj06c are named as [Nit06b], [Nit06a], [Nit06c] respectively. Is there a way to change the naming such that the referencing would correspond to nitaj06a, nitaj06b, nitaj06c for [Nit06a], [Nit06b], [Nit06c] respectively? P.S. I think the alphabetical ordering of the title has something to do with this.
[ 0.02513827756047249, 0.017158810049295425, -0.008452940732240677, 0.024902407079935074, -0.0029247773345559835, 0.018221834674477577, 0.006542268209159374, -0.004431919194757938, -0.010497323237359524, -0.005140698980540037, -0.0010602588299661875, 0.008162147365510464, -0.022616978734731674...
[ 0.012933739461004734, 0.5627624988555908, 0.26982542872428894, -0.06738664954900742, -0.3412172198295593, 0.12126881629228592, 0.19548581540584564, -0.3112662434577942, -0.35596612095832825, 0.049728475511074066, 0.0365280918776989, 0.11835864186286926, -0.10179932415485382, 0.622135877609...
Are they the same? What do they mean? Here is the sentence: > I was one of the most experienced. All of us were judged by our ability to > **rake muck**. The head **muckraker** was Frederica Jansz...
[ -0.004298729822039604, 0.010609881021082401, -0.02083073928952217, 0.004692872520536184, 0.02103031799197197, 0.018399080261588097, 0.010204276069998741, -0.024713115766644478, -0.019964223727583885, 0.025988571345806122, -0.0006378921098075807, 0.028922300785779953, 0.026376569643616676, ...
[ 0.08102183789014816, 0.16325049102306366, -0.16172336041927338, 0.02096480503678322, -0.4280332028865814, 0.3544197380542755, 0.22900955379009247, -0.2734343409538269, -0.3515004515647888, -0.08441128581762314, 0.16783900558948517, 0.45547398924827576, 0.5461090803146362, 0.228385433554649...
I've seen questions similar to this asked before in several variations, but I have yet to locate a satisfactory answer. Here's what I have: * A highly mobile Debian laptop that switches networks frequently. * A FreeNAS server at home with a bunch of CIFS shares on it. Here's what I want: * If I access the CIFS share directory when I'm at home, auto-mount the CIFS share. * If I access the CIFS share when I'm anywhere else, return an error immediately (i.e. don't contemplate the network for five minutes before figuring out the NAS isn't there). * When I suspend or hibernate the machine, cleanly unmount the share so that the mount isn't pointing into thin air when the machine wakes back up again. If the share can't be cleanly unmounted (a process is using a directory), either: * Abort the suspend/hibernate and tell me who's camping on the mount; or * Force the unmount anyway and proceed with suspend/hibernate. * Extra Credit: When the network connection drops (pull the plug or lose association with the WAP), attempt to cleanly unmount the share. * Extra Credit: This magic should be independent of the network manager in use. None of the various options I've read about seem to be appropriate: * `autofs` seems to be reliable, but doesn't appear to have any awareness of suspend/hibernate. * The `_netdev` option in `mount` and `/etc/fstab` looks interesting, but appears to apply only to NFS shares. * I have not yet been able to get `gvfs` to work, but then I haven't tried very hard. Any suggestions on how to approach this? ADDENDUM: Here's the short version of what I ended up doing so far. I installed `autofs`, and wrote a small shell script to force-expire all auto-mounted volumes, which gets called whenever a network interface goes down. I created an automounter map for my CIFS server, with the credentials stored in an external file (yuck). I then wrote the following shell script: #!/bin/sh -e # Expire everything in the automounter. if [ -f /var/run/autofs.pid ]; then kill -USR1 "$(cat /var/run/autofs.pid)" fi Sending the USR1 signal to the automount daemon causes it to force-expire all unused mounts. I then placed this script in `/etc/network/if-down.d/autofs`, with a softlink in `/etc/network/if-post-down.d/autofs`. NetworkManager invokes all the scripts in the latter directory when a connection drops, so any auto-mounted filesystems should be unmounted. I'm not terribly happy with the arrangement, however. For a start, `autofs` makes no distinction between auto-mounted volumes, and, upon receiving USR1, will unmount _all_ inactive volumes, including non-network volumes, which is rather heavy-handed. Further, the login password for the CIFS server has to be stored in a file. I would much prefer to be prompted for it. Anyway, that's what I've kluged together so far. It works, but I'll be happy to use something better...
[ 0.004731165245175362, 0.008769094944000244, -0.004638520535081625, 0.015995172783732414, -0.0010595483472570777, -0.02533574402332306, 0.007653765380382538, 0.012032097205519676, -0.01493731327354908, 0.00225125253200531, -0.0032419059425592422, 0.001401908928528428, 0.0012480232398957014, ...
[ 0.4017338752746582, 0.16382090747356415, 0.13008366525173187, 0.19067814946174622, 0.13866794109344482, -0.1381036341190338, 0.011595112271606922, -0.0631609708070755, -0.3061859607696533, -0.9421880841255188, 0.09941960871219635, 0.5043965578079224, -0.21828383207321167, 0.139233440160751...
I have the following `TeX` file which runs on `XeLaTeX`: \documentclass{article} \usepackage{fontspec} \usepackage{polyglossia,xltxtra} \setdefaultlanguage{malayalam} \setmainfont[Script=Malayalam,Mapping=tex-text]{Rachana}% Downloaded from http://download.savannah.gnu.org/releases/smc/fonts/malayalam-fonts-5.0/Rachana/Rachana.ttf \begin{document} ആധുനികവ്യവസായം ലോകകമ്പോളം സ്ഥാപിച്ചിരിക്കുന്നു. അമേരിക്ക കണ്ടുപിടിക്കപ്പെട്ടതാണ് അതിനു് വഴിതെളിയിച്ചതു്. ഈ കമ്പോളം വ്യാപാരത്തിനും കടൽമാർഗ്ഗേണയും കരമാർഗ്ഗേണയുമുള്ള ഗതാഗതത്തിനും വമ്പിച്ച വികസനം നൽകി. ഈ വികാസമാകട്ടെ വ്യവസായത്തിന്റെ വിപുലീകരണത്തെ സഹായിച്ചു. മാത്രമല്ല, വ്യവസായവും വ്യാപാരവും കപ്പൽഗതാഗതവും റെയിൽവേകളും വളർന്ന തോതിൽത്തന്നെ ബൂർഷ്വാസിയും വളർന്നു: അതിന്റെ മൂലധനം പെരുകി; മദ്ധ്യയുഗത്തിന്റെ സന്തതികളായ എല്ലാ വർഗ്ഗങ്ങളേയും അതു് പിന്നോക്കം തള്ളിനീക്കി. \end{document} The output looks like: ![Output with problem marked](http://i.stack.imgur.com/lEAOj.jpg) I want to get rid of the hyphen characters appearing at the end of the line. I do not need the hyphen character where a word break into two lines. When I tried the following: \setmainfont[Script=Malayalam,Mapping=tex-text,,HyphenChar="00]{Rachana} the hyphen character disappeared and the output looks fine. Is this a right way?
[ 0.015229708515107632, 0.006866862531751394, -0.001524588791653514, 0.009317334741353989, -0.00007689325138926506, -0.010697072371840477, 0.009034447371959686, 0.0032112696208059788, -0.012733804062008858, -0.01947479322552681, -0.011312730610370636, -0.0005148366326466203, -0.013070666231215...
[ 0.32507890462875366, 0.2631165087223053, 0.5708020925521851, -0.15244419872760773, 0.15979909896850586, 0.3434436619281769, 0.22243019938468933, -0.2840489447116852, 0.11914440989494324, -0.31619715690612793, 0.3027823865413666, 0.6229081749916077, -0.09571688622236252, 0.19730257987976074...
New domain names like .photos .gallery .repair etc are being released every month. I tried running a generic search for some things, and I could not find any of those in the results. Any idea if they will ever integrate them into the search results? Will they be ranked higher than the .com domains? For example, if someone had stackphotos.com and now they got stack.photos - will the second domain be ranked higher than the first?
[ -0.01667817309498787, 0.004140427336096764, 0.003975273575633764, 0.03123832680284977, 0.014937246218323708, -0.007427404634654522, 0.00950473453849554, 0.03665624558925629, -0.02472403272986412, 0.008049353957176208, -0.011269176378846169, 0.0226078350096941, -0.014259804040193558, 0.0044...
[ 0.9404696226119995, -0.10376866906881332, 0.7968372702598572, 0.19826078414916992, -0.10825300216674805, -0.30117833614349365, -0.03125612810254097, 0.1961052566766739, -0.7924330234527588, -0.41106271743774414, 0.12727272510528564, 0.24890518188476562, -0.06922052800655365, 0.480765879154...
Update#1: Following the instruction of Sorin Călinică, I have installed `libfreetype-6.dll` using the `OSGeo4W Network Installer`, and the command `d.rast` can launch successfully. * * * I am using GRASS 6.4.3 (installed with osGeo4w), and I have this question: Whenever I want to use the `d.rast` command, I got the error message about **system error of d.rast.exe** that I lost **libfreetype-6.dll** : ![enter image description here](http://i.stack.imgur.com/DYa9u.png) How can I solve this problem? I am using GRASS 6.4.3 under windows 8.1 64-bits, please give me any suggestion!
[ -0.015013187192380428, -0.00558330537751317, -0.019830040633678436, 0.006671040318906307, 0.016625812277197838, 0.000007862341590225697, 0.00861220620572567, -0.0046438914723694324, -0.014766165986657143, -0.012591589242219925, -0.01479012705385685, 0.013312634080648422, -0.00313885370269417...
[ 0.11405795067548752, 0.006815067492425442, 0.543420135974884, -0.23467370867729187, -0.048400841653347015, -0.24771557748317719, 0.41315367817878723, -0.25707897543907166, 0.23570682108402252, -0.8420342206954956, -0.42339491844177246, 0.8707354068756104, -0.43327265977859497, -0.053177576...
I am stuck on Level 8 as the picture ![Level 8 of VIM- Adventures](http://i.stack.imgur.com/veLLH.png) I would like to arrive at the key-box (I already have key.) I guess I need `}` but I don't have this key yet, where is it if I need this? My keyboard is as following ![enter image description here](http://i.stack.imgur.com/mxi7c.png) Anyone helps me? Thank you.
[ -0.002477028639987111, 0.0038451373111456633, 0.004753030836582184, 0.0137504693120718, -0.006223294418305159, 0.00354522792622447, 0.005268370732665062, 0.014802662655711174, -0.018273966386914253, 0.009129135869443417, -0.015959765762090683, 0.004633965902030468, -0.008892998099327087, 0...
[ -0.010613897815346718, 0.17015714943408966, 0.6396674513816833, 0.2560165524482727, 0.1004646047949791, 0.013471082784235477, 0.6816232800483704, 0.41965675354003906, -0.5450986623764038, -0.7538967132568359, -0.12560252845287323, 0.5304578542709351, -0.036391861736774445, 0.40194875001907...
Before forming a class in Java or other programming languages that support OOP, should I use underscore (_) in each ( **local** or **private** ) field declaration. More precisely: > private String _customername; Is this a correct declaration?
[ 0.0022089029662311077, 0.01681528426706791, -0.008189908228814602, 0.008550875820219517, -0.020831186324357986, 0.03775489330291748, 0.012784379534423351, 0.020154019817709923, -0.019806604832410812, -0.01561902929097414, 0.002628867980092764, 0.018659012392163277, 0.024724939838051796, 0....
[ 0.1864277422428131, -0.026844017207622528, 0.43672361969947815, -0.4033452570438385, 0.41523197293281555, 0.04327031970024109, -0.14344054460525513, 0.23333251476287842, -0.09146773815155029, -0.32479143142700195, -0.258010596036911, 0.4530015289783478, -0.20456565916538239, -0.19237473607...
I have about twenty files symmetrically encrypted with CAST5. I have a single passphrase that is meant to work with all of the files and I wish to confirm that it does. I wrote a script to perform a check a check on each file. read pass for file in *.gpg ; do if ! gpg --batch --passphrase "$pass" -d "$file" &>/dev/null ; then echo "Passphrase invalid for '$file'." fi done My method of checking to see if the passphrase is valid for each file requires the decryption of the entire file, which is extremely slow. Is there a quicker way to do what I am attempting to do?
[ 0.013379540294408798, 0.01591581106185913, -0.017601285129785538, 0.01550382375717163, 0.012799853459000587, 0.017635345458984375, 0.00797267910093069, -0.023222485557198524, -0.020230688154697418, -0.0066568003967404366, -0.005979442968964577, 0.0027729456778615713, 0.0005331928841769695, ...
[ 0.3874971270561218, 0.3015637993812561, 0.5073273181915283, -0.10024389624595642, -0.2017461061477661, 0.3715313673019409, 0.350896954536438, -0.6836192607879639, -0.032312072813510895, -0.7636485695838928, 0.09836927801370621, 0.3623187243938446, -0.1614740490913391, 0.04972659423947334, ...
I have been building a website that has numerous `custom post types`, and I have found one called `WordPress Post Type Archive Links`. This would allow me to add a link to the an archive of registered `post types`. When you are on the archive pages, then the menu item is selected, however, when you go into a `taxonomy` (associated only with that `post type`), the menu is no longer marked as selected. This isn't a major thing, but it makes the website loose some of its coolness. But, does anyone know how to modify that plugin, or a different plugin that would allow for me to put a link to a `custom post type` in the menu, that also remains selected when you are in the category view for that post type?
[ 0.018582524731755257, 0.002706716302782297, 0.0076528917998075485, 0.02618682011961937, 0.05254489183425903, -0.0032813961151987314, 0.00736665865406394, 0.014575831592082977, -0.016336338594555855, 0.00630126241594553, -0.011761387810111046, 0.015561981126666069, -0.0016872449778020382, 0...
[ 0.5778725743293762, 0.19640454649925232, 0.3604717552661896, 0.21581535041332245, 0.0072397226467728615, -0.17290310561656952, 0.039233285933732986, 0.324173241853714, -0.392798513174057, -0.6802892684936523, 0.1549070030450821, 0.1470360904932022, -0.31739792227745056, 0.4155360162258148,...
When I connect using mosh I get the following error: Mosh: You have 2 detached Mosh sessions on this server, with PIDs: - mosh [3700] - mosh [31091] How can I resume one of these sessions?
[ 0.014936172403395176, -0.0026682340539991856, -0.013234567828476429, 0.0335732065141201, -0.02266385592520237, -0.002041679108515382, 0.0098908431828022, -0.011861210688948631, -0.02701852284371853, -0.0010946092661470175, -0.010943031869828701, 0.019437380135059357, 0.0077384887263178825, ...
[ 0.20567364990711212, -0.141367569565773, 0.28937625885009766, 0.04333516210317612, 0.02654573880136013, -0.03305992856621742, 0.5305594205856323, 0.3082532286643982, -0.253135621547699, -0.46689555048942566, -0.056321386247873306, 0.29921066761016846, -0.3763657510280609, 0.090217575430870...
When I run the `ps` command i get a warning saying `Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ`. How do i suppress this warning? Is there some system setting that i must do for this. The command that I fire is: [root@localhost home]# ps -aux | grep "curl -s -o Test" Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ root 4856 0.0 0.0 4044 672 pts/0 S+ 07:20 0:00 grep curl -s -o Test [root@localhost home]# Note that I have to fire the exact same command as above(I cannot change the `-aux` to `aux`, I cannot redirect `STDERR` output). That is why i am looking for some system setting that will suppress the warning.
[ -0.005503132939338684, -0.011149916797876358, -0.0032424048986285925, 0.02669028751552105, -0.0011080865515396, 0.005776078440248966, 0.006690420210361481, -0.001401723362505436, -0.01427315454930067, 0.013290343806147575, -0.002842169487848878, 0.0006047667120583355, -0.0015958272852003574,...
[ 0.20353157818317413, 0.28844156861305237, 0.5168295502662659, -0.385843425989151, -0.006329721305519342, -0.16578204929828644, 0.9695183634757996, 0.03542943298816681, 0.03358360379934311, -0.6889699101448059, -0.3586038649082184, 0.41429489850997925, -0.3616670072078705, -0.20330373942852...
In an Amazon review of "Schaum's Outline of Lagrangian Dynamics" I found this: > _I recommend that you type"Lagrangian Dynamics" into Google and look at some > of the excellent sets of lecture notes available on-line. The online > tutorial "A Crash Course in Lagrangian Dynamics" is particularly helpful. At > only 18 pages it gets to the heart of the matter and contains some solved > numerical examples._ This intrigues me, but following his advice doesn't give the tutorial, save for a couple of incredibly dodgy looking download sites. Anyone got any ideas on how I can get hold of it?
[ -0.008214348927140236, 0.0057315886951982975, -0.011718809604644775, 0.0198252834379673, -0.007322625257074833, -0.017141323536634445, 0.008606473915278912, 0.000876293983310461, -0.017500221729278564, -0.008855743333697319, -0.0039058555848896503, 0.011409244500100613, -0.006122724153101444...
[ -0.17634667456150055, 0.36630362272262573, 0.131417915225029, 0.27748188376426697, -0.07798071205615997, -0.2854751646518707, 0.2640265226364136, 0.07720420509576797, 0.11342549324035645, -0.4407314360141754, -0.2582448422908783, 0.2292807400226593, -0.21504953503608704, 0.3254013061523437...
I have quite a huge document with many pgfplots, which I would like to externalize. Well I can externalize them, but my `\AddEverypageHook` command from the `everypage` package affects this externalized plots. I add a background picture to every page: \AddEverypageHook{\ThisTileWallPaper{\paperwidth}{\paperheight}{res/background.pdf}} Unfortunately this background picture appears in the externalized plots: ![error](http://i.stack.imgur.com/77Pfk.png) Has anyone an idea to resolve this? # Update Here is a minimal example: \documentclass{scrreprt} \usepackage[ngerman]{babel} \usepackage{everypage} \usepackage{wallpaper} \usepackage{gnuplottex} \usepackage{pgfplots} \usetikzlibrary{pgfplots.polar} \usepgfplotslibrary{external} \tikzexternalize \begin{document} \ThisULCornerWallPaper{}{res/background.pdf} \begin{figure}[h!tbp] \begin{center} \begin{tikzpicture} \begin{axis}[ height=5cm, width=\textwidth, domain=-3:10 \addplot[color=black] (x); \end{axis} \end{tikzpicture} \end{center} \end{figure} \end{document} The `background.pdf`-file is an `A4` paper. It produces this result: ![bla](http://i.stack.imgur.com/Z1a4n.png)
[ -0.013394146226346493, 0.018856003880500793, -0.005384453106671572, 0.03465564176440239, 0.020365100353956223, -0.0009136460721492767, 0.00834789127111435, -0.0031845008488744497, -0.01588241569697857, -0.02133176103234291, -0.0060640256851911545, 0.012427086010575294, 0.006966125685721636, ...
[ 0.2514896094799042, 0.04762507230043411, 0.45644861459732056, -0.06070158630609512, 0.11498112231492996, -0.29610389471054077, 0.26982203125953674, 0.05068988725543022, -0.5035304427146912, -0.6261498928070068, 0.07401895523071289, 0.42683982849121094, -0.30643999576568604, 0.1281952261924...
Okay, I was doing a question on transmission lines. The setup is a wire placed at distance $d$ above an infinite conducting plane. The impedance of such a line is $Z_0$. Then there is an impedance $Z$ connecting the wire and the plane. For a wave propagating along the line above, I'm supposed to find the impedance of $Z$ that gives maximum transmission. I got an answer of $Z = \sqrt Z_0$ which looks familiar when a $\frac{\lambda}{4}$ line is placed inbetween - I'm not sure if this is the same as that setup. Here's what I think the setup is: ![enter image description here](http://i.stack.imgur.com/z0kvr.png) I know the wire above the conducting plane has impedance $Z_0$, but am I right to "assign" impedance $Z_0$ to the plane as well? Or do they "share" the impdance like a pair of resistors in series; i.e. each has impedance $\frac{Z_0}{2}$?
[ -0.003078035544604063, 0.0008389466674998403, -0.004708222579210997, 0.001576700946316123, -0.014450056478381157, -0.01561606302857399, 0.007373658940196037, -0.01548510231077671, -0.015108942985534668, -0.002991019282490015, -0.007845176383852959, 0.014212159439921379, -0.011348522268235683...
[ 0.5870822668075562, -0.33342036604881287, 0.6316869854927063, 0.1667999029159546, 0.01647588610649109, -0.04278094321489334, 0.06090197339653969, -0.3218872547149658, -0.09383029490709305, -0.19247061014175415, 0.1826578974723816, 0.8662465214729309, -0.27239537239074707, 0.346896827220916...
I grew up in the Northeastern US where the use of the phrase "all set" to mean "ready" or "finished" is common. An example would be, "Are you all set with that?" (perhaps while pointing to an unfinished meal) Another example would be, "Are we all set?" (as in "Are we ready to go?") I never gave it a second thought until a friend from California told me that the usage of "all set" really threw him off when he moved to the Northeast. He had never heard that usage before ... hence my curiosity. Is the use of "all set" exclusive to certain regions in the US? Is it used at all in Great Britain?
[ 0.005503107327967882, 0.0050880154594779015, -0.007295635063201189, 0.015337426215410233, 0.016464687883853912, 0.022075649350881577, 0.005539508070796728, 0.003245318541303277, -0.010777760297060013, 0.013125003315508366, -0.002493050880730152, 0.0100742531940341, 0.017527522519230843, 0....
[ 0.6828283667564392, -0.1383674442768097, 0.1953970342874527, -0.07025843858718872, 0.22340348362922668, -0.19280175864696503, 0.09603224694728851, 0.36237770318984985, -0.3382072448730469, -0.49630314111709595, -0.008198490366339684, 0.28720876574516296, 0.12085206061601639, 0.231995448470...
I'm playing the space battles and I can't seem to disable shielded targets. When I shoot at them (I assume it's them as they're yellow outlined reticules) they flash blue. I'm guessing you need a technique in order to take them out, but I'm not sure what to try.
[ -0.007608127314597368, -0.00869333278387785, -0.02156072109937668, 0.0017826077528297901, -0.014197475276887417, -0.023274576291441917, 0.007451171986758709, 0.003191801253706217, -0.020258065313100815, 0.01744488999247551, -0.015215961262583733, 0.019831469282507896, -0.021933330222964287, ...
[ 0.19325999915599823, 0.2751907706260681, -0.09082391858100891, 0.04186760634183884, -0.4525614380836487, 0.03249717131257057, 0.29520219564437866, 0.3783831000328064, -0.2733502686023712, -0.6968719363212585, 0.0016372546087950468, 0.3593476712703705, 0.07550372183322906, -0.17497330904006...
I have a development server, which is only accessible from 127.0.0.1:8000, not 192.168.1.x:8000. As a quick hack, is there a way to set up something to listen on another port (say, 8001) so that from the local network I could connect 192.168.1.x:8001 and it would tunnel the traffic between the client and 127.0.0.1:8000?
[ 0.0016623891424387693, -0.0008854240877553821, -0.000327571906382218, -0.005048179067671299, -0.003184335073456168, -0.004444621037691832, 0.0073324162513017654, 0.007406412158161402, -0.01877724938094616, -0.03572450950741768, -0.012176964432001114, 0.007979664020240307, -0.0053656045347452...
[ 0.49163198471069336, 0.21175211668014526, 0.10781737416982651, 0.2027750164270401, 0.04958995431661606, 0.12288951873779297, 0.18917353451251984, -0.005841022823005915, 0.03567010909318924, -0.7899689674377441, 0.3336133062839508, 0.5585892200469971, -0.19418178498744965, 0.274232417345047...
I am trying to get the current logged-in user data and use this in the parent class(I need it in several functions). In the example below I can get the userID in the first function but it will give no output inside the next function. This is my first wordpress plugin and the first time that I work with OOP, so who can help me out with this thing. <?php class WP_PM{ public $currentId; public function __construct(){ $this->addActions(); $this->showId(); } private function addActions(){ add_action('wp_loaded', array(&$this, 'getId')); } public function getId(){ global $current_user; $this->currentId = $current_user->ID; //$this->currentId = 'hello';//we have an output echo $this->currentId;//we have an output return $this->currentId; } public function showId(){ echo $this->currentId;//no output echo $this->getId();//no output } } register_activation_hook(__FILE__, array('WP_PM', 'activate')); register_deactivation_hook(__FILE__, array('WP_PM', 'deactivate')); $wp_pm = new WP_PM(); ?> // new example based on G.M solution(still not working -> triggers wp error and no logged in text) class WP_PM_Extend extends WP_User { function getID() { return $this->ID; } } class WP_PM{ protected $user; public function __construct(WP_PM_Extend $user = NULL){ if (!is_null( $user ) && $user->exists()){ $this->user = $user; } $this->getUser(); } public function getUser() { return $this->user; } } function getWPPM() { if(!did_action('wp_loaded')){ $msg = 'Please call getCurrentUser after wp_loaded is fired.'; return new WP_Error('to_early_for_user', $msg); } static $wp_powertour_core = NULL; if(is_null( $wp_powertour_core)){ $wp_pM = new WP_PM( new WP_PM_Extend( get_current_user_id() ) ); } return $wp_powertour_core; } function getCurrentUser(){ $wppm = getWPPM(); if(is_wp_error($wppm)){ return $wppm; } $user = $wppm->getUser(); if($user instanceof WP_PM_Extend){ return $user; } } add_action( 'wp_loaded', 'getCurrentUser'); $current_user = getCurrentUser(); if($current_user instanceof WP_PM_Extend){ echo 'Current user ID: ' . $current_user->getID(); }else{ echo 'No one logged in'; }
[ -0.0017046004068106413, 0.003633518936112523, -0.008737966418266296, 0.012190953828394413, -0.0292399600148201, 0.005890016909688711, 0.007417076732963324, 0.009277675300836563, -0.018849244341254234, 0.020016737282276154, -0.013780166395008564, 0.01151275634765625, 0.0034108865074813366, ...
[ 0.23593908548355103, -0.21671243011951447, 0.6438758969306946, -0.17870980501174927, 0.3362897038459778, 0.06207199767231941, 0.3463435471057892, -0.028655415400862694, -0.099094457924366, -0.7427504062652588, 0.06453421711921692, 0.4385417103767395, -0.3017067015171051, 0.0347083844244480...
I have configured HTC Hero phone with my Gmail account (username and password), and it is configured successfully. I have recently changed the password of this account from the Gmail website, so at the same time I have to change the password on my phone, but I do not see where to do this. Without reentering the new password, I am not able to get/send mail. How do I enter the new password?
[ -0.02197597362101078, -0.003418972482904792, -0.0033080107532441616, 0.015600929968059063, 0.00534557830542326, -0.009677906520664692, 0.009191690012812614, -0.003109087236225605, -0.015598208643496037, -0.0430915392935276, -0.010592814534902573, 0.013575279153883457, -0.00445515476167202, ...
[ 0.16739079356193542, 0.009601766243577003, 0.7664382457733154, 0.03418268263339996, 0.022176289930939674, -0.0423700250685215, 0.6366453170776367, -0.29982247948646545, -0.256818026304245, -0.44800469279289246, 0.10064408928155899, 0.6643301248550415, -0.31659603118896484, -0.1266211867332...
Got an problem regarding landscape pages in a portrait report. The first sheet is according to the koma manual and works fine. The second with the same code won't. Example: \documentclass[ 12pt, paper=a4, pagesize, DIV=calc, liststotocnumbered, headsepline, footsepline] {scrreprt} \usepackage[left=1.5cm,right=1.5cm,top=1cm,bottom=1cm,includeheadfoot]{geometry} %langue settings %header and footer settings \begin{document} First page in portrait\\ \storeareas\myvalues \KOMAoptions{pagesize, paper=landscape, DIV=20} Second page in landscape\\ \clearpage \myvalues Third page in portrait again\\ \KOMAoptions{pagesize, paper=landscape, DIV=20} Fourth page NOT in landscape!!!!\\ \clearpage \end{document} Some ideas? best regards
[ 0.004326001275330782, 0.008352153934538364, -0.006477415561676025, 0.02826455421745777, -0.006937828846275806, 0.008215297013521194, 0.008560128509998322, 0.007554090116173029, -0.012269817292690277, -0.01070487406104803, -0.012418914586305618, 0.0022287284955382347, -0.004987809807062149, ...
[ 0.038690995424985886, -0.32731762528419495, 0.655343234539032, 0.23667007684707642, -0.06678026169538498, 0.015915563330054283, 0.12619712948799133, -0.4658445715904236, -0.36020854115486145, -0.7190028429031372, 0.16327515244483948, 0.2243911474943161, -0.11436678469181061, -0.28967511653...
The `nmap` man page has this to say about the `-sn` parameter: -sn (No port scan) . This option tells Nmap not to do a port scan after host discovery, and only print out the available hosts that responded to the scan. The first half of the sentence mentions that there is no scan, but the second half says that there is a scan. Is there a different type of scan than a port scan that the second half is referring to? A host-discovery scan perhaps (guessing from the little that I know about `nmap`)?
[ -0.004280981607735157, 0.007192639634013176, -0.0007151473546400666, 0.021935533732175827, -0.023500127717852592, -0.005349306855350733, 0.008587266318500042, -0.0053903693333268166, -0.014648552983999252, 0.0016257029492408037, -0.009978536516427994, 0.002690669149160385, -0.005762063432484...
[ -0.25604960322380066, 0.023931458592414856, 0.3407427966594696, 0.03763893246650696, -0.026711514219641685, -0.30985039472579956, 0.34002798795700073, 0.017753245308995247, -0.35451197624206543, -0.442078173160553, -0.2748573422431946, 0.49069324135780334, -0.47120651602745056, 0.229542791...
How important is a logo for a freelancer ? If I'm going to design a small static website to represent myself with 'about', 'skills', 'portfolio' ... etc. pages and I want to keep the design as simple as I can... Is it crucial to take lots of time and try to design an abstract logo that would represent me as a freelancer, or what I do ? Work I do: web design and development, custom solutions.. etc. Target audience: small business owners, and potential recruiters ?
[ 0.025292422622442245, 0.013069534674286842, 0.000986195052973926, 0.012350071221590042, -0.07406029850244522, -0.0010454760631546378, 0.008170625194907188, 0.01288111973553896, -0.01616411842405796, -0.011805999092757702, -0.011680875904858112, 0.010695269331336021, 0.0008480150136165321, ...
[ 0.919437825679779, 0.18231309950351715, 0.34553590416908264, -0.08046852797269821, 0.03626303747296333, 0.03965162858366966, -0.08316764235496521, 0.5164853930473328, -0.21715392172336578, -0.4759874641895294, -0.0031974532175809145, 0.5380611419677734, -0.08990217745304108, -0.09595138579...
I'm a web developer for a year and a half now. I work particularly on client- side. I'm good at (x)HTML/CSS/Javascript/jQuery. My work goes in converting PSD files to (x)HTML. (PSD files came from clients) Now I'm planning to go on designing too. My knowledge of photoshop is just the basic, I guess - Just the things I need to effectively convert PSD files to a web page. I'm really eager to learn. My questions: * How can I learn this with just the internet and me? * Are there steps or guides you know that could help me as a newbie? * What are the challenges I may face and what can you suggest? * What tool(s) would you suggest? Thanks.
[ -0.017726249992847443, 0.0036192643456161022, -0.010486834682524204, 0.019747696816921234, -0.007630730047821999, -0.0023832148872315884, 0.006784758064895868, -0.005220548249781132, -0.026132656261324883, -0.017855465412139893, 0.0012845136225223541, -0.0020831942092627287, -0.0006092722178...
[ 0.8651714324951172, 0.38888078927993774, 0.14288511872291565, -0.054302878677845, -0.0009640363277867436, 0.006172701716423035, -0.03321423754096031, 0.19748838245868683, -0.29350027441978455, -0.7602517008781433, 0.1697133630514145, 0.5151296257972717, 0.24971593916416168, -0.044853530824...
I am working on creating several GeoTIFFs in QGIS. My workflow was to: 1) Export the PDF map at the desired scale (1:64m) 2) Design the map and export the TIFs from Photoshop (I've used several resolutions to see if this was the issue) 3) Import those into QGIS and used the Georeferencer plugin and exported the geogreferenced TIFFs (Transformation Settings are Transformation Type: Linear, Resampling Method: Nearest Neighbor, Compression: None) When I pull the new TIFFs into QGIS and Zoom to the Best Scale the scale shows up around 1:58m rather than the desired 1:64m. I'm doing this for several scales so I need to figure out the best way to pull those in and get the scale to match up. Any ideas? Thanks!
[ -0.010099648497998714, 0.008654085919260979, 0.013759639114141464, 0.02954820729792118, 0.021161489188671112, 0.0012650496792048216, 0.010987924411892891, 0.026541611179709435, -0.020678982138633728, -0.02348410338163376, 0.0045000771060585976, 0.0004012049175798893, -0.037918515503406525, ...
[ 0.1786016821861267, -0.006458185613155365, 0.7253641486167908, -0.15226757526397705, -0.22660231590270996, -0.0005369296995922923, 0.09574329107999802, -0.20430795848369598, 0.1598343402147293, -0.9661888480186462, -0.12653683125972748, 0.6193007230758667, -0.35652488470077515, -0.23867490...
Thanks in advance to anyone who takes the time to answer this, and apologies in advance for what is probably (yet another) question here due to unfamiliarity with The Math. I had a chance recently to visit the CMS detector at CERN (sheer luck) and it's made me curious to better understand how the Higgs field interacts with the weak gauge particle field vs. the fermion field. I've read several descriptions that connect the former with electroweak symmetry breaking and the latter with "a different mechanism" which seems to be a Yukawa coupling (which I understand to be an interaction between a scalar field --the Higgs field --and the fermion field.) Damned if I really understand the difference though --do both involve virtual Higgs bosons?
[ -0.0015475405380129814, 0.00895120482891798, 0.00951462984085083, 0.011942049488425255, -0.014037995599210262, -0.01013016328215599, 0.005654921755194664, -0.0129036083817482, -0.00934609118849039, 0.009603321552276611, -0.009575255215168, 0.006808031350374222, 0.004012196324765682, -0.007...
[ 0.46878787875175476, 0.05710465833544731, 0.47392550110816956, 0.011035128496587276, -0.4381956160068512, -0.3541789948940277, 0.09491018950939178, 0.06651011854410172, -0.2427835762500763, -0.3037315309047699, -0.058142803609371185, 0.09805784374475479, 0.4431280493736267, 0.7498045563697...
I am working on classification of audio files. It is a binary classification and I plan to use SVM. I have used SVM before for face matching and other image analysis and retrieval stuff. I have extracted the required feature vectors from the audio files, i.e., the training and test dataset and reduced their dimensionality by using Principal Component Analysis. I would like to know whether there are any more steps which are necessary before applying SVM classification and prediction? Should the test and training dataset obtained after applying PCA be normalized or centered? Would the results be different (better / worse) after applying the normalization / centerization? Or are there any more methods that can be used to pre-process data before SVM is applied on it?
[ 0.00564675685018301, 0.01429438404738903, 0.0004348559305071831, 0.014223436824977398, -0.012466177344322205, 0.0223827101290226, 0.009052345529198647, 0.003964708186686039, -0.011303005740046501, 0.008840694092214108, -0.009247681125998497, 0.011948739178478718, 0.0019076382741332054, 0.0...
[ 0.20012377202510834, -0.03753667697310448, 0.10770190507173538, 0.06993160396814346, -0.056130051612854004, 0.09639210999011993, 0.06479856371879578, -0.3102191388607025, 0.023920929059386253, -0.4296596646308899, -0.1424892097711563, 0.8435819149017334, -0.16646555066108704, 0.36536690592...
> Consider a sample $x_1,...,x_n$ which we will call the original sample. To > create a translated sample $x_1+c,...,x_n+c$, we add a constant $c$ to each > sample point. > > Let $y_i=x_i+c, \;i=1,...,n$ > > Then $\bar y=\bar x +c$ > > From the table below, to compute the arithmetic mean of the time interval > between menstrual periods, it would be more convenient to work with numbers > that are closer to zero rather than $28$, which is the mode. > > ![enter image description here](http://i.stack.imgur.com/e951L.jpg) My questions are: * Why is $28$ subtracted for the translated sample? * Do you always subtract the mode to create a translated sample or would any value work? Why is this? * Is it more accurate when you choose the mode rather than subtracting, say, 23?
[ -0.000686194165609777, 0.011744573712348938, -0.01291541289538145, 0.02417108230292797, 0.01818043552339077, -0.004556335974484682, 0.007273598108440638, -0.01336175948381424, -0.018035531044006348, 0.0017315440345555544, -0.000030952971428632736, 0.006172164808958769, -0.01747084967792034, ...
[ 0.3154573440551758, 0.05249403789639473, 0.3797735571861267, 0.008195212110877037, 0.1660420000553131, 0.5907025337219238, 0.2891290783882141, -0.4274822473526001, 0.1588144451379776, -0.47269272804260254, -0.00292919366620481, -0.0758669525384903, -0.036840736865997314, 0.2490638345479965...
my question is related to ARCH LM test. Actually I have quarterly CPI data for Pakistan with base 2005. I have converted it into Y-O-Y growth rate by taking log difference and then made it stationary. when I apply ARCH LM test on raw data it shows significant results but when I apply it on differenced data, this test becomes insignificant. I want to ask on which type of data we should apply ARCH LM test
[ -0.00039451816701330245, 0.008904670365154743, -0.028533169999718666, 0.02740383893251419, -0.042031243443489075, -0.010410991497337818, 0.015259531326591969, -0.015617292374372482, -0.02180352248251438, -0.05678621307015419, -0.003973354119807482, 0.004548646509647369, -0.025068501010537148...
[ 0.3942798376083374, -0.19451701641082764, 0.048670992255210876, 0.07063102722167969, -0.20246443152427673, 0.5034146904945374, -0.3069254159927368, 0.06956987828016281, -0.5062460899353027, -0.2315441519021988, 0.31871581077575684, -0.07668561488389969, -0.04807329922914505, 0.775556802749...
I believe I know the answer, but I wanted to ask. Is there a way to create a Personal Geodatabase in QGIS? I know QGIS can view Personal Geodatabases, but can one be created? I have a project where the client is requiring a small spatial database (they are very low on the tech level, so I do not want to jump into PostGIS etc etc). They also only use ArcGIS. I would like to do the project in QGIS, hense my question. Thanks in advance....
[ 0.01046016626060009, -0.00300248502753675, 0.004148074425756931, 0.013423067517578602, 0.006268637720495462, 0.0034576631151139736, 0.006592877674847841, 0.02278948575258255, -0.020198626443743706, -0.01845557428896427, 0.008918410167098045, 0.014735035598278046, -0.002173162531107664, 0.0...
[ 0.3323201835155487, 0.3508111238479614, 0.40998953580856323, 0.13833129405975342, -0.16763649880886078, -0.09525778889656067, 0.17612914741039276, -0.012226426973938942, -0.14396336674690247, -0.65226149559021, 0.12104160338640213, 0.31306615471839905, -0.03333716094493866, 0.0793970823287...
Please tell me about the difference between these two questions: 1. Why don't I see it? 2. Why I don't see it? Is the second question grammatically correct?
[ -0.01417325809597969, 0.019366512075066566, -0.012404122389853, 0.013632024638354778, 0.02685839869081974, -0.04760606586933136, 0.015950357541441917, 0.033927418291568756, -0.01699780486524105, -0.015833254903554916, -0.02778707444667816, -0.006040162406861782, -0.01592309959232807, 0.001...
[ 0.24178874492645264, -0.005160908680409193, 0.20576617121696472, 0.1960223764181137, -0.12625907361507416, 0.1790504902601242, 0.590933620929718, 0.3978865146636963, -0.1306789368391037, -0.16029632091522217, -0.1916842758655548, 0.3457888662815094, -0.3399572968482971, 0.11110854893922806...
I came across the word “ _songify_ ” for the first time in the article of October 23 NY Times titled ‘Yes We Chant’ with the sub-head, “The Gregory Brothers songify the debate, with Gregorian chanting.” The article is accompanied with a video, in which CBC’s Bob Schieffer as the moderator of this Monday’s Presidential debate, President Obama and Gov. Mitt Romney all “songify” clips of their statements. The text reads: > “Our only remaining option was to _songify_ the whole thing ourselves, to > imagine the parallel universe where Gregorian chanting monks shepherded the > candidates through the debate as Bob Schieffer dropped verse after verse. We > hope that whoever wins this blasted election will be kind enough to sing his > acceptance speech.” Although www.definition of net. defines “Songify” as “1. to make stuff into a song. 2. to make a song out of stuff that wasn't originally intended to be a song, none of credible English dictionaries including Oxford, Cambridge, and Merriam-Webster registers “songify.” As there is no instance of this word in GoogleNgram viewer either, we cannot tell since when and how the word “ _Songify_ ” came into currency. Is “ _Songify_ ” a well-received word in modern or American English? Or is it just a wild and ephemeral journalism neology? Is it possible to say, or coin “Musicify,” "Medlefy,” “Lyricify” and “Poemify” likewise?
[ -0.004355992190539837, -0.005425364710390568, 0.005984445568174124, 0.03025680035352707, -0.007418349385261536, 0.007547429762780666, 0.0076143816113471985, -0.002766301855444908, -0.014839213341474533, 0.03120795264840126, -0.01215030811727047, 0.020268958061933517, 0.007195619400590658, ...
[ 0.7188636660575867, 0.3529319763183594, 0.18665319681167603, 0.09394560009241104, -0.29833611845970154, 0.03659487143158913, 0.6237970590591431, 0.07189290970563889, -0.40204912424087524, -0.28131601214408875, -0.028561905026435852, 0.15165886282920837, -0.1473502665758133, 0.2136348932981...
I have a problem with the different size of parenthesis with multiline (see image). Actually i don't care about the different size of the square parenthesis on `M` and `\bar{M}` but I really care about the round square one! I want the same size (and I don't wanna avoid `\left` and `\right` since I need the last parenthesis as big as the integral!). Some help? ![enter image description here](http://i.stack.imgur.com/I7yQW.png) Code: \documentclass{article} \usepackage{amsmath} \begin{document} \begin{multline} \left\lbrace q\left( t\right) \right\rbrace = \left[ \Phi \right] \left( \left[ C\left( t\right) \right] \left[ \bar{M}\right] \left[ \Phi\right]^{\textrm{T}} \left[ M\right] \left\lbrace q_{0} \right\rbrace + \left[ \Omega\right]^{-1} \left[ S\left( t\right) \right] \left[ \bar{M}\right] \left[ \Phi\right]^{\textrm{T}} \left[ M\right] \left\lbrace \dot{q}_{0} \right\rbrace + \right. \\ \left. \left[ \bar{M}\right] \left[ \Omega\right]^{-1} \intop_{0}^{t} \left[ S\left( t-\tau \right) \right] \left[ \Phi\right]^{\textrm{T}} \left\lbrace e \left( \tau\right) \right\rbrace d\tau \right) . \end{multline} \end{document}
[ 0.031371962279081345, -0.000978994183242321, -0.015590609982609749, 0.01785663515329361, -0.007243726402521133, 0.005862020887434483, 0.006799345836043358, 0.008222917094826698, -0.020519716665148735, -0.02819680981338024, -0.005587652325630188, 0.0028756612446159124, -0.010016649961471558, ...
[ 0.08205237239599228, 0.12777121365070343, 0.5332080721855164, -0.13995860517024994, -0.09029140323400497, 0.1226329505443573, 0.3279399275779724, -0.26429319381713867, -0.553339958190918, -0.47709909081459045, -0.0713932067155838, 0.6155968904495239, -0.11024147272109985, -0.09877252578735...
I regularly see pedestrians walking on the streets behind indestructible railings. I haven't seen a possibility to drive over one yet, but it seems possible considering the existence of crosswalks in the game. Can I _accidentally_ drive over a pedestrian and get a penalty for it?
[ -0.015149389393627644, 0.030344543978571892, -0.015455038286745548, 0.006245484575629234, 0.009552962146699429, -0.01875428669154644, 0.00995743926614523, -0.0032786941155791283, -0.026633691042661667, -0.005573233123868704, 0.001737464452162385, 0.03746013715863228, 0.026218226179480553, ...
[ 0.7186411023139954, 0.02580944634974003, 0.020275872200727463, 0.1724138855934143, 0.12141764909029007, -0.13637903332710266, 0.36888107657432556, 0.13152636587619781, -0.6145138144493103, -0.739900529384613, 0.34156060218811035, 0.16007152199745178, -0.16186685860157013, -0.31906914710998...
I am just getting into using the theme customizer in WordPress. I found a great answer on this site about adding a slider and I got it working just fine. I was reading in the codex about the theme-customizer and it says that after you add your settings, you need to add to the theme-customizer.js file to update your settings. Does this really need to be done? I noticed that without adding my settings to this file that the slider images that I just got working seem to work just fine. So I am a little confused on this step. I can't even find the information that the codex is talking about in the default theme. If you check "Step Two" in this link You will see that it is talking about adding a bunch of javascript to the theme. I don't see that it is needed. Things seem to update just fine without adding any javascript. Even with these settings. The codex says that this stage is optional. I have added 3 photo uploads for a slider. Just to test out the customizer. The theme updates in real time without adding this kind of information about my new controls $wp_customize->get_setting( 'blogname' )->transport = 'postMessage'; $wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage'; $wp_customize->get_setting( 'header_textcolor' )->transport = 'postMessage'; $wp_customize->get_setting( 'background_color' )->transport = 'postMessage';
[ 0.012360694818198681, 0.006559029687196016, 0.004306384827941656, 0.014248085208237171, -0.0029934761114418507, 0.013620736077427864, 0.005373401567339897, -0.01835189200937748, -0.019309068098664284, -0.023673903197050095, -0.0027059284038841724, 0.01522185280919075, -0.005161511246114969, ...
[ 0.20823848247528076, -0.06209016963839531, 0.7272157073020935, 0.04908769577741623, 0.10702413320541382, -0.05037439614534378, 0.0319921113550663, 0.15523207187652588, -0.290160596370697, -0.6262686252593994, 0.09400199353694916, 0.5032228231430054, -0.08302049338817596, 0.1611762195825576...
I'm using TexStudio 2.6.6 and MikTex portable. I'm trying to build the example CV from here: http://www.njohnston.ca/2008/12/latex-cv-template/ The problem is that I get a lott of "Undefined Control sequence" and "Missing control sequence inserted errors for all \resheading lines The editor gives error indications for \FrameSep and \begin{shaded} and \end{shaded} here: \newcommand{\resheading}[1]{\vspace{8pt} \parbox{\textwidth}{\setlength{\FrameSep}{\outerbordwidth} \begin{shaded} \setlength{\fboxsep}{0pt}\framebox[\textwidth][l]{\setlength{\fboxsep}{4pt}\fcolorbox{shadecolorB}{shadecolorB}{\textbf{\sffamily{\mbox{~}\makebox[6.762in][l]{\large #1} \vphantom{p\^{E}}}}}} \end{shaded} }\vspace{-5pt} } The framed package is installed. According to all the documentation I found, there is nothing fancy going on, so I'm a bit out of ideas what to try. I hope you can verify and maybe solve this problem.
[ 0.01302485354244709, 0.0013054152950644493, -0.01124840509146452, 0.023475155234336853, 0.016425583511590958, 0.007483035326004028, 0.007891882210969925, 0.0023408979177474976, -0.01328546553850174, -0.006267550867050886, -0.017238683998584747, 0.00562317855656147, -0.008997322991490364, 0...
[ 0.08489418029785156, 0.13619786500930786, 0.6230776906013489, -0.16848117113113403, 0.24077275395393372, -0.1017153412103653, 0.2788234353065491, -0.14174894988536835, 0.11198920756578445, -0.6550869941711426, 0.19536180794239044, 1.0192269086837769, -0.2697257399559021, -0.170744299888610...
I want `http://www.foo.com/` to internally point to `/var/www/home.php` and `http://www.foo.com/home.php` to be redirected to `http://www.foo.com/`. Thus, I would like to fix the old `http://www.foo.com/home.php` to the new one `http://www.foo.com/`. But I always get infinite loop or other strange error no matter what.
[ -0.009697124361991882, 0.006111735012382269, -0.012479698285460472, 0.020220821723341942, -0.014475238509476185, -0.004577971063554287, 0.00794398132711649, 0.004043815657496452, -0.011814923956990242, 0.015177481807768345, -0.007942012511193752, 0.0036836271174252033, -0.002171535510569811,...
[ 0.3047005534172058, 0.43454593420028687, 0.2601405382156372, -0.29227057099342346, -0.02137584239244461, 0.17538611590862274, 0.27989640831947327, 0.1716451793909073, -0.4240807890892029, -0.4517311155796051, 0.19175730645656586, 0.32371681928634644, -0.48378434777259827, 0.595264792442321...
What is the number next to your name in multiplayer ("Factions") in The Last of Us? Mine is currently at 1, and doesn't seem to be changing.
[ 0.0024645724333822727, 0.013640612363815308, -0.04031829908490181, 0.001144565176218748, -0.001974982675164938, -0.0591864176094532, 0.01287149265408516, -0.032331064343452454, -0.02743694931268692, 0.045850299298763275, 0.02905554324388504, 0.012941406108438969, 0.013743539340794086, 0.05...
[ 0.2718629240989685, -0.045739248394966125, 0.4444126486778259, 0.12471043318510056, -0.19839788973331451, 0.1948033720254898, -0.20600473880767822, 0.27713534235954285, -0.5886718034744263, -0.266014963388443, 0.6566662788391113, 0.17748454213142395, 0.2473450005054474, 0.38775232434272766...
I always play as the Eden Initiative. Am I missing out on anything by not playing Global Trust?
[ 0.0029108463786542416, 0.01700746640563011, -0.01612681709229946, -0.030164584517478943, 0.039659008383750916, -0.018377099186182022, 0.01905183494091034, -0.07585275918245316, -0.03048246167600155, -0.02813909947872162, -0.012945739552378654, 0.045659203082323074, -0.0728466734290123, 0.0...
[ 0.4111916422843933, -0.4614817798137665, -0.25847727060317993, -0.04461333900690079, -0.008890494704246521, -0.19805942475795746, 0.27096691727638245, 0.48434850573539734, 0.09868434071540833, -0.7310255169868469, 0.37879058718681335, 0.4236343204975128, 0.07508821785449982, -0.02667345479...
I would like to produce a slide in which there is more flexibility in the blocking. +-----------------------------------------------+ + Block A + + Item + + item + +-----------------------------------------------+ +--------------+ +------------------------------+ + Block B + + Figure using includegraphics + + + + + +--------------+ +------------------------------+ I've tried various combinations of columns and block, but cannot get the desired result.
[ -0.006146557629108429, 0.005349067039787769, -0.00804333295673132, 0.01063934713602066, -0.01097465306520462, -0.012334751896560192, 0.0029670391231775284, 0.01308861467987299, -0.014329126104712486, 0.0065670320764184, -0.012411493808031082, -0.0005571627989411354, -0.009077385067939758, ...
[ -0.013987072743475437, -0.07171601802110672, 0.7059341073036194, 0.1578541100025177, -0.3905389904975891, 0.07504035532474518, -0.023298684507608414, -0.3286088705062866, -0.29705071449279785, -0.558807909488678, 0.13598144054412842, 0.15093876421451569, -0.11117728799581528, 0.26537883281...
When I try to compile this: \documentclass{article} \usepackage{amsmath} \usepackage{nath} \DeclareMathOperator{\argmin}{arg\,min} \begin{document} \begin{equation} \argmin \log(\sum_{x=1}^2 x^2) \end{equation} \end{document} I get: Test.tex:7: Limit controls must follow a math operator Test.tex:7: Limit controls must follow a math operator What exactly does this mean and how can I fix it?
[ 0.003559170290827751, 0.010005516931414604, -0.004266349133104086, 0.00800863653421402, -0.017235977575182915, 0.02313080057501793, 0.009213998913764954, 0.014662200585007668, -0.008902663365006447, -0.024869075044989586, -0.012082099914550781, 0.009259754791855812, -0.010330252349376678, ...
[ 0.05195997655391693, 0.15765514969825745, 0.6103794574737549, -0.18525592982769012, 0.1927119642496109, -0.165278822183609, 0.4224308729171753, -0.3460005223751068, 0.06984277069568634, -0.39488402009010315, -0.07656843215227127, 0.8569248914718628, -0.33291560411453247, -0.066010423004627...
Suppose I have a conditional discrete distribution $P_{M|A}(m,a)$. If I take sum over $m$, i.e. $\sum_{m}P_{M|A}(m,a)$, do I get $f_A(a)$, where $f_A(a)$ is the pmf of the random variable A?
[ -0.007254438474774361, 0.012360215187072754, 0.0013330156216397882, 0.01816493831574917, 0.017423896118998528, -0.006438643205910921, 0.006746719125658274, -0.0075261835008859634, -0.013542663305997849, -0.013779121451079845, -0.012206653133034706, 0.009113337844610214, -0.019110752269625664...
[ -0.09467040002346039, -0.18691524863243103, 0.1211126297712326, -0.5000186562538147, 0.2521273195743561, 0.3322821855545044, -0.00558996107429266, -0.2272457778453827, -0.1058734655380249, -0.2317473441362381, -0.3012581467628479, 0.20138901472091675, -0.5117706060409546, 0.133068814873695...
I have a post ID and I'm just trying to find a function ( I was thinking of something similar to wp_update_post() ) where I can just pass a post ID and maybe a category ID or slug and have it associate the post to the category. Does that exist or have you seen a plugin doing that where I can peek at what they did?
[ 0.0023043453693389893, 0.015004385262727737, 0.009061278775334358, 0.023507442325353622, 0.009705173783004284, 0.018677908927202225, 0.009281774051487446, 0.019150255247950554, -0.03097544237971306, 0.0018316260538995266, -0.007241893094033003, 0.011912869289517403, 0.014325226657092571, 0...
[ 0.919758677482605, 0.19189199805259705, 0.09815213829278946, 0.08160456269979477, -0.23005594313144684, -0.29703131318092346, 0.23203253746032715, 0.41937121748924255, -0.158980593085289, -0.45254725217819214, 0.38348978757858276, 0.055326394736766815, -0.25298306345939636, 0.2406047582626...
I want to **export my SMS history from an iPhone and import them into a new Android phone,** including timestamp, message direction (incoming|outgoing), and correspondent (sender or recipient). My specific scenario is this, but perhaps a generic solution exists - _Source:_ iPhone 4 running iOS 5 (jailbroken, if it helps) _Target:_ LG Nexus 4 This old question seems relevant except that it's aimed at Samsung devices, and it's 1½ years old. Also, there's this alarming comment: _The problem with faked.org/isms2droid is that it doesn't correctly extract the iMessages correctly. It gets the wrong timestamp, and leaves the address empty and the type (which represents sent or received) is always 1 (received)._ I'm thinking that there could be newer solutions that are worth mentioning?
[ -0.0024204563815146685, -0.0073618642054498196, -0.01080374512821436, -0.0007626190781593323, 0.014977537095546722, -0.000749943545088172, 0.005566231440752745, 0.04205367714166641, -0.013684321194887161, -0.0004329495131969452, -0.007014774717390537, 0.009419098496437073, 0.0032433287706226...
[ 0.18956388533115387, 0.32486262917518616, 0.7740105390548706, -0.140367791056633, 0.1606697291135788, 0.09930247068405151, 0.6227432489395142, 0.030751263722777367, -0.2495606541633606, -0.44131237268447876, -0.20133991539478302, 0.3157077729701996, -0.5062164068222046, -0.1568665057420730...
I'm trying to write a plugin to a specific page that the plugin creates. The issue is how do i add a link to that page from the widget. I know the page but the url has to be picked up from the site it is installed on.
[ -0.016638968139886856, -0.017602503299713135, -0.0009128252859227359, 0.014124508015811443, 0.0013831943506374955, -0.00474196020513773, 0.011222307570278645, 0.0037674973718822002, -0.03315359726548195, -0.008386364206671715, -0.013156305067241192, 0.007268381305038929, -0.00090672820806503...
[ 0.6407775282859802, 0.31240877509117126, 0.356131911277771, -0.023419301956892014, -0.10758895426988602, -0.29378747940063477, 0.14359284937381744, 0.26028093695640564, 0.04526464641094208, -0.5362870693206787, 0.1620260775089264, -0.012210121378302574, -0.26435747742652893, 0.574610292911...
PART 01: INTRO Hey Stackexchange Greetings from the Snowy alps of Norway I have now tried for two full consecutive days to reverse engineer Magic Fields. Why? Because I am a simple man, and want to import data to my wordpress from an exotic database using CSV (and not programming a php routine, which I don't know nor understand). This has worked for all vanilla Wordpress fields, i.e. post-data, categories and so on. (I used LibreOffice Calc to fine-tune the CSV data, Quest Toad for MySQL import and to create MySQL queries). My designer has designed this entire thing extensively using the Magic Fields plugin. Therefore I have to deal with Magic Fields for the rest of the data that I need to have imported. It's a movie database, so it's the typical meta- data for movies like "productionyear" "producer" "imdblink" "youtubetrailerlink" and so on. My question is that I am hoping to get some insights/ideas/support on how to import these data into the magic fields. I have tried and given up the "magic fields importer", it is not documented and does not give any error messages when I try to import various csv formats. PART 02: Understanding Magic Fields My question is how can I populate(insert) a magic field with data using a mysql query? I have tried to understand what it is Magic Fields is doing when I put some data into a magic field and press save, in the admin-edit-post- frontend. It does a lot of things that I can't seem to re-create. For one it is not enough to insert data into the two places where the data is referenced. wp_postmeta and wp_mf_post_meta. This example post is not sufficient to get the data to "work" i.e. display themselves in wordpress neither in the admin-post-editor nor the front-end for the user: INSERT INTO `wp_postmeta` (`post_id`,`meta_key`,`meta_value`) VALUES ('474','originaltitle','Die Hard 3'); INSERT INTO wp_mf_post_meta ( meta_id, field_name, field_count, group_count, post_id ) VALUES ( 1100083, 'originaltitle' , 1,1 ,474 ); Also with that meta_id number, Magic Fields creates a number series of 10 for each post, like 7000-7010 and then 8000-8010. I don't understand where it takes those numbers from, and whether they have to be sequential/consecutive. I have found that once entered by the admin-post-editor frontend, I can change the meta-id's in wp_postmeta and wp_mf_post_meta and it still works. But again when I try to create them myself with a SQL query, "it just doesn't work (TM)". After enabling MySQL querylogging and examining the logfile from the MySQL db engine gives and then trying to insert the queries manually (that I can make out from the logs), I still can't make Wordpress "find" the data and display them properly on the page. I can modify the data with mysql queries after I have populated them using the frontend with no problems. Also using the query logs, I found that after I push "SAVE" in the Wordpress frontend-post-editor it does no less than ~780 mysql query lines (regardless if I populate 1 or 10 of my magic fields)! The other thing I have tried is to take a snapshot of the database before and after I have done the post of the magic fields, and then used a diff-tool (various, WinMerge and Notepad++ mainly). I can't understand what it's doing but I THINK it is doing some hidden trickery in wp_term_taxonomy. This is just speculation. Part 03: Conclusion I don't know programming so any practical solution, would be deeply apprechiated. the full query I want to do per post (I have about 800 of these) is here: http://pastebin.com/5cZT3AjA The FULL list of queries that Magic Fields is doing after I push save in the admin-front-end is listed here (which I call the 'robot-at-work'). http://pastebin.com/c2c6qUQt To be sure I have checked three times that it wasn't something extraordinary that it is doing ~780 lines after I push save. I guess if I could find a way to bulk-edit all of my posts, and then have the "robot" i.e. admin-post-edit frontend do the work to create all these lines in the database. I could then change the fields afterwards... But the bulk-editor doesn't show the magic-field editor either. I have twisted my head around this problem 10 times now, and can't twist anymore!
[ 0.017699528485536575, 0.013695407658815384, -0.007142077200114727, 0.01784965954720974, 0.004139344207942486, 0.016715142875909805, 0.005548290908336639, -0.004700238350778818, -0.011661866679787636, -0.006766109727323055, -0.002026194706559181, 0.008857788518071175, 0.012811633758246899, ...
[ 0.2750576138496399, 0.501207709312439, 0.5219988822937012, 0.1796964555978775, -0.08310327678918839, -0.2351767122745514, 0.7290905117988586, 0.07706521451473236, -0.2566099166870117, -0.2664176821708679, -0.32911717891693115, 0.08064651489257812, -0.11871103942394257, -0.3132876753807068,...
One of the rockman ship achievements is "Find the Secret Sector". There doesn't seem to be room on the map for a secret sector. What's the secret sector?
[ -0.004999042488634586, -0.0031216470524668694, -0.00025087950052693486, 0.03806490823626518, 0.00509817898273468, 0.02257474884390831, 0.015041476115584373, 0.02551455795764923, -0.03386441618204117, 0.01253423560410738, -0.01983039639890194, 0.026355242356657982, -0.016428247094154358, 0....
[ -0.01886000484228134, -0.17197656631469727, 0.19688349962234497, 0.47975409030914307, 0.4003097116947174, -0.48634105920791626, -0.07955139875411987, 0.40149253606796265, -0.2316104918718338, -0.105449378490448, 0.28932079672813416, 0.14497706294059753, 0.11250521242618561, 0.2387735843658...
_This is a follow-up toInstalling fonts for yhmath on MiKTeX 2.9 ._ Compiling a document, TeXnicCenter with MiKTeX could not make use of the `yrcmex10` font in the `yhmath` package. I downloaded `yhmath`, ran `latex yhmath.ins`, and created `yhmath.map` by copying another `map` file; then I put my files on a root `C:\localtexmf`, added the root to MiKTeX, edited `updmap.cfg`, updated maps, refreshed Database; but the tests keep failing. My root is structured as follows: `\localtexmf\tex\latex\yhmath` has `yhmath.sty` and `OMXyhex.fd` `\localtexmf\fonts` has five subdirectories: * `\map\dvips\yhmath` with `yhmath.map` * `\source\public\yhmath` with `.mf` files * `\tfm\public\yhmath` with `yhcmex10.tfm` and `yrcmex10.tfm` * `\type1\public\yhmath` with `yhcmex.pfa` (its name is NOT `yhcmex10.pfa`) * `\vf\public\yhmath` with `yhcmex10.vf` `yhmath.map` has the only line `yrcmex10 Yhcmex <yhcmex.pfa` Am I wrong somewhere?
[ 0.015963532030582428, 0.005092153325676918, -0.00779429916292429, 0.015095570124685764, 0.0061646392568945885, 0.010641345754265785, 0.008538925088942051, 0.00901150330901146, -0.015716563910245895, -0.015876660123467445, -0.013255790807306767, 0.005523944739252329, -0.012290716171264648, ...
[ 0.07976490259170532, 0.2994949221611023, 0.4885168969631195, -0.18314896523952484, -0.0652935728430748, 0.10288602113723755, 0.5658760666847229, 0.06803325563669205, 0.021964458748698235, -0.8386846780776978, -0.01932772807776928, 0.8040229678153992, -0.45448246598243713, 0.213302269577980...
In this sentence, why people say "if reading is to accomplish anything more than passing time, it must be active?" Why isn't "wasting time" a right answer?
[ 0.00042130835936404765, 0.027500323951244354, -0.00553002767264843, -0.010547280311584473, 0.016734067350625992, -0.00772459851577878, 0.01892983540892601, -0.003399927169084549, -0.016359152272343636, 0.022835880517959595, -0.030455149710178375, 0.029554834589362144, 0.0010496163740754128, ...
[ 0.18454082310199738, 0.08525873720645905, -0.34391334652900696, 0.166896790266037, -0.08668625354766846, 0.0447508879005909, 0.2888682186603546, 0.2438955456018448, -0.46884259581565857, -0.461405485868454, 0.008419252000749111, 0.023051459342241287, -0.33995482325553894, 0.142894163727760...
In Graphene, each carbon use 3 electrons to form sp2 bonding with neighboring, and in a unit cell, there are 2 carbon atoms, so at least these 6 electrons contribute to 6 valence bands. Then my question is, why the two Pz orbital electrons in each unit cell consist one conduction and one valence band, but not both valence bands? thanks
[ -0.010812447406351566, 0.01892181858420372, -0.02491753175854683, 0.019554119557142258, -0.0030697223264724016, -0.027960488572716713, 0.013449546881020069, -0.049885623157024384, -0.017979048192501068, -0.024348193779587746, -0.0007387155783362687, 0.013066541403532028, -0.00788472499698400...
[ 0.7927520275115967, 0.356861412525177, 0.30354100465774536, 0.14709877967834473, -0.380997896194458, 0.05056668445467949, 0.07350793480873108, -0.2426624596118927, -0.3131358027458191, -0.6653060913085938, -0.10694762319326401, -0.2295442372560501, -0.47138160467147827, 0.2890981435775757,...
In _Might and Magic: Clash of Heroes_ there is a riddle in the necromancer training room where a skeleton asks you to enter a two-digit number. The number he wants "matches" the number of spider legs, brass coins, and "broken time". On the walls of the room are three murals, one of a spider with seven legs, one of three hourglasses of which one has fallen and broken, and one of five coins. I have tried 13, the obvious answer, with no luck. I have also tried 15 assuming the two standing hourglasses still count as "broken time". Neither worked. (I am playing on the DS but I imagine if the Xbox 360 / Playstation 3 versions follow the same campaign, the riddle has not changed.)
[ 0.024819059297442436, 0.0068919663317501545, -0.015413372777402401, -0.005402424372732639, 0.007343719247728586, -0.00040732440538704395, 0.010531402193009853, -0.014967159368097782, -0.011594695970416069, -0.019351255148649216, -0.015677209943532944, -0.0005725398659706116, 0.00590961100533...
[ 0.05731269344687462, -0.05019211769104004, -0.1432812362909317, 0.4126032292842865, -0.17598196864128113, 0.5074064135551453, 0.41036370396614075, -0.12453988194465637, -0.22640441358089447, -0.7375147938728333, 0.12197638303041458, 0.21093666553497314, -0.004241533111780882, -0.0436518192...
I'm measuring the influence of the use of male gaze and nudity in magazines to see if girls self-objectify or not. Now, I want to determine the influence of age. Independent variables: male gaze (yes / no) clothes (few clothes / lots of clothes) Dependent variable: Self-objectification score Covariate: Age In the experiment, the participants were assigned to 4 conditions (`male gaze - few clothes`; `male gaze - lots of clothes`; `no male gaze - lots of clothes`; `no male gaze - few clothes`). In my **ANCOVA** , I only want to determine the main effects and interaction effect between `male gaze` and `clothing`. This was my output: * no significant effect for `male gaze`, neither for `clothing` or `age` * BUT significant effect for `male gaze * clothing` (interaction effect) So, apparently, `age` had no significant influence on self-objectification, but the interaction effect between `male gaze` and `clothing` was significant (.010). What does this mean? That the participants who were assigned to this condition ALWAYS objectify? I have difficulties interpreting this, especially since the **ANOVA** showed that there was no significant interaction effect between `male gaze` and `clothing`...
[ -0.014523628167808056, 0.009920269250869751, -0.007176639512181282, 0.024217689409852028, 0.008263856172561646, -0.010692202486097813, 0.009018667042255402, -0.015256514772772789, -0.011972655542194843, -0.012172033078968525, -0.006921818479895592, 0.008663518354296684, -0.009449396282434464...
[ 0.5764474868774414, 0.014160338789224625, 0.08570481836795807, 0.2189907431602478, -0.03629554435610771, 0.7602552771568298, 0.47884073853492737, -0.38097572326660156, -0.08619047701358795, -0.37195953726768494, 0.10606250911951065, 0.41907960176467896, 0.33764317631721497, 0.0654491037130...
Sometimes, instead of saying "could/can" or "would/will" (the two most common I've heard), some people say "could/can do" or "would/will do". Instead of: > I don't know if it _can_. I sometimes (but uncommonly) hear: > I don't know if it _can_ do. Say them with a mild emphasis on the italicized _can_ and you'll be saying it as I hear it. As this is a little hard to express to someone who has never come across it before, I hope someone who sees this knows what I mean. Why is that extra "do" sometimes used? _**Additional note:_** Here are three examples that in jwpat7's opinion may be similar to or represent what Daniel δ refers to: > I have never crossed the Himalayas, though I might have done. - Christopher > Hughes, 2006 > > ...when I could get a vote for Mr. Charlesworth, I did do. ... I made no > regular canvass, [but] where I could get a vote, I did do. - Slade > testimony, 13487-8, 1860 > > "... When needed I will turn myself in too. And if I can do, you can do > too!" - Oblivion in Progress, 2011, pp. 67-68
[ 0.004969194531440735, -0.007654962595552206, -0.02144012413918972, 0.014172388240695, 0.0056174518540501595, -0.007132314145565033, 0.006608925294131041, -0.01502942480146885, -0.006761983036994934, 0.008963869884610176, 0.0028121252544224262, 0.004791725426912308, 0.0037272805348038673, 0...
[ 0.41339170932769775, 0.15230485796928406, -0.18179914355278015, -0.25455668568611145, -0.186733216047287, 0.09170167148113251, 0.8439114689826965, 0.22914454340934753, -0.1953660547733307, -0.7196557521820068, -0.15011362731456757, 0.34167447686195374, 0.2780020833015442, -0.07834896445274...
I came across something like this in an open-source project. Methods that modify instance attributes return a reference to the instance. Would you trust code that is written like this? class Foo(object): def __init__(self): self.myattr = 0 def bar(self): self.myattr += 1 return self
[ 0.0028702314011752605, 0.019347168505191803, -0.006649388466030359, 0.019368890672922134, 0.01246642041951418, -0.0028509267140179873, 0.008975567296147346, -0.0006877674604766071, -0.013353542424738407, -0.004356302786618471, 0.0044569759629666805, 0.01891014352440834, 0.023549292236566544,...
[ 0.19726333022117615, 0.18404412269592285, 0.059731900691986084, -0.12297917157411575, -0.16376833617687225, 0.11676371097564697, 0.4194330871105194, -0.34214016795158386, 0.03816382586956024, -0.3358469009399414, 0.49414926767349243, 0.6273235082626343, -0.5894575119018555, -0.053196657449...
Hi i try to plot a cylindrical domain, where the bottom of the cylinder is not a circle or ellipse. My knowledge is very poor and all my previous attempts failed. Failed attempt: \documentclass{article} \usepackage{tikz} \usepackage[active,tightpage]{preview} \PreviewEnvironment{tikzpicture} \begin{document} \begin{tikzpicture} \draw plot [smooth cycle] coordinates{(0,0) (1,-.5) (1.2,1.5) (0,1) (-.5,.5) (-.7,.2)}; \draw plot [smooth cycle] coordinates{(3,2) (4,1.5) (4.2,3.5) (3,3) (2.5,2.5) (2.3,2.2)}; \draw (1,-.5)--(4,1.5); \draw (1.2,1.5)--(4.2,3.5); \end{tikzpicture} \end{document} ![enter image description here](http://i.stack.imgur.com/VtwCj.png)
[ 0.00834113359451294, 0.007266607601195574, 0.002244045492261648, 0.021489189937710762, -0.0074395244009792805, -0.00493583083152771, 0.0068063754588365555, 0.013766195625066757, -0.011818019673228264, -0.0071589211001992226, -0.027194490656256676, 0.0003583632642403245, -0.015269327908754349...
[ -0.27079468965530396, -0.13467879593372345, 0.9158170223236084, 0.03041737712919712, 0.09013769775629044, -0.13370075821876526, 0.17429661750793457, -0.05464322865009308, 0.19088342785835266, -0.29103872179985046, 0.20893973112106323, 0.23920884728431702, -0.11401257663965225, 0.2296898663...
I used to fix the \overline command to get a conjugate complex number for I think the line does not so satisfy me by its length. You may noticed something like: $$\overline{N}+\overline{F}+\overline{C}$$ could turn fine by: $$\mkern3mu\overline{\mkern-3muN} +\mkern3mu\overline{\mkern-3muF} +\mkern2mu\overline{\mkern-2muC}$$ The \bar command don't have any profit in this situation. How can I creat a command without cocerning the specific letter to get appropriate line width?
[ 0.002507838886231184, 0.01367832813411951, -0.017446497455239296, 0.012892304919660091, -0.009421849623322487, -0.006480621173977852, 0.005060985684394836, -0.01826789230108261, -0.011870131827890873, 0.014742893166840076, 0.004980279132723808, 0.003497525816783309, -0.002993230242282152, ...
[ -0.1043303832411766, -0.045117489993572235, 0.5885632634162903, -0.2903156280517578, -0.2795049846172333, 0.0015304102562367916, 0.6494612097740173, -0.48391637206077576, -0.21567699313163757, -0.20661458373069763, 0.17425234615802765, 0.7008878588676453, -0.5228573083877563, 0.58516693115...
Using Movie Studio, how can I edit a video, specifically split it to remove a portion of the video? I've figured out how to apply effects and transitions, but I want to clip a portion. Is it possible?
[ 0.02376580983400345, -0.0038751186802983284, -0.0032615396194159985, 0.02647550031542778, -0.014254989102482796, -0.0009714547195471823, 0.009528120048344135, 0.034594327211380005, -0.03817430138587952, 0.01765371486544609, -0.002119339071214199, 0.029822353273630142, 0.005192097742110491, ...
[ 1.1518179178237915, 0.04244643449783325, 0.0010650807525962591, 0.2750336527824402, 0.2569694221019745, -0.1018311083316803, -0.544238805770874, -0.4385797679424286, -0.3535429835319519, -0.4385402500629425, 0.32652348279953003, 0.6840166449546814, 0.08676411211490631, 0.10196913778781891,...
I'm trying to set up an IPsec connection manually from the console with iproute2. What I need is a virtual interface (at best, a virtual IP address could also be sufficient) that IPsec-transforms everthing ingressing (ESP/TUNNEL MODE) and hands it over to eth0 (on my system called em1). On the other set a peer takes the packet from its own eth deciphers it and hands it over to a virtual interface a the other side. So I want do establish a "normal" IPsec tunnel. I've got no problem with the policy and SA, and configuring that was easy using the normal ethernet addresses of the systems in transport mode, i.e. ip xfrm policy add src 198.51.100.1 dst 198.51.100.2 dir out tmpl proto esp ip xfrm state add src 198.51.100.1 dst 198.51.100.2 spi 24501 proto esp enc des 0xAABBCCDDEEFF0011 ip xfrm state add src 198.51.100.2 dst 198.51.100.1 spi 24501 proto esp enc des 0xAABBCCDDEEFF0022 and an adversary configuration on the peer works quite well. Now I tried to set up a virtual IP and a route to the other system with ip address add 10.0.0.0 dev em1 ip route add to 10.0.0.2 via 10.0.0.1 and again vice versa on the other side. This again works well. Then I altered the IPsec policy and SA to ip xfrm policy add src 10.0.0.1 dst 10.0.0.2 dir out tmpl src 198.51.100.1 dst 198.51.100.2 proto esp mode tunnel ip xfrm state add src 10.0.0.1 dst 10.0.0.2 spi 24501 proto esp enc des 0xAABBCCDDEEFF0011 ip xfrm state add src 10.0.0.2 dst 10.0.0.1 spi 24501 proto esp enc des 0xAABBCCDDEEFF0022 When I now try to `tcping` the peer I get no answer and `setkey -PD` tells me, that the security policy was never triggered. Now I'm trying to fabricate a working virtual interface to handle the IPsec tunnel, but I don't know how to bind it to the physical interface and how I get the kernel to apply the security policy. It is vital for me that I can solve this with iproute2, as I ultimately want to do this out of a C++ program and I have already the appropriate classes that drop Netlink commands the same style the `ip` command does (what I can do with `ip`, I also can do within my code). In fact, the first part already works out of my program and I want to use the same Netlink API functions for the rest. _Update_ I figured out that the state needed to be set up with the tunnel addresses so the working SAs are ip xfrm state add src 10.0.0.1 dst 10.0.0.2 spi 24501 proto esp enc des 0xAABBCCDDEEFF0011 ip xfrm state add src 10.0.0.2 dst 10.0.0.1 spi 24501 proto esp enc des 0xAABBCCDDEEFF0022 while the policy remains the same. Now the policy is triggered and I see a transformed packet on a sniffing port. Also iptables on the other machine blocked the packet and I disabled it for testing. So, the one direction seems to work now, but I still get no answer. I also don't know if the problem is _yet_ somehow the transform, the routing or the interface part. My prefered solution would still be one including a virtual interface, but I don't have any idea how to bind it to a physical one, let alone if the transform would work that way.
[ 0.003572010900825262, 0.003531420137733221, -0.01138206198811531, -0.00874631293118, -0.027117107063531876, -0.003777251346036792, 0.009153176099061966, 0.001170209376141429, -0.014948971569538116, 0.015067024156451225, -0.00972460675984621, 0.011915945447981358, -0.0030936994589865208, 0....
[ -0.06886890530586243, 0.1819622814655304, 0.40887609124183655, 0.22030077874660492, 0.10089020431041718, -0.10473316162824631, 0.3709053099155426, 0.08326218277215958, -0.06455686688423157, -0.9563132524490356, 0.08037430047988892, 0.4157714247703552, -0.1569608449935913, 0.224962472915649...
I have made my peace with the fact that NTFS(-3g) on Linux will be slower than NTFS performance on Windows. I can write to my external NTFS-formatted USB 3.0 HDD at about 100+ MB/s on Windows while I have to settle for 30 MB/s (give or take) on my Debian (Wheezy) box. That's not the problem, however. I found (empirically) that if I want to copy, say, 20 files from my box to the HDD, the copying starts off at the "normal" 30 MB/s but gradually slows down to a miserly 4 MB/s!! Whereas, if I do the copy, say, 5 files at a time (serially) the copying speed remains at 30 MB/s for _all four_ copy processes. This is not specific to Debian, by the way. I've observed similar behavior on Fedora and Ubuntu. My question is, is this behavior normal or should I be concerned? If something is wrong, how should I go about debugging it/fixing it?
[ -0.013102006167173386, 0.006347350776195526, -0.03481653705239296, 0.01687510870397091, -0.0021123941987752914, -0.020028337836265564, 0.007621164433658123, -0.003482792992144823, -0.013606416992843151, -0.029549235478043556, -0.011601025238633156, 0.003953650128096342, 0.0014227929059416056...
[ 0.32028278708457947, 0.36848169565200806, 0.4153447449207306, -0.06089075654745102, 0.007143773604184389, -0.18530741333961487, 0.1893167793750763, -0.11334475129842758, -0.20854364335536957, -0.6891399621963501, -0.021830685436725616, 0.6402178406715393, -0.3692128658294678, 0.16888903081...
Is it correct to say "It was not happened"? I have heard people saying "It was not happening" or "It didn't happen" but "It was not happened" is new to me.
[ -0.010861692018806934, 0.00664966506883502, -0.02379518561065197, 0.02542060799896717, 0.040079567581415176, -0.024796033278107643, 0.013909765519201756, 0.007566894870251417, -0.01751156523823738, -0.0677328109741211, 0.0109068863093853, 0.023542191833257675, 0.007742929272353649, 0.01575...
[ 0.7352413535118103, 0.2674156427383423, 0.1148894876241684, -0.05525278300046921, -0.2459239959716797, -0.37959060072898865, 0.49821168184280396, 0.14386466145515442, -0.33318185806274414, -0.02507266029715538, 0.13786070048809052, 0.3831975758075714, 0.13884976506233215, 0.555574953556060...
I have Linux Mint Petra (Mate 64 Bit) installed on a HP Pavilion dv7-3008tx laptop. I want to make a 32GB thumbdrive, with an ISO disk image on it, persistent without fully installing the system on the computer itself. In other words I want to have a bootable system on one partition and data on another one, while the latter is always mounted when the system from the USB is booted. Is this possible somehow?
[ -0.018377047032117844, -0.0017711723921820521, -0.00668832752853632, 0.01360644493252039, -0.00012534126290120184, 0.007748526521027088, 0.008196121081709862, 0.0029762149788439274, -0.013450423255562782, -0.015441318973898888, -0.010702426545321941, 0.002713551977649331, 0.00444325478747487...
[ 0.36757373809814453, 0.4029238820075989, 0.0081735635176301, 0.23485973477363586, 0.009355712682008743, 0.17439822852611542, 0.027908001095056534, 0.20346686244010925, 0.06858702749013901, -0.48219358921051025, 0.11465651541948318, 0.38888123631477356, -0.01895105093717575, 0.6370995640754...