Tag Archives: 2014

2014

Using bpy – changing colors .

This tutorial shows you a simple example of python scripting into Blender 3D software. You need to select the window for scripting and to test with python scripting shell. First, you need to add one object: cube. The default script and most common python script, start with this :

You need to see the… Read More »

Unity 3D – C# script – save and load file.

This is a simple C# script example for a C# class Player. The class Player come with this content into Player.cs C# script:

To make this C# script for saving the Player into one file I used this C# script named SaveLoadManager.cs:

The script come with two parts for save and load files.… Read More »

Yara python module – part 001 .

YARA is a multi-platform program running on Windows, Linux and Mac OS X. More about Yara python module can see it here. YARA used this keyword with rules under files.

The Yara documentation can be found in this link. The Yara python module uses version 1.7.7 and this will need to use when making… Read More »

Using Frame Rate with requestAnimationFrame

Today I will show you one simple tutorial about requestAnimationFrame. According to Mozilla development team, this requestAnimationFrame has made to : The Window.requestAnimationFrame() method tells the browser that you wish to perform an animation and requests that the browser calls a specified function to update an animation before the next repaint. The method takes as… Read More »

Rainmeter – the new conky for Windows OS – part 001.

If you love it conky under Linux OS then for Windows OS you can try Rainmeter. This application let you customize your desktop with a lot of info about web and PC. Rainmeter is a free, open-source application, that enables skins to run on the desktop. Some skins can interact with other skins and applications… Read More »

New Tampermonkey – Greasemonkey extension for Chrome.

Everybody hears about Greasemonkey. Greasemonkey is a Mozilla Firefox extension known as augmented browsing. This allows users to install scripts that make on-the-fly changes to web page content after or before the page is loaded in the browser. Now you can use it with Chrome and Opera Next by using Tampermonkey. This tool provides Greasemonkey… Read More »