Posts

Showing posts with the label as

Using a Wii U Pro Controller as an Xbox 360 Controller in Windows 10

Image
Using a Wii U Pro Controller as an Xbox 360 Controller in Windows 10 In some VR applications, the Xbox 360 controller is a hardcoded default. If you dont have one, you may be able to emulate with a tool like x360ce. If you specifically have a Wii U Pro Controller, you can connect via Bluetooth and emulate a 360 controller with the steps below. Heres how: Unzip WiinUSoft Install the SCP driver from the subfolder (right click as Administrator)   Go to Bluetooth settings in Windows Pair with Nintendo controller Run WiinUSoft as Administrator Press the X button on the screen to start emulating Xbox 360 controller with Wii U Pro Controller You can also create custom mappings Here is how it shows up under Game Controllers: Some links: WiinUSoft 2.1.zip Download MS_BT_HotFix.zip Download Downloads - WiinUPro download  file  now

using vi text editor as hex editor

Image
using vi text editor as hex editor Pranaam to all bhai ji _/_  Today we will learn how to use vi text editor as hex editor in linux environment .   yes we can use vi text editor as hex editor , which is easy to operate as compare to any hex editor lets start :) open your binary file in vi editor using command vi  file_name i am going to open vlc media player binary file it will be something like this  :D :P some random symbols ok just type :%!xxd and it will switch into hex editing mode dont worry , type  :%!xxd and press enter key you will see something like this >:D< you are in hex editing mode , now edit whatever you want once you have done with editing type  esc key and then type %!xdd -r press enter key, we will back to text editing mode .  now, to save changes type :w changes will be saved  this is how you can use vi editor as hex editor :) Thank you Greetz to :- Zero cool ,code breaker ica, Aasim shaikh,Reborn, Raman kumar rana,INX_r0...

Using the Yi Action camera as an indoor live camera

Image
Using the Yi Action camera as an indoor live camera The Yi Action camera s size and affordability makes it a useful indoor camera in-between vacations or adventure trips. Since the cameras functions are managed using the Android/iOS app, you can use ChromeOS , Linux , or a virtual machine of Android for x86 to perform tasks from your laptop to make time lapse videos or periodic snapshots of a specific location. Note : Im aware that there are custom software written by enthusiasts that not only improve video capture ability and functionality of the Yi. Moreover, the same software available for setting up the Raspberry Pi as a remote camera (a fork or modified version of Raspbian ) can be used for managing Yi Action cameras. If youre interested in trying them out, there are plenty of excellent tutorials available online. However, even if you dont have the time or interest in configuring an advanced set up for the Yi, you can still set the device up as a simple camera to record events i...

Using Siddhi CEP as a Java library

Using Siddhi CEP as a Java library WSO2 Complex Event processor uses Siddhi as the Backend Runtime Engine, which was initially developed at http://siddhi.sourceforge.net/ , and its development is now being continued as a commons project of WSO2 Inc. Siddhi under Apache License V2, and its a product designed for real time processing both in standalone mode and in distributed mode. Siddhi is basically a Java library thats embedded in WSO2 CEP server to provide enterprise integration for Complex Event Processing. Since Siddhi is just a java library here are some samples demonstrating siddhi�s capabilities as a library. You can find the WSO2 CEP product from:  http://wso2.com/products/complex-event-processor/ You can find the Siddhi source code from:  https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.0.0/dependencies/commons/siddhi/1.0.1-wso2v1 You can find the Documentation for WSO2 CEP from:  http://docs.wso2.org/wiki/display/CEP201/Complex+Event+Processor+Doc...

Veja as edições ocidentais de colecionador de Tales of Zestiria para PlayStation 3 e PlayStation 4

Image
Veja as edições ocidentais de colecionador de Tales of Zestiria para PlayStation 3 e PlayStation 4 A Bandai Namco revelou h� poucas semanas as vers�es de colecionador norte americanas e europeias do novo RPG Tales of Zestiria. As edi��es ser�o diferentes uma da outra, mas ainda assim ter�o grandes mimos para os admiradores da franquia: A Edi��o Norte Americana ir� custar exatos U$ 129,99 (aproximadamente hil�rios R$ 427,00) e ir� contar com: A c�pia do jogo Uma caixa premium customizada para guardar os itens Uma exclusiva case de metal Quatro miniaturas em formato Super Deformed dos personagens Um livro de ilustra��es em capa dura de Tales of Zestiria Tr�s miniaturas para chaveiro Um Blu-ray com o OVA "Dawn of the Shepherd" do jogo com 40 minutos de dura��o. Diferente da vers�o americana, a edi��o de colecionador europ�ia ainda n�o teve seu pre�o informado. Os itens s�o estes a seguir: A c�pia do jogo Uma caixa premium customizada para guardar os itens O artbook intitulado ...

Using Apache Accumulo as the backing store for Apache Gora a tutorial

Using Apache Accumulo as the backing store for Apache Gora a tutorial Apache Gora (http://gora.apache.org/) provides an abstraction layer to work with various data storage engines. In this tutorial, well see how to use Gora with Apache Accumulo as the storage engine. I like to start projects with the Maven `pom.xml` file. So here is mine. Its important to use Accumulo 1.4.3 instead of the newly released 1.5.0 because of an API incompatibility. Otherwise, the `pom.xml` file is straightforward. <project ...> <modelVersion>4.0.0</modelVersion> <groupId>com.affy</groupId> <artifactId>pojos-in-accumulo</artifactId> <version>0.0.1-SNAPSHOT</version> <packaging>jar</packaging> <name>POJOs in Accumulo</name> <url>http://affy.com</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <!-- Dependency Versions --> <accumulo.version>1.4.3...

Using Big Data to as a Solution for Cities

Using Big Data to as a Solution for Cities Over the past several years, big data has become more main stream: proliferating businesses, education, the tech sector, as well as the government. Big data can add value not only in predictive behavior of a group of people, but also through identifying and locating problems. Starting with the mapping of the 1854 cholera outbreak of London, data visualization has become a key part of problem solving in our world. In a city of just over eight million people, data collection can be found in just about any place. From collecting information from parking meters,  to tracking pedistrians on the streets at night, to identifying a zip code with highest call frequency. These seemingly unimportant metrics can be aggregated to generate meaningful information about residents, crime, infrastructure, and utility useage. This information can be used for city improvement as well as future development and planning. New York City has taken a unique approac...

Using IIS ARR as a Reverse Proxy for Lync Server 2013

Image
Using IIS ARR as a Reverse Proxy for Lync Server 2013 There are several nice guides available on how to configure IIS ARR as a Reverse Proxy for Lync. For example: Using ARR for Reverse Proxy with Lync 2013 Using IIS ARR as a Reverse Proxy for Lync Server 2013 Installing and configuring IIS ARR Reverse Proxy Using IIS Application Request Routing (ARR) as a TMG Replacement All these guides will take you through the steps of installing ARR, creating a server farm and configuring caching, proxy, and routing rules for the farm.   When adding a server to the server farm you need to specify on which ports the reverse proxy should pass on the traffic to the internal side. In Lync we have internal webservices, to be used by internal clients using ports 80 and 443, and we also have external webservices (i.e. an IIS Web site) using ports 8080 and 4443. Hence, you should set these ports to 8080 and 4443, and also make sure your internal firewall allows this communication. Now once this server...

Using Blog as Advertising Medium

Image
Using Blog as Advertising Medium Having a blog is a usual for people today. They can use blog for various purposes. For example, we can use it as our diary and write all about our interesting experiences. You can also write more general info and add some links on your blog to make it interesting. The latest function is a medium for advertisement. For your information, this activity can give you more financial income. If you want to use your blog to advertise some products from big companies which want to build link, you can register your blog to blog advertising site such as BlogAdvertisingStore.Com. You just need to make a review for certain online site or products and advertise it on your blog. For this activity you will be paid. On the other hand, for the company which want to promote their products and want to use blog advertising system, they can use one way called viral marketing . Viral marketing has the same concept to blog advertising and you can ask writer to do it. You ca...

Using Pages as a simple text outliner

Image
Using Pages as a simple text outliner � � When you need to make a text outline on a Mac, what software do you use? � You can turn to the dedicated apps such as the Omnigroup�s OmniOutliner 4. Considering your time and budget constraints and just how sophisticated an outline you need for this project�why not use one of Apple�s own text editing tools? Apple gives new owners two editing tools, the basic TextEdit and the more capable Pages. I use Pages. � Unfortunately, Apple doesn�t make it easy to find out for a neophyte to figure out how to make a text outline in Pages. Type in �Outline� into the Help and you get information on outline fonts. Not a lot of help. After some searching, I have found out how to set up Pages for a simple Harvard style text outline with up to 9 levels of depth.� � Here�s how to do it: � First, open Pages. If you bought a Mac recently, you�ll probably find Pages, along with Numbers and Keynote, in the Dock, ready for your use. � � Second, double-click on it to ...

Using Microsoft Teams Team Members as Call Agents for a Skype for Business Call Queue

Image
Using Microsoft Teams Team Members as Call Agents for a Skype for Business Call Queue With Skype for Business Cloud PBX, members of a Microsoft Team can be used as the Call Agents in a Call Queue (Preview at this time). This means if a Microsoft Team contains the members you want as Call Agents in a Call Queue, just assign the Microsoft Team as the "Call Agents" in a Call Queue and you are done! Talk about integration. Talk about setting up groups one time and reusing them! Im impressed. How is this configured? Just setup a Microsoft Team as usual  and add the members. (In a hybrid scenario these members can be in the cloud or on premises). Okay, now we have some members setup in our Team. (Note that we might need to wait a bit for this Team to show up in Skype for Business Admin portal) Now let�s navigate to the Skype for Business Admin Center in Office 365. (Skype for Business admin center | call routing | call queues | add new/edit). Let�s go to the �Call Agents� fie...

Veja as novas screenshots ocidentais de Yo Kai Watch para Nintendo 3DS

Image
Veja as novas screenshots ocidentais de Yo Kai Watch para Nintendo 3DS Se voc� acha que j� existe s�ries demais com tem�tica de colecionar monstrinhos, bem... Pode contabilizar mais uma, e uma que est� provando ser mais lucrativa do que venda de �gua em deserto! Depois de Pok�mon, Digimon, Monster Rancher e at� mesmo diversos jogos da s�rie Shin Megami Tensei, chegou a vez de Yo-Kai Watch chegar em terras ocidentais. A produ��o da talentosa LEVEL-5 (do incr�vel Ni No Kuni do PS3) chegar� nas Am�ricas e j� est� deixando multid�es de Nintendistas de orelha em p� � procura de novas imagens da vers�o ocidental. Veja algumas abaixo:   Desde seu lan�amento em 2013, a s�rie Yo-Kai Watch j� ganhou a exorbitante quantia de 1 bilh�o de d�lares com seus jogos, brinquedos e merchandise, isso em sua maioria apenas no Jap�o. Lan�ado no Nintendo 3DS no mesmo ano, o jogo ser� lan�ado nas Am�ricas no dia 6 de Novembro, aumentando assim, as gordas contas banc�rias da LEVEL-5. Ser� que Pok�mon finalm...