Step 1:
Install VS Premium
Step 2:
Execute Simulator
“C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Simulator\11.0\Microsoft.Windows.Simulator.exe”
Suddenly Windows 8, WiFi off was the status and wasn’t able to use Wifi Networks!!
http://img694.imageshack.us/img694/2959/62721723.png
Tried many fixes but nothing worked out.. the below is what helped me solve the issue..
Find “Window Power Shell” using Windows + F key.. run.. the command below
get-Wmiobject -class win32_networkadapter -namespace root\CIMV2 | where-object {$_.Name -match “Wifi” -or $_.Name -match “wireless” -and $_.name -notmatch “Microsoft Virtual WiFi Miniport Adapter” -and $_.netenabled -eq $false} | % {$_.enable() }
Now right click wifi network and diagnoze and fix to make wifi on
http://code.google.com/p/codegenas3/
The project uses MD5 Encryption to generate the serial key, specific to Machine. The Unique key on system basis is generated and respective serial key is verified with the MD5 Checksum. Can be used on Flex / AIR products selling.
Also, uses SharedObject to store the unique System Key
Usage:
import adams.dev.MD5;
var reg:MD5 = new MD5();
reg.registereduser – > status of user registration
reg.skey – > serial key of the end user
reg.setRegKey(reg.skey); – > to enable the product
Note: The project is 3 years older work done by me.
Code Available here https://gist.github.com/3180501
Util for Finding Average RGB colors seperately
Did a stint on Flex after a long gap, got this..
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Mar | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 | ||