Posts

troubleshooting 3D bineural sound in in Hellblade: Senua's Sacrifice Acer Helios 300

Image
if you cannot hear binaural sound just simply change your setting to the following in your acer helios 300: open your Dolby Audio manager  and change your settings to Music. That's it now you should be able to enjoy 3D audio :) To check that if it worked or not hear https://www.youtube.com/watch?v=G-SRoil79g0&t=515s this with your headphones equipped.
If you are new to Planetside 2 and wondering that why you can't hear your own vehicle's horn then you have faced same problem as i have. To blow horn first you got to purchase and equip horn for your vehicle .You an also try this in VR Map for free without having to spend any experience points.

How to stop shareIt from auto updation in PC

Image
If you hate the new pc update of shareIt and to stop it from updating here the steps for U if your shareIt has already been updated and on running asking you to update it , no problem just clean your temprary files , type  %temp% in RUN and delete all files contained with in it. After that whenever you run shareIt just remember to end the task "lenovo shareit updater" which is responsible for updating it from Task manager.

Code for simple edge detection using C

Image
remember to give file name with .bmp extension it will only work with 8 bit images Code for simple edge  detection using C #include<stdlib.h> #include<stdio.h> #include<math.h> void main() {      FILE *imag1, *imag2;     int i=0,byte,q;    char namein[30];     char nameout[30];     printf("enter name of input image with extension \n");     gets(namein);     printf("enter name of output image with extension \n");     gets(nameout);   //..................clone image..................    imag1=fopen(namein,"rb+");    if(imag1==NULL)     printf("cannot open file");    imag2=fopen(nameout,"wb");    while(!feof(imag1))    {        fputc(fgetc(imag1),imag2);    } //...............................end clone image...................     int pic[400][600...

simple hangman code in java

A very simple hangman code in java -------------------------------------------------------------------------------------------------------------------------- package assignment; import java.util.*; class game { String word[]={"appreciate","arithmetic","artificial","earthquake","economical","elasticity", "population","positively","screenplay","toothpaste"}; String mword2; String t; int temp; int random() { Random rn = new Random(); //to generate random no. between 1-9 int rand = rn.nextInt(9)+1; return rand; } String chooseword()  //to choose a random word {   String mword; int r=random(); mword=word[r]; return mword; } String modword()  // to put "_" in word {  int t2; t=chooseword(); String st=t; for(int i=0;i<5;i++) { t2=random();    st=change(t2,st); } return st; } String change(int t2,Str...

Why your youtube downloader is not working....

Why your youtube downloader is not working............... I had this same problem when my ytd suddenly stopped downloading videos.... if you are downloading videos and not able to download it even when you have a good internet connection.. then this might help you out........ if  you use a proxy network (like of your university or college) and alternately you also use a non proxy network(the one you use at your home) then when you are downloading your videos at home simply disable your proxy network and then try again downloading the video... To disable proxy network....... 1)  go in the control panel and search proxy. open the tab .look for LAN settings uncheck use proxy and save.