This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/dspace/modules/xmlui/src/main/webapp/themes/CGSPACE/lib/xsl/aspect/artifactbrowser/item-view.xsl b/dspace/modules/xmlui/src/main/webapp/themes/CGSPACE/lib/xsl/aspect/artifactbrowser/item-view.xsl | |
index 95056d3..ea31bfc 100644 | |
--- a/dspace/modules/xmlui/src/main/webapp/themes/CGSPACE/lib/xsl/aspect/artifactbrowser/item-view.xsl | |
+++ b/dspace/modules/xmlui/src/main/webapp/themes/CGSPACE/lib/xsl/aspect/artifactbrowser/item-view.xsl | |
@@ -921,9 +921,33 @@ | |
</xsl:call-template> | |
</xsl:when> | |
+ <!-- CIFOR Subject row --> | |
+ <xsl:when test="$clause = 30 and (dim:field[@element='cisubject' and @qualifier='ciforsubject'])"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ADB Sideload | |
What is ADB sideload? | |
ADB sideload is a new feature that was added to AOSP recovery in Jelly Bean. As of version 2.3, TWRP now supports ADB sideload mode. ADB sideload is a different ADB mode that you can use to push and install a zip using one command from your computer. Most likely ADB sideload won't be very useful for your average recovery user, but ADB sideload can be a huge time-saver for a ROM developer. | |
How do I use ADB sideload? | |
Have a recovery installed on your device that supports ADB sideload like TWRP 2.3 or higher | |
Have newer ADB binaries installed on your computer. If it's been a while since you installed ADB on your computer, you may need to get the latest ADB binaries in platform-tools from the Android SDK. You will need version 1.0.29 or higher. You can find your current version by typing "adb version" at the command line. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
service_name.execute( | |
{ | |
data: { object with request params }, | |
headers: { object with request header params }, | |
success: function( PlainObject data, String textStatus, jqXHR jqXHR ) { | |
//Success handler here | |
}, | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
navigator.app.cleanCache(); //PhoneGap Build - Undefined Error Apperi.io | |
webview.getSettings().setCacheMode(false); //Eclipse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ java -version | |
$ sudo update-alternatives --config java | |
$ ls -la /etc/alternatives/java* && ls -la /etc/alternatives/jar | |
$ sudo update-alternatives --config javac | |
$ sudo update-alternatives --config java |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reset remote to local master with commits. | |
git push bitbucket master --force |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// <reference path="typings/tsd.d.ts" /> | |
var gulp = require('gulp'); | |
var args = require('yargs').argv; | |
var browserSync = require('browser-sync'); | |
//require func-sion containing config variable and run | |
var config = require('./gulp.config.js')(); | |
var del = require('del'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | |
<meta name="mobileCreature Web Design Studio" content=""> | |
<meta name="Gilbert Joseph Smith III" content=""> | |
<link rel="icon" href="http://i.imgur.com/fZpm3YM.jpg"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://forums.freedompop.com/discussion/9504/how-do-you-disable-freedompops-integration-with-the-android-dialer | |
nickjuly4nickjuly4 Posts: 10FreedomPop Newbie | |
February 3 edited February 3 | |
I found a way to disable the integration with Android dialer that seems to work, though it requires a rooted device and a root file explorer (like Root Browser) unless there's some other way to do it. | |
- Launch Root Browser (or any other root file explorer) | |
- Navigate to the root directory of your phone (in Root Browser tap the home icon in the top left corner of the screen) |
OlderNewer