background preloader

Network Tools by YouGetSignal.com

Network Tools by YouGetSignal.com

Speed Test Tool **The results shown are for the last 14 days only.** Average results - 0 Tests Average results for others in your area - 0 Tests To save and view your individual test results, please register here. More Information About Broadband Internet Broadband Internet, generally known simply as Broadband, is the name given to high speed internet access. Broadband can be delivered in a number of different ways. DSL and Cable Broadband are generally the least expensive and most effective forms of Broadband. One of the most important factors when choosing a broadband delivery method is the amount of bandwidth available. That is why it is important to test your Broadband connection at different times. Definition of Terms View definitions of the speed test terms. Broadband Internet Cable Internet DSL High Speed Internet

Minecraft Script Pictures Wherein you can see nifty pictures, and read some text too. It's minecraft! Yay! The Code Go to this page if you're interested in the code, so you too can modify your Minecraft save files. Intro So, I realized that there is no combined page for the scripts I've been writing for Minecraft. The Story Beginnings Like many of you, I learned about Minecraft through a link from a blog (I think it was Three Panel Soul). The first script I wrote was a simple interface to edit .mclevel files. Next, I started on a script to convert Dwarf Fortress levels to Minecraft levels. Castles Castles! Over the course of a few weeks, I gradually upgraded the code to allow multiple levels, an offset keep, doors, gatehouses, and towers along the walls. Merging Maps During this whole process, I was becoming familiar with the Minecraft forums and the mapping community. Trees While developing the code for making castles, another thought had been growing in my mind. This is by far my most popular script. City Groundwork

50 more of Wikipedia's most interesting articles & Copybot The 50 most interesting articles on Wikipedia post on this blog has had heaps of interest. So I thought it was about time I posted another one. This time, the list’s a lot less war-focused. Thanks again to Ray Cadaster for all his hard work putting the lists together. Like this: Like Loading... Related The 50 most interesting articles on Wikipedia Deep in the bowels of the internet, I came across an exhaustive list of interesting Wikipedia articles by Ray Cadaster. In "Interesting" Bauballs: battle of the balls For as long as anyone can remember, Christmas has happened every year. In "Advertising" Oxford Circus in fancy dress for The Great Gatsby Tube and train station 'wraps' have enormous potential for creative applications, and it's great to see one actually come to life.

YouTube Playlists for Learning Programming YouTube has been very good platform for learning any thing. Earlier you have seen 400+ courses on YouTube and 130+ NPTEL courses. There are few more courses especially about computer programming. thenewboston: thenewboston is a great youtube channel, has more than 2o playlists covering topics Python, C, Java, iPhone development and web programming like HTML, CSS, PHP. Xoax.net Xoax has more than 200 videos but mainly focuses on C++. PHPacademy As the name suggests, it focuses mainly on PHP and some on MySql. There are more videos on small projects like writing your own search engine for your database, pagination, creating a rating system etc… Related posts: Get more stuff like this

How to Forecast Weather | Ever wondered how to forecast the weather without actually using instruments? Check the Clouds: Clouds can tell us a lot about the weather. For example, they can tell us if it’s going to be warmer on a particular night by simply being there. That’s because they prevent heat radiation from escaping. Check the Humidity: If you’re one of those people whose hair gets all curly when it gets really humid out, you know exactly what this is about. Check the Animals: Birds only fly in the sky when they expect fair weather ahead. Look at the Rainbow (but only in the west) and look for a Red Sky: If you see one in the west, it means a major storm front is coming. Check the Air: If it smells like a compost heap, expect some rain soon. Check the Moon: Seen any red moons lately? Check the Wind: If you can tell which way the wind is blowing, you can tell if there is a storm approaching. A Few More Ideas: Make a campfire – If the smoke goes straight up, clear skies ahead.

Game From Scratch C++ and SFML Edition! Want to create a game using C++ and SFML? This is the perfect place to start! This tutorial series will follow the creation of a simple game in C++ from the very beginning till the end, a micro-version of the overall purpose of this site. C++ is an evolving language standard and a great many tutorials out there are horrifically outdated or just plain bad. This series is meant to be a living document, so if you have any questions on specific section, let me know and I will update accordingly! Finally, I don’t pretend to be an expert on C++ nor SFML, so if you see a mistake or you disagree with something I have said, let me know. Alright, lets get this started. EDIT: This tutorial was written a couple years ago and targets Visual Studio 2010. The Introduction In this section we have an overview of what this project is going to involve as well as a list of programs and libraries you are going to need to follow along. Part 1 Part 2 Code, we finally start to code. Part 3 Part 4 Part 5 Part 6 Part 7

50 Kick-Ass Websites You Need to Know About It's time to update the entries in your browser's links toolbar. But with recent estimates putting the size of the internet at well more than 100 million distinct websites, it's getting harder and harder to get a handle on all the great stuff that's out there. That's why we've compiled this list. And unlike some lists you may have seen, which try to name the very "best" websites, but end up just telling you a lot of stuff you already know, we've chosen instead to highlight 50 of our favorite sites that fly under most people's radar. You might have heard of some of these sites, but we'll bet you haven't heard of all them. Demoscene.tv See What Can Be Done with 4 Kilobytes If you’re any kind of nerd at all, you probably know about the demoscene, where talented programmers create complex videos rendered in real-time, stored in incredibly small files. But what if you just want to see what all the fuss is about without actually downloading and running an executable? lite.Facebook.com

BitLet - the BitTorrent Applet In the summer of 2007, shortly after launching Novlet, Daniele and I still had time to spare and were looking for something new to build. Sure enough, within a short period, Daniele came up with the idea that would soon become BitLet: a BitTorrent client that could run in a browser without requiring users to install anything on their computer. Back then, browsers had very limited capabilities: AJAX had been recently introduced (in 2005), web applications were moving from static pages to dynamic client UIs but no browser could do things like opening sockets and writing files locally, central requirements for a peer to peer file sharing application. We found a solution in an unlikely piece of technology: Java applets. Despite Java’s success as a programming language, applets had never been that popular among casual users. While a good idea in principle (small applications that could be downloaded and launched from web pages), the concept never got traction beyond a few niches.

Numbers Near Multiples Of Ten It's fairly easy to multiply two numbers that are close to the same multiple of 10. The algorithm for doing it is called “Nikhilam Navatascaramam Dasata.” It is part of a system of algorithms and mnemonics to remember them, collectively known as “Vedic Math”, that was developed by Jagadguru Swami Bharati Krishna Tirthaji Maharaj in the early 20th century. The easiest way to explain the algorithm is to give examples, and explain the algorithm along the way. 7 x 8 First find a suitable “base”. base 10 7 | -3 x 8 | -2 Multiply the differences. -3 x -2 = 6. base 10 7 | -3 x 8 | -2 ________ | 6 Now add the difference between the one number to be multiplied and 10, to the other number to be multiplied. Put the result on the left side of the answer: base 10 7 | -3 x 8 | -2 ________ 5 | 6 7 x 8 = 56 Now let's try it with significantly bigger numbers, to see why this is such an advantage. 98 x 89 ____ Since both numbers are close to 100, we will use 100 as our base. 10200 + (-08) = 10192 104 x 98 = 10192

The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) by Joel Spolsky Wednesday, October 08, 2003 Ever wonder about that mysterious Content-Type tag? Did you ever get an email from your friends in Bulgaria with the subject line "???? I've been dismayed to discover just how many software developers aren't really completely up to speed on the mysterious world of character sets, encodings, Unicode, all that stuff. But it won't. So I have an announcement to make: if you are a programmer working in 2003 and you don't know the basics of characters, character sets, encodings, and Unicode, and I catch you, I'm going to punish you by making you peel onions for 6 months in a submarine. And one more thing: In this article I'll fill you in on exactly what every working programmer should know. Before I get started, I should warn you that if you are one of those rare people who knows about internationalization, you are going to find my entire discussion a little bit oversimplified. A Historical Perspective Unicode OK, so say we have a string: Hello Encodings

HackQuest :: Learn about Hacking, Cracking, JavaScript, PHP, Cryptology and Password security Category:Programming Tasks Programming tasks are problems that may be solved through programming. When such a task is defined, Rosetta Code users are encouraged to solve them using as many different languages as they know. The end goal is to demonstrate how the same task is accomplished in different languages. These are the Programming Tasks that have been defined and solved. Feel free to add solutions in languages not already included. The Category:Simple is a small subset with only "really simple" tasks, like "Hello World", and demonstrations of basic language-features. The Category:Draft Programming Tasks is a list of tasks, some of which are just awaiting more implementations before they can be promoted to tasks. Read the guidelines on creating new tasks. The following 871 pages are in this category, out of 871 total.

Google's Android Reborn as Network-Hacking Kit The Pwn Pad Photo: Pwnie Express The folks at security tools company Pwnie Express have built a tablet that can bash the heck out of corporate networks. Called the Pwn Pad, it’s a full-fledged hacking toolkit built atop Google’s Android operating system. Pwnie Express will be selling the cool-looking hack machines — based on Google’s Nexus 7 tablets — for $795. Some important hacking tools have already been ported to Android, but Pwnie Express says that they’ve added some new ones. “Every pen tester we know has a phone and a tablet and a laptop, but none of them has been able to do pen-testing from the tablet,” says Dave Porcello, Pwnie Express’s CEO. The trick here is that Android’s streamlined version of the Linux operating system does not support the kernel-level wireless features that these tools need to mess around with the data on wireless networks (something known as packet injection). A year ago, we introduced you to the Pwn Plug, another Pwnie Express product. Apple said “no.”

Sound Types FindSounds Search the Web for Sounds What types of sounds can be found on the Web using FindSounds? Animal Sounds alligator, baboon, bat, bear, bobcat, buffalo, bullfrog, camel, cat, cheetah, chimpanzee, chinchilla, chipmunk, cougar, cow, coyote, crocodile, deer, dinosaur, dog, dolphin, donkey, elephant, elk, ferret, fox, frog, gibbon, goat, gorilla, grizzly bear, guinea pig, hippo, horse, hyena, jaguar, kitten, lamb, lemur, leopard, lion, llama, marmot, monkey, moose, mouse, orca, panda, panther, pig, polar bear, prairie dog, puppy, rabbit, raccoon, rat, rattlesnake, rhinoceros, rodent, sea lion, seal, sheep, snake, squirrel, sugar glider, tiger, toad, whale, wolf, zebra Sounds of the Holidays Christmas sleigh bells; Halloween creak, creature, evil laugh, ghost, howl, monster, scream, witch; Independence firecrackers, fireworks; New Year's balloon, party horn, pop cork; Thanksgiving turkey Insect Sounds bee, cicada, cricket, insects, katydid, mosquito, wasp

Related: