skip to main |
skip to sidebar
RSS Feeds
Nope. nothing .. just some random thoughts come to my mind ...
Nope. nothing .. just some random thoughts come to my mind ...
5:25 PM | Tuesday, April 30, 2013
Posted by harshadura
There are three main families of free software licenses:
> permissive, weak copyleft and strong copyleft.
Permissive licenses (MIT, BSD and Apache in your list) allow use of
your code in proprietary projects without sharing back either their code
or your code, if they modified it.
Weak copyleft licenses (LGPL, MPL in your list) allow use of your
code in proprietary projects, but they should share back your code under
the same license if they modified it.
Strong copyleft licenses (GPL) require that they distribute their own code under the same license (GPL here).
Free and Open Source software doesnt need to be distrbuted for Free
Understand the concept like this: Think of “free speech”, not “free beer” ("Free" means "Freedom" not "Zero Cost")
The word “free” has two legitimate general meanings; it can refer
either to freedom or to price. When we speak of “free software”,
we're talking about freedom, not price. (Think of “free speech”,
not “free beer”.) Specifically, it means that a user is free to run
the program, change the program, and redistribute the program with or
without changes.
References:
10:24 PM | Saturday, April 27, 2013
Posted by harshadura
/* Blink Turns on an LED on for one second, then off for one second, repeatedly. This example code is in the public domain. */ // Pin 13 has an LED connected on most Arduino boards. // give it a name: int led = 13; // the setup routine runs once when you press reset: void setup() { // initialize the digital pin as an output. pinMode(led, OUTPUT); } // the loop routine runs over and over again forever: void loop() { digitalWrite(led, HIGH); // turn the LED on (HIGH is the voltage level) delay(100); // wait for a second digitalWrite(led, LOW); // turn the LED off by making the voltage LOW delay(100); // wait for a second }
11:11 AM | Friday, April 26, 2013
Posted by harshadura
*for DEMO purpose only (not suitable for production)
Amazon EC2 provides Free tire for Micro instances (which is a totally
awesome almost free service), So thats a very cheap way to host Java Web App
and checkout online! However the some biggie web apps seems like little bit
heavier to tolerate on AWS micro instance (with 613MB of RAM) under
default configurations. But there's a workaround to make it happen, by
adding some more swap space (1GB) to Linux system. Follow the
instructions here: https://forums.aws.amazon.com/thread.jspa?messageID=221044
After that do these stuff as well for more safety! (to get rid of: java.lang.OutOfMemoryError: PermGen space issue)
http://www.mkyong.com/tomcat/tomcat-javalangoutofmemoryerror-permgen-space/
7:59 PM | Thursday, April 4, 2013
Posted by harshadura
This Torrent gave me damn damn shit two times! yeah its more than 4GB twice = 8GB gone vain! F*** the uploader!!! After the fucking torrent download you will see a "Readme" file on it. Inside you can see a workout you need to get the actually WinRAR pass!! I hate to say, but it took me more than 2-3 hours to do that survey because of that shitty web site with lot of bugs. Finally i got it! yeah i thought all the mess was over, but its not! when i was giving the pass when the RAR promomt me to provide the pass it says password is incorrect!! ohh shit CORRECT password also incorrect, damn this person who have uploaded this shit!
FAKE >>>> http://games.torrentsnack.com/halo-4-pc/
And finally i seek more Halo4PC torrents, and I got to know the "First things First"
There's nothing called Halo4 for PC its only for Xbox, if someone says Halo4 for PC thats fake, fucking some other shit inside on those downloads, so dont waste your time, if you really want to play Halo 4 you need to take a Xbox! well yes thats all, hope this will help for some one, I thought to writeup this cause I know how pain is to download this kind of big torrent and seeing a crappy output.
Regards,
Harsha
11:01 AM | Tuesday, April 2, 2013
Posted by harshadura
SigLevel
option in /etc/pacman.conf
determines how much trust is required to install a package.SigLevel = PackageRequired >> SigLevel = Never
sudo pacman -S wget sudo wget -P /usr/share/fonts http://sinhala.sourceforge.net/files/lklug.ttfThen Run the following command
fc-cache -fvAnd proceed to the below steps..
si_LK UTF-8Run following program
locale-genImmediately you'll be able to read Sinhala Unicode in your programs (If not You may need to restart the relavent programs. eg: Firefox)