Thursday 6 October 2016

Electronic Simulation Software: Proteus 8 Professional v8.5 SP0 Full Free Download for Windows with Updater and Installation Instruction

One again Proteus 8 professional with it version added is Proteus Proteus 8 Professional v8.5 SP0 Full for Windows for you who want to create simulation electronic and microcontroller now and design PCB layout easily with it features.

Proteus Proteus 8 Professional v8.5 SP0 Full for Windows also will give you many advanced simulation in electronic project and PCB layout design with ISIS and ARES that allow you to design electronic circuit and simulate it and then you also can create PCB layout design at once using this software.


In this article we will give you global overview about Proteus software, the features, system requirement and the last we will give you the link that allow you to take free download Proteus 8 Professional v8.5 SP0 Full for Windows system. In this folder you can also read the updater and installation instruction for this Proteus v8.5 SP0. 


Overview

Proteus is one electronic simulation software that has developed by Labcenter Electronics. This software can make you easily generate schematic captures, simulate microprocessor and develop PCB. With Proteus has such a simple yet effective interface that it simplifies the task required to be performed. This one aspect has attracted many users to select this tool amongst many others offering the same services.

One of the main components of Proteus 8 is Circuit Simulation which is a product that uses SPICE 3f5 analogue simulator kernel with digital simulator which allows user to use any SPICE model from any manufacturer. The application comes with extensive debugging features which includes break points and single stepping. So, the application can be used in the educational institutions in order to teach the students about circuit designing.

As more information to you that Proteus 8 has a very simple and organized interface and has all the necessary tools and commands which are necessary for designing circuit boards and also for testing them. The application is strictly for the advanced users and only those who have extensive knowledge of circuit designing can use it efficiently.
The introduction of ISIS 

ISIS is used for educational purposes and design. Some common features of ISIS are as follows:
  1. Windows can be operated on Windows 98 / Me / 2k / XP and Windows updates.
  2. Routing automatically and have facilities dot placement and removal.
  3. Very powerful for the selection of components and the provision of its properties.
  4. Support for the design of various types of buses and components pin, port modules and pathways.
  5. Having facilities report to the mistakes of the design and simulation of electric.
  6. Supporting facilities interconnect with program-ARES PCB maker.
  7. Have the facility to add a package of components that are not yet supported.

Introduction of ARES

ARES (Advanced Routing and Editing Software) is used to create a module PCB layout. As for the features of ARES are as follows:
  1. Has a database with 32-bit accuracy and provides resolution to 10 nm, the angular resolution of 0.1 degrees and sizes maksimim board to less than 10 m. ARES supports up to 16 layers.
  2. Integrated with ISIS schematic maker program, with the ability to determine routing information on the schematic.
  3. 3-Dimensional Visualization board.
  4. 2-Dimensional Depiction with symbol library.
System Requirements For Proteus 8 Professional

  1. Operating System: Windows XP/Vista/7/8
  2. Memory (RAM): 256MB of RAM required
  3. Hard Disk Space: 500MB of free space required
  4. Processor: 233MHz processor or higher

Download Software

And now you can click the icon link below to continue download Proteus 8 Professional v8.5 SP0 Full for Windows. There are two files that you show download.

Saturday 27 August 2016

An Example of facebooks unofficial python sdk usage

step 1) Install unofficial sdk:

You can get facebook-sdk from here!

Python Facebook-sdk: https://facebook-sdk.readthedocs.io/

Installing from Git
For the newest features, you should install the SDK directly from Git.
Run the following command:

pip install -e git+https://github.com/mobolic/facebook-sdk.git#egg=facebook-sdk
 

step 2) Concepts:      

       Facebook uses something called as graph which is a data structure used to model facebook's data where every person, comment , Post , Share everything we see is an object having its unique id and multiple connections to loads of other objects.
          This helps to model social connections like friendlist , hobbies, likes and shares . We can use this sdk in python to communicate to the graph api and carry out tasks needed. 

step 4) Access token generation:
        Facebook account authentication is done using unique access tokens.
 goto https://developers.facebook.com/ and login to your account click on tools and support 
and Graph API Explorer finally click on get access token and select permissions for below example we will need v2.1 with read_stream and Publish permission.


step 3) Code:

This is an simple example of automatic liker


import facebook
import requests
if __name__ == '__main__':
    token = '***Paste Your Access Token Here***'
    graph = facebook.GraphAPI(token)
    profile = graph.get_object("me")
    feed = graph.get_connections(id="me", connection_name="home")
    toberemoved=[]
    posts=feed
    for i in range(4):
        try:
            # Perform some action on each post in the collection we receive from
            # Facebook.
            # Attempt to make a request to the next page of data, if it exists.
           
            posts = requests.get(posts['paging']['next']).json()
            feed['data'].extend(posts['data'])
        except KeyError:
            # When there are no more pages (['paging']['next']), break from the
            # loop and end the script.
            break
    print 'aquired {}'.format(len(feed['data']))   
    #:::::::::::::::like all the posts::::::::::
    for post in feed['data'] :
        graph.put_like(post['id'])

       
       
   

 Tags: Facebook-sdk, python, Hack facebook, facebook program, facebook automate


Wednesday 11 February 2015

Make a bootable pendrive in Windows

 Make a bootable pendrive in Windows

PREREQUISITES:-
Firstly, You will need a usb drive (at least 4 gb ) and a windows or ubuntu iso file.
Secondly, you need to download the tool called Rufus that makes it too easy to accomplish this task even for a noob. There are many other tools available on the net. I prefer Rufus because it’s fast!
STEP 1:
  • Execute the downloaded file.
  • Now, after the window opens, check if your pendrive appears in the top OR select from the dropdownlist if you have plugged in multiple pendrives. This indicates that the pendrive is detected.
  • Next, select the ISO image option from the dropdown list.1
STEP 2:
  • Browse though your folders and select your preferred ISO image.
  • You don’t need to make any changes, if its a windows .iso it will automatically select the NTFS file system and if it is a ubuntu it will switch to FAT32 .
3 2
STEP 3:
  • Click Start , a message will appear  saying that all of you USB data will be deleted and the USB would be  formatted .
  • If you have any files on your usb now it is the last time you can backup them.
  • Click OK.
Wait for the process to be completed. It would take approximately 4-5 minutes to finish, depending on your USB speed. Finally, click Close and you are good to go!

Source : crazzycmd.com

Friday 15 November 2013

 Top 10 Must Have Software for Windows PC

So here comes the Top 10 Must Have Software for Windows PC. If you just bought a new Windows PC or Laptop, you should install some important software to get your all task done. The software we are going to list here are from reputed software vendors.
To get the most out of Computer you should install some essential  software. This Post will guide all the newbies as well as advanced computer users about which software programs to install on his/her Windows or Mac PC/laptop.

List of Top 10 Must Have Software for Windows PC

Top 10 Must Have Software for Windows PC Top 10 Must Have Software for Windows PC
So here is the list of Top 10 Must Have Software for Windows PC. Following this list is highly recommended to everyone. So lets get started.

1. Avast Free Antivirus

Avast free antivirus is on first spot of Top 10 Must Have Software for Windows PC. Security of any PC/Laptop is must. If you are looking for decent AV, just go Avast Free Antivirus without thinking of any other. This AV has got excellent features. Even it can beat paid antiviruses. This is the most used antivirus in the world. You should install Avast.

2. Microsoft Office

Microsoft Office is a traditional software package from Microsoft. This is a vital software to install on your system. There are no systems without Microsoft Office installed. You open and create your important docs, Presentations and much more. It includes Office programs like MS word , PowerPoint and excel.

3. Adobe Reader

Adobe Reader is the software made by Adobe to open PDF files. Adobe Reader has become the standard software for opening the PDF files.

4. Google Chrome/ Mozilla Firefox

For Web Browsing You can choose between Google Chrome and Mozilla Firefox. You can choose any one of them according to your wish. These two browser are great and can make you sit on the driver sit.

5. CCleaner

CCleaner is a have software made by Piriform. It is a great companion for your PC. It can clean all garbage and junk files in your system and make your system faster. Its one best software in Top 10 Must Have Software for Windows PC.

6. Flash Player

For watching online videos and playing games, you system should be installed with Flash Player. While Google Chrome comes pre-installed with flash player, but you have to install flash player separately for Mozilla Firefox.

7. VLC Media Player

VLC Media Player is the standard for playing all media files. It can play any media file you through at it. You must install VLC, if you watch videos and movies.

8. WinRAR

WinRAR is a great software for compressing the files and opening the Compressed files. WinRAR is a great software in top 10 must have software for Windows PC.

9. JAVA

Many of the websites on the web requires JAVA to be installed in your PC. So Java plugin is must have software for browsing the web comfortably.

10. Dropbox and Skype

For storing data in the cloud Dropbox is always recommended. Dropbox has got excellent features for storing files. Secondly for Online Video Chat there are many software but you can’t leave without Skype for video chatting.
So above is the list of Top 10 Must Have Software for Windows PC. These are highly recommended. If any of the software is missed in the above list, you can give your opinion.

Saturday 7 September 2013

make money online

http://fiverr.com/

its a site to make money online..

one of the best methods

Make money: Money has long been considered an important part in people's lives over the years, due for its facilities in selling and buying. As different types and brands of businesses, also the prices are vary, as well as the amounts. With rising unemployment rates in the world, many people turn to search for jobs online for-profit.
For this that you are suffering from delays in payment of rent, and do not find what you pays your bills daily. After today will not experience similar problems, because the wave of change has came back ..
I'm giving you today a group of sites that may increase your income with effort on simple and continuous.

Let's start first with the site:
Neobux: Is a website that pay money to watch some ads for other sites, the rate of viewing ads can up from 15 to 30 cents, you can earn more money by sending your referral to your friends, or putting it on your page in facebook, twitter, and on the forums, and if anyone join in to Neobux via your referral you'll earn more money. the website payments method are supporting paypal, alertpay, and more other banks. you can get your money once amounted to 2$ and more. Click on the banner bellow to enter to the website:

Update:
Readbud: This website is a scam. try to brows it, it will not open.

fiverr.com: is a website that allows you to earn 5$ by doing somthing for someone, find what you can to do, like drawing pictures, write an article, test your website, help you to fix your computer.....just find what you can realy doing and join to the website, you'll sell your service for 5$, i think this is good, aren't it ?
many people are mkaing money from tihs website, and a lot of them are buying services for only 5$, when you found what you can realy do send some messages on facebook, twitter and tell the world that you can work for them for 5$ per job, like if you can draw pictures you'll get five dollars per picture that you drawing. Just go to the link bellow and you'll found many people advertising for what they can do for this price, many of them are making a sample job and getting cash. Now is your turn i'm sure you'll make a lot of money from fiverr too, just make sure that you'll not do anything wrong, do your job in The fullest extent. what now ?! Start selling :D join from here 
Google Adsense: maybe you don't have what to sell on fiverr for now, that why you have to try working with Google, by showing ads on your blog/website, and you'll get a lot of money yes i say a lot of money, many people makes working for Google their job because they earn a lot of $cash$, but you have to get a blog or website with articles on it which have to be from your writing. you must have to respect adsense's roles, you'll found it on the website. this service it work by showing ads on you blog, and when someone clicked on it you earn $$, the pay method is via cheek, you receive it by post mail to your home address, that why it necessary to give your address correctly when you register on adsense website, the adsense team will inform you when your account on adsense are approved, you can get your money when your account have 100$ then you'll be allowed to get your money. Also when you earn 10$ you'll receive a code pin via post mail to your home, you'll need it to activate your account. All this is not worth anything comparing with the blog body, i mean if you have a blog/website, with new articles from your writing and don't copy anything from other website, and if your blog talking about something people searching on it many time over the world, then make sure you'll earn money cash from it, but if you still copy articles from other websites, and past it on your one, then you'll not earn any cent from adsense, and your account will be approved or deactivated. Now start making your own blog, write some articles by yourself, and start earning from adsense.

Wednesday 30 January 2013

Free Download Freedom Download Manager - IDM Alternative Software 100% Work - No Error

4:22 pm

Freedowm download manager
Freedom Download Manager - A download manager is a computer program dedicated to the task of downloading (and sometimes uploading) possibly unrelated stand-alone files from (and sometimes to) the Internet for storage. Some download managers can also be used to accelerate download speeds by downloading from multiple sources at once. Although web browsers may have download managers incorporated as a feature, they are differentiated by the fact that they do not prioritize accurate, complete and unbroken downloads of information.
 
Freedom Download Manager
Download files from your favorite websites easily and many more features:
  • Pause and Resume Downloads
  • Limit your Download Speeds
  • Multiple File Downloads
  • FTP Download Support
  • Auto Scan Files For Virus'
  • Support for Auto Downloads
Its 100% FREE to Download
and our slick user-friendly interface makes Downloading a walk in the park! 
 
 Freedowm download manager
Pause & Resume Downloads
Pause your downloads and simply resume them at anytime
100% Free Software
Why pay for other download managers when you can get one free?
Control Your Download Speed
Limit your download speed and use the rest of your connection for other things
Compatible with Windows XP, Vista, 7
Download Here : 

Tuesday 29 January 2013

Counter Strike (CS) 1.6




Counter Strike (CS) 1.6 - is a FPS game in Indonesia or the world. Here is a link download Counter Strike 1.6.
Counter-Strike is a video game shoot-the first is a modification of Half-Life video game by Minh "Gooseman" Le and Jess "Cliffe" Cliffe. This game has evolved into a series of new games since its launch, including Counter-Strike: Condition Zero, Counter-Strike: Source, and Counter-Strike on Xbox.
Counter-Strike showing counter-terrorist team (CT) against a team of terrorists in a series of rounds.
Scenario
In addition to the ways below, victory can be achieved by killing all the members of rival teams.
Taming bomb (Bomb defusal)
Apply for a place beginning with de, example: de_inferno, de_train, etc..
In this scenario, a terrorist team tasked to plant a bomb on the place that has been provided, which is called the bombsite (A and B). Instead, a team of counter-terrorists must defuse the bomb if it is planted, or prevent terrorists planting the bomb. Although the entire terrorist killed if the bomb is not defused until such time as the terorislah the win.
Rescue hostages (Hostage Rescue)
Apply for a place beginning with cs, eg cs_assault, cs_militia, etc..
In this place, counter-terrorists must rescue the four hostages (hostage) located at the headquarters of terrorists (T Spawn)
Secret murder (assassination)
Apply for a beginning as, for example: as_tundra, as_oilrig, etc..
In the assassination scenario, one of the counter-terrorist become a VIP in his team. Members are not allowed to die until you reach a safe place (usually a helicopter or tank).
This scenario is not much there in the game Counter-Strike.
Firing range (Fight Yard)
Apply for a beginning fy, eg fy_rush, fy_unseen, etc..
In this scenario, both teams just did a shootout.
Counter Strike (CS) 1.6 - Full Cracked - Free Download Shooter PC Game and Cheat Code

Weapon
Weapons that can be used include:
1. Pistol
2. Shotgun
3. Submachine gun (submachine gun)
4. Assault rifle
5. Rifle duck
6. Machine gun
7. Equipment
8. Bullet-proof vests
9. Knife
10. Grenade
11. Bomb disposal equipment (defusal kit) (CT)
12. C4 Bomb (T)
Cheat
Wallhacks, cheat code (cheat) allows the CT or the terrorists in the game can see objects behind walls.
Speedhacks, cheat code (cheat) allows the CT or the terrorists in the game has an increasing pace
No recoil, code cheat (cheat) allows CT or Terrorists firing weapons in the game without the recoil effect
Aimbots, cheat code (cheat) allows the CT or the terrorists in the game can directly target the opponent is automatically
ESP, this code allows the CT or terrorists in the game can see the health, name and distance of the enemy via a text message that appears.
Barrel hack, showing the direction of view of the enemy
Anti-flash and anti-smoke, eliminating the effects of the flashbang and smoke grenade.
Grenade Dodger, allowing players to position toward or away from grenades (depending on settings)
bot_kill to kill all the bots
Fanatic, Aimbot, speed, lasers, WALLS, esp, and the latest cheat is: Team kill bots

Counter Strike (CS) 1.6 - Full Cracked - Free Download Shooter PC Game and Cheat Code

Counter Strike (CS) 1.6 - Full Cracked - Free Download Shooter PC Game and Cheat Code
 
Counter Strike (CS) 1.6 - Full Cracked - Free Download Shooter PC Game and Cheat Code
Download Here : 
Counter Strike (CS) 1.6 - Full Cracked From 4Shared
Part 1
http://goo.gl/RhSqM
Part 2
http://goo.gl/rhSRI
Part 3
http://goo.gl/v02pG

OR

Part 1
http://www.4shared.com/rar/cAgIip0a/Counter-Strikepart1.html
Part 2
http://www.4shared.com/rar/JjztqvWI/Counter-Strikepart2.html
Part 3
http://www.4shared.com/rar/wx-8R9PP/Counter-Strikepart3.html

Rar Password : www.dedysoftgame.blogspot.com
Note : Copy Link and Paste to New Tab on Browser