Posts

Showing posts with the label with

SPB Time with key

Image
SPB Time with key A very much helpful app. You can use it for extraordinary alarm clock to very handy calender, world clock and many others. Its an excellent app by spb so far.Thanks to them. DOWNLOAD download file now

Speeding up UI Browser tests with Robot Framework

Speeding up UI Browser tests with Robot Framework My current AWS demo project is a Cat Voting Booth.  It uses SocketIO/WebSockets, so in addition to server-side unit tests Ive built a number of browser-level tests, using Robot Framework. One feature people dont realize is that Robot can actually be quite speedy. Opening and closing a browser window is very slow, on the order of 1-2 seconds. Depending on the application, this can be done once, saving 1-2 seconds for *every* test!  For my Very Important Cat Voting Booth, this is the case. Heres the magic bit: *** Settings *** Resource          resource.robot Test Setup        Reset Votes Suite Setup       Open Browser To Voting Page Suite Teardown    Close All Browsers *** Test Cases *** Valid Page     Votes Not Available Register Up Vote     Vote Up     Element Text Should Be    vote-count-up    1   ...

Song from Super Junior in 6th Star Battle Round with 2PM Instrument Violin

Song from Super Junior in 6th Star Battle Round with 2PM Instrument Violin It is the first song performed by Super Junior in 6th Star Battle Round 2PM vs Super Junior..... This song is so touched, looks like it has a mysterious, sad and lonely feeling inside~ The title song was : Norihiro Tsuru - Last Carnival. ( Acoustic Cafe ) download file now

Speed up Firefox with TmpFS

Speed up Firefox with TmpFS Introduction This shows how to speed up Firefox by running it entirely from RAM to improve speed. Most of the credit for this article should go to here, from which I have taken most of this information, with the exception of improving his shell-script understandability. Firefox uses SQLlite to store most of its information. As SQLite accesses are I/O bound, Firefox suffers when from disk drive bottleneck and competition for read/writes with other processes. Create RAM partitio n Add this entry in /etc/fstab : firefox /home/xxxx/.mozilla/firefox/xxxxxxxx.default tmpfs size=128M,noauto,user,exec,uid=1000,gid=1000 0 0 Shell Script #!/bin/bash WORKING_LOCATION = "/home/jondoe/Sata/Linux/presets/home-configs" # Directory where RAM_DIR and LOCAL_DIR exist RAM_DIR = "/home/ jondoe /Sata/Linux/presets/home-configs/firefox3_ram" # Location mounted TmpFS LOCAL_DIR = "/home/ jondoe /Sata/Linux/presets/home-configs/firefox3_local" # Ha...

stardict on debian with wmii GUI

stardict on debian with wmii GUI apt-get install stardict apt-get install sdcv  (package translators console) library for thai-english and english-thai you want translator with command is $sdcv work_translator download library :: https://sites.google.com/site/strumjub/internet so ,that tar -xvf file_download  to path /usr/share/stardict/dic/ and seting on manger stardict download  file  now

Starcraft II with their new BlizzCast

Starcraft II with their new BlizzCast Starcraft II website now provide a new service which is called BlizzCast and allow you to subscribe it for your ipod and read their latest site update. They planning to give logitech 5.1 speaker and Starcraft II hat to several of the Starcraft fans who submit their feedback through the BlizzCast. By joining this community you are able to experience together with the world of Blizzard game making and you will be able to communicate with the art director on how he manage to come out with the idea regarding Warcraft and Starcraft characters. For details info regarding the BlizzCast kindly visit the official website by clicking HERE download  file  now

Split MP3 Files with Split MP3

Image
Split MP3 Files with Split MP3 Split Mp3 is a free application using which you can easily split your Mp3 files very quickly. The program requires no technical knowledge and any one can quickly split a file and save it directly without any conversion being involved. The interface is pretty simple. Just load the Mp3 file, mark the start point and the end point and select �Direct Save� or �Convert Save� to save the Split Mp3 file. The Direct Save will save it directly while you can also convert the output file to WAV, AAC, WMA, FLAC, M4A or AC3 format. You can also change the Bit rate thus having more control over the final size and the quality. The program is a freeware and works on Windows. Download Subscribe to TechnoPhillia!! by Email download  file  now

Star Wars The Old Republic MY WAIT IS OVER Early Game Access Email Notification With Short Gameplay Video

Image
Star Wars The Old Republic MY WAIT IS OVER Early Game Access Email Notification With Short Gameplay Video If you see this in your email, grab all the caffiene in the house you can find, move the microwave and mini-fridge into your room, pull out that Travel Buddy portable bathroom thing and say goodbye to your family. To celebrate my Early Access to the Official Release Of Star Wars The Old Republic Massively Multiplayer Online Role Playing Game, I am sharing a little video I threw together in the last days of the Beta! It was myself playing a couple quests in the last hours of the Beta Game Testing, mostly to finish up a storyline for my Signifigant Other, and I recorded it and put it together in a short video that they could watch to at least see the end of the Quest Line they were working on. Its not going to win any awards (I sort of went from a Lets Play style of recording to a Cinematic style of presentation during the course of recording the gameplay) but I had fun...

SpaceX Raises 1 Billion In A Financing Round With Google And Fidelity

Image
SpaceX Raises 1 Billion In A Financing Round With Google And Fidelity SpaceX Raises $1 Billion In A Financing Round With Google And Fidelity The total investment of the two companies is one billion dollars, which SpaceX says means that �Google and Fidelity will collectively own just under 10% of the company.� That gives the space startup a total valuation of over $10 billion. According to SpaceX, this �funding will be used to support continued innovation in the areas of space transport, reusability, and satellite manufacturing.� SpaceX today confirmed yesterday�s reports that it has embarked on a new round of fundraising. The round includes two new investors, Google and Fidelity investments. CEO Elon Musk announced earlier this month that the company is going to be investing in a satellite internet startup to provide high-speed internet to people on Earth, and also provide the backbone for the internet to eventually reach Mars. That announcement came shortly aft...

Starmobile Engage a 7 0 inch tablet with android v 4 0

Image
Starmobile Engage a 7 0 inch tablet with android v 4 0 Starmobile a producer of quality Dual SIM phones, established by Star Inc. now presents a tablet named Starmobile Engage a 7.0. inch tablet with an Ice Cream Sandwich  from Google android OS. This tablet has every bacis tablet should have like. A capacitive screen with 5 point multi touch display, and android browser, front and back camera, Support for social media like facebook, MSN, Twitter, Skype and Yahoo messenger. The Starmobile ENGAGE Chipset is a A10 Cortex-A8 with a clockspeed of 1.2GHz and basic support for multimedia and audio functions. The tablets memory can also be Expanded up to 32GB. heres the Starmobile ENGAGE Specifications:                           The Starmobile ENGAGE is available nationwide on Starmobile kiosk scattered around the philippines most of them can be found on malls like SM. Youc can also buy this tablet online. suggested retail p...

Step By Step Mapreduce Example run on hadoop 2 7 1 with video

Image
Step By Step Mapreduce Example run on hadoop 2 7 1 with video Step 1: open terminal using ctrl+alt+T Step 2: go to hadoop user using hadoopashish@ubuntu:su hadoop-user Step 3: Start all Hadoop using below command hadoop-user@ubantu : start-all.sh Step 4: Make new Data Directory on Desktop and create on text file in side Data folder which is on desktop Desktop/data/text.txt Step 5: After start hadoop just type below text hadoop-user@ubantu : jps 6385 ResourceManager 6146 SecondaryNameNode 5637 NameNode 6696 NodeManager 5866 DataNode 12510 Jps Step 6: after doing this You have to go on below path hadoop-user@ubantu : cd   /usr/local/hadoop/ or which path inside your Directory Mine is hadoop-user@ubantu : cd   /usr/local/hadoop-2.7.1/ Step 7 : after going in this folder you have to type hadoop-user@ubantu : cd /usr/local/hadoop-2.7.1 $ bin/hdfs dfs -mkdir /user after this press enter hadoop-user@ubantu : cd /usr/local/hadoop-2.7.1 $ bin/hdfs dfs -mkdir /user/ashish/...

Speed up your Ubuntu 12 04 with preload

Speed up your Ubuntu 12 04 with preload Preload is nice little application that could make your linux system a lot faster. Preload is an adaptive readahead daemon. It monitors applications that users run, and by analyzing this data, predicts what applications users might run, and fetches those binaries and their dependencies into memory for faster startup times. Preload packages are available for almost all linux distributions. And it is available by default in the Synaptic Package Manager and Ubuntu Software Center in Ubuntu. Alternatively, you can install it via Terminal. Type this command   sudo apt-get install preload Thats it. Preload will run silently in the background. If you want to further tweak Preload, conf file is available at /etc/preload.conf. Note that installing preload will not make your system boot faster and that preload is a daemon that runs with root priviledges. And see the difference. Ubuntu Linux Guide Kubuntu Edubuntu Info Tips And Tricks download file now

Speculations with Mists of Pandaria

Image
Speculations with Mists of Pandaria Im assuming the achievements highlighted in blue are the account wide ones? There has been a freakton of talk about the account wide mounts and achievements. Im a bit behind the others, but I do have some thoughts on the subject that I thought Id share. As a confessed altoholic, there are definitely aspects of this that are intriguing to me. Note:  All text in italics are from the official World of Warcraft blog article. Most achievements are account-wide This means you only earn the points once. If you have earned an achievement on one character, you can see it on all your characters. However, and this is important, you will still see the achievement toast (the pop-up notification) if a second or subsequent character completes the achievement. We think it�s still important to recognize milestones like reaching level 80, maxing out a profession, or killing a raid boss for the first time. Its fun to have everyone congratulate you when you get the ...

Stacked column charts with Google charts compared to gnuplot

Stacked column charts with Google charts compared to gnuplot Some time ago I had written about stacked histograms in gnuplot. Today I wanted to see how to achieve the same result with Google charts. For the purpose of this first exercise I was using the client side only and didnt worry about where the data should or could come from (in gnuplot data came from a file, naturally) but I put them directly into the JavaScript code. So first take a look at the result. As you can see the charts are pretty similar to gnuplot. There is currently one caveat in Google charts where you cant have multiline titles so its displayed as one line. So here is the JavaScript code. The code is a slight modification of the Google charts column chart example and of course the calculation of the percentages for the second chart is the only piece where some real additional work is required. I left all settings at their defaults (like colours, fonts etc.) except for the obvious y-axis title and...

SONICOMI Communication with Sonico DARKSiDERS

Image
SONICOMI Communication with Sonico DARKSiDERS Ova Games Ova Games - Free Download PC Games - Rip - Repack - Full Version Title : SONICOMI Communication with Sonico-DARKSiDERS Genre : Adventure, Casual, Simulation, Visual Novel Developer : Nitroplus Publisher : JAST USA Release Date : 2 Jul, 2016 Languages : English, Japanese File Size : 3.45 GB / Split 2 parts 3.00 GB Compressed Mirrors : Mega.nz, 1Fichier, Google Drive, Uptobox, Uploaded.net Free Download Sonicomi: Communication with Sonico PC Game � Super Sonico is a cheerful, hardworking college student and amateur musician who�s about to make her modeling debut. As her personal photographer, you will be responsible for Sonico�s image, balancing the needs of your clients with your own vision for Sonico�s future. Cute, sexy, weird � the � DESCRIPTION Super Sonico is a cheerful, hardworking college student and amateur musician who�s about to make her modeling debut. As her personal photographer, you will be responsible for Sonico�s im...

SQL Structured Query Language Injection with many tools

SQL Structured Query Language Injection with many tools SQL injection is an attack in which malicious code is inserted into strings that are later passed to an instance of SQL Server for parsing and execution. Any procedure that constructs SQL statements should be reviewed for injection vulnerabilities because SQL Server will execute all syntactically valid queries that it receives. Even parameterized data can be manipulated by a skilled and determined attacker. SQL Injection �is perhaps the most common web-application hacking technique which attempts to pass SQL commands��through a web application for execution by the back-end database. The vulnerability is presented when user input is incorrectly sanitized and thereby executed. We will use google dorks to find the vulnerable websites, there is a big list of google dorks� which I will post in my future articles but at this time we will only use the following: inurl:index.php?id= inurl:trainers.php?id= inurl:buy.php?category= inurl:a...

Stellar Phoenix Windows Data Recovery Pro 6 full version crack free download with serial key and keygen

Image
Stellar Phoenix Windows Data Recovery Pro 6 full version crack free download with serial key and keygen Stellar Phoenix Windows Data Recovery is a software that provides you to perform accurate scans of hard disk drive & removable media & regain lost files. This utility software also regains deleted data from mobile phones. This software supports to recover of more than 180 different file types including MS Word documents, videos, photos, audios, database etc. It also recovers lost data from various types of external storage such as pen drive, camera memory card. The extraordinary feature of  Stellar Phoenix Windows Data Recovery � Deep Scan� option searches those storage media for every single bit of inaccessible, lost or deleted data of those files which are unable to see after scanning & provide the result. Special Feature: �   Recovers more than 180 different file types. �   Regains lost data from external storage. �   Including a new file type before...

Spring AngularJS login integration with Spring Security Spring Security 3 and Spring Security 4

Spring AngularJS login integration with Spring Security Spring Security 3 and Spring Security 4 This post shows how to use angularjs for login to spring mvc with spring security set to custom <form-login> Spring security 3 Below is the login.jsp <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <html> <head ng-app="login-module"> <script src="angular.min.js"></script> <script src="login.js"></script> </head> <body ng-controller="MainController"> <form> <input type="text" name="username" ng-model="myusername" /> <input type="password" name="password" ng-model="mypassword" /> <button ng-click="login(<c:url value="/" />, myusername, mypassowrd)" /> </form> </body> </html> The login.js looks like the following: (function(){ var Ma...

Solution for DOMException Failed to load because no supported source was found error in Chrome with HTML5 media API

Solution for DOMException Failed to load because no supported source was found error in Chrome with HTML5 media API After updating Chrome to release 53 this week, my web application was no longer able to use the media API to capture video with a webcam. This is the third time that I am forced to update my code due to changes in Chrome... this is getting a little annoying! The error message I was getting in my javascript console is: DOMException: Failed to load because no supported source was found Ill keep it short. The problem was the way I set the source of my media element. I was setting the source like this: navigator.getUserMedia(videoObj, function(stream) {    CaptureImageStream = stream;    CaptureImageVideo.src = stream ;    CaptureImageVideo.play(); }, errBack); It seems like this is no longer supported. I changed it to this and it now works again: navigator.getUserMedia(videoObj, function(stream) {    CaptureImageStream = stream;   ...

StarCraft II CPU Benchmarking with AMD CPU vs Spoofed Intel CPU

Image
StarCraft II CPU Benchmarking with AMD CPU vs Spoofed Intel CPU Theres been quite a bit of fuss in the past about Intels C++ compiler and how it unfairly performs worse on non-Intel hardware, and its been proven in quite a few scenarios. The most popular discussion area about this is Agner`s CPU blog. So out of curiosity, I decided to check if StarCraft II was affected by this. I installed VMware Player, installed a copy of Windows 8 (64-bit; didnt have a 32-bit image lying around), did some minor tweaking, figured out how to CPU spoof (pro-tip: you need Virtualization enabled under host BIOS), and installed StarCraft II. Specific hardware and software testing conditions can be found at the bottom of this post. I did three different tests. The first test was me first observing the framerate when looking right at the main base without moving the camera, and just selecting the nearest mineral node. The first test also included me creating 25 Zealots and moving them into a corner. St...