Saturday 20 June 2015

on Leave a Comment

Torn Stats Guide

To update your stats from your torn homepage follow this :
Step1: Install either GreaseMonkey(for mozilla) or TamperMonkey(for chrome) extension in your browser.


Step2: It should appear next to your address bar like this after installation
                                
Step3: Click on it >> then click on Add a new script...


Step4: A new tab will open, select all with CTRL+A and delete it.




Step7: Paste it in the new tab opened.

Step8: Save it by clicking on save. Now Tick mark in the box next to the script "Torn Stats".


Step9: Choose "Enable" from the drop down menu just above it and hit "start".



Step10: GO to your torn homepage and see the difference Enjoy :)


For any query post it here, or contact me.


Saturday 17 January 2015

on Leave a Comment

The Highly Recommended Multiplayer Online Game


Do you like games ? Do you want to make friends around the world ?
Then try TORN CITY !!
Make your friend by registering through this link and ask for whatever help you need !!
A new world of money, crime, fighting, travelling around the globe, building respect, making friends and enemies, make your war factions and also marry someone you like !!



Torn is a text-based online RPG set in Torn City, a dark, murky underworld where only the sharpest survive. In Torn City you can be anyone and do anything. Build your character to infinite strengths and play it your way.
Torn City is a massively multiplayer game with thousands of active players around the world. Join them, attack them, befriend them, marry them, trade with them, compete with them. Whatever you do - Do it now!

Sunday 1 September 2013

on Leave a Comment

Rectifier Circuit

Now we come to the most popular application of the diode: rectification. Simply defined, rectification is the conversion of alternating current (AC) to direct current (DC). This involves a device that only allows one-way flow of electrons. As we have seen, this is exactly what a semiconductor diode does. The simplest kind of rectifier circuit is the half-wave rectifier. It only allows one half of an AC waveform to pass through to the load. (Figure below)


Half-wave rectifier circuit.
on Leave a Comment

IR Remote Control

Wireless On-Off Switch:

Small and simple circuit, Suitable for home appliances

Normally home appliances are controlled by means of switches, sensors, etc. However, physical contact with switches may be dangerous if there is any shorting. The circuit described here requires no physical contact for operating the appliance. You just need to move your hand between the infrared LED (D2) and the photo-transistor (Q1). The infrared rays transmitted by D2 is detected by the photo-transistor to activate the hidden lock, flush system, hand dryer or else. This circuit is very stable and sensitive compared to other AC appliance control circuits. It is simple, compact and cheap. Current consumption is low in milliamperes. The circuit is built around an IC CA3140, D2, photo-transistor and other discrete components.

Thursday 29 August 2013

on 1 comment

Python: Week 2

  • Visualizing Assignment Statements

Python Visualizer that follows the model we use to draw pictures of computer memory.
Consider this code:
x = 1
y = x + 2
x = 7
When we trace this in the visualizer and click button Forward twice, this is the result:

Monday 26 August 2013

on Leave a Comment

Regulated Power Supply

Power supply is a reference to a source of electrical power. A device or system that supplies electrical or other types of energy to an output load or group of loads is called a power supply unit or PSU. The term is most commonly applied to electrical energy supplies, less often to mechanical ones, and rarely to others. Here in our application we need a 5v DC power supply for all electronics involved in the project. This requires step down transformer, rectifier, voltage regulator, and filter circuit for generation of 5v DC power. 

Here a brief description of all the components are given as follows:

Friday 23 August 2013

on Leave a Comment

Syllabus For Python

This course provides an introduction to computer programming intended for people with no programming experience. It covers the basics of programming in Python including elementary data types (numeric types, strings, lists, dictionaries and files), control flow, functions, objects, methods, fields and mutability. Here is a tentative list of topics.
Week Topics
1 Installing Python, IDLE, mathematical expressions, variables, assignment statement, calling and defining functions, syntax and semantic errors
2 Strings, input/output, Booleans, function reuse, function design recipe, docstrings
3 import, namespaces, if statements
4 for loops, fancy string manipulation
5 while loops, lists, mutability
6 files
7 tuples, dictionaries
on Leave a Comment

Python: Week 1

Getting Started: Installing Python 

Programming Languages

Programs are found in many places such as on your computer, your cell phone, or on the internet. A program is a set of instructions that are run or executed. There are many programming languages and, for this course, we will use the Python programming language.
AKB. Powered by Blogger.