Today I worked with pygame and OpenGL python modules.
I want to make a simple script to test and load pygame , OpenGL modules.
The script can be found here.
tutorials, tips, tricks, commands, programming, linux, windows, database, sql, python, programming language, Fedora, drawing, painting, tutorial, tutorials
Today I worked with pygame and OpenGL python modules.
I want to make a simple script to test and load pygame , OpenGL modules.
The script can be found here.
Linux can be a goof tool for development...
In the last days I deal with pygame and android.
So if you want to make applications for your tablet or mobile phone then see this:
working-with-pygame-subset-for-android
working-with-android-emulator-part-001
... also I saw the pygame can give some errors on android. I got this error : android pygame error : failed to dequeue buffer from native window.
So if is somebody know pygame then you can read more here.
The last years will come with many features for consumers.
The website reginele.ro come with this "dodge trade"
I told myself :"Maybe is an error".
Not realy. The marketing is make to distort the consumer.
Why? If you create an account on MailDirect then will have receive 0.5 ¢ and 1 ¢ / mail (you need 100$ to cash the money).
The big error is : most of the offers are exaggerated ...
Honestly, you should review the marketing policy.
I'm sure most users of Linux operating systems are wise enough to avoid such problems.
The big question is: if we are adept of open source infos ...then why not we have the same expressions in trades ?
Sorry about this post . Regards.
Now Google Analytics team help you turn your website’s data to improve results and meet your goals.
You can share your information websites with google experts and will receive account tips, new ideas and goals.
Read this tutorial about how to do that.
How many fedora users use Opera browser?!
You can see all content of your files using cat command.
I created one function named catt in my .bashrc file.
This is the function you can change to show any type of files not just javascript.
That allow you to working in same folder with many files and see the changes.
If you have another idea about how to see changes in all source of code then just send me one mail or comment.
function catt(){
for i in *.js;
do echo "__""$i""__";
echo "--------------------------";
cat "$i" -n -b;
echo "--------------------------";
done ;
}
And this is result output for all javascript from my node.js folder.
--------------------------
__serv.js__
--------------------------
1 var sys = require("sys"),
2 my_http = require("http");
3 my_http.createServer(function(request,response){
4 sys.puts("I got kicked");
5 response.writeHeader(200, {"Content-Type": "text/plain"});
6 response.write("Hello World");
7 response.end();
8 }).listen(8080);
9 sys.puts("Server Running on 8080");
--------------------------
__test.js__
--------------------------
1 var sys = require("sys");
2 sys.puts("Hello World");
--------------------------
One problem can be the number of files parse by this function.
In this case you will not able to see all content of files. Will be to much for you.
But for settings files will work great.
Now Microsoft and Google can predict where a person will be years from now using a new computer software called Far Out.
Researchers uses this information to accurately guess their future locations.
Using all data about their job, relationship or moves house and adapts its predictions to predict the long-term human mobilty.
You can read my personal opinion about this World Domination : here.
I saw on youtube many videos about strange objects near sun.
Most of this is taken using this website.
If you want to install one application to see the sun then just read this tutorial.
Also you can read more about the sun and the way can be detected from internet.