Dismiss
Announcing Developer Story

You’re more than your resume. Show off what you’ve built.

Check out Developer Story →
0
votes
0answers
2 views

Changing back from manual ISO to auto ISO

OK, I have used this code to change the ISO of the camera -(void)changeISO:(CGFloat)iso { NSError *error; if ([_videoDevice lockForConfiguration:&error]) { [_videoDevice ...
0
votes
0answers
2 views

App for petition to elect hillary clinton

69 million people traveled to a voting booth, waited in line, showed their ids, potentially were harassed, and voted for hillary clinton in order to display another act of support of clinton and her ...
0
votes
0answers
2 views

How to prevent repeatable output in PHP MySQL?

I have create three rows of data in mysql database which have four column dtfrom,dtto,timeout,timein And I have three sets of row row 1 : dtfrom : 2016-11-11, dtto : 2016-11-11, timeout : 0830, ...
0
votes
0answers
2 views

Converting bootstrap 3 remote modals to Bootstrap 4 compliant modals

So in the near future my shop is going to upgrade to Bootstrap 4 but we cannot do this until we solve the issue with using remote modals. Here is an example of how we load our modals. The reason we ...
0
votes
0answers
2 views

Service Fabric with F# not working

I tried to convert the default template for "Service Fabric Applicatoin" with "Actor Service" from C# to F#. Here is the github repo. I can compile everything but when I deploy it to the local ...
0
votes
0answers
2 views

VS2015 brace match colors within a string

In VS2015, when editing an Azure ARM template (JSON), there is a subtle background applied to matched braces within a string. Using Photoshop I've been able to identify the color as rgb(244,244,244) #...
0
votes
0answers
3 views

looped nested $http js functions

i have two javscript async $http funtions which i am using with angular js in a nested way to create a table dynamically. I want some way to execute these functions to synchronously. Right now j loop ...
0
votes
0answers
5 views

How to gzip file in place Java

I have a txt file which I would like to gzip. I am able to gzip the file but now I have the problem of trying to do this in place. Meaning to replace the original file with the gzipped version of the ...
0
votes
0answers
4 views

How to get RSA Public Key and Private Key and get the modulus and exponent in plain text?

I am kinda new to cryptography, and a requirement needs me to "Create or retrieve user’s RSA-OAEP key. There should be one public/private key pair for each user for a device" and send it to ...
0
votes
0answers
6 views

Unknown characters in serve command

Why does my command have unkown characters ?
0
votes
0answers
4 views

notifydatasetchanged not updating RecyclerView in fragment

I have a recyclerview with swipehelper (Itemtouchhelper) to swipe away the row of the recyclerview. the way I have it set up is this: The recylerview content is created by reading and showing an ...
0
votes
0answers
6 views

To convert ruby unpack equivalent in java

I am complete noob in rails and never worked on it. I have a ruby code, token.unpack('m0').first.unpack('H*').first which is converting R1YKdH//cZKubZlA09ZIVZQ5/cxInvmokIACnl3MKJ0= to ...
-1
votes
0answers
7 views

How should I transfrom this function in Matlab into C++ types? I use the Armadillo library

The function is as follow, enter image description here This is a member function in Matlab, how to transformthis function into C++ by Armadillo,TKS.
0
votes
0answers
17 views

Website content

I've tried many ways to code but none of them works. The 3 products are listed vertically in one column. But I have no idea on how to separate the the following <div> containing 6 others product ...
-1
votes
0answers
5 views

json - Value <br of type java.lang.String cannot be converted to JSONObject

I am trying to log in on my app, access my online database and check if my inputs are registered but I'm getting this error: Value < br of type java.lang.String cannot be converted to JSONObject . ...

15 30 50 per page