This file contains hidden or 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
| # .local/share/applications/eclipse.desktop | |
| [Desktop Entry] | |
| Type=Application | |
| Name=Eclipse | |
| Comment=Eclipse Integrated Development Environment | |
| Icon=/opt/eclipse/icon.xpm | |
| Exec=/opt/eclipse/eclipse | |
| Terminal=false | |
| Categories=Development;IDE;Java; |
This file contains hidden or 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
| [Desktop Entry] | |
| Type=Application | |
| Name=WebStorm | |
| Comment=WebStorm Launcher | |
| Icon=/opt/WebStorm-141.728/bin/webide.png | |
| Exec=/opt/WebStorm-141.728/bin/webstorm.sh | |
| Terminal=false | |
| Categories=Development;IDE;Javascript;Html;CSS;web;nodejs |
This file contains hidden or 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
| [Desktop Entry] | |
| Encoding=UTF-8 | |
| Name=Genymotion | |
| Comment=Alternative Android Emulator based on VirtualBox | |
| Exec=/opt/genymotion/genymotion | |
| Icon=/opt/genymotion/icons/icon.png | |
| NoDisplay=false | |
| Terminal=false | |
| Type=Application | |
| Categories=Application;Development; |
This file contains hidden or 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
| [Desktop Entry] | |
| Type=Application | |
| Name=Android Studio | |
| Comment=Android Studio Integrated Development Environment | |
| Icon=/opt/android-studio/bin/androidstudio.ico | |
| Exec=/opt/android-studio/bin/studio.sh | |
| Terminal=false | |
| Categories=Development;IDE;Java;Android |
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>My awesome app</title> | |
| </head> | |
| <body> | |
| <h2>beta builds</h2> | |
| <a href="itms-services://?action=download-manifest&url=http://dl.dropbox.com/u/1001/manifest.plist">Awesome App v 0.0.16</a></body> | |
| <h2>alpha builds</h2> |
This file contains hidden or 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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>items</key> | |
| <array> | |
| <dict> | |
| <key>assets</key> | |
| <array> | |
| <dict> |
This file contains hidden or 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
| 205a206 | |
| > #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 13, 0) | |
| 206a208,210 | |
| > #else | |
| > VNetFilterHookFn(const struct nf_hook_ops *ops, // IN: | |
| > #endif | |
| 255c259,263 | |
| < transmit = (hooknum == VMW_NF_INET_POST_ROUTING); | |
| --- | |
| > #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 13, 0) |
NewerOlder