pid
int64
2.28k
41.1M
label
int64
0
1
text
stringlengths
1
28.3k
25,618,641
0
<p>The choice has been restricted to metrics with type <code>PERCENT</code> (4.0) then relaxed to include types <code>LEVEL</code> and <code>RATING</code> in later versions (4.3).</p> <p>The rationale behind this is that unbounded metrics (such as number of issues, complexity) cannot be reliably mapped to a limited color range.</p>
16,581,881
0
<p>You need to have the executable bit set on the script:</p> <pre><code>chmod +x /path/to/your/script </code></pre>
34,848,910
0
If() Condition Not getting True <p>I am New in IOS i am facing a problem. I have 3 GMGridViews on my Xib and i got reference in .m file of my ViewControllar Now in Delegates and DataSource Methods when i put Check on it if condition not getting true for 2 GMViewControllars but become true for 1st one. i try isEqual: also instead of " == " Here is my Code</p> <pre><code>#pragma mark GMGridViewDataSource - (NSInteger)numberOfItemsInGMGridView:(GMGridView *)gridView { if (gridView==self.artistFollowingGM) { return 4;//[self.artistFollowingArray count]; }else if (gridView==self.followersGM) { return 5;// [self.membersFollowingArray count]; }else if(gridView==self.repostedGM){ return 10; //[self.repostedArray count]; }else{ return 0; } } </code></pre> <p>Datasource and delegates are same for all then why if is not getting true for 2 GMGrids??</p>
25,158,487
0
rendering partial using jquery in js.erb file giving error. render is not a function <p>below is code in file '<code>app_erb.js.erb</code>'</p> <pre><code>$(function(){ $('.add_more_element').click(function(e){ e.preventDefault(); $(this).siblings('.remove_this_element').show('slow'); $(this).hide('slow'); $(this).closest('.form-group').add('&lt;%=j render 'resumes/resume_certification' %&gt;'); }); }); </code></pre> <p>and i have partial <code>views/resumes/_resume_certification.html.erb</code></p> <p>but when i load my app it gives me NoMethodError at /resumes/new undefined method `render'.</p> <p>What i am missing in the whole process for rendering a partial using javascript. </p>
6,006,617
0
<p><em>Edit: user1182474's comment is correct; Wine doesn't isolate the programs it runs. (It tries to hide it, but not very thoroughly.) I totally failed at using Google. Psen's comment below is more correct, and references the FAQ. (Note that, for that to work, you may need to have the program's directory available through a Wine drive mapping. Or, see Anonymous Replier's answer.)</em></p> <p>== Old Answer ==</p> <p>Wine isolates the programs it runs. The applications are, if all works as intended, presented with an environment indistinguishable from Windows. Unfortunately for your purposes, that means that you can't access the features of the host OS (Linux). I mean, you could patch Wine to do that, but I get the impression that it would be more work than it's worth.</p> <p>There is hope! Cygwin is a Unix-like environment for Windows. You could install Cygwin in Wine, and use Cygwin to run your shell script. (Apparently, installing with 'winetricks cygwin' is easiest) Invoke Cygwin's bash shell (inside some Wine program) like this:</p> <pre><code>c:\cygwin\bin\bash myscript </code></pre> <p>Of course, change c:\cygwin to wherever you install it.</p>
19,038,964
0
<p>It's not entirely clear what you're asking in the question and the comments, but it sounds like you might be looking for a full join with a bunch of coalesce statements, e.g.:</p> <pre><code>-- create view at your option, e.g.: -- create view combined_query as select coalesce(a.id, b.id) as id, coalesce(a.delta, b.delta) as delta, a.metric1 as metric1, b.metric2 as metric2, coalesce(a.metric1,0) + coalesce(b.metric2,0) as combined from (...) as results_a a full join (...) as results_b b on a.id = b.id -- and a.delta = b.delta maybe? </code></pre>
39,334,078
0
<p>Assuming you had a CSV read into pandas:</p> <pre><code>df = pandas.read_csv("csvfile.csv") sample = df.sample(n) sample.to_csv("sample.csv") </code></pre> <p>You could make it even shorter:</p> <pre><code>df.sample(n).to_csv("csvfile.csv") </code></pre> <p>The <a href="http://pandas.pydata.org/pandas-docs/stable/io.html#io-store-in-csv" rel="nofollow">Pandas IO docs</a> have a great deal more information and options available, as does the <code>dataframe.sample</code> method.</p>
10,455,463
0
<p>Redirect the DataContext <a href="http://msdn.microsoft.com/en-us/library/system.data.linq.datacontext.log.aspx" rel="nofollow">Log</a> property to Console.Out or a TextFile and see what query each option produces. </p>
8,726,793
0
Consolidate multiple if statements in Ksh <p>How can I consolidate the following if statements into a single line?</p> <pre><code>if [ $# -eq 4 ] then if [ "$4" = "PREV" ] then print "yes" fi fi if [ $# -eq 3 ] then if [ "$3" = "PREV" ] then print "yes" fi fi </code></pre> <p>I am using ksh. </p> <p>Why does this give an error?</p> <pre><code>if [ [ $# -eq 4 ] &amp;&amp; [ "$4" = "PREV" ] ] then print "yes" fi </code></pre> <p>Error:</p> <blockquote> <p>0403-012 A test command parameter is not valid.</p> </blockquote>
37,401,805
0
Can't change text of navigation item back button <p>I want to hide the text of the back button on the navigation bar and so have found past questions such as this: <a href="http://stackoverflow.com/questions/23853617/uinavigationbar-hide-back-button-text">UINavigationBar Hide back Button Text</a></p> <p>However I can't change the text at all, either via using the storyboard, or in code. See screenshot below for attempt at changing it using the storyboard:</p> <p><a href="https://i.stack.imgur.com/Gxwgh.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/Gxwgh.png" alt="enter image description here"></a></p> <p>Or if I try to do it programatically by adding the following to viewDidLoad of the pushed view controller </p> <pre><code> self.navigationItem.backBarButtonItem?.title = "stuff" </code></pre> <p>It has no effect, nor does moving the same line of code to the view controller doing the pushing.</p> <p>How come it won't change at all regardless of how I'm trying to change it? How come using the storyboard, the navigation item title can be set, but not the back button text?</p> <p>If I add the following to the pushed view controller then I can get the text to change:</p> <pre><code>UIBarButtonItem.appearance().setTitleTextAttributes([NSForegroundColorAttributeName:UIColor.clearColor()], forState: UIControlState.Normal) UIBarButtonItem.appearance().setTitleTextAttributes([NSForegroundColorAttributeName:UIColor.clearColor()], forState: UIControlState.Highlighted) </code></pre> <p>But I would like to understand why none of the other ways of trying to change it have any effect</p>
29,144,850
0
<p>Your <code>HRESULT</code> is <code>$80070002</code>. That's a <a href="https://msdn.microsoft.com/en-us/library/windows/desktop/ms690088.aspx" rel="nofollow">COM error code</a> that wraps the Win32 error code, <a href="https://msdn.microsoft.com/en-us/library/windows/desktop/ms681382.aspx#ERROR_FILE_NOT_FOUND" rel="nofollow"><code>ERROR_FILE_NOT_FOUND</code></a>. And that means that either the device ID or property name are incorrect. Assuming that you have indeed got the correct device ID, the obvious conclusion is that you are attempting to read the value of a property that does not exist.</p>
22,091,802
0
<p>If you want your input element as an object in then use this</p> <pre><code>console.log(this); </code></pre> <p>instead of </p> <pre><code>console.log('from verifyAns : '+this); </code></pre>
37,371,727
0
Same code in Codepen giving diffferent results <p>I have this pen: <a href="https://codepen.io/dteiml/full/PNMwZo" rel="nofollow">https://codepen.io/dteiml/full/PNMwZo</a> with the following javascript code: </p> <pre><code>$('#getWeather').on('click', function() { navigator.geolocation.getCurrentPosition(success); function success(pos){ // get longitude and latitude from the position object passed in var lng = pos.coords.longitude; var lat = pos.coords.latitude; // and presto, we have the device's location! console.log("test"); $('body').html('You appear to be at longitude: ' + lng + ' and latitude: ' + lat); } }); </code></pre> <p>and html code:</p> <pre><code>&lt;button id="getWeather"&gt; Get my location &lt;/button&gt; &lt;body&gt; &lt;/body&gt; </code></pre> <p>that I forked from somebody that works and one that I created myself <a href="http://codepen.io/dteiml/full/aNevrE" rel="nofollow">http://codepen.io/dteiml/full/aNevrE</a> with the <em>same exact</em> code and settings that doesn't work. What might be the problem?</p>
38,064,565
0
App crashes on sendText method <p>I am developing my first android app where someone can send multiple sms to a designated number. The app used to run fine when I had the number and number of messages to be sent already programmed into the code. However, I created a separate activity where one can input the destination number and number of messages to be sent, and transfer that data back to the first activity through an intent. But now the app crashes upon attempting to send a message.</p> <p>Here is the first activity: </p> <pre><code>public class TextMessages extends AppCompatActivity { public static final String DEFAULT = "No Number Found"; private EditText customMessage; String gotNum; FloatingActionButton button; int request_code; String realnum; int temp; int recode; Button butt; int number; String num; String text; int x; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_text_messages); request_code = 1; FloatingActionButton button = (FloatingActionButton) findViewById(R.id.but); assert button != null; button.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { Intent intent = new Intent(TextMessages.this,Settings.class); startActivityForResult(intent, request_code); Intent a = new Intent(TextMessages.this,Settings.class); startActivityForResult(a, recode); } }); customMessage = (EditText)findViewById(R.id.customMessage); } public void onActivityResult(int requestCode, int resultCode, Intent data){ if (requestCode== request_code){ if (resultCode== Activity.RESULT_OK){ num = data.getStringExtra("value"); text = data.getStringExtra("cost"); } } } public void sendText(View view) { String message = ""; if (view.getId() == R.id.fab) { message = customMessage.getText().toString(); } else { Button sender = (Button)view; message = sender.getText().toString(); } //Toast.makeText(this, "Test", Toast.LENGTH_SHORT).show(); int i; x = Integer.parseInt(text); for (i = 0; i &lt; x; i++){ SmsManager smsManager = SmsManager.getDefault(); smsManager.sendTextMessage(num, null, message, null, null); } }} </code></pre> <p>As you can see I have replaced the predetermined number with String num and the number of messages to be sent with int x, which causes the app to crash when the button to send the messages is pressed.</p> <p>Here is the activity where the number and messages to be sent is collected from:</p> <pre><code>public class Settings extends AppCompatActivity { public EditText phoneNum; public Button apply; public EditText msgCounter; public Button save; int msgCount; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_settings); phoneNum = (EditText)findViewById(R.id.phoneNum); msgCounter = (EditText)findViewById(R.id.msgCount); apply = (Button)findViewById(R.id.butto); save = (Button)findViewById(R.id.butt); save.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { Intent pass = new Intent(); pass.putExtra("value", phoneNum.getText().toString()); pass.putExtra("cost",msgCounter.getText().toString()); setResult(Activity.RESULT_OK,pass); finish(); } }); } public void OnButtonClickedApply(View view) { String num; num = phoneNum.getText().toString(); //Toast.makeText(this, num, Toast.LENGTH_SHORT).show(); } public void saveMsg(View view) { msgCount = Integer.parseInt(msgCounter.getText().toString()); } } </code></pre> <p>Also I may add, when inputting data into the second activity. Upon pressing the button to save the data, the activity resets(reloads?) and I have to put the data in a second time, when pressing the button will then take me back to the first activity like it should.</p> <p>Crash Log: </p> <pre><code>06-27 19:14:55.583 2404-2404/com.linfirmware.emergencytext E/AndroidRuntime: FATAL EXCEPTION: main Process: com.linfirmware.emergencytext, PID: 2404 java.lang.IllegalStateException: Could not execute method for android:onClick at android.support.v7.app.AppCompatViewInflater$DeclaredOnClickListener.onClick(AppCompatViewInflater.java:293) at android.view.View.performClick(View.java:5198) at android.view.View$PerformClick.run(View.java:21147) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:148) at android.app.ActivityThread.main(ActivityThread.java:5417) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) Caused by: java.lang.reflect.InvocationTargetException at java.lang.reflect.Method.invoke(Native Method) at android.support.v7.app.AppCompatViewInflater$DeclaredOnClickListener.onClick(AppCompatViewInflater.java:288) at android.view.View.performClick(View.java:5198) at android.view.View$PerformClick.run(View.java:21147) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:148) at android.app.ActivityThread.main(ActivityThread.java:5417) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) Caused by: java.lang.SecurityException: Sending SMS message: uid 10057 does not have android.permission.SEND_SMS. at android.os.Parcel.readException(Parcel.java:1599) at android.os.Parcel.readException(Parcel.java:1552) at com.android.internal.telephony.ISms$Stub$Proxy.sendTextForSubscriber(ISms.java:768) at android.telephony.SmsManager.sendTextMessageInternal(SmsManager.java:310) at android.telephony.SmsManager.sendTextMessage(SmsManager.java:293) at com.example.rahul.customtext.TextMessages.sendText(TextMessages.java:94) at java.lang.reflect.Method.invoke(Native Method) at android.support.v7.app.AppCompatViewInflater$DeclaredOnClickListener.onClick(AppCompatViewInflater.java:288) at android.view.View.performClick(View.java:5198) at android.view.View$PerformClick.run(View.java:21147) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:148) at android.app.ActivityThread.main(ActivityThread.java:5417) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) 06-27 19:14:57.765 2404-2404/com.linfirmware.emergencytext I/Process: Sending signal. PID: 2404 SIG: 9 </code></pre> <p>Manifest file:</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.rahul.customtext"&gt; &lt;uses-permission android:name="android.permission.SEND_SMS" /&gt; &lt;application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/AppTheme"&gt; &lt;activity android:name=".TextMessages"&gt; &lt;intent-filter&gt; &lt;action android:name="android.intent.action.MAIN" /&gt; &lt;category android:name="android.intent.category.LAUNCHER" /&gt; &lt;/intent-filter&gt; &lt;/activity&gt; &lt;activity android:name=".Settings" android:label="@string/app_name"&gt; &lt;intent-filter&gt; &lt;action android:name="android.intent.action.MAIN" /&gt; &lt;category android:name="android.intent.category.DEFAULT" /&gt; &lt;/intent-filter&gt; &lt;/activity&gt; &lt;/application&gt; &lt;/manifest&gt; </code></pre>
15,882,930
0
<p><kbd><strong><a href="http://jsbin.com/itepap/3/edit" rel="nofollow">LIVE DEMO</a></strong></kbd></p> <p><code>$(this).addClass('myClass');</code> would work but use:</p> <pre><code>var img = $("&lt;img /&gt;", { "src" : '/images/favicon.png', "class" : 'myClass' }) .error(function(){ console.log('error'); }) .load(function(){ img.appendTo( theParent ); }); </code></pre>
2,497,751
0
<p>Note that everytime you pass a struct to a function as a parameter, or assign one variable to another, or in your case, add it to a list, a copy of the entire struct is created (in your case, 20 bytes will be copied).</p> <p>Also note that there are no GC references to structs expect (I think) in some circumstances.</p> <hr> <p>You will only get memory savings if you use a class instead of a struct - that way you can test for equality like you suggest.</p>
20,511,734
0
<p>it looks complex but its simpler either</p> <pre><code>select * from (select event.id, event.title, schedule.event_date, schedule.price, event_id from schedule left join event on event.id=schedule.event_id group by event_date,event_id )s group by s.event_id; </code></pre>
28,832,150
0
<p>Late answer , but maybe someone is struggling with this... here is what I found:</p> <p><a href="http://stackoverflow.com/questions/3652331/asp-net-application-throwing-unable-to-find-assembly-error-for-nhibernate">Similar error on this question, which leads to some options</a>.</p> <p>Looks like the real error is hidden from you. </p> <p>1) You need to either use <a href="http://www.microsoft.com/en-us/download/details.aspx?id=40336" rel="nofollow">IIS Debug tool</a></p> <p>2) <a href="http://unhandledexception.codeplex.com/sourcecontrol/latest" rel="nofollow">Or build and use a module</a> to get the details.</p>
12,545,561
0
How can I use HTML5 to both record audio (speech) and convert the recorded speech into text? <p>I have a project in mind where I want users to record speech in a browser. I know that for recording audio I can use getUserMedia and for speech to text input I can use x-webkit-speech. I'm OK with the browser limitation. Is there a way that I can do this in a single step? </p> <p>I'd prefer an HTML5 solution, but I'm willing to go with javascript if that's the only way to do it. I'm also willing to consider server side solutions if necessary (LAMP environment). This would likely be only accessed on a laptop/desktop browser, but if I can also make it compatible with mobile devices, that would be great, too. </p>
25,083,419
0
<p>You can do</p> <pre><code>CREATE FOREIGN TABLE cases( id varchar(50) PRIMARY KEY, CaseId varchar(50), CaseAddressString varchar(50), CaseOpenDatetime date, CaseBeginDatetime date, CaseDescription varchar(200), RequestorFirstName varchar(50), RequestorLastName varchar(50), CaseCurrentStatus varchar(25), age integer, gender varchar(20), CaseLat float, CaseLong float, ServiceName varchar(50) ) OPTIONS(UPDATABLE 'TRUE'); CREATE FOREIGN TABLE CasePhoneNumbers ( caseid varchar, type string, number string, FOREIGN KEY (caseid) REFERENCES cases (_id) ) OPTIONS(UPDATABLE 'TRUE', "teiid_mongo:MERGE" 'cases') </code></pre> <p>You can see more documentation at <a href="https://docs.jboss.org/author/display/TEIID/MongoDB+Translator" rel="nofollow">https://docs.jboss.org/author/display/TEIID/MongoDB+Translator</a></p> <p><a href="https://issues.jboss.org/browse/TEIID-3040" rel="nofollow">https://issues.jboss.org/browse/TEIID-3040</a> removes th verbose IDREF fields, but this will be in Teiid 8.9</p>
23,597,454
0
<p>If you are using a 11G R2, you could use listagg function. If not, it will be easy to find a different way</p> <pre><code> With distrib as (select O as dabegin, 17 as daend, 'under 18' as category from dual union all select 18 as dabegin ,25 as daend, 'between 18-25' as category from dual union all select 26 as dabegin ,30 as daend, 'between 26-30' as category from dual ) , games as (select p.player_id, count(*) as games_played from player p join game g on p.player_id = g.player1_id or p.player_id = g.player2_id group by p.player_id) select max(games_played), listagg(player_id,',') WITHIN GROUP (ORDER BY player_id) as 'winner(s)', category from distrib d, games g, players p where p.player_id=g.player_id and g. age between d.dabegin and daend group by g.category </code></pre>
21,932,583
0
Codeigniter error Unable to load the requested file 0.php but theres no such file <p>I am new to Codeigniter and it is throwing the error: <em>unable to load the requested file 0.php</em></p> <p>But there's no such file! I don't understand why its doing this?</p> <p>As a result of this error, the homepage of my site has vanished. All the other pages are accessible and work except for the homepage. </p> <p>I don't know where I'm supposed to look, whether its the view files or the controller files?</p> <p>Can anyone shed any light on this? </p>
38,060,747
0
<p><strong>Change</strong> this to (<strong><em>Best Practices</em></strong>) </p> <pre><code>if ($this-&gt;form_validation-&gt;run() == TRUE) </code></pre> <p>this</p> <pre><code>if ($this-&gt;form_validation-&gt;run() == FALSE) </code></pre> <blockquote> <p><strong>Since you haven’t told the Form Validation class to validate anything yet, it returns FALSE (boolean false) by default. <code>The run()</code> method only returns TRUE if it has successfully applied your rules without any of them failing.</strong></p> </blockquote> <p><a href="https://www.codeigniter.com/userguide3/libraries/form_validation.html#try-it" rel="nofollow">Check Why</a></p> <hr> <p><strong>Add this in controller</strong></p> <pre><code>$this-&gt;form_validation-&gt;set_error_delimiters('&lt;div class="alert alert-danger alert-dismissible" role="alert"&gt; &lt;button type="button" class="close" data-dismiss="alert" aria-label="Close"&gt;&lt;span aria-hidden="true"&gt;&amp;times;&lt;/span&gt;&lt;/button&gt;', '&lt;/div&gt;'); </code></pre> <p>and <strong>remove this</strong> </p> <pre><code>echo validation_errors('&lt;div class="alert alert-danger alert-dismissible" role="alert"&gt; &lt;button type="button" class="close" data-dismiss="alert" aria-label="Close"&gt;&lt;span aria-hidden="true"&gt;&amp;times;&lt;/span&gt;&lt;/button&gt;', '&lt;/div&gt;'); </code></pre> <p><a href="https://www.codeigniter.com/userguide3/libraries/form_validation.html#changing-the-error-delimiters" rel="nofollow">Check Why</a></p> <hr> <p><strong>Add this in form below the respective input fields</strong> </p> <pre><code>echo form_error('usuario'); echo form_error('senha'); </code></pre> <p>Or add </p> <pre><code>&lt;?php echo validation_errors(); ?&gt; </code></pre> <p><a href="https://www.codeigniter.com/userguide3/libraries/form_validation.html#showing-errors-individually" rel="nofollow">Check Why</a></p> <hr> <p><a href="https://www.formget.com/form-validation-using-codeigniter/" rel="nofollow">CodeIgniter Form Validation Example</a></p>
40,488,664
0
How to setup GitLab - Debian 8 <p>I am executing the below command, however i get an error. Someone please assist.</p> <pre><code># curl https://packages.gitlab.com/gitlab/gitlab-ce/packages/debian/jessie/gitlab-ce_8.1.2-ce.0_amd64.deb/download curl: (60) SSL certificate problem: certificate is not yet valid </code></pre> <p>If this HTTPS server uses a certificate signed by a CA represented in the bundle, the certificate verification probably failed due to a problem with the certificate (it might be expired, or the name might not match the domain name in the URL).</p>
15,721,987
0
flash website content box hiding the menu <p>My website is: <a href="http://harringtonplanningdesign.com" rel="nofollow">http://harringtonplanningdesign.com</a> When I move the cursor on the flash box the menu is disappearing. How can I keep the menu from hiding when the cursor is on the flash content box? That means I do not want to hide the menu when the mouse is moved.</p> <p>The home page code is here:</p> <pre><code>&lt;html&gt; &lt;head&gt; &lt;title&gt;Harrington Planning + Design&lt;/title&gt; &lt;script type="text/javascript" src="com/swfobject/swfobject.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="com/swfaddress/swfaddress.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="com/pixelbreaker/swfmacmousewheel.js"&gt;&lt;/script&gt; &lt;style type="text/css"&gt; html { height: 100%; overflow: hidden; overflow-y: hidden; } #flashcontent { height: 100%; } body { height: 100%; margin: 0; padding: 0; background-color: #FFFFFF; overflow-y: hidden; } &lt;/style&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="flashcontent"&gt; &lt;/div&gt; &lt;script type="text/javascript"&gt; // &lt;![CDATA[ var so = new SWFObject('container.swf', 'container', '100%', '100%', '9', '#FFFFFF'); so.useExpressInstall('com/swfobject/expressinstall.swf'); so.addParam('allowFullScreen','true'); so.addParam('menu','false'); if( so.write('flashcontent') ) { var macmousewheel=new SWFMacMouseWheel(so); } // ]]&gt; &lt;/script&gt; &lt;/body&gt; </code></pre> <p></p>
28,110,474
0
Should I add publish_actions for review after migrating old app to Graph API v2.2? <p>I've been updating few web apps to the latest Facebook Graph API - v2.2. Those sites work and some of them have opengraph action video.watches ("Watch"). It's approved and works.</p> <p>Recently I got a generic Facebook email that one or more of my apps are using permissions that have to be reviewed or they will stop working on some date. As those apps are quite old they don't have publish_actions in the review set (and that's the only extra permission in that video.watches websites). So now - does Facebook wants that publish_actions to be added to the review or it's something else (they could be more specific)?</p>
4,616,971
0
<p>You should be able to do this with <a href="http://mechanize.rubyforge.org/" rel="nofollow">mechanize</a>. It emulates a real broswer, and is quite powerful. About the only major feature lacking is a javascript engine, so it won't work if the blog uses javascript in its authentication.</p>
18,144,503
1
Non camel case to Camel Case in python 3? <p>This program is meant to change something from normal to camelCase. EG: Not_Camel_case -> notCamelCase or Camel_Case to camelCase.</p> <pre><code>def titlecase(value): return "".join(word.title() for word in value.split("_")) def titlecase2(value): return value[:1].lower() + titlecase(value)[1:] def to_camel(value): return titlecase2(value) </code></pre> <p>This outputs what i want BUT..... This is for a competition and putting in Not_An_SMS returns notAnSms instead of notAnSMS? Also putting in num2words is supposed to return the same but instead my program capitalizes it like num2Words. What do i do to fix these problems?</p> <p>EDIT: I have to change things within the functions not the output as the comp directly checks the functions in particular to_camel.</p>
11,560,960
0
<p>There are a lot of workarounds provided in other answers; they more or less solve your problem. One more workaround:</p> <pre><code>foreach (string name in a.Keys){ StackPanel SP = new StackPanel(); TextBox TB1 = new TextBox(); TextBox TB2 = new TextBox(); SP.Children.Add(TB1); SP.Children.Add(TB2); // ... Content to TextBoxes TB2.Name = name; MainCheckBox.Clicked += (sender, e) =&gt; { TB2.Height = MainCheckBox.IsChecked ? 300 : 0; } } </code></pre> <p>But let's see what should be the correct way.</p> <p>First of all, you need the data items to be presented in a bindable form. This means either derive from <code>DependencyObject</code> or implement <code>INotifyPropertyChanged</code>. Second, you need to put your objects into an <code>ObservableCollection</code>. Then, you can use different containers like <code>ListView</code> or <code>ListBox</code> for displaying the collection of data. For the type representing the data item, you'd need to create a <code>DataTemplate</code>, in which you can put any custom logic you need.</p> <p>You see that this is quite a lot of work, so I wouldn't recommend this approach for really small applications; however as your application grows, this approach will show its benefits.</p>
20,888,726
0
<p>Well, if your old one is working then the problem will be in your rewrite. Don't pay too much notice to the error messages, they're pretty much par for the course, and can be triggered by something as benign as a cache miss. Unless you're actually getting an error callback somewhere, the log messages are meaningless.</p> <p>As for your problem, I can't really make any guesses without seeing your code. One thing to check and is the most common course of a permanent error is to make sure you're actually logged in. The login process is asynchronous, and any functionality that requires you to be logged in (searching is one of them) will fail before login is completed.</p>
40,117,551
0
How to enter values, save them to a new file and search for the values in the file <p>I have a school assignment that I need help with. This is the description of the assignment:</p> <p>Ruby program that can hold these values:</p> <ul> <li>Artifacts</li> <li>Values</li> <li>Assumptions</li> </ul> <p>It shall be possible for a user:</p> <ul> <li>To enter these three types of values.</li> <li>Search for a value of type Artifacts, Values or Assumptions.</li> <li>The program shall use loops and at least one class definition.</li> </ul> <p>The only function that won't work out for me are these lines:</p> <pre><code>f= File.new("Artefacts", "r") puts "Search for information regarding cultural information" userinput = gets.chomp if File.readlines("Artefacts").include?('userinput') puts "We have found your input." else puts "We have not found your input." f.close </code></pre> <p>No matter what the user inserts, it only displays "We have not found your input".</p>
31,313,372
0
<p>View the line as (x1,y1) + λ(x2-x1,y2-y1), i.e. the first point, plus a multiple of the vector between them.</p> <p>When λ=0 you have the first point and when λ=1 you have the second. So you just want to take n equally distributed values of λ between 0 and 1.</p> <p>How you do this depends on what you mean by between: are the end points included or not?</p> <p>For example you could take λ=0/(n-1), λ=1/(n-1), λ=2/(n-1), ... λ=(n-1)/(n-1). That would give n equally distributed points including the endpoints.</p> <p>Or you could take λ=1/(n+1), λ=2/(n+1), ... λ=n/(n+1). That would give n equally distributed points not including the endpoints.</p>
298,659
0
SqlMembershipProvider administration <p>Before I embark on writing my own solution to this issue, can anyone point me to a pre-built solution for managing standard user details when using the SqlMembershipProvider? The solutions I have found through Google seem to either be half baked 'example solutions' or unsuitable for every day usage.</p> <p>Regards Richard</p>
31,693,760
0
<p>try,</p> <pre><code>declare @t table(CarName varchar(10),Colour varchar(10), Size varchar(10)) insert into @t (carname,Colour,Size) values ('Car 1', 'Red', 'big'), ('car 2','Blue','small'), ('car 3','Gr een','small') declare @t1 table(CarName varchar(10),part varchar(10)) insert into @t1 (carname,part) values ('car 1','123456'), ('car 1','2345670'), ('car 1','345678'), ('car 2','ABCDEFG'), ('car 2','BcDEFGH'), ('car 2','cDEFGHI') select t.*, t1.part from @t t right join (select carname,part, row_number() over (partition by carname order by part) rno from @t1) t1 on t.CarName=(case when t1.rno=1 then t1.CarName else null end) </code></pre>
18,366,921
0
<p>I ended up discussing the situation with InstallShield (made by FlexEra) and they recommended the following:</p> <ol> <li>Don't put the original file in the [InstallDir] if possible.</li> <li>Create separate Components for each of the variants of the file, each with a different release flag.</li> <li>Only install the Components associated with the release flag you want.</li> </ol> <p>This partially addresses my question but not entirely, because it doesn't let me specify a new file at install-time; I can merely select among existing files.</p>
3,022,083
0
<p>there is generally no need to access the CPU registers from a program written in a high-level language: high-level languages, like C, Pascal, etc. where precisely invented in order to abstract the underlying machine and render a program more machine-independent. </p> <p>i suspect you are trying to perform something but have no clue how to use a conventional way to do it.</p> <p>many access to the registers are hidden in higher-level constructs or in system or library calls which lets you avoid coding the "dirty-part". tell us more about what you want to do and we may suggest you an alternative.</p>
21,211,994
0
<p>First: add status as an index on the database table, this will speed up the select portion of the script.</p> <p>Second: concatenate the string, rather than issuing an echo statement each time, echo * 4000 can be quite slow.</p> <pre><code>$query = "SELECT * FROM tblRazduzeniUgovori WHERE Status='razduzen'"; $output = ''; if ($result = mysqli_query($con, $query)) { while($row = mysqli_fetch_array($result)) { $output .= "&lt;tr&gt;"; $output .= "&lt;td&gt;&lt;input type='checkbox' name='brojUgovora[]' value='" . $row['Broj'] . "'/&gt;&lt;/td&gt;"; } } echo $output; </code></pre>
21,164,629
0
<p>To use recursion you should have a <strong>stop test</strong> and be sure to always launch the next step on a <strong>smaller problem</strong>. </p> <p>Try this : (Not sure if Array.SubArray(int) is a real function but that is the idea.</p> <pre><code>static void Main(string[] args) { int[] Array=new int[]{10,233,34}; int _MaxVal = CalculateMax(Array); Console.WriteLine(_MaxVal); Console.ReadKey(); } private static int CalculateMax(int[] Array) { if (Array.Length &gt; 0) { int maxSubArray = CalculateMax(Array.SubArray(1)); // Use recursive function on the SubArray starting at index 1 (that the smaller problem) if (maxSubArray &gt; Array[0]) { return maxSubArray; } else { return Array[0]; } } else { return 0; // Stop test } } </code></pre> <p><strong>Note</strong> : it will not work with negative value.</p>
41,051,163
0
<p>Your best bet will be to learn Objective-C. It's not difficult to pick up, especially if you already have a strong understanding of C. (It's a much smaller and simpler extension of C than C++, for instance.)</p> <p>Your options other than that are quite limited:</p> <ul> <li><p>There's Carbon, Apple's legacy C framework for UI development. <strong>Using it is not recommended</strong>. Carbon was never updated to support 64-bit applications, and lacks many features that have been added to Cocoa since the 64-bit transition (~2005). It's also very awkward to write an application in, as it was designed in large part to ease porting of applications written for Classic Mac OS.</p></li> <li><p>There's also X11, with an appropriate UI library like GTK. <strong>I wouldn't recommend this either</strong>. Neither X11 nor any UI libraries for it are installed by default -- they must be installed by the user -- and applications which use X11 have a significantly different interface from native applications.</p></li> <li><p>A third-party UI library. Most of the ones I can think of offhand (QT, wxWidgets, and FLTK) require C++, though. <a href="https://www.gtk.org/download/macos.php" rel="nofollow noreferrer">GTK+</a> does have a C interface and natively supports a macOS interface, but it's not particularly native.</p></li> <li><p>A library specific to your use case. Impossible to recommend one without knowing more about what you're trying to do.</p></li> <li><p>Nothing. That's right, nothing at all. If you just need to let the user view an image, you can save it to a file and use the <code>open</code> command-line tool to open it in the Preview application. It's janky, but it's also really easy.</p></li> </ul>
41,007,395
0
<p>Technically they are both different versions of bcrypt or crypt-blowfish</p> <p>in php the prefix is $2y$10$ in python the prefix is $2b$11$</p> <p>This means the cost factors are slightly different 10 vs 11 respectively in your update you have fixed the cost factors to both be 11</p> <p>The other part of the prefix indicates php is using the CRYPT_BLOWFISH hashing where python is using bcrypt which is based on the Blowfish cipher.</p> <p>Because of those differences the 2 passwords are not interchangeable.</p>
646,232
0
/usr/bin/ld: cannot find -lfreetype qt <p>Compiling on Fedora 10.</p> <p>I am using qt for the first time. I started by creating a simple GUI application with all the default settings. When I tried to build the project I got the following error messages.</p> <p>However, when I did a search for -lfreetype I found it in the following directory. /usr/lib/libfreetype.so.6 /usr/lib/libfreetype.so.6.3.18</p> <p>Is there anyway to resolve this issue?</p> <p>Many thanks for any advice</p> <pre><code>Running build steps for project test1... Creating gdb macros library... Configuration unchanged, skipping QMake step. Starting: /usr/bin/make debug -w make: Entering directory `/home/steve/projects/qt/test1/test1' /usr/bin/make -f Makefile.Debug make[1]: Entering directory `/home/steve/projects/qt/test1/test1' g++ -Wl,-rpath,/opt/qtsdk-2009.01/qt/lib -o test1 debug/main.o debug/mainwindow.o debug/moc_mainwindow.o -L/opt/qtsdk-2009.01/qt/lib -lQtGui -L/opt/qtsdk-2009.01/qt/lib -L/usr/X11R6/lib -pthread -lfreetype -lgobject-2.0 -lSM -lICE -pthread -pthread -lXrender -lfontconfig -lXext -lX11 -lQtCore -lm -pthread -lgthread-2.0 -lrt -lglib-2.0 -ldl -lpthread /usr/bin/ld: cannot find -lfreetype collect2: ld returned 1 exit status make[1]: *** [test1] Error 1 make[1]: Leaving directory `/home/steve/projects/qt/test1/test1' make: *** [debug] Error 2 make: Leaving directory `/home/steve/projects/qt/test1/test1' Exited with code 2. Error while building project test1 When executing build step 'Make' </code></pre>
19,297,928
0
<p><code>IF</code> needs 3 arguments. You've only provided 2. Change your sql to something like:</p> <pre><code> $sql = 'SELECT if(turnier = "Company Friends", "Company", "Something here"), ... </code></pre> <p>First one is condition, second will be returned if condition is satisfied, third if not.</p>
12,068,432
0
Multiple virtual hosts via Varnish, incorrect backend if served <p>I have several backends set up, each one is detected in the VCL and then the correct set up applied. This works for some of the sites, but a few get pointed to the same site. </p> <p>I have read this and applied this, it works for some, but not for others.</p> <p><a href="http://stackoverflow.com/questions/3334023/configure-multiple-sites-with-varnish">Configure multiple sites with Varnish</a></p> <p>For example I have some backends defined:</p> <pre><code>backend site4 { .host = "127.0.0.1"; .port = "81"; } backend site3 { .host = "127.0.0.1"; .port = "81"; } backend site2 { .host = "127.0.0.1"; .port = "81"; } backend site1 { .host = "127.0.0.1"; .port = "81"; } </code></pre> <p>Then in <code>vcl_recv</code> I set the host and the correct backend:</p> <pre><code>if (req.http.host ~ "(?i)^(www.)?site1.co.uk") { set req.http.host = "www.site1.co.uk"; set req.backend = site1; } elsif (req.http.host ~ "(?i)^(www.)?site2.co.uk") { set req.http.host = "www.site2.co.uk"; set req.backend = site2; } elsif (req.http.host ~ "(?i)^(www.)?site3.com") { set req.http.host = "www.site3.com"; set req.backend = site3; } elsif (req.http.host ~ "(?i)^(www.)?site4.net") { set req.http.host = "www.site4.net"; set req.backend = site4; } </code></pre> <p>www.site1.co.uk works, as does www.site2.co.uk, but www.site3.com and www.site4.net both show the content for www.site2.co.uk - it's like its ignoring my backend and just using the same one for certain sites.</p> <p>The host is set correctly, because if I do:</p> <pre><code>curl -I http://site3.com </code></pre> <p>when using the following in <code>vcl_fetch</code></p> <pre><code>set beresp.http.X-Host = req.http.host; </code></pre> <p>I can see the host is correctly set as www.site3.com</p> <p>Any ideas anyone?</p> <p>Side note, is there a shorter method of defining my backends?</p>
2,471,268
0
<p>How about just use the old routing rules and append .xml1/.xml2/.json1/.json2 to the end? That way you can reuse your current modules and only need to create a new view ("indexSuccess.xml1.php").</p> <p>Or create a new routing class?</p>
34,425,507
0
android gpu image rendering issue <p>I'm currently building an android app to apply filter on a bmp. I'm using the gpuimage lib. How it's done is that the bmp is show in a ListView which contain 8 filters. When scrolling down/up, we request the filtering of the bmp (b&amp;w, sepia...). As the rendering take times, I display in my listview the original bmp and it's replace by the filtered image once done</p> <p>Here is how the activity do it.</p> <pre><code>private ListView mFiltersView; private void FiltersPreview(final Bitmap mBmp) { boolean mPreview = true; mPreviewBitmap = resizeBitmap(mBmp); mCameraImageFiltersAdapter = new CameraImageFiltersAdapter(this, mPreviewBitmap, mPreview); mFiltersView.setAdapter(mCameraImageFiltersAdapter); mFiltersView.setOnItemClickListener(new AdapterView.OnItemClickListener() { public void onItemClick(AdapterView&lt;?&gt; parent, View v, int position, long id) { mCameraImageFiltersAdapter.cancel(); mFiltersView.cancelPendingInputEvents(); mFiltersView.setAdapter(null); final CameraFiltersFactory effect = (CameraFiltersFactory) v.findViewById(R.id.filteredImage).getTag(); BufferAnimationDrawable Loading = new BufferAnimationDrawable(getBaseContext()); Loading.setPrimaryColor(0xfffb633e); LoadingScreen.setImageDrawable(Loading); LoadingScreen.setVisibility(View.VISIBLE); mFiltersView.setVisibility(View.GONE); getActionBar().hide(); if(mBmp == null) Log.d(TAG,"mBitmap is null"); effect.save(mBmp, position, new GPUImage.OnPictureSavedListener() { @Override public void onPictureSaved(Uri uri) { final Intent previewIntent = new Intent(FiltersSelectionActivity.this, PicturePreviewActivity.class); previewIntent.setData(uri); previewIntent.setAction(mActionTypes.toString()); previewIntent.putExtra("Type", "Filtered"); startActivityForResult(previewIntent, 0); } }); } }); } </code></pre> <p>The mCameraImageFiltersAdapter is defined as :</p> <pre><code> public CameraImageFiltersAdapter(/*Activity activity, */Context c, Bitmap current, boolean isPreview) { mContext = c; mPreview = isPreview; mCurrentBitmap = current; mFilterIds = CAMERA_IMAGE_FILTERS == null || CAMERA_IMAGE_FILTERS.length == 0 ? mFilterIds : CAMERA_IMAGE_FILTERS; mFakeBitmap = mCurrentBitmap; mFakeBitmap.setDensity(0); mExecutorService = Executors.newFixedThreadPool(5); } private final Handler handler = new Handler();// handler to display images public int getCount() { return mFilterIds.length; } public long getItemId(int position) { return 0; } public Object getItem(int position) { return null; } @Override public int getViewTypeCount() { return mFilterIds.length; } @Override public int getItemViewType(int position) { return position; } final int stub_id = R.drawable.filter_preview_stub; public ImageView filteredImage = null; public TextView filteredText = null; @SuppressLint("InflateParams") public View getView(int position, View convertView, ViewGroup parent) { mPosition = position; if (convertView == null) { convertView = LayoutInflater.from(mContext).inflate(R.layout.list_item_filter, null); filteredImage = (ImageView) convertView.findViewById(R.id.filteredImage); filteredImage.setImageBitmap(mFakeBitmap); filteredText = (TextView) convertView.findViewById(R.id.textview); queueFiltered(filteredImage, mPosition, filteredText); } return convertView; } private void queueFiltered(final ImageView view, final int position, final TextView text) { final CameraFiltersFactory holder = new CameraFiltersFactory(mContext, view, text); if(holder != null) mExecutorService.submit(new FilterLoader(holder, position)); } public void cancel() { if(mExecutorService != null) mExecutorService.shutdownNow(); } </code></pre> <p>The CameraFilterFactoy is just a easy to use class to access to the GPUImage</p> <pre><code> public class CameraFiltersFactory { private static final String TAG = CameraFiltersFactory.class.getSimpleName(); private final ImageView mImageView; private final GPUImage mCameraImage; private Bitmap mFilteredBitmap; private int mCurrentEffect; private Context mContext; private Activity mActivity = null; private TextView mFiltersText; public CameraFiltersFactory(Context c, ImageView filteredImage, TextView filteredText) { mImageView = filteredImage; mImageView.setTag(this); mContext = c; mCameraImage = new GPUImage(mContext); if(filteredText != null) { mFiltersText = filteredText; mFiltersText.setVisibility(View.VISIBLE); } if(mImageView != null) mActivity = (Activity) mContext; } public void generateFilteredBitmap(Bitmap bmp, int filtertype, boolean isPreview) { mCurrentEffect = filtertype; switch (mCurrentEffect) { case R.id.blackandwhite: mCameraImage.setFilter(new GPUImagePlusGrayscaleFilter(isPreview)); break; case R.id.cool: mCameraImage.setFilter(new GPUImagePlusCoolFilter(isPreview)); break; case R.id.cool2: mCameraImage.setFilter(new GPUImagePlusCool2Filter(isPreview)); break; case R.id.faded: mCameraImage.setFilter(new GPUImagePlusFadedFilter(mContext, isPreview)); break; case R.id.hipster: mCameraImage.setFilter(new GPUImagePlusHipsterFilter(mContext, isPreview)); break; case R.id.sepia: mCameraImage.setFilter(new GPUImagePlusSepiaFilter(isPreview)); break; case R.id.vivid: mCameraImage.setFilter(new GPUImagePlusVividFilter(isPreview)); break; case R.id.warm: mCameraImage.setFilter(new GPUImagePlusWarmFilter(mContext, isPreview)); break; default: Log.d("NONE", "None FAIT CHIER"); break; } mCameraImage.deleteImage(); mCameraImage.setImage(bmp); mFilteredBitmap = mCameraImage.getBitmapWithFilterApplied(); } @SuppressLint("SimpleDateFormat") public void save(Bitmap bitmap, int filter_id, GPUImage.OnPictureSavedListener ofsl) { Log.d("NONE", "Save request with filter: "+filter_id); generateFilteredBitmap(bitmap, filter_id, false); String timeStamp = new SimpleDateFormat("yyyyMMdd_HHmmss").format(new Date()); String fileName = timeStamp + ".jpg"; mCameraImage.saveToPictures(mFilteredBitmap, CameraSettings.CAMERA_ROLL_FOLDER, fileName, true, ofsl); } } </code></pre> <p>This code is working fine in the List view.</p> <p>Once I click on a picture from the ListView, I get his position, stop Executor from the adapter and ask to the FilterFactory for a rendering.</p> <p>If In the listview I wait that all the preview list image are showing the filter rendering, and then I click, the filter is correctly applied on the original bmp.</p> <p>In case, I'm scrolling quickly down and the GPU is in progress to render the preview iamge and then click, the original bmp is not filtered. I have check that in both case, when I click the list view give the right filter position and that the case. It seems that if a rendering is in progress, I'm not able to cancel and ask for a new one.</p> <p>Any idea why ? Any idea if I can cancel the current GPU rendering and start a new one. ?</p> <p>Thanks</p>
12,285,636
0
Recovering css class name <p>How can I recover a Css class that was add via JQuery in my <code>&lt;asp:TextBox&gt;</code> component ?</p> <p>Example:</p> <p><strong>ASPX</strong> </p> <p><code>&lt;asp:TextBox ID='txtTest' runat='server' CssClass='inputText'&gt;&lt;/asp:TextBox&gt;</code></p> <p><strong>JQUERY</strong></p> <p><code>$('#txtTest').addClass('testClass');</code></p> <p><strong>Page Renderized</strong></p> <p><code>&lt;input type='text' ID='txtTest' CssClass='inputText testClass' /&gt;</code></p> <p><strong>Code Behind</strong></p> <p>How can I recover the <code>testClass</code> that was add via Jquery in my <code>&lt;asp:TextBox&gt;</code> component ?</p> <p>I tryied <code>this.txtTest.CssClass</code> but return just <code>inputText</code> class. </p>
34,730,162
0
ANTLR 4 - How to access hidden comment channel from custom listener? <p>Writing a pretty-printer for legacy code in an older language. The plan is for me to learn parsing and unparsing before I write a translator to output C++. I kind of got thrown into the deep end with Java and ANTLR back in June, so I definitely have some knowledge gaps.</p> <p>I've gotten to the point where I'm comfortable writing methods for my custom listener, and I want to be able to pretty-print the comments as well. My comments are on a separate hidden channel. Here are the grammar rules for the hidden tokens:</p> <pre><code>/* Comments and whitespace -- Nested comments are allowed, each is redirected to a specific channel */ COMMENT_1 : '(*' (COMMENT_1|COMMENT_2|.)*? '*)' -&gt; channel(1) ; COMMENT_2 : '{' (COMMENT_1|COMMENT_2|.)*? '}' -&gt; channel(1) ; NEWLINES : [\r\n]+ -&gt; channel(2) ; WHITESPACE : [ \t]+ -&gt; skip ; </code></pre> <p>I've been playing with the Cymbol CommentShifter example on p. 207 of The Definitive ANTLR 4 Reference and I'm trying to figure out how to adapt it to my listener methods.</p> <pre><code>public void exitVarDecl(ParserRuleContext ctx) { Token semi = ctx.getStop(); int i = semi.getTokenIndex(); List&lt;Token&gt; cmtChannel = tokens.getHiddenTokensToRight(i, CymbolLexer.COMMENTS); if (cmtChannel != null) { Token cmt = cmtChannel.get(0); if (cmt != null) { String txt = cmt.getText().substring(2); String newCmt = "// " + txt.trim(); // printing comments in original format rewriter.insertAfter(ctx.stop, newCmt); // at end of line rewriter.replace(cmt, "\n"); } } } </code></pre> <p>I adapted this example by using <code>exitEveryRule</code> rather than <code>exitVarDecl</code> and it worked for the Cymbol example but when I adapt it to my own listener I get a null pointer exception whether I use <code>exitEveryRule</code> or <code>exitSpecificThing</code></p> <p>I'm looking at <a href="http://stackoverflow.com/a/18636296/3788802">this answer</a> and it seems promising but I think <strong>what I really need is an explanation of how the hidden channel data is stored and how to access it.</strong> It took me months to really get listener methods and context in the parse tree.</p> <p>It seems like <code>CommonTokenStream.LT()</code>, <code>CommonTokenStream.LA()</code>, and <code>consume()</code> are what I want to be using, but why is the example in that SO answer using completely different methods from the ANTLR book example? What should I know about the token index or token types?</p> <p>I'd like to better understand the logic behind this.</p>
16,973,753
0
<p>You are simply over complicating things.</p> <p>This should do the job</p> <pre><code>$(function () { $('p.active').hide(); $('.mosaic-block').click(function () { var $this =$(this); $('.mosaic-block').removeClass('mosaic-block-highlighted'); $this.addClass('mosaic-block-highlighted'); $('p.active').hide(); // traverse to the closest `imgBlock` class and // find the p.active element and show it $this.closest('.imgBlock').find('p.active').show(); }); }); </code></pre> <p><strong><a href="http://jsfiddle.net/sushanth009/pQLhy/2/" rel="nofollow">Check Fiddle</a></strong></p>
20,421,720
0
<blockquote> <p>consumer reads for a while and then shuts down due to any reason</p> </blockquote> <p>Not sure what exactly are you referring to as the consumer is supposed to run infinitely unless it is stopped explicitly. </p> <p>Now assuming you are using the storm's <a href="https://github.com/nathanmarz/storm-contrib/tree/master/storm-kafka" rel="nofollow">KafkaSpout</a> implementation, there is a config called <code>forceStartOffsetTime</code> which is used <code>to force the spout to rewind to a previous offset</code>. The way to use it as follows </p> <pre><code> spoutConfig.forceStartOffsetTime(-2); </code></pre> <p>As seen in the doc page </p> <blockquote> <p>It will choose the latest offset written around that timestamp to start consuming. You can force the spout to always start from the latest offset by passing in -1, and you can force it to start from the earliest offset by passing in -2.</p> </blockquote> <p>so setting it to -2 will always force it to read from the start what is the configuration you are using, would be great if you could post some code</p>
27,720,368
0
<p>Make sure socket.io script is included and define sensor var for get it working as </p> <pre><code>var socket = io('http://localhost'); </code></pre> <p>And finally get sure clicked function is getting called when event is fired.</p> <p>Hope it helps!</p>
35,446,591
0
How do you make a primary key with Valentina Studio? <p>Creating a table with fields in Valentina Studio with a primary key 'id'. How do you set a primary key with Valentina? I know how to in the terminal.</p>
23,698,601
0
<p>First of all, Console.WriteLine(" " + d1.n); will give you DVD:DVD because base means use the parent class' constructor. So, when you send your parameters into your D class, it is sending your code to your M class, it is executing it which gives you "DVD" on your screen and then it is changing the value of n. After that you are sending the "Unknown" value your M class directly which is not related with your D class anymore and it is showing you "Unknown" on your screen. At the end you are requesting D class' n value which is already "DVD". So the result is DVD Unknown DVD:DVD. I hope this makes sense for you.</p>
27,422,686
0
Batch file help please with if exist <p>We have this printer management software that comes with built-in backup/restore command to backup its database. </p> <p>And I need to create a batch file that will:</p> <p>1a. check if folder name <code>OLD</code> exist on <code>C:\mybackup\</code> </p> <p>1b. if it does then remove the folder and the contents, then </p> <p>2a. check if <code>C:\mybackup\*.bak</code> exist </p> <p>2b. if it does then create a folder called <code>OLD</code> in <code>C:\mybackup\</code> </p> <p>2c. then move <code>C:\mybackup\*.bak</code> to <code>C:\mybackup\OLD</code> </p> <p>then run backup command which creates multiple <code>.bak</code> files on <code>C:\mybackup\</code></p> <ol start="3"> <li><code>scBackup64.exe -b C:\mybackup\</code> exit</li> </ol> <p>I can only think of the commands, I wonder how to wrap it up with <code>IF THEN ELSE</code> or <code>IF EXIST</code></p> <pre><code>@echo off RD /S /Q C:\mybackup\OLD MKDIR C:\mybackup\OLD MOVE /Y C:\mybackup\*.bak C:\mybackup\OLD scBackup64.exe -b C:\mybackup\ </code></pre>
17,081,069
0
Encryption password algorithms on OpenLDAP <p>a question about OpenLDAP. Where can I find some informations about OpenLDAP supported password encryption algorithms on last version (2.4.35)? </p>
15,927,119
0
How to map an array with async.js? <p>I would like to iterate over a list of objects and get an array as the results of the items that pass a condition. Something like this:</p> <pre><code>var list = [{foo:"bar",id:0},{foo:"baz",id:1},{foo:"bar",id:2}]; async.map(list, function(item, cb) { if (item.foo === "bar") cb(null, item.id); else cb(); // do nothing }, function(err, ids) { console.log(ids); }); </code></pre> <p>I don't want any error callback if the condition isn't passed. Only an array with the ids of the elements.</p>
36,122,947
0
<p>Use Html.ActionLink from LinkExtensions passing the "toc" to the fragment parameter:</p> <p><a href="https://msdn.microsoft.com/en-us/library/dd460522.aspx" rel="nofollow">https://msdn.microsoft.com/en-us/library/dd460522.aspx</a></p>
14,250,715
0
servicestack ormlite sqlite DateTime getting TimeZone adjustment on insert <p>i'm trying ormlite. i'm finding that when i insert an object with a DateTime property, it is getting -8:00 (my timezone is +8) applied by ormlite. It should be inserted with literally what the time is. in my case it is already UTC.</p> <p>however reading the values out of ormlite, the +8 is not getting re-applied.</p> <p>is this a known bug?</p> <p>thanks</p>
34,846,824
0
<p>I see two possibilities:</p> <ol> <li>You are mistaken that the <code>try</code>-block is throwing an exception: maybe no exception is being thrown, or maybe there <em>is</em> an exception being thrown, but it's being caught before the end of the <code>try</code>-block. <ul> <li>You can double-check by adding logging statements at the end of the <code>try</code>-block and immediately before any <code>return</code> or <code>break</code> or <code>continue</code> statement that could exit the <code>try</code>-block prematurely.</li> </ul></li> <li>The exception-type you are catching is not the usual <code>java.lang.Throwable</code>, but rather, some other <code>Throwable</code> class that you have explicitly defined and/or imported. <ul> <li>You can double-check by changing <code>Throwable</code> to the more-explicit <code>java.lang.Throwable</code>.</li> </ul></li> </ol>
36,089,480
0
Terminate/Close Last Activity <p>Can you show and explain me how to close the last activity/class that you open In Android.</p> <p>I want my activity to close the last activity/class when he opens a new activity/class.</p>
16,531,507
0
<p>You're missing quotes around your <code>&lt;cfinput&gt;</code> tag. You need to use a single quote here to concatenate properly.</p> <pre><code>&lt;cfscript&gt; for ( i=1; i &lt;= myQuery.recordCount; i++ ) { writeoutput ("&lt;tr " &amp; a &amp; "&gt;&lt;td&gt;" &amp; i &amp; "&lt;/td&gt;" &amp; "&lt;td&gt;" &amp; myQuery.UserID[i] &amp; "&lt;/td&gt;" &amp; "&lt;td&gt;" &amp; myQuery.FName[i] &amp; "&lt;/td&gt;" &amp; "&lt;td&gt;" &amp; myQuery.SName[i] &amp; "&lt;/td&gt;" &amp; "&lt;td&gt;" &amp; myQuery.Phone[i] &amp; "&lt;/td&gt;" &amp; "&lt;td&gt;" &amp; myQuery.DateJoined[i] &amp; "&lt;/td&gt;" &amp; "&lt;td&gt;" &amp; myQuery.Address[i] &amp; "&lt;/td&gt;" &amp; "&lt;td&gt;" &amp; '&lt;input type="checkbox" name="post_home"&gt;' &amp; "&lt;/td&gt;&lt;/tr&gt;"); } &lt;/cfscript&gt; </code></pre> <p>Alternatively you could put your last line all in single quotes.</p> <pre><code>'&lt;td&gt;&lt;input type="checkbox" name="post_home"&gt;&lt;/td&gt;&lt;/tr&gt;'); </code></pre>
8,024,555
0
<p>Just a quick hunch: </p> <p>Have you tried calling glShaderSource with NULL as length parameter? In that case OpenGL will assume your code to be null-terminated.</p> <p>(Edited because of stupidity)</p>
21,637,309
0
Rally Lookback: help fetching all history based on future state <p>Probably a lookback newbie question, but how do I return <strong>all</strong> of the history for stories based on an attribute that gets set later in their history?</p> <p>Specifically, I want to load all of the history for all stories/defects in my project that have an accepted date in the last two weeks.</p> <p>The following query (below) doesn't work because it (of course) only returns those history records where accepted date matches the query. What I actually want is all of the history records for any defect/story that is eventually accepted after that date...</p> <pre><code>filters : [ { property: "_TypeHierarchy", value: { $nin: [ -51009, -51012, -51031, -51078 ] } }, { property: "_ProjectHierarchy", value: this.getContext().getProject().ObjectID }, { property: "AcceptedDate", value: { $gt: Ext.Date.format(twoWeeksBack, 'Y-m-d') } } ] </code></pre>
37,585,406
0
<p>I think your <code>message.string</code> is <code>nil</code> when passed to <code>UIAlertController</code>. Check it twice. </p> <p>Print <code>message</code> after getting so you know that what you get in it.</p> <p>You can put breakpoints also to check that you are getting data or not.</p>
27,292,200
0
<p>Here is the code to fetch the version and patch details</p> <pre><code> String queryString = "com.bea:Name=DomainRuntimeService,Type=weblogic.management.mbeanservers.domainruntime.DomainRuntimeServiceMBean"; ObjectName objectName1; objectName1 = new ObjectName(queryString); ObjectName[] serverRuntimes = (ObjectName[]) connection.getAttribute(objectName1, "ServerRuntimes"); String patch= (String) connnection.getAttribute(serverRuntimes[0], "WeblogicVersion"); </code></pre> <p>this give the following sample value "WebLogic Server 10.3.6.0.3 PSU Patch for BUG14796139 Fri Nov 23 10:16:54 IST 2013 WebLogic Server 10.3.9.0 Tue Nov 15 08:52:36 PST 2011 1841050"</p>
3,093,790
0
<p>normally you use Number() or parseInt("", [radix]) to parse a string into a real number.</p> <p>I am guessing you are asking about what happens when the string you parse is above the int - threshold. in this case it greatly depends on what you are trying to accomplish. </p> <p>There are some libraries that allow working with big numbers such as <a href="http://www.leemon.com/crypto/BigInt.js" rel="nofollow noreferrer">http://www.leemon.com/crypto/BigInt.js</a> (did not test it, but it looks ok). Also try searching for BigInt javascript or BigMath.</p> <p>In short: working with VERY large number or exact decimals is a challenge in every programming language and often requires very specific mathematical libraries (which are less convenient and often a lot slower then when you work in "normal" (int/long) areas) - which obviously is not an issue when you REALLY want those big numbers.</p>
15,757,712
0
<p>Note that from April 2013 ("<a href="https://github.com/blog/1451-branch-and-tag-labels-for-commit-pages" rel="nofollow noreferrer">Branch and Tag Labels For Commit Pages</a>"):</p> <ul> <li>Any commit can mention the branch it is part of:</li> </ul> <p><img src="https://i.stack.imgur.com/mb9HQ.png" alt="branch part of commit"></p> <blockquote> <p>If the commit is not on the default branch, the indicator will show the branches which contain the commit. <strong>If the commit is part of an unmerged pull request, a link will be shown</strong>.</p> </blockquote> <p><img src="https://i.stack.imgur.com/GAN5L.png" alt="Link to pull request"></p> <p>That means referencing a commit from the issue will allow the user to see the branch (by looking at the commit), and even to see a link back to the issue (still by looking at the commit).</p>
18,251,196
0
<p><a href="http://docs.oracle.com/javase/tutorial/essential/exceptions/finally.html" rel="nofollow">oracle docs</a> provide a good answer to this. Bottom line: finally gets called always! Even when you catch only one kind of exception (not the global catch), then finally gets called (after which your application probably breaks if there is no other catch)</p>
31,492,043
0
<p>The server is reading lines but the client isn't writing lines. Add a line terminator to the message, or use <code>BufferedWriter.newLine()</code>.</p>
16,381,538
0
<p>Yes ; here is the code :</p> <pre><code>import smtplib fromMy = '[email protected]' # fun-fact: from is a keyword in python, you can't use it as variable, did abyone check if this code even works? to = '[email protected]' subj='TheSubject' date='2/1/2010' message_text='Hello Or any thing you want to send' msg = "From: %s\nTo: %s\nSubject: %s\nDate: %s\n\n%s" % ( fromMy, to, subj, date, message_text ) username = str('[email protected]') password = str('yourPassWord') try : server = smtplib.SMTP("smtp.mail.yahoo.com",587) server.login(username,password) server.sendmail(fromMy, to,msg) server.quit() print 'ok the email has sent ' except : print 'can\'t send the Email' </code></pre>
279,746
0
<p>A quick workaround is to set the following in your deploy.rb file:</p> <pre><code>set :deploy_via, :copy </code></pre> <p>This will cause the checkout to occur on your own machine and then be copied to the deployment server.</p>
34,862,605
0
<p>This approach have better performance, cause you are setting the find to a var and doing a loop instead of doind a loop with the find.</p> <pre><code>var child = $('#room_remove'+id).find('li'); if(child.length &gt; 0){ var li = ""; child.each(function(){ li += "&lt;li&gt;"+$(this).text()+"&lt;/li&gt;"; }); } $(".mauDIDROP").append($(li)); </code></pre>
6,341,566
0
<p>The terminology is a bit confusing indeed, but both <code>javax.net.ssl.keyStore</code> and <code>javax.net.ssl.trustStore</code> are used to specify which keystores to use, for two different purposes. Keystores come in various formats and are not even necessarily files (see <a href="http://stackoverflow.com/questions/6157550/question-on-java-keystores/6157716#6157716">this question</a>), and <code>keytool</code> is just a tool to perform various operations on them (import/export/list/...).</p> <p>The <code>javax.net.ssl.keyStore</code> and <code>javax.net.ssl.trustStore</code> parameters are the default parameters used to build <code>KeyManager</code>s and <code>TrustManager</code>s (respectively), then used to build an <code>SSLContext</code> which essentially contains the SSL/TLS settings to use when making an SSL/TLS connection via an <code>SSLSocketFactory</code> or an <code>SSLEngine</code>. These system properties are just where the default values come from, which is then used by <code>SSLContext.getDefault()</code>, itself used by <code>SSLSocketFactory.getDefault()</code> for example. (All of this can be customized via the API in a number of places, if you don't want to use the default values and that specific <code>SSLContext</code>s for a given purpose.)</p> <p>The difference between the <code>KeyManager</code> and <code>TrustManager</code> (and thus between <code>javax.net.ssl.keyStore</code> and <code>javax.net.ssl.trustStore</code>) is as follows (quoted from the <a href="http://download.oracle.com/javase/6/docs/technotes/guides/security/jsse/JSSERefGuide.html#RelsTM_KM">JSSE ref guide</a>):</p> <blockquote> <p>TrustManager: Determines whether the remote authentication credentials (and thus the connection) should be trusted.</p> <p>KeyManager: Determines which authentication credentials to send to the remote host.</p> </blockquote> <p>(Other parameters are available and their default values are described in the <a href="http://download.oracle.com/javase/6/docs/technotes/guides/security/jsse/JSSERefGuide.html#Customization">JSSE ref guide</a>. Note that while there is a default value for the trust store, there isn't one for the key store.)</p> <p>Essentially, the keystore in <code>javax.net.ssl.keyStore</code> is meant to contain your private keys and certificates, whereas the <code>javax.net.ssl.trustStore</code> is meant to contain the CA certificates you're willing to trust when a remote party presents its certificate. In some cases, they can be one and the same store, although it's often better practice to use distinct stores (especially when they're file-based).</p>
6,051,726
0
<p>You probably want to check if the device supports <a href="http://msdn.microsoft.com/en-us/library/dd389295%28v=VS.85%29.aspx" rel="nofollow">WPD</a>, the replacement of WIA in Vista or later. If the device does not support WPD, then try access the device with <a href="http://msdn.microsoft.com/en-us/library/ms630814%28v=vs.85%29.aspx" rel="nofollow">WIA Automation Layer</a>. It can't handle WIA device-specific problems for sure, but at least it is good for standardized behavior. If neither WPD nor WIA is supported, I am afraid you have to deal with the old TWAIN interface.</p> <p>The <a href="http://msdn.microsoft.com/en-us/library/ff553346%28v=VS.85%29.aspx" rel="nofollow">WIA documentation in Windows Driver Kit</a> is on par with the documentation in Windows SDK. Don't be surprised if a driver developer fails to follow the WIA driver guidelines. If you travel WIA scanner trees, make sure you are aware of the difference of tree layout for <a href="http://msdn.microsoft.com/en-us/library/ff552775%28v=VS.85%29.aspx" rel="nofollow">Windows XP</a>, <a href="http://msdn.microsoft.com/en-us/library/ff552772%28v=VS.85%29.aspx" rel="nofollow">Vista</a> and <a href="http://msdn.microsoft.com/en-us/library/ff552766%28VS.85%29.aspx" rel="nofollow">Windows 7</a>.</p> <p>There is a discussion about wrappers of these APIs for .Net applications at <a href="http://stackoverflow.com/questions/39276/net-scanning-api">.NET Scanning API</a>.</p>
3,815,540
0
<p>Cocos2d can support isometric maps. To get started with Cocos2d, there is nothing better than <a href="http://www.raywenderlich.com/1163/how-to-make-a-tile-based-game-with-cocos2d" rel="nofollow">Ray Wenderlich's multiple part tutorial</a>! It doesn't cover isometric projections, but you'll still need to know the basics of cocos2d.</p> <p>Note that Cocos2d is open source and, thus, you could study the source to see how it implements isometric projections if you decide to roll your own solution.</p>
6,420,430
0
301 Redirect to URL with named anchor using IIS <p>I am trying to figure out how I can perform a 301 redirect from: <a href="http://www.examplesite.com/news" rel="nofollow">http://www.examplesite.com/news</a> to <a href="http://www.examplesite.com#news" rel="nofollow">http://www.examplesite.com#news</a> using IIS 6.0</p> <p>Are there any issues associated with redirecting to a URL containing a hash that I should be aware of? Is it any different to performing a regular 301 redirect using IIS?</p> <p>Thanks.</p>
32,670,231
0
<p>Doesn't look like the ShareTarget/DataTransfer APIs are available in the API set that's tagged as being <a href="https://msdn.microsoft.com/en-us/library/windows/desktop/dn554295%28v=vs.85%29.aspx" rel="nofollow">okay to use from Desktop</a> so it looks like you're out of luck for now.</p>
23,186,238
0
Passing image parameter c# windows Phone <p>Hi I'm trying to pass an image as a parameter within a Windows Phone app. The user is able to click a thumbnail of an image and then be directed to a new page with a full size copy of that image.</p> <p>I have tried the following but get a red line error under "image.SetSource(e.OriginalSource);" below? Obviously then the gesture event is not suitable but I don't know what else I could use?</p> <p>Here is the event code when the user clicks on one of the images. The image is nameed flickr1Image.</p> <pre><code> private void flickr1Image_Tap(object sender, System.Windows.Input.GestureEventArgs e) { if (e.OriginalSource != null) { //Edits if (PhoneApplicationService.Current.State.ContainsKey("Image")) if (PhoneApplicationService.Current.State["Image"] != null) PhoneApplicationService.Current.State.Remove("Image"); System.Windows.Media.Imaging.BitmapImage image = new System.Windows.Media.Imaging.BitmapImage(); image.SetSource(e.OriginalSource); this.flickr1Image.Source = image; PhoneApplicationService.Current.State["Image"] = image; } } </code></pre> <p>Below is the code executed to load the image into the page. I was hoping the code below would work of all images passed to it?</p> <pre><code> protected override void OnNavigatedTo(NavigationEventArgs e) { BitmapImage image = new System.Windows.Media.Imaging.BitmapImage(); image = (BitmapImage)PhoneApplicationService.Current.State["Image"]; PhoneApplicationService.Current.State.Remove("Image"); this.flick.Source = image; } </code></pre> <p>Help please</p> <p>many thanks</p>
31,454,561
0
<p>Right click on the hyperlink and click "Copy Hyperlink". Then paste to your favorite text editor. This is with Outlook 2007.</p>
6,455,535
0
<p>You can create «MY_Model» place it on «Application/core». You can afterwards, extend «MY_Model», instead of «CI_Model». Actually, you can have many models on «MY_Model» (using require_once(APPPATH.'/core/some_other_model_name.php')), since «Codeigniter» only suports loading one MY_MODEL. To finish, you can then, on your models, extend from «some_other_model_name». This means that you can actually, inherit from a diferent model, solving your nead on loading a model into model.</p> <p>This link is for MY_Controller but same principle applies for MY_Model <a href="http://codeigniter.com/wiki/MY_Controller_-_how_to_extend_the_CI_Controller/" rel="nofollow">http://codeigniter.com/wiki/MY_Controller_-_how_to_extend_the_CI_Controller/</a></p> <p>Hope this helps!</p>
37,272,463
0
<p>Just for future users:</p> <p>Laravel 5 using form requests:</p> <pre><code>'birthday' =&gt; 'before:today', // Doesn't accept today date 'birthday' =&gt; 'before:tomorrow', // Accept today date </code></pre>
30,158,254
1
Storing an object of a class then calling a function in that object <p>I have a class like this (scaled down)</p> <pre><code>class FileAndWriter(object): def __init__(self, symbol, start_dt_str): self.data = [] self.fileName = symbol.replace("/", "") + '-' + start_dt_str + '.csv' self.file = open(self.fileName, 'ab') self.csvWiter = csv.writer(self.file, delimiter=',') # , quoting=csv. QUOTE_ALL def write_rows(self): self.csvWiter.writerows(self.data) self.file.flush() def appendData(dataMsg): try: self.data.append(dataMsg) if len(self.data) &gt; 100: self.write_rows(self.data) self.data = [] except: print "appendData error:", sys.exc_info()[0] </code></pre> <p>I have another class that composes that class like this. <code>update</code> is a callback function of Observer:</p> <pre><code>class SymbolWriter(Observer): def __init__(self, symbol, sd, ed): self.writers = {} self.symbol = symbol self.start_date = sd self.end_date = ed for single_date in daterange(self.start_date, self.end_date): single_date_str = single_date.strftime('%Y%m%d') faw = FileAndWriter(self.symbol, single_date_str) print 'FAW ', single_date_str self.writers[single_date_str] = faw def update(self, dataMsg): try: today = datetime.datetime.utcnow() today_str = today.strftime('%Y%m%d') print today_str if today_str in self.writers: #print 'Writting' faw = self.writers[today_str] if faw is not None: faw.appendData(dataMsg) except: print "update error:", sys.exc_info()[0] </code></pre> <p>It excepts on <code>faw = self.writers[today_str]</code> with <code>update error: &lt;type 'exceptions.TypeError'&gt;</code></p> <p>How does one store an object in a dictionary and call a member function? Or is there something else I am not noticing?</p>
23,598,373
0
<p>If you are sure your json is well formatted just add :</p> <pre><code>ob_clean(); </code></pre> <p>before <code>echo(...)</code> instruction</p>
17,050,737
0
<p>You apply <code>.hover()</code> on the <code>a</code> only. So when you hover the <code>a</code>, the image appear hover your <code>a</code> wich mean you are not hover the <code>a</code> anymore. That will fire the second callback of <code>.hover()</code> and the image will disappear. Then again you are hover the <code>a</code> and it repeat infinitly.</p> <p>To solve that, you just have to bind the <code>.hover()</code> on the parent container or on both elements.</p>
13,008,809
0
<pre><code> @using (Html.BeginForm()) { &lt;p&gt; &lt;input type="image" value="submit" src="../../Images/login_button.png" alt="submit Button"&gt; &lt;/p&gt; } </code></pre>
8,378,988
0
<p>You can use UDP to multiple servers with the same socket. Probably the simplest way to do it is to have the client assign a session ID to each connection, include the session ID in each datagram it sends, and have the server return that session ID in each reply datagram it sends. Don't use the IP address to distinguish which server the packet is from because a server can have more than one IP address, making it unreliable.</p> <p>Just remember that if you use UDP, you don't get any of the things TCP adds. If you need any of them, you need to do them yourself. If you need all or most of them, TCP is a <em>much</em> better choice. TCP does:</p> <ul> <li><p>Session establishment</p></li> <li><p>Session teardown</p></li> <li><p>Retransmissions</p></li> <li><p>Transmit pacing</p></li> <li><p>Backoff and retry</p></li> <li><p>Out of order detection and rearrangement</p></li> <li><p>Sliding windows</p></li> <li><p>Acknowledgments</p></li> </ul> <p>If you need any of these things and choose to use UDP, you need to do them yourself.</p>
19,442,549
0
<p>Better to install meta-package build-essential that consists of all typically needed soft for compilation.</p> <pre><code>sudo apt-get install build-essential </code></pre>
4,150,653
0
<p>A low-budget way of doing this is:</p> <pre><code>start /min some.exe </code></pre> <p>This starts the program in a minimised console window, and doesn't wait for the second program to finish.</p>
8,849,649
0
<p>For subdomains in routes check this <a href="http://blog.maartenballiauw.be/post/2009/05/20/ASPNET-MVC-Domain-Routing.aspx" rel="nofollow">guide to domain routing</a></p> <p>When you have it set up. for a specific redirection you can use this:</p> <pre><code>return RedirectToAction("SpecificAction", "SpecificController", new { subdomain = "blahblah"); </code></pre> <p>As for the post part, you can just use the TempData dictionary (TempData["varName"]) to pass the data to the next controller/action</p>
17,141,568
0
Error:The filename try.xlsx is not readable in excel_reader2.php <p>I want to read the Uploaded Excel file in php. so i downloaded excel_reader2.php</p> <p>from following link</p> <p><a href="https://code.google.com/p/php-excel-reader/downloads/list" rel="nofollow">link</a></p> <p>when I inserted this into my code i got following Error:</p> <pre><code>The filename try.xlsx is not readable. </code></pre> <p>My code is:</p> <pre><code>if (file_exists($filepath)) { echo "File present"; } else { die('The file ' . $filename . ' was not found'); } $data = new Spreadsheet_Excel_Reader($filename,false); $data-&gt;read($filename); $data-&gt;val(1, 'A'); echo $data; </code></pre> <p>So after searching in Google I got link that is <a href="http://stackoverflow.com/questions/8983298/the-filename-feed1-xls-is-not-readable-in-php">Here</a></p> <p>After Following this also i am getting same error.</p> <p>So can any one help me, where I am going wrong?</p> <p>Thank you.</p>
30,076,155
0
Refresh Index after redirecting to it from AJAX call <p>I have a situation where I am setting a user value and trying to reload the index page. This is only a sample page and I cannot user any kind of user controls, like ASP.NET. Each user is in the database and the role is retrieved from there. My index is this:</p> <pre><code> [HttpGet] public ActionResult Index(long? id) { AdminModel admin = new AdminModel(); UserModel usermodel = new UserModel(); if (id != null) { admin.UserModel = usermodel; admin.UserModel.UserId = id.ToString(); admin.UserModel = UserAndRoleRepository.GetOrStoreUserProfile(admin.UserModel.UserId); } else { admin.UserModel = usermodel; admin.UserModel = UserAndRoleRepository.GetOrStoreUserProfile(currentUser); } return View(admin); } </code></pre> <p>This works fine when first loaded. In the page I am setting values based upon the user role:</p> <pre><code> $(document).ready(function () { debugger; user = function () { return @Html.Raw(Json.Encode(Model)) }(); if (user.UserModel != null) { if (user.UserModel.UserRole == 'ADMIN') { $("#btnAdmin").show(); $("#btnTran").show(); $("#btnNew").show(); $("#btnAdjust").show(); $("#btnReports").show(); } if (user.UserModel.UserRole == 'TRANS') { $("#btnReports").show(); $("#btnTran").show(); } if (user.UserModel.UserRole == 'REPORTS') { $("#btnReports").show(); } } }); </code></pre> <p>The AJAX call is this:</p> <pre><code> $.ajax({ type: 'POST', dataType: 'json', url: '@Url.Action("SetUser")', data: { userid: ui.item.value }, success: function (data) { if (data == null) { } else { } }, error: function (xhr) { //var err = xhr.responseText; //alert('error'); } }); </code></pre> <p>And the SetUser action:</p> <pre><code> [HttpPost] public ActionResult SetUser(string userid) { return RedirectToAction("Index", new { id = Convert.ToInt64(userid) }); } </code></pre> <p>This works fine in that the Index method is fired with the chosen ID, but the page does not reload to be able to set the buttons. Any ideas?</p>
33,070,119
0
<p>I assume that you have the models <code>Show</code> and <code>User</code> connected by a <code>Following</code> model for the n:m relation.</p> <p>When you retrieve the shows, you can left join the Followings with a <code>user_id</code> of <code>current-user</code>. The result set will have the fields for Following set if there is such a following, and not if the user is not following. </p> <p>Note you need to <code>select</code> the fields from <code>Following</code> model explicitly, otherwise the join will only return fields from the <code>Show</code> model </p>
19,604,854
0
<p>Try this code.It gives some basic idea.Please feel free to ask any doubt in this code.</p> <p><strong>HTML CODE</strong></p> <pre><code> &lt;html&gt; &lt;head&gt; &lt;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript"&gt; $(document).ready(function(){ $("#btn").click(function(){ var id=$("#id").val(); $.ajax({ type:"post", url:"action.php", datatype:"html", cache:false, data:"id="+id, success:function (response){ // alert(response); var data=response; $("#id").val(" "); $('#result').html(data); } }); }); &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;form&gt; &lt;input type="hidden" name="id" id="id"&gt; &lt;/form&gt; &lt;button id="btn"&gt;Click here/button&gt; &lt;div id="result"&gt;&lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p><strong>action.php</strong></p> <pre><code>&lt;?php $id=$_POST['id']; $user_name = "root"; $password = "root"; $database = "mydb"; $server = "localhost"; $con = mysql_connect($server,$user_name,$password); mysql_select_db($database, $con) ; $sql="select * from mytable where id='$id'"; $result=mysql_query($sql); $var=mysql_fetch_row($result) { echo '$var['name']; } ?&gt; </code></pre> <p><strong>Working of code</strong></p> <p>On clicking the <code>button</code>,the hidden value in the form is sent to the <code>action.php</code> file with out page refreshment.And the response from the <code>action.php</code> is collected in the variable <code>data</code> and is displayed in the <code>div</code> having id as result.</p>
11,556,926
0
<p>Okey, here is the answer:</p> <pre><code>Key&lt;Invoice&gt; invoiceKey = dao.getDatastore().getKey(invoice); List&lt;Key&lt;Invoice&gt;&gt; invoiceKeyList = new ArrayList&lt;Key&lt;Invoice&gt;&gt;(); invoiceKeyList.add(invoiceKey); query.criteria(User.INVOICE_TRANSACTIONS).hasNoneOf(invoiceKeyList); </code></pre>
2,399,368
0
JavaScript: How to determine the web "fold" programmatically? <p><strong>Question:</strong> How can I determine the "fold" programatically (how much vertical content the browser is displaying)?</p> <p>The "fold" defined as where you can no longer see / have to scroll.</p> <p>I've tried with JavaScript to simply determine the browser window size to determine the fold; unfortunately - this doesn't work well because some browsers have tabs, etc and even though you might have 2 browsers windows at the same size - each browser might be <em>displaying</em> a different vertical size of content.</p>
16,712,760
0
<p>I tried ButtonCell solution too. But if you click in a cell who as no button then an error on client side occur:</p> <blockquote> <p>com.google.gwt.core.client.JavaScriptException: (TypeError) @com.google.gwt.core.client.impl.Impl::apply(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)([JavaScript object(445), JavaScript object(240), JavaScript object(637)]): parent is null</p> </blockquote> <p>So I added this to override the Event and avoid Event if I want:</p> <pre><code> @Override public void onBrowserEvent(com.google.gwt.cell.client.Cell.Context context, Element parent, YourObject object, NativeEvent event) { if (object.isCompleted()) super.onBrowserEvent( context, parent, object, event); } </code></pre> <p>I don't know if it's the better way to do it but it works.</p>
11,145,348
0
<p>I think your math is off:</p> <p>According to Wikipedia, the display is Display <strong>4.3-inch 960 × 540 px qHD at 256 ppi</strong></p> <p><code>160/256 = 0.625</code></p> <p><code>0.625*540 = 337.5</code></p> <p>Try <code>values-sw335dp</code> and see if that works</p>
1,273,188
0
<ol> <li><p>Yes it's better to use a dedicated server. <a href="http://www.stream-hub.com/" rel="nofollow noreferrer">StreamHub Comet Server</a> seems to be the most popular these days.</p></li> <li><p>For a tutorial on how to get started with comet read this: <a href="http://streamhub.blogspot.com/2009/07/getting-started-with-streamhub-and.html" rel="nofollow noreferrer">Getting Started with Comet and StreamHub</a>.</p></li> </ol> <p>If you get stuck there is a <a href="http://groups.google.co.uk/group/streamhub-comet-server-community" rel="nofollow noreferrer">Google Group</a> to seek help.</p>
669,700
0
<p>Don't know if this technique transfers from C/C++ to C#, but I've done this with macros:</p> <pre> #define CHECK_NULL(x) { (x) != NULL || \ fprintf(stderr, "The value of %s in %s, line %d is null.\n", \ #x, __FILENAME__, __LINE__); } </pre>
25,019,694
0
<pre><code>private List&lt;string&gt; Lookup(List&lt;string&gt; des) { var query = (from r in repo.Context.MyTable where des.Contains(r.Description) select r.Key); return query.ToList(); } </code></pre> <p>This is one query solution, this query will be materialize on this line:</p> <pre><code>return query.ToList(); </code></pre> <p>Filtering will be made by sql.</p>
40,996,948
0
<p>I'm not sure you should really use implicits like this, but maybe in some DSL this might be a valid use case.</p> <pre><code>class StringExtensions(str: String, strategy: StringExtensionsStrategy) { def doSth() = strategy.doSth(str) } trait StringExtensionsStrategy extends (String =&gt; StringExtensions) { final def apply(str: String) = new StringExtensions(str, this) def doSth(str: String): String } class Strategy1 extends StringExtensionsStrategy { override def doSth(str: String) = "a" } class Strategy2 extends StringExtensionsStrategy { override def doSth(str: String) = "b" } def someMethod(implicit strategy: StringExtensionsStrategy) = { val name = "Pawel" name.doSth() } val ret: String = someMethod(new Strategy1()) </code></pre> <hr> <p>As mentioned in the comments, an alternative encoding would be this:</p> <pre><code>class StringExtensions(str: String, strategy: StringExtensionsStrategy) { def doSth() = strategy.doSth(str) } trait StringExtensionsStrategy { implicit final def apply(str: String) = new StringExtensions(str, this) def doSth(str: String): String } class Strategy1 extends StringExtensionsStrategy { override def doSth(str: String) = "a" } class Strategy2 extends StringExtensionsStrategy { override def doSth(str: String) = "b" } def someMethod(strategy: StringExtensionsStrategy) = { import strategy._ val name = "Pawel" name.doSth() } val ret: String = someMethod(new Strategy1()) </code></pre>