Pages

Showing posts with label from. Show all posts
Showing posts with label from. Show all posts

Tuesday, July 25, 2017

Detective Conan Movie 18 The Sniper from Another Dimension

Detective Conan Movie 18 The Sniper from Another Dimension


Detective Conan Movie 18: The Sniper from Another Dimension

Informasi:
Synonyms: Meitantei Conan: Ijigen no Sniper
Japanese: ?????????????????????
Type: Movie
Episodes: 1
Status: Finished Airing
Aired: Apr 19, 2014
Producers: None found, add some
Licensors: None found, add some
Studios: TMS Entertainment
Source: Manga
Genres: Action, Mystery, Police, Shounen
Duration: 1 hr. 50 min.
Rating: G - All Ages

Sinopsis:
A vicious sniper has appeared in Tokyo, rendering the people too scared to go outside, once again its up to Conan to figure out the meaning behind the killings and capture the mysterious sniper before more lives are lost.

Opening Ending Theme:
- "Love Searchlight" by Kou Shibasaki

Trailer Video:

>> DOWNLOAD <<
Read more »

Monday, July 24, 2017

Digsby Manage all your IM Email and Social Network Accounts from one place

Digsby Manage all your IM Email and Social Network Accounts from one place


clip_image002Whenever you go online, how much time do you spend to check all of your emails accounts , browse through updates on your social network accounts and then login to your favorite IMs? Well, you can do away with all these mundane steps just by using the Digsby application.

Digsby is a software product that helps you manage all your IM, email, and social network accounts from one easy-to-use application. It is a free to use application, however it does show a few ads during the installation process for optional software, which you can decline during the setup. Other than that, it uses your CPU�s idle time to conduct computational research. If you wish, then you can even opt out of this as well.

Support

  • IM Accounts: AIM, Windows Live Messenger, Yahoo Messenger, Google Talk, Facebook Chat, ICQ and Jabber
  • Email Accounts: Gmail, Hotmail, Yahoo Mail, AOL/AIM Mail, IMAP and POP
  • Social Networks: Facebook, MySpace, Twitter and LinkedIn

clip_image002[7]

clip_image004

clip_image006

clip_image008

clip_image010

Features

Instant Messaging

  • One combined buddy list for all your Chat Accounts
  • Multiple conversations in tabbed windows
  • Merge multiple accounts of a buddy into one IM account
  • InfoBox to check everyone�s status message and profile easily
  • Change your status in one click

Email

  • Manage all your email accounts right from Digsby
  • Popup notifications when new email arrives
  • The email InfoBox gives you a snapshot of your unread messages with just one click
  • Perform basic actions such as �Mark as Read� or �Report Spam� from the email InfoBox
  • Send emails to your friends from the IM window, itself
Social Networking

  • Stay up to date with everything happening on all your accounts.
  • Receive notification alerts from all the accounts
  • The social network InfoBox gives you a real time NewsFeed of your friends
  • Change your status message for any network in one click

Personalize

  • Customized skins for personal look and feel.
  • Customizable notification system to let you choose what events you want to be alerted about and how.

How to begin?

  • Download Digsby
  • Run the installer
  • Add your accounts
  • Customize your set up � themes and behavior
  • Start using

Digsby offers a complete synchronization between computers and installations. You can even place a widget on your blog, website, or social network profile so that you can chat with your visitors.

Link: Digsby

Read more »

Friday, July 21, 2017

DIFFERENT Strokes from Indian promoters

DIFFERENT Strokes from Indian promoters


DIFFERENT Strokes   from Indian promoters


A new trend in Indian Corporate sector has gained momentum where in promoters have found a legal tool to loot minority shareholders. Now, Numeric Power has agreed to sell its core business wherein valuations work out to nearly Rs 800 per share. Why promoters did not sell equity stake and exited so that minority shareholders also would have got Rs 800 for their holdings from this foreign entity? By selling only the business, promoters will be sole decision makers how to deploy (or siphon off) the cash. Naturally, there may be some minor dividend as condolence for the demise of minority shareholders wealth. Every promoter claims that proceeds from sale of existing business (nurtured over several decades) will be used for some new business. It is like killing your grown-up kid and planning for another pregnancy..

 

BOROSIL GLASS Ltd got 629 cr for land sale. Now promoters are using part of this money for buyback of shares although equity is less than 4 cr. It is very common in India where promoters (prior to such grandiose announcements like land sale etc) buy shares from open market and park benami with some brokers. And then tender such shares in market buyback to make further killing. At operational level in Q3, company has made loss of 3.54 cr although prior to land sale it used to report some small profit. Only with other income of 12.51 cr, there is Pat of just 3.32 cr. Minority shareholders must be in fo greatest shock of their life. It is like waiting for nine months to get over to expect a healthy baby child but instead, boulder comes out. There is no dearth of shameless robber-barons in India. KANORIA CHEMICALS got 830 cr for sale of chloroalkali business and company has shown LOSS of 97 laks in Q3 despite other income of 6 cr. However, no one is throwing brickbats at such financial terrorists.

 

It is really appalling that so many Indian promoters are adept at showing profits which are too good to be true and auditors/analysts never detect devious methods of such economic offenders. ARSS raised large amounts from IPO and subsequently showed (not achieved) Eps of more than Rs 100/. Naturally share price sky-rocketed and promoters must have sold their benami holdings. Now, promoters want pound of flesh from their lenders also and have shown loss of 12 cr in Q3 (whereas co used to show quarterly profits of 20-25 cr) so that bankers give in easily to accede to CDR demands of company. Company could not succeed in coming out with IPO of its unlisted entity (as per our sources wanted Rs 500 as IPO price and had already cheated several investors by placing shares in grey market @ 200) and hence losses in listed entity. ICSA was a constant sell by this writer when its share price was in 3 digits and when several analysts used to churn out buy reports. This writer had always doubted credential of promoters. A company which used to show huge profits has now reported all of a sudden LOSS of 33 cr in Q3. Showing losses is easiest way to force lenders to grant big waivers. On equity of 97 cr, GTL Ltd has shown LOSS of 110 cr for Q3. Either profits being reported earlier were not genuine or now losses being reported are not genuine. But scrip seems to have become a favorite of casino-addicted speculators. Promoters make some announcement and share price goes up for few days. DONT BUY.  Don�t befriend someone who is suspected of HIV Virus. Rather pay more and make friend with another clean one. Big is not Beautiful particularly when huge debt makes you big. Adityabirla chemical had earlier reported Pat of 62 cr. Then promoters decide pay 830 cr to buy another companys business. Now, company has reported LOSS of 6.20 cr for Q3.

 source: H.K. GUPTA

Read more »

Monday, July 10, 2017

Django trick keep runserver from crashing on Python syntax error

Django trick keep runserver from crashing on Python syntax error


When developing Django, the "runserver" command is convenient. It runs our appserver, and reloads itself when we change our apps source code.  We can have a rapid "edit stuff then see what happened" cycle.

However, runserver it has an annoying habit. If were typing so fast that we add a Python syntax error into our code, the  command will crash. We expect that when we fix the syntax error, we can see our results, but it doesnt work. The appserver has crashed, and is no more.
 

The following workaround works wonders. If we add a syntax error, "runserver" will crash, and this loop will wait for a moment then re-run it. We can now type as fast as possible all the time, and Django will always show us what we want to see. Or, what we give it, which sometimes is enough ;)



while true; do ./manage.py runserver; sleep 15; done
Read more »

Monday, July 3, 2017

Diablo III Console Hands On Preview from Edge Online

Diablo III Console Hands On Preview from Edge Online


Edge Online has posted a review of their time spent with the console version (PS3, PS4 is also planned) of Diablo III. To see the full article, check out the Diablo III PS3 hands-on article over at Edge Online. Here is a quote from the article:

"A 15-minute demo isn�t the best way to experience Diablo III, admittedly. The long game lies in the gear management, in kitting out your chosen character with absurdly powerful weapons and armour in order to cut an effortless swathe through the demonic hordes and pick up even more powerful loot. What is clear from the demo is that Blizzard�s made a considerable effort to retool skill and item management for a controller and a big TV screen.

The pause screen is home to radial menus for speedy selection of gear and attacks, but tweaks to the game design are focused on having players spend as little time in such menus as possible. There will be fewer but better loot drops than were found in last year�s PC version of the game, for instance. Stand over an item and you�ll be able to see immediately whether it�s worth your time, and you can either equip, collect or discard it with a quick press of a face button.

The decision to minimise time spent in menus chimes well with a game that, thanks to free left-stick movement and that right-stick dodge, feels a little pacier than the original.

�It�s far from a complete picture, then, but it does feel like Diablo III has been cut down a little for consoles. It certainly feels more like an action game than before � a genre for which PS3 players are hardly starved. And we can only imagine that the subset of PC players who want to play a lighter, pacier version of a game they�ve already played is rather small, even if they can do it from their sofa."

There is currently no exact release date for the PlayStation 3 version of Diablo III (we know it will be released sometime this year though) but there is information that the console version will have tweaked drop rates and no auction house.
Read more »

Monday, June 19, 2017

Did You Know that The Witcher Author Makes No Money From the Games

Did You Know that The Witcher Author Makes No Money From the Games


The Witcher series of games has to go down as one of the greatest video game adaptations, with the games gaining greater popularity than even the works of series author Andrzej Sapkowski. However, Sapkowski himself apparently does not see the same level of financial success as developer CD Projekt Red, as he does not make any money from the popularity of the The Witcher games themselves. As it turns out, the author accepted a one-off payment for the rights, instead of a deal that offered a percentage of the profits.

This was revealed by Sapkowski in an interview with Eurogamer, where he explained the situation. �They brought a big bag of money!� said Sapkowski in the interview, and this sum was the reason why he was happy to sell off the rights to the world of The Witcher to CD Projekt Red. �What I expect from an adaptation: a big bag of money. That is all.�

However, Sapkowski was not expecting the level of success that The Witcher, and its subsequent sequels, was going to receive. �I was stupid enough to sell them rights to the whole bunch,� said Sapkowski. �They offered me a percentage of their profits. I said, �No, there will be no profit at all � give me all my money right now! The whole amount.� It was stupid. I was stupid enough to leave everything in their hands because I didn�t believe in their success. But who could foresee their success? I couldn�t.�

Of course, The Witcher games would go on to be a tremendous success, turning Sapkowki�s fantasy world with a cult following into one of the most revered intellectual properties in video games. In particular, The Witcher 3 has drawn huge acclaim, both in terms of critical and commercial success, with the title earning multiple Game of the Year award wins. However, it would have been very hard to see this level of popularity so far down the line.

For now, though, CD Projekt Red is turning its attention away from The Witcher, and onto something altogether different. The developer is now creating Cyberpunk 2077, and is once again aiming big with the project, with the studio aiming to make another immersion leap akin to The Witcher 3. Should the game reach the same quality as The Witcher games, then fans will certainly be in for a fantastic experience all round.

Source: Eurogamer
Read more »

Wednesday, June 14, 2017

Dishonored 2 coming from Arkane Studios features two playable characters

Dishonored 2 coming from Arkane Studios features two playable characters



Dishonored 2 datang dari Bethesda Softworks dan Arkane Studios, pengembang dikonfirmasi di konferensi pers Bethesda Kicking off E3. Mengungkapkan secara tidak terduga, bahkan mengisyaratkan dalam a rehearsal gaffe picked up on Twitch kemarin.

Sekuel akan datang ke PlayStation 4, Windows PC dan Xbox One, Arkane Harvey Smith mengumumkan.

Sebuah trailer menunjukkan bahwa permainan akan menampilkan protagonis opsional baru, Emily Kaldwin, putri dari ditolak aslinya. Pemain juga dapat memilih untuk bermain sebagai Corvo Attano, protagonis game pertama, dan memilih untuk bermain dengan siluman murni atau dengan senjata-aksi. "Anda dapat memainkan seluruh pertandingan tanpa membunuh siapa pun," kata Smith.

Smith mengatakan bahwa dalam ditolak 2 Kekaisaran Kepulauan sekali lagi dalam bahaya sebagai "perampas dunia lain merebut takhta."

Game action-adventure siluman asli, diatur dalam Victoria era waktu-pengungsi Inggris, diluncurkan pada tahun 2012, setahun setelah perkembangannya diumumkan. Permainan mengumpulkan pujian kritis luas; Polygon mendapat rating 9.0.

Presiden Arkane ini Raphael Colantonio, mengumumkan game bersama Harvey Smith, sebelumnya dari seri Deus Ex. Keduanya co-direktur Dishonored pertama.

Untuk Lebih Detail nya kalian dapat melihat Video trailer game tersebut di Trailer Game Dishonored 2
Read more »

Friday, June 2, 2017

Disable Chromes Notification bell icon from notification area

Disable Chromes Notification bell icon from notification area



Chrome users may noticed that when they are using Chrome browser in notification area bell icon appears. So there are a way to disable that bell icon, and disappear from notification area.

1. Open Chrome browser and type in chrome://flags and hit enter.
2. Now use Ctrl+F keyboard combination to open search box in Chrome.
3. Search for Enable Rich Notifications and from drop down menu select Disabled.
But in latest version of Chrome there are no Enable Rich Notifications function. 
If you cant find any result from that, then try to find next Enable Google Now notifications support and Enable experimental Synchronized Notifications and select both to Disabled.
Now after that all, at bottom of left side press on the Relaunch Now button.
After Chrome restarted, all settings given from you will be appeared.
Read more »

Monday, May 15, 2017

Display All The Text Files From A Directory Using C

Display All The Text Files From A Directory Using C


DESCRIPTION:
  • This program get the directory path from the user and display all the text files available in the directory.
  • We should add dirent.h header file to accomplish this program.
  •  
PROGRAM:

#include <string.h>
#include <dirent.h>
#include <string.h>
const char *only_txt (const char *);

int main (int argc, char *argv[])
{
    DIR *directory;
    struct dirent *file;    
    directory = opendir (argv[1]);
    int directory_length = strlen(argv[1]);
    if (directory != NULL){
        while (file = readdir (directory)){
            if( !strcmp((only_txt (file->d_name)), ".txt") )
                      puts (file->d_name);
        }
        (void) closedir (directory);
      }
      else
        perror ("Not able to open the directory ");
    return 0;
}

/**load only .txt file**/

const char *only_txt (const char *filespec)
{
    char *file = strrchr (filespec, .);
        if (file == NULL)
            file = "";
    return file;
}

COMPILE:

    gcc -o out scan.c

RUN:
  • Pass the directory name with the path as argument to the program
        ./out /home/sujin/directory

OUTPUT:

      test.txt
   README.txt
      file.txt
 
CONCLUSION:
 
   Changing ".txt" to any type file extension, you can customize this program for file type you like.

 

Read more »

Sunday, May 14, 2017

Disconnect a network user from the network using Tuxcut in Ubuntu Debian

Disconnect a network user from the network using Tuxcut in Ubuntu Debian


 Tux cut is this is a simple program to disconnect  the network  user in the same network , NetCut is a Software that helps network admin by purely on ARP protocol . List IP-MAC Table in secs, turn off & On network on any computer on your LAN including any device like router , switcher. Also, can protected user from ARP SPOOF attack .
How to install tuxut in ubuntu/Debian
see This Link
Read more »

Tuesday, May 2, 2017

Device Cleanup Tool Remove all non present devices from Windows PC

Device Cleanup Tool Remove all non present devices from Windows PC


Device Cleanup Tool is a free portable tool that lets you remove multiple or all old, non-present, unused, previous hardware devices from your Windows computer. Non-present devices are those devices that were once installed, but are now no longer attached to the computer. When you use the built-in Windows Device Manager, you can delete the devices one-by-one; and not all at once. This is what�s possible with this Device Cleanup Tool. You can select one, multiple or all non-present devices and delete them together.

Remove all non present devices
Using the Device Cleanup Tool is very easy. Simply download the zip-file from the Uwe Sieber website. Upon extracting the zip folder, you will see two versions of the Device Cleanup Tool; one for 32-bit and another for 64-bit PCs. Double-click on the .exe file that is suitable for your system.
The tool immediately lists down the non-present devices in your PC. You will see the device name, its class and number of days from the day when the device was last used. You can see in the image last used days such as 36 days, 59 days etc.
As mentioned in the tool�s Help file, all those devices listed by the Device Cleanup tool are currently �not present�. That means, usually they have the problem code 45 which is CM_PROB_PHANTOM, �The device currently exists only in the registry�. And the �last used� time comes from the write time of the device�s registry key underHKEY_LOCAL_MACHINESYSTEMCurrentControlSetEnu.
On some Windows PCs, this time is calculated as per the startup, hence the devices on these PCs will have the same age. However, on most Windows, the time is set when the device gets active, hence, for such systems, the �last used� time is relevant.
From the list generated by Device Cleanup tool, you can select one, multiple or all devices and delete them together. In case the device is again attached, it will be detected as a new device, the next time you use the tool.
There are three tabs in the toolbar of the Device Cleanup tool � File,Devices and Help.
When you click on File, you can see functions such as Refresh (F5), Create System Restore Point, Show Windows Device Manager and Exit.
When you click on �Show Windows Device Manager� the built-in Device Manager opens up. It�s like a shortcut to the Windows device manager. The non-PnP devices and �soft� devices are not listed in by the Device Cleanup tool. That�s because they cannot be automatically reinstalled. Hence, in order to delete them, you need to use the Windows Device Manager.
The creators of this tool also warn that you be careful with the Microsoft MEDIA class devices. Make sure that you know what to do with such listed devices before you delete them.
The Devices tab lets you Select all devices and Remove selected devices. To delete single devices, simply right-click on the device and click on Remove Device. Remember, you will have to have administrator rights for removing the devices, otherwise you may get an �Access Denied� error.
The Help tab, just give details about the tool, including its version number.
Device Cleanup Tool free download
You can download the tool from this web page.
Read more »

Tuesday, April 25, 2017

Disabling sidebar from fading out in Blogger Dynamic Views Template

Disabling sidebar from fading out in Blogger Dynamic Views Template


The black sidebar on the right side of the blog is hidden and is only visible when mouse is over it. This is a problem because most of the users who are visiting your blog wont even see the sidebar. The following list shows the advantages of having a sidebar not fading out :

  1. Google + Followers Increases
  2. More people will subscribe to your blog
  3. People will know the popularity of your blog when they see the blog stats
  4. and others.......

So Im gonna tell you how to prevent the sidebar from fading out to the right side.
First of all Go to Blogger -> Template -> Edit HTML
Choose Advanced option and click on the Add CSS button from the sub options. Paste the following code in the white box:
#gadget-dock{right: 0px !important;}
Screenshot:
Now go to your blog and see the sidebar not moving anywhere and is standing still.
Read more »

Tuesday, April 18, 2017

Display All The Files From A Directory Using C

Display All The Files From A Directory Using C


DESCRIPTION:
  • This program get the directory path from the user and display all the filed from the directory.
  • We should add dirent.h header file to accomplish this program.


PROGRAM:

#include <stdio.h>

#include <string.h>

#include <dirent.h>
int main (int argc, char *argv[])
{
    DIR *directory;
    struct dirent *file;    
    directory = opendir (argv[1]);
    int directory_length = strlen(argv[1]);
    if (directory != NULL){
        while (file = readdir (directory))
                  printf("FILE : %s ",file->d_name);

        (void) closedir (directory);
      }
      else
        perror ("Not able to open the directory ");
    return 0;
}



COMPILE

gcc -o out scan.c

RUN:
  • Pass the directory name with the path as argument to the program
./out /home/sujin/directory

OUTPUT:

FILE : favicon.ico
FILE : README.txt
FILE : monkey.jpg 
FILE : index.html



Read more »