Posts

Showing posts from January, 2013

javascript - Script works in chrome but not in firefox -

I have a script that works fine in Chrome but not in Firefox and I do not know why it is Example How I'm using the script below! & lt; Nav> & Lt; Ul & gt; & Lt; Li & gt; & Lt; One square = "scroll" target = "home" & gt; Home & lt; / A & gt; & Lt; / li & gt; & Lt; / Ul & gt; & Lt; / Neo & gt; & Lt; Div id = "home" & gt; ..... & lt; / Div & gt; & Lt; Script & gt; $ ('. Scroll') (function () {$ (document) .amamate ({scrollTop: eval ($ ('#' + $ (this) .attr ('target')) Offset () - 70 )}, 1000);}); & Lt; / Script & gt; Change $ (document) from .animate to $ ('HTML, body') Chetan . He said, I have HTML-standard hash links to your code, if javascript is disabled or not working: "scroll" href = "# house" & gt; Home & lt; / A & gt; & Lt; / li & gt; & Lt; Li & gt;...

html5 canvas kineticjs event -

I think there is a problem with getting events for a Kinetic fire. Line with stroke of 1 or less I thought adding all the rows to a group, and then enclosing the event to a group would suffice, but this does not work. I have simplified the code which I am trying to complete to minimize the post: var gridoffsetx = 45, grid height = 200, gridwidth = 760, lineHight = grid height / 4; Var platform, baslere = new kinetic Layers (); // debug message var debug text = new kinetic Text ({font style: 'bold', font size: 12, fill: 'red', x: 45, y: grid height + 10, text: 'mouseup'}); Window.onload = function () {stage = new kinetic.Stage ({container: 'canvas', width: 800, height: 200 + 22}); Var Index = 0.5; Var yPosition = (grid height / 4 * index); // base object var text = new kinetic Text ({fontStyle: "bold", fontSize: 10, fill: "black", x: 0, y: yposition, text: "line A", align: "true"}); // center text lesson Of...

php - Customising Drupal User Profiles -

Image
I am trying to customize the user profile in my Duplal website and I need your help with two things . first 'view | Edit | Manage Tabs tabs Is there a way I can add a class to the parent div? The structure is usually: & lt; Div data-thmr = "thmr_22" & gt; & Lt; Div class = "tab" & gt; & Lt; H2 class = "element-invisible" data-thmr = "thmr_39" & gt; Primary tab & lt; / H2 & gt; I tried to add a class using jQuery's Parent Selector but it is of no avail. My second question is regarding the default profile page that the user is presented together (below)). It displays their history, order, email, etc. But I was wondering if I was able to customize the content and see it or add custom blocks? If you "customize the content that displays" you mean to close some of those tabs, yes in very custom modules. If you select this route this page may be useful: However, it may be better t...

ios - Obtain g-force from accelerometer readings -

I want a label that shows the current active force facing the iPhone. I have a code to get information from the accelerometer, but I do not know how to send data to a label to show the current G. force. I have my code here ... ! Administrator) {self.manager = [CMMotionManager new]; } If (the administrator of. Accelerometer activated) {[Self. Admin stop accelerator update]; } NSOperationQueue * queue = [NSOperationQueue new]; [Self. Admin Set Exceror Update DataInternval: 1.0 / 30.0]; // 30 updates per second [Self. Manager type Startaॅkselretrapdets: queue Sathhandlr: ^ (Simakeleromitrdata * Aksilromitrdeta, Ansiarar * error) {Anselog (@ "X:% f y:% F Z:% f", Aksilromitrdata.aksiliareshn.aks, accelerometerData.acceleration. y, accelerometerData.acceleration.z); }]; Thank you It is very easy to have an interface builder Uaielbl want to set up and you'll see a property like this: @property (strong, nonatomic) IBOutlet UILabel * myLabel; After you and you...

c# - Output class instance variables -

So I'm learning how examples work and how to set them up and I'm thinking like this Is that what I do without an example to separate them for output Ex // class program {static zero main (string [] args) {person ryan = new person (); Ryan.ge = 16; Ryan Name = "Rinoh 97"; }} Class person {public full age = 0; Public string name = ""; } Now I need a console to produce my age. WrightLine (Ryan.Age); And for my name, I need Ryan.Name but there is a way to output them without making them complicated at the same time. I have tried Ryan.ToString () but I get its position for class Any advice? You can override toString in the individual category and you can output it, but when you do it When you call, you want it. Here's an example:

vim - how to find lines with specified amount of specified characters -

I have a 100k line file and in some lines apostrophe is unsecured, like: "Louis" number 4 " I want to: " \ "Louis \" number 4 " How can I get all the lines with more than 2 " character, is it possible that they do it easily in Veem? Otherwise this simple script is for the job. If you type these lines Jana want you can search as follows: /.* ". * ". *". * Where . * will match zero or more characters and " is being searched for you. / P> First and last . * Pattern strictly required But they ensure that when a search is found, then the full line gets highlighted.

java - GUI doesn't display the background i set for it(compiles) -

I am trying to create a GUI to make a game, this game is irrelevant. According to me, what I should do is show me a GUI, with one frame, however, only shows the frame, the image is not found anywhere: ( Does anyone tell me Could I have done wrong? Thank you for your time! javax.swing.jframe; import javax.swing.jpanel; import javax.swing.ImageIcon; import javax.swing.JLabel ; Import Javax.swing. *; Import java.awt.BorderLayout; import java.awt. *; Public class graph {int maxX, maxY; personal jframe frame; graph () {dimension screenSize = toolkit.getDefaultToolkit (). GetScreenSize (); MaxX = screenSize.width; maxY = screenSize.height; frame = new JFrame ("My application"); Frame.Set default close operation (JFrame.EXIT_ON_CLOSE); Frame.Set Size (Max, Max); Frame.Setlines SerialTit (Empty); JLabel label = new jlab (icon), zpnic panel = new zpinal (new border layout); panel.ed (la bell, border layout.c.ca); frame.add (panel, BorderLayout.CENTER); frame.setVisible (true...

merge - Tree conflict with SVN, even in simplest possible case -

I am trying to merge a trunk into a branch in SVN. I continue the collision of the tree. I am pretty sure that the easiest possible way to merge a trunk in a branch is low, but the problem remains: $ svn ls svn: // server branches / trunk / $ Svn ls svn: // server / trunk file1.tldr file2.tldr $ svn copy svn: // server / trunk svn: // server / branches / test_branch -m "commenced revision 4334. $ cd / tmp $ mkdir test $ Cd test $ svn checkout svn: // server / branches / test_branch a test_branch / file1.tldr test_branch / file2.tldr tested revision 4334. $ cd test_branch $ ls file1.tldr file2.tldr $ svn merge svn: // Server / Trunk --- 'R4334' via R4316 Together '.': C file1.tldr c file2.tldr Summary of Conflict: Tree Collision: 2 $ svn Status C file1.tldr & gt; Local additions, incoming incoming entries merged file2.tldr & gt; Local additions, add on these merges I have not made any changes to anything at this point - neither files in the trunk...

php - Cant seem to get value of input text fields value into hidden form fields using javascript -

So I have a code of code: The idea is that users can find their coordinates And then present them in hidden areas through the Postal field. I hidden'm using fields Latitude and JQuery just read Lange field values ​​I but postal variable always being not copy empty values. One theory is that I have hidden fields inside a form, while there are no input trying to make a copy. So the first question is, is there a scope issue? If so, should I leave the form and submit another method, if she will give me access to values? Thank you Norman Well, you probably When you look at it, you are going to kick yourself. I know that before I saw it took me a few minutes. It looks like you are trying to copy the value in a jQuery block at the bottom of the page. However, that bit of code is only going on when the document is ready, and not when the geocoding operation is done.

python - Simulate user clicking in QSystemTrayIcon -

be is being executed through the active slot, the menu still does not appear is. By manually clicking the tray icon and simulated click, and this is going through the same execution logic. Currently to me class MyClass (QObject): def __init__ (): self._testSignal.connect (self._test_show) self.myTrayIcon.activated.connect (Lambda reason: self._update_menu_and_show (cause)) DEF show (): self._testSignal.emit () @pyqtSlot () DEF_test_show (): self._trayIcon.activated.emit (QtWidgets.QSystemTrayIcon.Trigger) @ QtCore.pyqtSlot () Def _update_menu_and_show (Reason): If the reason (QtWidgets.QSystemTrayIcon.Trigger): mySystemTrayIcon._update_menu () ... class MySystemTrayIcon: def _update_menu (self): To customize the menu itself # logic.SetContextMenu (Menu) ... myClass (). Show () Here's where I pop the context menu associated with the tray icon up to class MyClass (QObject): def __init __ (): self ._test Sainglkknekt (self K_stest_so) Swynkmitreikn. Active .connect ...

excel - Vba that will only select rows where cells in column are marked "x" -

I am looking for a VBA code that will look at a specific column like A and select only those rows whose Near cells are marked with an "x". sub-selection line () Range set in the form of dim column as range dim If an INStr (1, c, "x") for each cell in the column range ("A: A") for each column in column range ("A: A") then 'if' in the cell is 'x' then c.EntireRow Select line end next C & sub

Is there any way to check a big tar.gz file's interity? -

A project often involves large or large tar.gz files provided by others, usually around 300 ~ 400 Village each I use: Noohup tar -tvf Data.tar.gz & gt; Test_data.log and I was wondering if there was any faster way to do this? Thanks! You can simply gunzip -tv Data.tar.gz if You want to check that the file has not been corrupted during the transfer, including uncompressing the archive, but it will skip all data on disk. If you are ready to provide your colleagues with a separate checksum with the collection, then you can speed up this kind of investigation (avoiding decompression).

iis 7 - Classic ASP session weirdness between HTTP and HTTPS -

Image
I have an ecommerce website written in classic ASP that uses session to store shopping cart contents and other things Does. Items are added to the cart in HTTP and when the user checks that they are taken over HTTPS. There is no problem at this point, the HTTPS checkout page receives the session value correctly. The problem is that if they click to return to the shopping cart (HTTP) session is lost. If they add items to the cart, they appear correctly in shopping cart (http). But when they return again checkout (HTTPS) items that were returned before the original session disappeared. If they go back to the HTTP shopping cart page then there are different items. So for the first time in the summary, when I transmit HTTPS to HTTPS, it works fine, but after that it is like two independent sessions. The domain name is exactly the same for HTTP and HTTPS. The website is hosted in a shared hosting environment, it is a 64-bit server on IIS7. I have tried integrated and c...

unicode - Java Poker Game - Change diamonds and hearts to red -

I am working on a poker game in Java. I would like to know that to make the symbol of diamond and heart red instead of filling the white, because I can not find it in the Unicode list. EDIT: I would like to know how to paint the symbols in red to red. This is my code so far: import java.awt. *; Import java.awt.event. *; Import java.util. *; Public Class PokerHand Frame Animation ActionListener (button b = new button ("click for new hand") extends; Boolean appointed [] = new boolean [52]; string [] playcored = new string [10]; string [ ] Players = new string [10]; random R = new random (); int drawn; public static zero main (string array []) {pokerhand pH = new pokerhand}; ph.doIt ();} public zero doIt } {// watch for {int ct; (whistle = 0; whistle; = 9; ++ whistle) Loop, which you have written Placardard [CT] tonight = players; [CT] = "";} // Finally loop b.addActionListener (this); this.setLayout (new flow layout); this .add (b); This.setSize (500, 500);...

javascript - Why wont my JSON.stringify() work with localstorage.setItem()? -

I have an object drawn from a form on my page. I press this object in an array. var postObj = {title: $ ('input'). Val (), body: $ ('textarea') Val ()} postArray.push (postObj); Localstorage.setItem ("Post", JSON.stringify (postArray)); However, I'm just getting an unicode reference error: local storage is not defined . I get this response in the console [object body: "dog" title: "title" __proto__: object] JSON.stringify (postArray) [object body: title "dog", "title", Body: "dog"} posterior [title]; "[" Title: "title", "body": "dog"}] " I get most of the answers to those questions which say to use JSON Stringify (array) . I do not know that when I use the JSON.stringify data parameter of .setItem then it does not work It seems that you have a typo, it should be: window.localStorage // Note that the name of camel cas

javascript - pass event to eventhandler -

I sometimes get confused with how to conduct incidents. I just wonder how to make this event happen to his handler. The following example works just fine: $ (document) .on ('click' "Div # foo", function (event) {event.preventDefault ();}); How to present an assigned handler with the name, such as: // This does not clearly work $ $ ('div # foo ') .on (' click ', fooClick); Ceremony fooClick (event) {event.preventDefault (); } Thank you for your insights! Your second example is exactly how to do it and it will work just fine. This is the responsibility of the call .on () to create a logic to make a callback call, and do not do anything with that, how to do your callback The first argument for the callback function declares that the event object does not matter how the callback is declared. So, it will work just fine: function fooClick (event) {event.preventDefault (); } // This works only on fine $ ('div # foo') ...

actionscript 3 - Flash Professional CS6 for Arabic Air Android project -

I am working on an Android application using a Flash Professional CS6 and the application contains Arabic content, my problem When I moved the application into mobile, Arabic letters appear different and in the wrong order I can help you, thanks. I know that this answer can be too late! Use (tlf text) and make sure to embed the font.

expressionengine - Unable to locate source of spam member registrations in Expression Engine -

Spam member registration is obtained through our Expression Engine based website. Site Uses Profile: Edit the module to handle registrations. I have not availed any of the anti-spam methods - Captcha, ReCAPTCHA, Honeypot, Honeypots etc. Name it! It seems like a spam bot is something that is happening around my registration form and submitting entries in some other way. After the browse, the raw access log of the server could be seen to me that the spammer was actually / / , which is a member registration page which is automatically generated by the expression engine - I have no idea. If you go to Control Panel - & gt; Member - & gt; Preferences You can edit the value of the word \ profile triggering word - it can change to prevent spammers, or to prevent access to automated pages by # - together. Profile Trigger Words - When this word appears in front of your URL, it will display your member profile area. The words you selected can not be the name of ...

wordpress - PHP Need to remove a link from bottom of widget -

I want to delete a link below a GPL WordPress plugin ... I was installing the plugin but the link is now It's also coming under ... I got the code in the PHP file and here's the code ... if I delete or edit, the codes will disappear in the widget ..... Advice for editing .... And the second part of the php file is ... I think these 2 codes are related ...

parameters - Can someone explain what I need to change in this 80x86 assembly program? -

Here's the code: .586. Model FLAT is included io.h; Header file for input / output. STACK 4096 DATA prompt1 BYTE "Enter n1", 0 prompt2 BYTE "Enter n2", 0 n1 dword? N2 dword? Gcdp dword? Remd dword? Straight BYTE 40 DUP (?) ResultsLL BYTE "GCD:", 0 .CODE _MainProc PROC input prompt1, string, 40 etode string MOV n1, EX input prompt 1, string, 40 etode string MOV N2, EX push N2 push N1 Call GCD ASP, 8 Detof String, EX Output Outcome LL, String Mov EX, 0 ART MimProx ENDP GCD Prok Push EBP MOU EBP, ASP Push N2 Push N1 MOUX AX, N1 MG GCDP, EXEx EX, N2ME P RimP, EX L1: Mop EX, GCDP CDX IDIR RIM MOB EBX, RIMP MOWO GCDP, EBX MIM RIMP, ADX CMP EDX, 0GnJ L1 MOOX, GCDP EBX POP ADX POP EBP Rate GCD ENDP & And here's the problem (as my teacher has told): "Reading stack parameters is unavailable. Please make sure you have your N2 and N1 You are also reading with White PTR [EPP + 8] and byte PTR [EBP +12], you also then ... what is happening? ...

how to display terminal port in linux -

What I am trying to do is to indicate when the terminal port is being used when I am currently in my I'm logged into a Linux server, if someone can give me some help, then I would be great! Thank you Not entirely sure that you have a TCP port or a terminal session Are asking for. This answer is applied later - You are logged in from the terminal, try the command, such as: myname @ servername : ~ $ Joe Somaloculars TTI 7 2014-03-06 14:11 myname pts / 0 2014-04-08 17:16 (192.168.11.8) or tty : myname @ servername: ~ $ tty / dev / pts / 0

javascript - What are express.json() and express.urlencoded()? -

I can not find any documents at express.json () and express.urlencoded (). What do each of them do? jesen and urlencoded are both middleware Part of . This is what README says: BodyParser ([option]) gives the middleware which is both json and urlencoded both . bodyParser.json ([options]) returns the middleware that just parses Jason . Options: Strict - Only analyze the objects and arrays range reviver - JSON.parse () passed The bodyParser.urlencoded ([options]) returns the intermediate returns that only parses the urlencoded with the module: border & lt; 1mb & gt; - Maximum request body size

symfony - How to get just one item of related entity in Twig -

I have the "person" unit, whose property is "condition" and this property has an objective relationship in theory. / ** * * @ORM \ OneToMany (target = "\ my \ bundle \ object \ status", mapped = "person") * ** / protected $ status; To demonstrate in my view, what I have to do is only the final position. How do I get the last position in my twin sequence? Is there something like this, for example, {{person.status.last}}? Should I inquire about the last condition of my controller and should see it as another war? Yes, you can do it like this {{person.status.last .someField}} to resemble a someField property of the last position (natural query order) for the individual object This is possible because person.status is a Theory collection is in which there are methods like earlier or last . You can check for more information.

java - How to implement REST class to handle all HTTP methods in a single method -

I am using the Jersey implementation of the JX-RS specification, writing specific methods to handle each HTTP request type Has been done, such as Post, GET. Keep and remove but I want to know how we can handle all of these requests in the same method. This can be a trivial question, please share your thoughts. First of all, I do not recommend it for smells and Almost certainly being said to lead to unmaintainable code being said, in Java we have to override the service method, from Zor Khan - About No reason is the service standard HTTP requests handler method for each HTTP request type (above doXXX methods) On Quantify sending manages them. It's okay what you're doing, so override

android - Launching input method settings activity -

I need to launch the current input method setting activity from my app. For example, the input method settings activity com.htc .android.htcime.settings.KeyboardSettings How can I launch it? I tried to do it, but it does not work. I have an exception java.lang.SecurityException: permission denied: initial intent When you declare activity in the manifest android: exported = "true" Hope that will help you ...

bar chart - How to generate 3-D bar graph in R? -

Image
यह मेरा data.frame है, & gt; सिर (डेटा) शब्द मान संख्या का नाम 1 10 0.001 30 जी | 378283288 2 15 0.001 17 जी 378283288 3 20 0.001 16 जी 378283288 4 25 0.001 14 जी 378283288 5 30 0.001 12 जी 378283288 6 10 0.010 38 जी 378283288 & gt; पूंछ (डीएटी) शब्द मान संख्या का नाम 120 30 0.5 27 जी 378285158 121 10 1.0 34 जी 378285158 122 15 1.0 31 जी 378285158 123 20 1.0 27 जी 378285158 124 25 1.0 27 जी 378285158 125 30 1.0 27 जी 378285158 मैं इसे एक बार ग्राफ में पेश करना चाहता हूं। मैंने विकल्पों का पता लगाया, लेकिन अभी तक सफल नहीं हुए, क्योंकि मैं सभी चार स्तंभों को प्रस्तुत करना चाहता हूं। मान को X-axis , शब्द के रूप में y-axis और के रूप में इस्तेमाल किया जा सकता है। नाम को Z- अक्ष के रूप में इस्तेमाल किया जा सकता है। तो संख्या का उपयोग कैसे करें? इस तरह एक ग्राफ हो सकता है, जो उपयोगी हो, मैं किंवदंती में रंग पैमाने का उपयोग करके संख्या का प्रतिनिधित्व कर सकता हूं। अब, मेरा सवाल है, आर में इस भूखंड को कैसे उत्पन्न किया जाए? और क्या यह मेरा डेटा पेश करने का ...

java - Set classpath permanently in Linux -

I am using centos and I have 4 to 5 jar files that I want to permanently add to the cell spaces , So that I tried to do my program from anywhere - export CLASSPATH = "/ path / to / file: / path / to / file2" This was not permanently adding files when I opened a new tab and tried to compile my program, I'm getting the same error ie jar files Ta was. Now, please help me add these jar files permanently to the classpath. You can add that export statement at the end of your bash init file There are ~ / .bashrc , so it will be effective all the time. By the way, there will be a better setting of CLASSPATH "$ {CLASSPATH}" This will also preserve the initial Value of environment variable.

rest - How many objects can I send to Akamai edge server for purging? -

Akamai has recently released its REST API to clean the torrent server. I am creating a function / method to access that API and invalidate the cache of the input in our storage. says that it is possible to pass several objects to request (see the completed request) section). They do not say however, how many items I can pass it. I'm potentially talking about thousands of objects that need to be purified in a call, does anyone know how many objects can I pass per call? 10,000 maximum queue length. If you have more than that, you should implement the API call to check the queue position and then line up more objects in the room.

ios - What flag should I add to .clang-format file for space between type and protocol name? -

यह डिफ़ॉल्ट व्यवहार है: @property (nonatomic, assigned) id & lt; ViewDelegate & gt; प्रतिनिधि; - (शून्य) initWithRestaurant: (रेस्तरां & lt; ViewDelegate & gt; *) रेस्तरां; मुझे यह चाहिए: @property (nonatomic, असाइन करें) id & lt; ViewDelegate & gt; प्रतिनिधि; - (शून्य) initWithRestaurant: (रेस्तरां & lt; ViewDelegate & gt; *) रेस्तरां; यहां सही फ्लैग नहीं मिल सकता है: यह हो सकता है हो ObjCSpaceBeforeProtocolList (प्रलेखित)?

uicollectionview - ios - copyWithZone:]: unrecognized selector sent to instance -

I want to copy the cell object .. My code is, but recover copyWithZone:]: Unrecognized selector Sent to CollectionCell * Cell = [CV DeviableCalvill Reciprocessor: @ "KCL" IndexPath: IndexPath]; If (kcl == blue) {cell = [million million paddels: index path cv: cv dict: dict]; KCL = cell; Return cell; } And {cell = [kll copy]; Return cell; } your archive call category copy with zone : method. Simultaneously it should conform to the NSCopying protocol / Div>

How to customize button in android without using image -

Image
I want to use custom buttons instead of normal buttons in Android. How can I customize the button without using the image? Such custom buttons: Try the code below: - & lt; Android Android: layout_margin = "5dp" Android: background = "@ drawable / btn_click" Android: AD = "@ + ID / Action" Android: layout_width = "0dp" Android: layout_heck = "match_perrent" Android: layout_weight = "3" Android: gravity = "center" Android: text collar = "@color / white" Android: text size = "12 es" /> btn_click.xml & lt ;? Xml version = "1.0" encoding = "UTF-8"? & Gt; & Lt; Selector xmlns: Android = "http://schemas.android.com/apk/res/android" & gt; & Lt; Item android: drawable = "@drawable / button_hower" Android: state_pressed = "true" /> & Lt; Item Android: Dragon = "@ Draubel / Button" /> ...

php - How to fetch the values from array of array -

I need to bring the title summary cover value with this code. Please help me get the values ​​of rawdata And I need them to loop. Array ([rawData] = & gt; Array ([csrf_hash_name] => 57b9481862e81cf2ebe9ed4e962355db [title] => gfgf [summary] = & gt; can someone help me hfdhfhfdhdf [cover] => clockfid - 2.png [id] => array ([0] => [1] = & gt;)) Try this code below & lt ;? php $ array = array ("rawData" = & Gt; Array ("csrf_hash_name" => "57b9481862e81cf2ebe9ed4e962355db", "title" => "gfgf", "summary" => "hfdhfhfdhdf", "cover" => "watchfiage-2" "PNG", "id" => array (0 = & gt; "", 1 = & gt; "")); foreach ($ array ["raw data"] $ key = & gt; $ arr) {$ FetchValue = array ('title', 'summary', 'cover'); if (in_a Rray ($ key, $ fetchValue)) $$ key = $ ...

javascript - Slide image with easing -

The idea is that images appearing on the page in a sliding way (sliding in place) and that part I managed Make. What I do not think is able to achieve, they have to add some kind of ease - for example the image should go faster in the beginning and slows down before reaching its destination. > I have been the first part to work on my website, but I have not made anything in Bella - anyway, this is: HTML: & lt; Div id = "click-me" & gt; & Lt; Div id = "square" & gt; & Lt; / Div & gt; & Lt; / Div & gt; CSS: # click- I {width: 1000px; Height: 1000px; } #square {status: relative; Left: 300px; Height: 100 pixels; Width: 100px; Background color: orange; } JS: Click $ ('# click-me') (function (e) {e.preventDefault (); $ (' #square '). Chetan ({left: 0}, 500);}); Can someone suggest me? I am a newbie in jquery commenter said - as you're missing from jQuery, that's why it does not work...

How to compare cell content with a string in matlab? -

I have a cell array & gt; & Gt; D = {'pop1' now I need an array with the result [0 0 0 0] / code> when I compare elements of D with 'pop3'. I tried & gt; & Gt; D == 'POP3' ??? Undefined function or method 'eq' for the input arguments of type 'cell' can anybody suggest how to do this? You can do it & gt; & Gt; D = 'pop1', 'pop2', 'pop3', 'pop4', 'pop5', 'pop6') = 'pop1' 'pop2' 'pop3' 'pop4' 'Pop5' 'pop6' & gt; & Gt; Strcmp ('POP3', D) ans = 0 0 1 0 0 0

actionscript 3 - Drawing dynamic figure, then filling it with color (AS3) -

I just wanted to create a piechart using Flash AS3. I have made a code that pulls the fragmented circles, so I can use them to point to different parts. My problem: I have code to make many pies as I want, but I need a code to fill in different areas (Segment 1 Blue, Segment 2 red, etc.) ) My code is as follows: / ** * Draw a segment of a circle * @ Ultimate Goal & lt; Sprite & gt; The object we are going to * * the ultimate X & Lt; Number & gt; Want to draw in X-coordinates of Segment Generation * @ Param Y and LT; Number & gt; Y-coordinates of Segment Generation @ Ultimate R & LT; Number & gt; Radius of Segment * @ Ultimate OneStart & lt; Number & gt; Initial angles (degrees) of the segment (0 = east) * @ param eind & lt; Number & gt; Segment ending angle (degrees) (0 = east) * @love stage & lt; Number = 1> Number of degrees between each point on the perimeter of the segment * / Function Draw Segment (Target: Sprite, X: Nu...

javascript - How to allow only backspace and movements in a text area -

I am looking for a jquery function which allows an movement with an arrow key and backspace in just one lesson But the arrow keys do not work properly. Function stepAro (E) {if (EHICAT = 37 & AH.K. and LT; = 40) { Return; } return false; } $ (Document) .ready (function () {$ ('#installId') .presspress (function (e) {return deleteItem (e, false)}) $ ('#installId') keydown (function) { Return withdrawal (E, false)}) $ ('# installID'). Keypress (function (e) {return step arrow (e)}); $ ('#installId') keydown (function (e) {return step arrow (e)})}}; You must stop the default by pressing the other key $ ('# installId'). Keypress (function (e) {if (e.which & lt; 37 || e.which & gt; 40) e.preventDefault ();});

datetime - How to convert "2003-11-05T16:35:30Z" to "11/5/2013 " in c#? -

कनवर्टिंग करते समय मुझे एक समस्या आ रही है 2003-11-05T16: 35: 30Z "11/5/2013" से मैंने नीचे की कोशिश की दिनांकटाइम। पैरासेकैक्ट ("2003-11-05 टी 16: 35: 30Z", "डीडी लेकिन मुझे उम्मीद है कि मूल्य नहीं मिल रहा है। आप ऐसा करना चाहते हैं: दिनांकटाइमऑफ़सेट.पर्से ("2003-11-05T16: 35: 30Z")। ToString ("dd / MM / yyyy" ) आप क्या कर रहे हैं डेटा को पार्स करना है जैसे कि यह प्रारूप dd / MM / yyyy - में थे, तो आप उसे पार्स करना चाहते हैं सार्वभौमिक स्वरूप है, और उसके बाद उसे अपने स्ट्रिंग के साथ एक स्ट्रिंग में कनवर्ट करें। दिनांकटाइम। पर्स एक स्ट्रिंग लेकर एक तिथि का समय वापस करेगा। स्ट्रिंग को वापस पाने के लिए, आप बस ToString विधि का उपयोग कर सकते हैं।

sql server - Nested Group BY Sql Query -

मेरे एसक्यूएल सर्वर डीबी 1 - & gt; ग्रुपलिस्ट ग्रुपआईडी || समूहनाम 2 - & gt; मशीन लिस्ट MachineID || समूहआईडी || || मशीननाम 3 - & gt; कैप्चर लॉज लॉगआईडी || MachineID || VoilationWord मुझे निम्न रिपोर्ट प्राप्त करने के लिए एक क्वेरी की आवश्यकता है GroupName || MachineCountInGroup || आप कर सकते हैं MachineName, (मशीनगली से चुनें गिनती (1) जहां MachineCountInGroup के रूप में (GroupID = grp.GroupID) के रूप में चयन करें, (चुनें गिनती (1) MachineList आंतरिक से CaptureLogs पर CaptureLogs.MachineID = MachineList .MachineID GroupID = grp.GroupID) GroupList grp से TotalLogCountByMachinesInGroup के रूप में मुझे यकीन है कि बेहतर तरीका है लेकिन यह काम करेगा।

Managing common values for multiple Maven archetypes -

I have several types of Maven architectures, which are structured as follows . One ???? One ???? One ???? Bundle a ???? One ???? Bundle-k-jcrinstall One ???? Line Beginner-content A "????" Line Launchpad-standalone "A" ??? Launchpad-Webpap is a "???" Line Servlet 'one' ???? Taglib For these, I would like a source of common values, e.g. Plugin version, so that I can convert them to just one place for all modules. Changes should end in generated pom.xml, so I define the example bundle / src / main / resource / root-processing / pom.xml containing & Lt; Build & gt; & Lt; Plugins & gt; & Lt; Plugin & gt; & Lt; Group & gt; Org.apache.felix & lt; / Group & gt; & Lt; ArtifactId & gt; Maven-scr-plugin & lt; / ArtifactId> & Lt; Version & gt; $ {scrplugin.version} & lt; / Edition & gt; & Lt; Hanging & gt; & Lt; Execution & gt; & Lt; ID & gt; Generated...

wordpress - Setting the name of a WooCommerce Extra tab using php? -

Actually I have some settings at the top of a php file: $ Wooc_product_faq_name = 'FAQ'; // Set the tab name for frequently asked questions I want to allow it to change the tab name of the following in my WooCommerce plugin: add_filter ('woocommerce_product_tabs', 'wooc_product_faq'); Function wooc_product_faq ($ tabs) {// new tab $ tab ['FAQ'] = array ('title' = & gt; __ ($ wooc_product_faq_name, 'woocommerce'), 'priority' => 99, // adds priority Order's effect, 99 tab puts 'callback' => end of 'wooc_product_faq_content'); Return $ Tab; } However this will not let me do this. It does not just produce anything and if I 'title' => __ ($ wooc_product_fac_name, 'woocommerce'), to 'title' = & gt; __ ('$ wooc_product_fac_name', 'woocommerce'), then outputs it correctly but text $ wooc_product_ffa_name is not desired in the tab nam...

Couchbase: is there a base64-encoding overhead on storing binary data? -

It is known (see here), that cachebase provides binary data in the form of base-64-encoded document However, using the MapReduce query, does it also store it as base 64? From the perspective of libcouchbase , it takes a byte array + length, does it change into base 64 later? Couchbase storage engine stores your data in the same way (such as you specify the length of the bytes Section) internally. By reading the data using the CRUD key / value API at the protocol level, you get the exact same stream of bytes. This is possible because the low-level key-value protocol is binary on the wire, and therefore there is no problem using all 8 bits of all bytes. Different client SDKs will appear in front of you in different ways. For example: C SDK (low level) returns directly to you four * buffer and length . Python SDK provides a feature where the flag is used in the metadata of documents to encode the type of document, so it can automatically convert to the basic type, for...

ios - Send a request with automatic encoding -

I am sending a request like this: self.message = [self. Message Stringerling Occurrence Offstring: @ "& amp;" WithString: @ "§§§§"]; Self.message = [self. Message string barrier reeling ocronsoffstring: @ "'" with string: @ "- $ -"]; Self.message = [Self. Message string bearerening occurenceoffstring: @ "+" with string: @ "- & lt; # -"]; NSString * post = [NSString stringWithFormat: @ "id_user =% @ & amp; Message =% @ & amp; mode =% @ & amp; list_id =% @ and date_expired =% @ and Antrpraijh_ id =% @", id_user, self Messages, etc. ObjectForKey: @ "id_enterprise"]]; NSDTA * PostData = [Encoding to Use Data: NSUFF 8 string encoding permission; Lossy conversion: Yes]; NSString * postLength = [NSString stringWithFormat: @ "% lu", (unsigned long) [postdata length]]; NSMutableURLRequest * Request = [[NSMutableURLRequest alloc] init]; // etc So, why am I using stringburea...

javascript - How do I access an object in a decorator in RactiveJS -

I am using Picasa date picker as a decorator in RactiveJS and using datepicker's API outside the decorator I want to, but it does not seem to work back to add it back into the object, someone can tell me in the right direction. Designed to be decorative between reactive and external libraries Reusable bridges - Better for a single piceday decorator, instead of a startgate decorator and a expire decorator. The decorator function is responsible for interacting with the management and reactive instances of its own state. If you try to find references to the items created by the decorator yourself (i.e. picade example), then this is usually a red flag. Here's a way you can: For this example, we are passing a keyboard for both examples of decorator. When the pikadayDecorator function is returned to each & lt; Input & gt; With the node, it is said to be called two logic - node and keypath (you may have extra arguments - just different from commas.) ...

java - JFileChooser cancel button returning APPROVE_OPTION -

This is my first question, so please interact with me. I have JFileChooser here, and even though I hit "Cancel" in the window, it opposes CANCEL_OPTION as the return APPROVE_OPTION. This is a dialog that I would like to save on opening like this returnVal_2 = fileChooser_2.showSaveDialog (frame); And here's the start and it's use fileChooser_2 = new JFileChooser (); fileChooser_2.addActionListener (New ActionListener) {@Override Public Null ActionPerformed (ActionEvent e) {if (returnVal_2 == JFileChooser.APPROVE_OPTION) {savePath = fileChooser_2.getCurrentDirectory (); println ("yes");} else if (returnVal_2 = = JFileChooser.CANCEL_OPTION) {System.out.println ("no");}}}); This works when I hit "Save" (which by the way, also returns APPROVE_OPTION) as it is expected. You are checking return values ​​in an action listener. Applying your mechanism () method to before Your file selector has returned the result to retu...

jquery - Passing selected text of dropdownlist through json -

Image
I want to receive the text of the selected option from the dropdown list in the Administrator method. But with the code below, I only get the text not replaced with the initial text. Data. JasonOflog, which happens prior to the data connection. It gets submitted, the text changes, but this is not the text which the controller has. In the Controller: [http post] Public Jasonurstel Gudsaav (String Jacksonofflag) { See in: & lt; script type = "text / javascript" & gt; $ (Function () {json = {jsonOfLog: $ ("# ddlDocumentType option: selected"). Text ()} $ ('# fileupload'). Fileupload ({dataType: 'json', Content Type: 'Application / Jason ; (URL: '/ Home / GoodSave'), Data: JSON.stringify (json), Add: Function (E, Data) {$ ('# fileuploadbutton'.) Click (function () {data .jsonOfLog = $ ("# DdlDocumentType Options: selected") .text (); data.Submit ();}}}});}); & Lt; / Script & gt; ...

php - Where does pagination live when using datamappers, services and domain object trio -

सेवा / डेटामैपर / डोमेन ऑब्जेक्ट त्रिको का उपयोग करते समय मेरी पृष्ठ पर अंक लगने के लिए सही स्थान माना जाता है? उदाहरण: कुछ दिए गए मानदंडों के साथ पोर्ट प्राप्त करें परिणामों को पृष्ठांकित करें पता करें कि हम किस पृष्ठ पर हैं, पृष्ठ की संख्या कुल, परिणाम आदि की संख्या .. दृश्य वर्ग से नीचे कुछ ऐसी चीज़ है जो मैंने यहां और अब लिखा है, लेकिन यह मेरे आवेदन के समान है। क्लास पोस्टकंट्रोलर नियंत्रक {फ़ंक्शन व्यू पोस्ट्स ()) को वापस करता है {रिटर्न $ इस- & gt; सर्विस फ़ैक्टरी - & gt; बिल्ड ('पोस्ट') - & gt; getPosts ($ aCriteria, $ this- & gt; अनुरोध- & gt; _get ('पृष्ठ' ), 10); }} मैं वर्तमान में प्रत्येक सेवा में पेजिंग पैरामीटर की गणना और भंडारण दोनों करता हूं ध्यान दें कि मैं किसी भी डेटा को अपने नियंत्रक से दृश्य में नहीं डाल रहा हूं। वर्ग PostService AbstractService {public $ posts; सार्वजनिक $ iTotalPages; // यह यहाँ नहीं है यह करता है? फ़ंक्शन getPosts ($ aCriteria, $ iPage, $ iItemsPerPage) {$ mapper = $ this- & gt; डे...

django - How change caching setting in django_cache_utils0.7 to cache the files in different directory other than C drive? -

I am using django-cache-utils 0.7 where I can not convert the cache directory to other than drive space I am in a state of emergency. Can anyone please tell me how to define custom place and set a size limit on the folder? CACHE_BACKEND = 'cache_utils.group_backend: // localhost: 11213 /? Timeout = 600 and max_nitaries = 500 ' When I try with path space instead of local location, this error returns. cache_utils.group_backend is a cash backend that stores data. By itself it does not store anywhere - C on the drive or anywhere else. Memcached also does not keep its data on the disk, but in memory (RAM) As a result, there is no right answer to your question. If you want a cash backend that keeps your data on disk usage, keep in mind that it is very slow compared to the matchmacht.

php - Sign up with multiple forms -

I am using Laravel and on my website I need to throw several steps to register one. Is a first instance where the user enters his information and gives a profile picture, there is a second view to choose the account type and the third view to pay inscription fees with PayPal. I have to get all the information in the final scene using Input :: all () , I hope that there is an easy way to do this I solved it by creating a php square which stores all this data and then creates an object of this class and it is stored in one session. Does. class data {public $ data1; Public $ data2; Public $ data3; // should check if the data is complete checkdata () {if (condition) {return true; } Other {return false; }}} Load existing data from store data or sessions in session. $ ($ _ Session ["data"]) {$ data = $ _SESSION ["data"];} and {$ data = new data ($); $ _SESSION ["data"] = $ data;} // Whatever needs to be done, if necessary, change the changes. $ Data...

javascript - Common way to stop repetitive requests in angularjs -

As it is known, AngularJS does not support synchronous requests; But the question is not about it. I had to face a problem, so getting feedback can take longer than expected person and the person can resubmit the data. I would like to stop it Are there any common underlying ways to do this? You force ng-disabled to a property on that controller Which you can set before the true before the excerpt and false , the exhaor is complete click on the event and therefore the ng-click one If the button is disabled it will not file. Documentation: Update if you want with any element (like a ) You can use custom click handler to use ng-disabled ex: yourApp.directives.directive ('myClick', ['$ parse ', Function ($ parse): ng.Idirective {return {restrict:' A ', link: (scope, element: JQuery, attrs) => {var fn = $ parse (attrs.picClick); element.on ('Click', function (event) {// core disable logic detection if (attrs.disabled) return...

php - parsing a specific JSON data -

I am creating an Android application, one. For a Java script file call using php file which gives me a JSON output, my problem now is that the output is in a valid JSON format, but I am confused as a way to parse the values. Output is {"destination_addresses": ["Kamberanvi road, Durgakkari, Karnataka 580011, India", "St. Inez Road, Santa Inez, Panjim, Goa 403001, India", "Dr. Brugenza India "," [["India", "Santa Inez, Panzim, Goa 403001, India", " "Duration": {"Suffocation": "Suyog residency, St. Joakim road, Bordo, Madgao, Goa 403602, India" Distance ": {" text ":" 133 km "," value ": 132717} "Text": "1 "Value": {"text": "33.4 km", "value": 33427}, "duration": {"text": "value": "value": "value": "value": "value": {"te...

reference - CMake: fail import external library -

I get this error when I try to compile: linking CXX executable / home / atv / catkin_ws / devel / lib / atv acrowser / main ** CMakeFiles / main.dir / src / sendToCAN.cpp.o: `sendCAN () 'in the function: sendToCAN.cpp :( .text + 0x432): 'Undefined reference' for 'Send Message' (collection) * Collection 2: LD has created 1 exit status [2]: *** [Home / ATV / Katine_way / Develop / Lib / ATA Accoror / Main] make error 1 [1]: ** * [AtvAcrosser / CMakeFiles / Main.dir / all] Make error 2: *** Include [all] error 2 "create" failed main call thread sendCAN [inside sendToCAN.cpp ] that calls the sendCanMessage function to the external column libARV6005.a . This is CMakeList.txt : include_directory (include $ {catkin_INCLUDE_DIRS}) LINK_DIRECTORIES ($ {CMAKE_SOURCE_DIR} / ATAcron / Lib /) Add_executable (main src / main.cpp src / setupPacketProtocol.cpp src / sendToC AN.cpp) target_link_libraries (main $ {catkin_LIBRARIES} ARV 6005) This ...

Python problems with codecademy and IDLE -

इस सवाल का पहले से ही एक उत्तर है: 10 उत्तर मैं अजगर के लिए बहुत नया हूँ और मैंने codecademy पर यह चुनौती पूरी कर ली है। def स्पैम (): अंडे = 12 वापसी अंडे प्रिंट स्पैम () यह कोडकैडी पर काम करता है लेकिन अगर मैंने इसे IDLE में डाल दिया और इसे चलाया, मुझे अमान्य सिंटैक्स कहकर एक त्रुटि मिलती है I तो मैं क्या हो रहा है के बारे में थोड़ा उलझन में हूँ कोई भी मदद कर सकता है। आईडीईई पायथन 3 , जहां प्रिंट () एक फ़ंक्शन है def स्पैम (): अंडे = 12 वापसी अंडे प्रिंट (स्पैम ())

linux - GDB is not showing line number information although debuginfo is installed -

I'm trying to debug gcov code I have written a simple program that __GCOV_flas () method is called the part of GCC / GCOV. After confirming that the libgcov.a library is not created with debug symbols, I have used GCC on my machine ( SLES 10 ) Has installed the debuginfox package for. # GCC-V is built with the built in specs: x86_64-suse-linux is configured with: ../configure --enable-threads = posix --prefix = / usr --with - local-prefix = / usr / local --infodir = / usr / share / info - -impress = / usr / share / man --libdir = / usr / lib64 --libexecdir = / usr / lib64 - enable-languages ​​= c, c ++, objc, foreign, obj-c ++, java, ada --enable-check = release --with-gxx- include- dir = / usr / include / c + + / 4.1.2 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir = / lib64-with-System-zlib --enable-shared --enable -__ cxa_atexit --enable-libstdcxx -allocator = new --program-suffix = --enable-version-specific-runtime-libs -without-system-libunwind -...

r - How to retrieve contents of ... as list of calls? -

अगर मैं एक समारोह में पारित किया गया था, तो मैं इसे substitute । ( ) f वर्ग कोड के ऑब्जेक्ट को वापस देता है। विकल्प को आमतौर पर deparse के साथ जोड़ दिया जाता है, इसे एक चरित्र वेक्टर में बदल दिया जाता है, लेकिन मुझे इसके बारे में कोई परवाह नहीं है।) मैं इसे ... में तर्क के साथ दोहराना चाहता हूं। यह प्रयास केवल पहली तर्क देता है: जी यह प्रयास एक त्रुटि फेंकता है: h & lt; - फ़ंक्शन (...) {lapply (..., (पिन (पीआई), कॉस (पी / 2)) ## Match.fun (FUN) में त्रुटि: ## 'कॉस (पी / 2)' फ़ंक्शन, कैरेक्टर या प्रतीक नहीं है यह प्रयास एक अलग त्रुटि फेंकता है: i & lt; - फ़ंक्शन (...) {lapply (सूची (...), विकल्प)} i (पाप (पीआई), कॉस (पी / 2)) ## लापली में त्रुटि (सूची (...), विकल्प): ## '...' गलत संदर्भ में उपयोग किया जाता है मैं ... ? में कैसे पारित किए गए अभिव्यक्ति को कैसे प्राप्त करूं? यदि आप क्लास कॉल के ओजेटेट्स रखना चाहते हैं: i & lt; - फ़ंक्शन (...) {l या हो सकता है कि आपको मैच केल की ज़रूरत है कि आप उसके बाद क्या कर...

c++ - Test a specific exception type is thrown AND the exception has the right properties -

I want to check that MyException is thrown in a certain matter. EXPECT_THROW Good here. But I also want to see that the exception is a specific state like e.msg () == "cucumber overflow" . How best is this applicable in GPES? I mostly respond to the other Lilichiae but you should also verify that wrong Exception type is not thrown: #include & lt; Stdexcept & gt; #include "gtest / gtest.h" structure foo {int bar (int i) {if (i> 100) {std :: out_of_range ("out of range"); } Came back; }}; Test (foo_test, out_of_range) {eff F; {F. Bar (111); Failed () & lt; & Lt; "Expected std :: out_of_range"; } Hold (std :: out_of_range const & Google) {EXPECT_EQ (err.what ()), std :: string ("out of range"); } Hold (...) {FAIL () & lt; & Lt; "Expected std :: out_of_range"; }} Int main (int argc, char ** argv) {:: testing :: InitGoogleTest (& argc, argv); Return RUN_ALL_TESTS (); }

php - How to display the array data in tabular format in smarty in following scenario? -

मेरे पास एक सरणी है जिसका शीर्षक $ preview_data है: सरणी ([ऑप] = & gt; पूर्वावलोकन [आईडी] = & gt; [form_submitted] = & gt; हाँ [company_id] = & gt; [product_id] = & gt; [पैक] = & gt; अर्रे ([0] = & gt; 10 [1] = & gt; 20 [2] = & gt; 30 [3] = & gt; 40) [मात्रा] = & gt; ऐरे ([0] = & gt; 2 [1] = & gt; 4 [2] = & gt; ; [3] = & gt; 8) [मात्रा] = & gt; ऐरे ([0] = & gt; 100 [1] = & gt; 200 [2] => 300 [3] => 400) [इकाइयां] = & gt; ऐरे ([0] = & gt; 5 [1] = & gt; 7 [2] = & gt; 9 [3] = & gt; 10) [राशि] = & gt; अरे ([0] = & gt; 3.00 [ 1] = & gt; 6.00 [2] = & gt; 9.00 [3] = & gt; 12.00) [तिथि] = & gt; [apply_states] = & gt; [rebate_total_cnt] = & gt;) अब मुझे उपरोक्त आंकड़ों को एक तालिका प्रारूप में प्रिंट करना होगा। मुझे यह कैसे प्राप्त करना चाहिए मैं नीचे तालिका प्रारूप में डेटा चाहता हूं (यानी तालिका का शीर्ष लेख नीचे दिया गया है): पैक मात्रा मात्रा इकाइयो...

jquery - How to animate a menu tab vertically? -

कृपया इस बेला को देखें $ ('# tab a')। () {$ ('# मेनू')। स्लाइडटॉगल ("धीमा") $ ('# टैब')। Hide ()}); $ ('# Tab-inner a') क्लिक करें (फ़ंक्शन () {$ ('# menu')। स्लाइडटॉगल ("धीमा") $ ('# टैब')। शो ()}); मैं मेनू टैब को छुपा लिंक के साथ आसानी से नीचे और ऊपर स्लाइड करने के लिए चाहता हूं। यह कैसे हासिल किया जा सकता है? क्या मुझे बाह्य मेनू टैब के मार्जिन शीर्ष को सजीव करना चाहिए और आंतरिक मेनू टैब को निकाल देना चाहिए? एकाधिक मेनू बटनों के लिए कोई ज़रूरत नहीं, यह देखें। आपको केवल इस जावास्क्रिप्ट कोड की आवश्यकता है, नौवी मेनू को नीचे स्लाइड करेगा: $ ('# tab a')। क्लिक करें (फ़ंक्शन () {$ ('# menu')। ('एनएवी')। स्लाइड टॉगल ("धीमी");});

Control java application from another java applciation -

I have two Java applications. Let's call them master and slave. I want to run some slaves from the master and invite slave methods from the master. I know how to do this with sending and parsing UDP messages through sockets. But I could curios, that more and more simple approaches to implement slave methods? Ideally this is like getSlave (index) .invokeMethod (Args) Have you seen in the RMI? Provides a method for remote call methods from other applications on the same or other JVM.

mysql - SQL Limit & Order By across joins -

I am accumulating tweets, twitter user and categorizing twitter user in groups. I have the following 4 tables Tweets: tweet_id | User_id | Created --------------------------- 23452345 | 2345 | 2013-08-12 23456094 | 1234 | 2014-03-24 230 9 7777 | 1234 | 2014-04-12 23 948798 | 99 99 | 2013-09-22 twitter_users: user_id | Screen_name ------------------------ 2345 | Michael 1234 | David 99 99 | Not_interested twitter_social: user_id | Social_id ------------------------- 2345 | 34 99 99 | 20 1234 | 80 Social Tags: social_id | Category_ID ----------------------- 34 | 3 20 6 80 3 I want to see the oldest tweet per user that appears in a specific social category. The written SQL I wrote does not seem to work. I have a line per twitter_user but I do not see the tweet as soon as possible select tu.screen_name as handle, in the form of tw.created_at In the first twitter_users tu LEFT JOIN tweets on twitter.tu.user_id = tw.user_id LEFT JOIN twitter_social ts ON ...