How to change Intermediate screen when QR code scan - firebase

How to change Intermediate screen when QR code scan.
I need to change above link of image. open the app if it's installed is worked.
My reequipment - if it's not installed, then user can select install app or open details from website. should be there two option.
It is possible or not and how

Related

how to open the .ipynb file in readable format

I have got downloaded a file that got downloaded in a format .ipynb extension but its not in a readable format. Can anyone help me to figure out how to make it in a readable format? Attaching a screenshot of the file when I tried opening it in notepad.
how to open it in readable format
One of the easiest ways to just view a notebook file that is also 100% secure in case what you are being sent is sensitive: nbpreview.
When you go there it asks you to choose a local file. The file isn't uploaded anywhere. It remains in your browser's local cache so it is useful for sensitive stuff that cannot be public.
Similarly, you can upload it to the notebook{sharing}space which is billed as "the fastest way to share your notebooks". It would provide you with a link to view the notebook you have and can be private if you limit sharing the link.
If the notebook can be posted to Github (repository or gist) or online, you can point nbviewer at it and have it rendered nicely. In fact, although it is technically 'static', nbviewer can render some interactive Plotly plots and widget controls that enable playing back animations comprised of frames. This rendering form is also very nice for sharing with non-programmers as the GitHub cruft is not surrounding the content.
You can use Jupyter running in your browser and backed by a free Jupyter community-run service to view the notebook file as an active notebook, on what is equivalent to a temporary remote machine.
Go to Try Jupyter and select either 'JupyterLab' or 'Jupyter Notebook' from the offerings presented. I'd suggest JupyterLab as the steps outline below are made easier as you have the file navigation pane on the left.
After your session spins up in your browser, if you chose JupyterLab, drag your file from your local machine into the file navigation pane on the left side. It will get a gray dashed line around it when you have dragged it to the right place. Drop it in and let it upload. Now double click on it to open it.
If you don't want to drag-and-drop or you chose Jupyter notebooks (classic notebook interface) make a text file and paste in the content you showed. (It's json format as that is the underlying .ipynb format presently.) Save that file with an .ipynb extension. You should then be able to open it the Jupyter Dashboard. (Note the following in the rest of this section was written before the 'Try Jupyter' offerings were switched to using the exerpimental JupyterLite and so your mileage may vary. If you drag-and-drop into JupyterLite, it actually is in your machine; however, it is in a virtual system in your browser that your local file system cannot access directly. To get what this section was specifically written for now, go here and click on the launch binder badge to trigger a session on a true remote machine served by MyBinder.) You used to click on the logo in the upper left to get to the dashboard but it will now take you to JupyterLab and you can double click to open your notebook file. If you really need the classic dashboard, change the end of the URL to change /lab to /tree.
Note because the environment backing your notebook hasn't been set up to handle everything, you'll be out of luck for now trying to run it. You'd have to add your pokemon.csv and install anything else besides pandas. There are ways to use the MyBinder system to handle that as well; however, probably best learned about later this stage.
The MyBinder session is temporary and unique to you. It will close after 10 minutes of inactivity and no longer be accessible. You can always open another session later and redo the steps. Or learn about other options eventually.
Related:
Nbpreview and a lot of the related tools mentioned here are also covered in Sharing R code in Jupyter notebooks.
(These following suggestions mostly assume the notebook is already online, usually at Github. You can still use a local notebook by uploading it to the session as I suggest above. They do though provide additional ways to learn about using MyBinder to serve active notebooks in your browser.)
How to save code file on GitHub and run on Jupyter notebook?
Run a Jupyter notebook directly online (without downloading it locally)
You need Jupyter Notebook in your machine. That is one option. Otherwise, you can upload the file into GitHub and open the .ipynb file from there.

xamarin ios : next is gray out in sign and distribute process for IOS

I am trying to publish my app to the App Store following this documentation https://learn.microsoft.com/en-us/xamarin/ios/deploy-test/app-distribution/app-store-distribution/publishing-to-the-app-store?tabs=vsmac
But i have reached to sign and distribute step and i can't press next(gray out). So please can someone tell me why? and how can solve this issue?
pleae click here to see picture describing my problem
As you can see in the image you attached, you actually have 2 products, both need signing. One for your main app, and one for your extension. Select your extension, and specify a provisioning profile for that as well (you might have to generate one for that on the Developer portal if you haven't done so already!)

Raspberry Pi Custom SD Card Image

I have a project uses Qt GUI which works on raspberry-pi2; however I don't want users to interact with the operating system. I just want that the only application appears on the screen (from boot to shutdown) to be is my application. Actually the retropie project has done what I actually want. So I want to prepare an minimal SD Card image like that. Is there any tool or way to do that?
You can use openembedded http://www.openembedded.org/wiki/Main_Page for this.
Creat file that describe packages for your image, at your case base system + qt,
plus create description of package of your program, that include .service file for run you program at start with systemd. The command MACHINE=raspberry-something bitbake your-image
I'd just use the init scripts to run your application as soon as possible and make it handle all user inputs (keyboard and mouse) properly, without giving any way to the user to close it.

XCode4 does not produces archives. At all

I am attempting to create my first ever app to be tested/deployed via:
XCode 4.0.1
TestFlight
I cannot get archive to actually produce an archive in XCode.
It always says it has succeeded in building the archive (see image), but I cannot find it in the Organiser and it doesn't appear in Finder either.
I am doing it for Ad Hoc distribution as per TestFlight instructions for Xcode4
I have done the following.
Created development certificate for the app
Created app ID for the app
Assigned a device The green lights appear for Enabled for
development and Enabled for Production, and Game Center / In App
Purchase are active/green.
Created a development provisioning profile
Downloaded all provisioning profiles.
I can launch the app successfully in my device.
Now we get onto distribution.
In certificates, created a 'Current Distribution Certificate' for
the app
In provision, created a 'Distribution profile' where 'Ad hoc' is
selected, the app id is selected and the device is selected
Now we get onto following the TestFlight instructions for XCode4
I can do everything except the last part,
Archiving and Packaging
1. Select the iOS Device option in the Schemes drop-down
Under the Product menu, select Archive
In the Organizer window that appears (go to Window -> Organizer if
it does not), select Archives at the top, your application on the
left, and the most recent archive at the bottom, and click Share
It simply does not list/show or apparently create the archive.
I ensured that the archive and all adhoc setup is as the instructions say.
I clean the product, save it as a workspace (this is not in the TestFlight docs, but in Apple's docs), and verify again that it will deploy in the device.
But when I try to archive it, no archive ever appears.
I have no idea how to solve this, its really annoying.
One video I've seen shows a guy click "Enable entitlements", but I cannot find this option -- is this only in the latest Xcode?
There must be an easier way to do all this!
Any help on this would be very useful.
Edits:
I have a video of the process I have taken, if people are interested.
I have no idea what I am doing wrong.
I can find no video that documents this specific process.
A full breakdown of the exact steps I do and use;
Steps #date: 05-10-2011
Sidebar: Certificates > [Distribution tab]
Clicked Request certificate button
Generate CSR with keychain Online certificate status protocol =
off Certificate revocation list = off
a. Request CSR from Certifcate Authority b. Enter credentials
EXACTLY as they are when I signed up to Apple c. Keysize = 2048,
Algorithm = RSA
Upload this CSR via "Choose file" button & submit
Download 'distribution_identity.cer'
Double click, it say "Do you want to add the certificate from the
file 'distribution_identify.cer' to a keychain?" with "login"
selected. I press OK.
Sidebar: Provisioning > [Distribution provisioning tab]
Click new profile
Select 'Ad hoc'
Enter profile name of "{name of app profile}"
Select App ID of "helloWorld_3oct"
Select iPod to distribute to. Note: it says "the final application
will run only on these selected devices." Note: Not sure if I'm meant
to say "Yes" but I do anyway.
Distribution provisioning profile is now created.
Download the "{nameofapp}.mobileprovision"
Double click on it.
It now appears in the organizer
Close organizer.
Open project.
Add icon and icon#2x.png to project. They appear in .plist file
for the project They also appear under Targets > Summary
Under project > info
a. Create duplicate release configuration b. Name it "Ad Hoc"
Under project > build settings
a. Make sure everything is set under "iPhone distribution (Amarjit
Deo)" no codes appear in this title. ie: In the development one there
is a code in brackets next to the name.
Under targets > build settings
a. Change code signing identity to "iPhone distribution (Amarjit Deo)"
no codes appear in this title.
Go to Edit Schemes.
In Archive select Build configuration to be "Ad Hoc"
Press "OK"
Make sure "iOS device" is selected (it is not plugged in)
Run Product > Clean
Run Product > Archive.
No errors. Success is reported.
Go to organizer.
No product archives exist at all in the organizer.
Try doing skip install trick Tried Yes/No/Yes combination for
both product & target, then Product > Archive = No archive Tried all
permutations, still no joy.
I've resolved the issue now!
Okay, it turns out either XCode was corrupted in download or was conflicting with earlier builds (Even if you uninstall it for some odd reason).
Here's what I did.
1) Re-downloaded XCode (via a better/faster connected line, ie: University)
2) Used
sudo /Developer/Library/uninstall-devtools --mode=all
To uninstall Xcode.
3) Removed all references to XCode that I could find.
For some reason Xcode installed in Developer and Developer (null) so both these folders I deleted.
4) Checked existence of ~/Library/Developer/Xcode/Archives and deleted this folder
5) Cleared out all keychain certificates and re-downloaded all required certificates, including the ones at this address
http://www.apple.com/certificateauthority/
6) Went through the entire process with a fine tooth comb, ensured and double checked everything.
7) Got an archive for a simple app!
Picture included.
Thank goodness for that. I'm backing up my computer and all these files and I'm going onto the next stage, TestFlight!

Xcode 4 Ad-Hoc Distribution - Unable to Download

I had recently upgrade our development machine to Xcode4 and after the initial interface change has gone quite smoothly.
I'm now in the process of using Ad-Hoc distribution on it for the first time so I followed this guide to set up profiles/schemes etc. http://diaryofacodemonkey.ruprect.com/2011/03/18/ad-hoc-app-distribution-with-xcode-4/
This is the process I took:
1/ Setup a new provisioning profile under distribution. I selected Ad-Hoc, the correct App and my UUIDs.
2/ Installed the profile within Xcode 4.
3/ In xcode duplicated the Release Configuration and named it Ad-Hoc.
4/ Under Code-Signing made sure Ad-Hoc had the new profile selected.
5/ Edit Archive scheme and selected 'Ad-Hoc' Build Configuration.
6/ Select Product > Archive and made sure the profile listed was correct.
7/ On save screen selected 'enterprise distribution' and entered the App URL and Title.
8/ Copied the resulting ipa archive, plist and mobileprovision (downloaded in point 1) to our http server.
9/ Added the required html to and pointed mobile Safari to it.
10/ Selected the mobileprovision which installed without a problem.
11/ Selected the App which begins to install resulting in "Unable to Download" at about 90%.
I've tried several potential solutions from other posts but they all result in the same thing. This is used to work fine in Xcode 3 (using normal developer account, NOT enterprise) and as far I can tell I'm not really doing anything different so what am I doing wrong?
Thanks.
Try this: Open the Scheme you are using to edit it. Then check if in ALL the build phases (Build, Run, Test, Profile, ...) the Build Configuration is set correctly. If not set it to the correct configuration and build it again.
If this does not work ad a new Entitlements.plist to your project and add a new value with the key get-task-allow to NO.
Edit: Have you tried to make Product > Build For > Build For Archiving and then Product > Archive.
This worked for me.
we just had the same problem (and we still have it for one device only working on iOS5 Beta, not sure if it is related. All other devices work.), some tips that could help :
Apple dev site:
your provisioning profile could need to be renewed on the apple web site.
on the apple web site check that the device is linked to the provisional profile in the "Device" section. In the "provisional profile" section, the "Edit" feature could lie to you. To add a missing device to a provisional profile, go the "provisional profile" section then uncheck and check back the missing device (the lying part from apple web site ;))
in xcode:
I switched deployment target OS from 4.0 to 4.2
I plugged my iPhone and selected it as target before to create the archive.
this issue doesn't depend on the "team provisioning file", we could build a working archive with another provisioning file too.
If it can help too, I created a doc for distributing the Moodle app but it's generic to any app I guess: http://docs.moodle.org/dev/how_to_distribute_iPhone_test_app

Resources