Posts

Showing posts with the label some

Some important Windows 8 Keyboard Shortcuts Every User Should Know

Image
Some important Windows 8 Keyboard Shortcuts Every User Should Know Windows 8 already Captured a huge amount of users,so ill share some important keyboard shortcuts,whichll improve  your working experience in windows 8 or other versions of windows.Because there are so many user friendly shortcut keys in windows what every computer user should know to be an advance user. Windows 8 User Interface Shortcuts Keystroke Combination Details Windows Button+B, D, M, and T Desktop Windows Button+C Charms Windows Button+E File Explorer Windows Button+E Files  Windows Button+Print screen Share Windows Button+I Settings Windows Button+K Devices Windows Button+L Lock Screen Windows Button+P Second Screen Settings Windows Button+Q Apps Windows Button+R Desktop with Run Dialog Open Windows Button+U Ease of Access Center Windows Button+W Settings Search Windows Button+X Power User Menu displays in lower-left...

Solution Worried Download stopped due to some network error in Google Chrome

Image
Solution Worried Download stopped due to some network error in Google Chrome Worried or Frustrated Download stopped due to some network error in Google Chrome..?   Have you ever had this bitter experience of download getting cancelled due to some unknown network error.? Dont Worry your Download has not gone waste you can resume it with a simple win32 app. This usually happens when chrome stops responding or there is some other highly bandwidth consuming device in the network. or due to dome isp throttling of speeds. this is very common now a days a heavy bandwidth consuming application could be referred to torrent client or some update process. Wget is a GNU application for windows which does this work for you. you can get it here. once if the installation is done you can view such files under C:Program Files (x86)wget Tip: if you have an admin account it is ok to continue to install in the same path or choose a different path (My Documents,Desktop) so that download can continue. b...

What Are Some Basic Traits of a Good CAD Drafter

What Are Some Basic Traits of a Good CAD Drafter Are you new to CAD or a CAD beginner, and have ever thought to yourself, �What are some basic traits of a good CAD drafter?� If yes, then this is the article for you! To answer this question let�s look at that www.bls.gov website, which states that �Drafters prepare technical drawings and plans, which are used by production and construction workers to build everything from microchips to skyscrapers.� As you can see, this statement is specific, yet also broad. It is specific in that it states that �Drafters prepare technical drawings and plans��, and it is broad in that it states ��to build everything from microchips to skyscrapers.� From the statement above it can be understood that a good CAD Drafter would need to be technically minded. He�d have to have problem solving abilities, the kind which are generally associated with math or being able to visualize things in three dimensions. It can also be understood from the BLS statement that...

some random keyboard shortcuts

some random keyboard shortcuts Best Keyboard Shortcuts Getting used to using your keyboard exclusively and leaving your mouse behind will make you much more efficient at performing any task on any Windows system.: Windows key + R = Run menu This is usually followed by:(cmd = Command Prompt ) iexplore + "web address" = Internet Explorer compmgmt.msc = Computer Management dhcpmgmt.msc = DHCP Management dnsmgmt.msc = DNS Management services.msc = Services eventvwr = Event Viewer dsa.msc = Active Directory Users and Computers dssite.msc = Active Directory Sites and Services Windows key + E = Explorer ALT + Tab = Switch between windows ALT, Space, X = Maximize window CTRL + Shift + Esc = Task Manager Windows key + Break = System properties Windows key + F = Search Windows key + D = Hide/Display all windows CTRL + C = copy CTRL + X = cut CTRL + V = paste Also dont forget about the "Right-click" key next to the right Windows key on your keyboard. Using the arrows and that ...

Some Unknown Facts about Yo Yo Honey Singh Yo Yo Honey Singhs lifestory

Some Unknown Facts about Yo Yo Honey Singh Yo Yo Honey Singhs lifestory Here is an article of Some Unknown Facts about Yo Yo Honey Singh in which we are going apart from our niche. In this article, we will discuss Some Unknown Facts about Yo Yo Honey Singh and his life . Yo Yo Honey Singh is a famous punjabi singer. Now Yo Yo Honey Singh is also a well known name in every home. So we are here for Some unknown facts about Yo Yo Honey Singh . Hope you like this article I.e. Some unknown facts about Yo Yo Honey Singh 1) The real name of Yo Yo Honey Singh is Hirdesh Singh 2) Yo Yo Honey Singh was born on 15th March, 1984. 3) Yo Yo Honey Singh first used to learn music from a Deejay - DJ Vishal. 4) Yo Yo Honey Singh has completed his schooling from Guru Nanak Public School, Punjabi Bagh, New Delhi. 5) Yo Yo Honey Singh had commerce stream in school. 6) Yo Yo Honey Singh passed from School in the year 2000. 7) Yo Yo Honey Singh used to live at Karampura, New Delhi. 8) Yo Yo Honey S...

VolcanoBox 2 2 7 1 Important News About Compromised Error 747 Some Rumors Decline

Image
VolcanoBox 2 2 7 1 Important News About Compromised Error 747 Some Rumors Decline Add a few flash support for spd android Adjust the MTK new boot V7.1324 MTK a ROOT ADB ROOT support more phones Adjust the MTK Android write flash Important -> compromised boxes & Error 747 & Some Rumors Decline.EveryOne Must READ!! visit link download

Some Launcher V2 9 Notes

Some Launcher V2 9 Notes These past few days/weeks have been specially hectic and chaotic. Ive held off issuing tokens and codes since I was working on something. And what I thought and planned to be a seamless, painless upgrade, turned out to be anything but. V2.9.0 was a disaster,V2.9.1 wasnt any better, V2.9.2 was barely acceptable and V2.9.3 showed a glimmer of hope. It took a friend from the other side of the world to get it back to an acceptable level. Working but not perfect. Id like to put out some guidelines for existing users:  Those who now use the new EST format, you should be OK with any V2.9+ version  Those who have the older format, still valid, non-extended tokens, upgrade now and extend your tokens using V2.9.3 Those who own an already extended tokens, please do one of the following:                 - If your old token is still valid today, please revert to the original token and upgrade to V2.9.3, then extend your token...

Some small stuff

Some small stuff Its a been a long time since i updated, been really busy with collage work, and also was too wiped out by to do anything productive for a while. But now i got some stuff, though admittedly small, and way too late, i am posting. Finally made the temples for the mammoth mart 3 rocket pods and railguns, with some rudimentary instructions, hopefully u can figure them out. U can get them here. Also, there has been some confusion about the Juggernaut model. There is actually only one model, but with 2 different textures, one desert camo, one snow camo. Anyway, i have uploaded PDOs, and PDFs for both textures here. Ok thats the small update for now, i am working on some bigger stuff, and also got more people to contribute, so keep checking back for more stuff. visit link download

Some lisp routines for autocad beginners

Some lisp routines for autocad beginners Some  lisp routines for autocad or zwcad  beginners .  ;;VIEW COMMANDS (vs, vr, vst, vrt)  (defun c:vs() ;;Saves view (of name to be supplied by user).  (command "-v" "s"))  (defun c:vr() ;;Use this to restore Named View created by vs (Type in the name supplied earlier)  (command "-v" "r"))  (defun c:vst() ;;Creates view called temp.  (command "-v" "s" "temp"))  (defun c:vrt() ;;Restores view "temp"  (command "-v" "r" "temp"))  ;;ZOOM COMMANDS (z7, z12, ze, za, zp)  (defun c:z7() ;;Zooms (out) 0.7x  (command "zoom" ".7x"))  (defun c:z12() ;;zooms (in) 1.2x  (command "zoom" "1.2x"))  (defun c:ze() ;;Zooms extents, then zooms out 0.9x  (command "zoom" "e" "zoom" ".9x"))  (defun c:za() ;;Zoom all  (command "zoom" "all" "zoom" "...

Some Secret on Counter Strike Online Part 1

Image
Some Secret on Counter Strike Online Part 1 Hey Cheater, Now Admin will give you some Secret about Counter Strike Online All server , lets read together. may have been many people who know it, but for those of you who do not know ?, Here They are : Classic rifle M4A1 everyone you know ? Observant people will notice , M4A1 added a silencer , the sight becomes large. However, the decisive battle in the team there will be no change in sight , in competitive mode will change . Do you think body armor is a useless thing ? Buy body armor, and then to his feet to throw grenades, then do not buy body armor to his feet to throw grenades, compare damage , you will understand what I mean . After Long Kiss CHILONG AK plus the speed of a bullet is not only faster , even the ballistics are variable stability , and stability to be outrageous . Gold gun model gun model than RMB lot rougher . Revitalizing M4 open the mirror after fired three shots in the distance , the bullet base at one point , the fo...

SOME IMPORTANT CIVIL ENGINEERING ABBREVIATION

Image
SOME IMPORTANT CIVIL ENGINEERING ABBREVIATION -DPC-Damp proof course. � RCC-Reinforced cement concrete. � R.B.W- Reinforced brick work. � C.I.Sheet-Corrugated Iron sheet. � C.I.Pipe -Cast iron pipe. � NCF-Neat cement finishing. � SWG-Standard wire gauge. � MB-Measurement book. � GP-Ground plane. � VP-Vertical plane. � HP-Horizontal plane. � CP-Cement plaster. � LC-Lime concrete. � CC-Cement concrete. � AC-Asbests cement. � CS-Comparative statement. � PERT-Programme Evaluation and Review Technique. � CPM-Critical path method . � USD-Ultimate strength design. � W.S.D-Working stress design. � BNBC-Bangladesh national building code. � PL-Plinth level. � GL-Ground level. � EGL-Existing ground level. � OGL-Original ground level . � FGL-Formation ground level. � HFL-Highest flood level. � RL- Reduced level. � A.C.I-American concrete institute. � A.A.S.H.O- American Association of state highway official. � A.R.E.A-American Railway engineering association. � A.S.T.M-American society for testing...

Some Nokia importance models Light Solution Pack

Image
Some Nokia importance models Light Solution Pack Some Nokia importance models Light Solution Pack Download Link visit link download

Some questions and answers about DC Generators

Some questions and answers about DC Generators 1. Laminations of core are generally made of (a) case iron (b) carbon (c) silicon steel (d) stainless steel Ans: c 2. Which of the following could be lamina-proximately the thickness of laminations of a D.C. machine ? (a) 0.005 mm (b) 0.05 mm (c) 0.5 m (d) 5 m Ans: c 3. The armature of D.C. generator is laminated to (a) reduce the bulk (b) provide the bulk (c) insulate the core (d) reduce eddy current loss visit link download