Posts

Showing posts with the label from

All boot from usb software

Image
All boot from usb software Universal USB Installer Universal USB Installer is a Live Linux USB Creator that allows you to choose from a selection of Linux Distributions to put on your... OPEN SOURCE   Windows Etcher Etcher is a free and open-source image burner with support for Windows, OS X and GNU/Linux. It makes USB and SD card image burning as... OPEN SOURCE   Mac   Windows   Linux   GitHub NTLite NTLite, successor of nLite, is the cutting edge Windows configuration tool made by an independent developer. MAIN FEATURES ... FREEMIUM   Windows XBoot  DISCONTINUED XBoot is a easy-to-use utility for creating Multiboot USB/ISO.You may have seen many bootable ISO files like Linux live CDs ... FREE   Windows Knoppix Knoppix is an operating system based on Debian designed to be run directly from a CD / DVD (Live CD) or a USB key (Live USB), one of... FREE   Windows WinSetupFromUSB GUI for creating USB with multiple Windows XP/2kX sources in the sa...

Activate night mode on iPhone from control centre

Image
Activate night mode on iPhone from control centre Hope this tutorial helped you, if so then please leave your valuable comments below for more information. Please share this post, if you feel like its worth reading. go to link download

Add Tags To WordPress 2 3 Posts From Windows Live Writer 2008

Image
Add Tags To WordPress 2 3 Posts From Windows Live Writer 2008 The new WordPress 2.3 release supports keyword tagging without requiring external plug-ins like Ultimate Tag Warrior or Simple Tagging. With the new Windows Live Writer 2008, you can easily add keyword tags to WordPress blog posts (see screen capture) though this feature is not enabled by default. To enable tagging in WLW for WordPress 2.3 blogs, follow the steps below: 1. Download wlwmanifest.xml (with some images files) here and upload them to your wp-includes folder. [5023] 2. Add two lines of PHP code (highlighted in green) to the default-filters.php and general-template.php file also available in the wp-includes folder. 3. Goto Windows Live Writer, select the WordPress 2.3 blog and update the settings. Voila! You will see a new input field that says "Keywords" - type any number of tags here separated by commas and theyll become part of your blog post. More troubleshooting tips on using WordPress with ...

Advanced Drag Drop Operations Copy Text from a Web Page MS Outlook Text File

Advanced Drag Drop Operations Copy Text from a Web Page MS Outlook Text File This time we will see how to copy text from a web page, Outlook and a text file. To copy text from a text file To copy text from a text file, left click the text file from explorer window, then drag and drop it to the host drawing. To copy text from web page or outlook Open the web page or email, then highlight required portion of text then drag and drop it into AutoCAD window. In both the cases, it will be copied as MText. go to link download

After Android M Realease Are you ready for Android N from google

Image
After Android M Realease Are you ready for Android N from google Get ready for Android N! Support new system behaviors to save power and memory. Extend your apps with multi-window UI, direct reply notifications and more. Update Android N developer Preview 2 is now available to download and we have hints of a VR mode for Android phones. Google also Confirmed the software will make it easier for phone maker to bring pressure-sensitive display tech to the market. Android N is Google`s phone and tablet operating system update that`s been so throughly refined, the company is officially more than halfway through the English Alphabet. Features Multi-window Support Android N adds support for displaying more than one app at the same time. On handheld devices, two apps can run side-by-side or one above other in split-screen mode. On TV devices, apps can use picture-in-picture mode to continue video playback while users are interacting with another app. Notification Android N Introduces several n...

ADF BC Create View Object From Query with Custom Implementation Class

Image
ADF BC Create View Object From Query with Custom Implementation Class I had a request to explain how to create dynamic ADF BC VO from SQL statement and set custom VO implementation class for newly created VO instance. Custom VO implementation class extends from ADF BC ViewObjectImpl and overrides super method: There is a method createViewObjectFromQueryStmt , in previous ADF versions this method had two parameters - VO instance name and SQL statement. In current ADF 12c - there is a second signature of the same method, which contains option to specify VO implementation class name. Dynamic VO from SQL with VO implementation class: ADF BC custom methods can be tested with ADF BC tester: Overridden method from custom VO implementation class is called: Download sample application - ADFVOFromSQLApp.zip. go to link download

ADF BC REST Service from ADF Library JAR

Image
ADF BC REST Service from ADF Library JAR I had assignment to enable ADF BC REST for existing ADF application, which was developed with multiple ADF libraries. ADF BC REST was supposed to be enabled for one of the ADF libraries and then accessed through Master application. All ADF BC REST samples usually show how to enable REST inside Master application itself. I was curious if it will work to enable ADF BC REST and package it into ADF library, which is consumed from Master application. It worked and I would like to share sample app. Sample app is based on two JDEV projects - library and master applications. Library application contains ADF BC REST implementation for Employees VO: ADF Library is generated out of ViewController project, ADF BC REST is packaged through dependency: Model (enabled with ADF BC support) project in Master application imports ADF library: Run Master application by running REST project. There is improvement in JDEV 12.2.1.3 comparing to 12.2.1.2 - re-deployment...