ADL xapi launch - tin-can-api

I currently try to understand how the adl launch algorithm works. I've found the great tutorial by ht2labs (https://github.com/LearningLocker/xapi-demos) and the corresponding videos (https://vimeo.com/272792141 and https://vimeo.com/272792152). The tutorial shows which data are required by the launch-server to generate the xAPILaunchKey, but not, how it's generated. Could someone explain, how I can generate a valid xAPILaunchKey?
Thanks in advance

Related

How to create a link checker?

I want to understand the logic behind it and how it works as well as which languages I'd need for this matter.
I did a google search and I found out about this open source project on github: https://github.com/stevenvachon/broken-link-checker how could it help?
Thanks in advance.

Is it possible to copy comments and suggestions when copying a Google Doc using Drive API?

I noticed that comments and suggestions are not by default copied when using drive.files.copy. This is imperative to my project, so I did some googling and it seems like this feature may not even exist? I thought about copying and applying the comments manually using the Docs API, but I can't seem to find anything helpful about this on SO or the Google API documentation for Drive and Docs. Does anyone know if this is possible and how to do this?
Thanks
edit: the comments.list method returns comments, but not suggestions. I think I would be able to insert these comments manually into the copied document. What about suggestions? Is there a way to retrieve these?
It would be really nice if I could easily copy both without a lot of leg work.
Unfortunately it's not possible to copy a Google Docs file with comments and suggestions
As for comments, you can copy-paste them manually like done here.
However, suggestions are different from comments (at least as the Google APIs go) - see here for information.
In order to retrieve suggestions, you can use the documents.get method
Yet, inserting suggestions programmatically is currently not possible - see here for more details

Wanting to make an Xposed module

So I'm wanting to make an xposed module but cannot find any good video tutorials out there let alone an updated one also I know C# Decently and hardly any Java... Any help to help me get started would be appreciated. Thanks
You will need Java to create any Xposed modules. Android itself is based on (primarily) Java, so you will need Java knowledge to make Xposed modules.
That said, C# and Java are extremely similar languages, and you can quickly pick up the other if you know one.
As for Tutorials, Rovo89 (the creator of Xposed) has a simple tutorial here at https://github.com/rovo89/XposedBridge/wiki/Development-tutorial. This tutorial is almost completely upto-date, and you can use this to create your first module.
You will find another detailed tutorial here - https://forum.xda-developers.com/showthread.php?t=2709324. Keep in mind that this link is very old, so wherever there are any conflicts, go by Rovo89's tutorial.
After going through the beginner tutorial mentioned by Akhil, you will want to look at the API docs http://api.xposed.info/reference/packages.html and read through source code of some huge modules like GravityBox to get an idea of how the Framework is used. For teaching purpose mod some app which is open source and then move on to closed source app by reverse engineering them. For reverse engineering I use ByteCodeViewer.

Which encryption tool is creating file extension .$#!

I want to ask you whether you know which encryption tool is creating file extension $#! I encrypted few years ago some files which I need now, but I do not know which tool I used :-( Unfortunatelly google did not help. Therefore I am here.
Thanks for your help in advance!
Cryptext. (as seen here and here)

Help me with my first Mozilla Extension

I am new to Mozilla extensions and i have been trying to build the "hello world" following this tutorial https://developer.mozilla.org/en/Building_an_Extension but unfortunately its not showing anything on the right of my status bar when i start Firefox with my development profile. I have checked everything many times and not found any mistake in my code or file pattern. I'm doing everything they say in that tutorial. Now I'm seriously getting doubts on this tutorial is there something wrong with it ? have they missed out on anything that i should know? help me out here please
I would like to post this information about that tutorial on building firefox extensions that it has major flaws in it which result in no output of what is being said in it, i have reported it and for starters here is another very helpful link thanks to which i was able to build my extension.
http://blog.mozilla.com/addons/2009/01/28/how-to-develop-a-firefox-extension/

Resources